@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.flex > *,
.flex-inline > * {
  -ms-flex-negative: 1;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1000px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

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

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

@font-face {
  font-family: "Geogrotesque";
  src: url("fonts/Geogrotesque-Bold.eot");
  src: url("fonts/Geogrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Geogrotesque-Bold.woff2") format("woff2"), url("fonts/Geogrotesque-Bold.woff") format("woff"), url("fonts/Geogrotesque-Bold.ttf") format("truetype"), url("fonts/Geogrotesque-Bold.svg#Geogrotesque-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("fonts/Geogrotesque-Medium.eot");
  src: url("fonts/Geogrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Geogrotesque-Medium.woff2") format("woff2"), url("fonts/Geogrotesque-Medium.woff") format("woff"), url("fonts/Geogrotesque-Medium.ttf") format("truetype"), url("fonts/Geogrotesque-Medium.svg#Geogrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("fonts/Mont-Heavy.eot");
  src: url("fonts/Mont-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Mont-Heavy.woff2") format("woff2"), url("fonts/Mont-Heavy.woff") format("woff"), url("fonts/Mont-Heavy.ttf") format("truetype"), url("fonts/Mont-Heavy.svg#Mont-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("fonts/Mont-Regular.woff2") format("woff2"), url("fonts/Mont-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("fonts/Geogrotesque-SemiBold.eot");
  src: url("fonts/Geogrotesque-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Geogrotesque-SemiBold.woff2") format("woff2"), url("fonts/Geogrotesque-SemiBold.woff") format("woff"), url("fonts/Geogrotesque-SemiBold.ttf") format("truetype"), url("fonts/Geogrotesque-SemiBold.svg#Geogrotesque-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("fonts/Geogrotesque-Regular.eot");
  src: url("fonts/Geogrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Geogrotesque-Regular.woff2") format("woff2"), url("fonts/Geogrotesque-Regular.woff") format("woff"), url("fonts/Geogrotesque-Regular.ttf") format("truetype"), url("fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  margin-right: 0 !important;
}

body {
  font-family: "Geogrotesque", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #00173b;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #00173b;
  text-decoration: none;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}

a:hover {
  color: #e5001a;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 0;
  max-width: 96%;
  padding: 0;
  text-align: left;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 0px 5px;
  font: 14px/18px Barlow;
  letter-spacing: 0px;
  color: #a5a5a5;
  opacity: 1;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
td.ceramics-cell {
  min-width: 100px;
}

td.ceramics-label {
  color: #e5001a !important;
  font-weight: bold !important;
  vertical-align: middle !important;
}

.container {
  max-width: 1200px;
  width: calc(100% - 176px);
  margin: 0 auto;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header.clear .logo {
  width: 141px;
}

nav.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header.clear .flex-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header.clear {
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  height: 98px;
}

@media (max-width: 1150px) {
  header.header.clear {
    height: 64px;
  }
}
nav.nav ul > li {
  padding: 5px 18px;
}

nav.nav ul > li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #00173b;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

nav.nav ul > li.cta-btn a {
  padding: 12px 23px;
  border: 1px solid #e5001a;
  border-radius: 43px;
  color: #e5001a;
}

nav.nav ul > li.cta-btn a:hover {
  background: #e5001a;
  color: #fff;
}

nav.nav ul > li:not(.menu-item-has-children) a:hover {
  border-color: #e5001a;
}

nav.nav ul > li.current-menu-item a {
  border-color: #e5001a;
}

nav.nav ul ul.sub-menu {
  position: absolute;
  padding: 0;
  display: block;
  top: 100%;
  left: 0;
  border: 1px solid #e5e5e5;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 4px 1px 5px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  text-transform: none !important;
}

nav.nav ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.news-item-grid .post-grid-details .read-more {
  position: static;
}

.home-news-grid > div {
  display: flex;
  flex-wrap: wrap;
}

.news-item-grid {
  width: calc(33% - 16px);
  margin: 8px;
  background: #f5f5f5;
}

.home-news-grid {
  padding: 100px 0 60px;
}

@media all and (min-width: 993px) {
  nav.nav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .oc-slider-nav > div {
    display: none;
    visibility: hidden;
  }
  .post-grid-details .read-more {
    position: absolute;
    bottom: 50px;
    left: 33px;
  }
  .posts-list > article {
    position: relative;
  }
  .posts-list > article {
    padding-bottom: 50px;
  }
}
nav.nav ul > li {
  position: relative;
}

nav.nav ul ul.sub-menu a {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  display: inline-block;
  text-transform: none !important;
}

nav.nav ul ul.sub-menu li:last-child a {
  border: 0;
}

.home-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1420px;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 110px;
  width: calc(100% - 220px);
  width: calc(100% - 176px);
}

h1,
.main-heading {
  font-family: "Mont", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.35;
  color: #00173b;
}

.hero-image {
  padding-top: 60px;
}

.hero-subheading {
  font-family: Geogrotesque;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #e5001a;
  text-transform: uppercase;
}

a.hero-link {
  font-weight: 600;
  color: #e5001a;
  padding-left: 20px;
  background-image: url(img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
  padding-top: 55px;
  border-top: 1px solid #e5e5e5;
}

.footer-nav-wrap .logo {
  width: 215px;
}

.copyrights-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-links img {
  width: 20px;
}

.social-links ul li {
  margin: 0 12px;
}

.copyrights p {
  margin: 0;
  color: #00173b;
  font-weight: 500;
}

ul#menu-terms-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#menu-terms-menu li a {
  color: #00153b;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

footer.footer {
  margin: 100px 0 120px;
}

nav.nav.footer li.menu-item-has-children {
  display: none;
}

div#products {
  background: #fafafa;
  padding: 132px 0 113px;
}

div#products .main-heading {
  padding-bottom: 90px;
}

div#products .container {
  padding-left: 100px;
  border-left: 1px solid #e5e5e5;
}

.product-tabs-links {
  width: 222px;
}

.products-tabs.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-tabs-content {
  width: calc(100% - 222px);
}

.product-tab-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-tab-excerpt a.btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  height: 43px;
  border: 1px solid #e5001a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 43px;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #e5001a;
}

.product-tab-excerpt .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-tab-excerpt a.btn-red:hover {
  color: #fff;
  background: #e5001a;
}

.product-tab-heading {
  font-size: 24px;
  font-family: "Mont";
  font-weight: 800;
  padding-bottom: 30px;
  padding-top: 40px;
  color: #00173b;
}

.product-tab-features {
  text-align: right;
}

.feature-heading {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}

.feature-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #2e2e2e;
  padding-bottom: 30px;
}

.product-tab-title img {
  max-width: 56px;
  margin-right: 25px;
}

.product-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 16px 5px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(46, 46, 46, 0.25);
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  position: relative;
}

.product-tab-title:hover,
.product-tab-title.active {
  color: #e5001a;
  background: #eee;
  cursor: pointer;
}

.product-tab-title:hover span,
.product-tab-title.active span {
  opacity: 1;
}

span.border-corner {
  width: 10px;
  height: 10px;
  border: 2px solid #e5001a;
  position: absolute;
  opacity: 0;
}

span.border-corner:nth-child(1) {
  top: 0;
  left: 0;
  border-bottom: 0;
  border-right: 0;
}

span.border-corner:nth-child(2) {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-left: 0;
}

span.border-corner:nth-child(3) {
  bottom: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}

span.border-corner:nth-child(4) {
  bottom: 0;
  left: 0;
  border-top: 0;
  border-right: 0;
}

.product-content-wrap.active {
  display: block;
}

.product-content-wrap {
  display: none;
}

.our-capabilities {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#000d2b), to(#07364e));
  background: -o-linear-gradient(#000d2b 0%, #07364e 100%);
  background: linear-gradient(#000d2b 0%, #07364e 100%);
}

.our-capabilities-wrap {
  padding: 200px 0 170px;
  background-repeat: no-repeat;
  background-image: url(img/bg-pms-f.png);
  background-position: 90% 100%;
}

.our-capabilities-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #223150;
  padding-bottom: 120px;
}

.projection-micro-wrap {
  text-align: center;
  background-image: url(img/bg-pms.png);
  background-repeat: no-repeat;
  background-position: -25px 0px;
  background-size: 100% auto;
}

.projection-micro-wrap a {
  color: #fff;
}

.oc-copy {
  width: 360px;
}

.oc-slider-wrap {
  width: 495px;
  max-width: 100%;
}

.oc-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-slide-copy {
  width: 215px;
  border-left: 1px solid #223150;
  padding-left: 25px;
}

.oc-slide-copy label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.oc-slide-copy > div {
  margin: 20px 0;
}

.oc-slide-copy div div.oc-p-name {
  font-size: 20px;
  font-family: "Mont";
  font-weight: 800;
}

.oc-slide-copy div div {
  font-size: 16px;
  font-weight: 600;
}

.pms-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pms-feature-item h3 {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.44;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  padding: 0;
  margin-bottom: 30px;
  background-image: url(img/bg-cross.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.pms-feature-item {
  width: 30%;
}

.pms-feature-item .desc {
  padding: 0 30px;
  opacity: 0;
  min-height: 110px;
  text-align: center;
}

.pms-copy {
  max-width: 658px;
  margin: 0 auto;
  padding: 30px 0 60px;
  text-align: center;
  margin: 0 auto;
}

.pms-feature-item:hover h3 {
  text-align: center;
  color: #e5001a;
  opacity: 1;
}

.pms-feature-item:hover .desc {
  opacity: 1;
}

a.btn-red {
  height: 43px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #eb001a;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

a.btn-red:hover {
  background: #fff;
  color: #eb001a;
}

.projection-micro-wrap .sb-heading {
  font-size: 24px;
  font-family: "Mont";
  font-weight: 800;
  color: #e5001a;
  margin-top: 55px;
}

.oc-slider-wrap ul.slick-dots li button {
  display: none;
}

.oc-slider-wrap ul.slick-dots li {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0px 5px;
  transition: 0.3s all;
}

.oc-slider-wrap ul.slick-dots li.slick-active {
  border-color: #e5001a;
  background: transparent;
  width: 15px;
  height: 15px;
}

.oc-slider-wrap ul.slick-dots li:hover {
  background-color: #fff;
}

.oc-slider-wrap ul.slick-dots {
  position: static;
  margin: 0;
  width: auto;
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

div.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.oc-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  left: -75px;
}

div.slick-arrow {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.arrow-next {
  background-image: url(img/arrow-slider-next.svg);
}

.arrow-prev {
  background-image: url(img/arrow-slider-prev.svg);
}

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

.oc-slider-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
}

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

.oc-slide-img {
  padding-right: 25px;
}

.our-capabilities-wrap {
  padding-top: 0;
}

.oc-slider-nav {
  left: 0;
  margin-top: 30px;
}

div#products {
  padding-bottom: 200px;
}

.oc-slider .slick-track {
  display: flex;
  align-items: center;
}

.request-sample {
  background: #e5001a;
  padding: 67px 0 66px;
  text-align: center;
  color: #fff;
}

.request-sample {
  background: #e5001a;
  padding: 67px 0 66px;
  text-align: center;
  color: #fff;
}

.rs-copy {
  font-size: 24px;
  line-height: 32px;
  max-width: 602px;
  margin: 20px auto 30px;
}

.request-sample a,
.request-sample-footer a.btn {
  width: 248px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 43px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.request-sample a:hover {
  background: #fff;
  color: #e5001a;
}

ul#menu-terms-menu li a:hover {
  border-color: #e5001a;
}

.featured-post {
  background: #fafafa;
  padding: 105px 0 0;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-details {
  width: calc(100% - 400px);
  padding: 90px 90px 85px 120px;
}

.feature-post-details {
  background: #fff;
}

.post-image {
  width: 396px;
  display: flex;
  align-items: center;
}

.post-cat {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #e5001a;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.post-details a.view-article {
  display: none;
}

.read-more > a,
a.read-more-hp,
.post-details > a {
  color: #e5001a;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  padding-right: 30px;
  background-image: url(img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.pagination {
  text-align: center;
  margin-top: 100px;
  font-size: 24px;
}

.pagination a {
  padding: 0 5px;
}

.read-more {
  padding-top: 10px;
}

.page-hero {
  height: 609px;
  max-width: 1744px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 176px);
  background-position: center center;
}

.page-hero:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0, 13, 43, 0.9019607843)), to(rgba(7, 54, 78, 0.7019607843))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(0, 13, 43, 0.9019607843) 0%, rgba(7, 54, 78, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(0, 13, 43, 0.9019607843) 0%, rgba(7, 54, 78, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero-heading {
  font-size: 35px;
  color: #fff;
  font-family: "Mont";
  font-weight: 800;
  line-height: 48px;
}

.hero-sub-heading {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.hero-copy {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  max-width: 670px;
  margin-top: 20px;
}

.hero-sep {
  width: 42px;
  height: 0px;
  background: transparent;
  border: 1px solid #e5001a;
  margin-bottom: 27px;
}

div#products-page {
  margin-top: 130px;
}

.products-tabs.desktop.products-page {
  display: block;
  max-width: 1014px;
  margin: 0 auto;
}

.tabs-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-page .product-tab-image {
  display: none;
}

.products-page .product-tab-image.active {
  display: block;
}

.products-page .product-image-right {
  padding-top: 25px;
}

.product-tabs-content-flex {
  background: #f5f5f5;
  padding: 70px 100px;
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
}

.products-page .product-tab-content {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-page .product-tab-excerpt {
  width: 320px;
}

.products-page .product-content-wrap.active {
  width: 412px;
}

.products-page .product-tab-excerpt .product-tab-heading {
  padding-top: 0;
}

.feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.feature-row > div {
  padding: 0;
  margin: 0;
  text-align: left;
}

.product-tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-tab-content {
  display: none;
}

.feature-row > div.feature-value span {
  font-size: 14px;
  font-weight: 300;
}

.feature-row:last-child {
  border: 0;
  padding-bottom: 0;
}

.feature-row .feature-heading {
  color: #2e2e2e;
  text-transform: uppercase;
  width: 160px;
  text-align: left;
  margin-right: 45px;
  width: 205px;
  margin-right: 0;
}

.feature-row > div.feature-value {
  width: calc(100% - 205px);
}

a.btn-quote {
  border: 1px solid #707070;
  width: 144px;
  height: 43px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 43px;
  margin-left: 15px;
}

a.btn-quote:hover {
  background-color: #707070;
  color: #fff;
}

.products-page-features.txt-white {
  background-image: url(img/bg-features.png);
  padding: 210px 0 155px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}

.products-page-features:after {
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000D2B), to(rgba(7, 54, 78, 0.9019607843))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #000D2B 0%, rgba(7, 54, 78, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000D2B 0%, rgba(7, 54, 78, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.products-page-features.txt-white .container {
  position: relative;
  z-index: 1;
}

.txt-white {
  color: #fff;
}

.products-page-features .main-heading {
  text-align: center;
  margin-bottom: 35px;
}

.features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-item {
  width: calc(33% - 60px);
  text-align: center;
  margin-top: 55px;
  margin-left: 30px;
  margin-right: 30px;
}

.feature-img {
  margin-bottom: 15px;
}

.feature-copy {
  font-size: 16px;
}

.features-cta {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 55px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin-top: 85px;
}

.features-cta > div {
  max-width: 930px;
  margin: 0 auto;
}

.customer-support-services {
  background: #fafafa;
  padding: 100px 0;
}

.customer-support-services .container {
  max-width: 1020px;
}

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

.cs-content ul li {
  padding-left: 29px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
  background-image: url(img/tick-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 5px 2px;
}

.cs-content ul li:last-child {
  padding-bottom: 0;
}

div#products-page .product-tabs-links {
  margin-left: 80px;
}

.customer-support-services h3 {
  margin-bottom: 20px;
}

.material-heading-row {
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
}

.materials-headings {
  width: 200px;
  padding-top: 5px;
}

.materials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 130px 0 100px;
}

.material-heading-row label {
  font-weight: 600;
  color: #e5001a;
  min-width: 50px;
  display: block;
}

.materials-table-wrap th {
  color: #e5001a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 20px;
}

.materials-table-wrap th.txt-blue {
  color: #00173b;
  text-align: left;
}

.materials-table-wrap tr {
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
}

.materials-table-wrap td {
  padding: 10px 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.materials-table-wrap td.col-heading {
  color: #00173b;
  width: 190px;
  text-align: left;
  padding-left: 0;
}

.materials-table-wrap {
  width: 910px;
  max-width: 100%;
}

.materials-table-wrap th:nth-child(even) {
  background: #fafafa;
}

.materials-table-wrap td:nth-child(even) {
  background: #fafafa;
}

.materials-table-wrap tr:last-child {
  border-bottom: 0;
}

.applications-page-wrap {
  background-image: url(img/abstract-background1.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.applications-page-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  padding-top: 95px;
  margin-bottom: 110px;
}

.app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0;
  border-bottom: 1px solid #e5e5e5;
}

.app-icon {
  width: 66px;
  margin-right: 37px;
}

.app-content {
  width: calc(100% - 103px);
  display: flex;
  justify-content: space-between;
}

.applications-list {
  width: 100%;
}

.images-wrap {
  width: 36%;
}

.applications-page-wrap .container {
  max-width: 1200px;
  width: calc(100% - 200px);
}

.images-wrap {
  position: relative;
}

img.img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.app-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.app-item p {
  margin-bottom: 0;
}

.app-item h2 {
  font-size: 24px;
  padding-top: 15px;
}

.app-text {
  max-width: 602px;
  width: 602px;
}

.app-slider {
  width: 50%;
  max-width: 312px;
}

.app-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.img-top {
  width: auto;
  max-width: calc(100% + 30px);
}

body.page-template.page-template-template-applications .hero-copy {
  max-width: 906px;
}

body.page-template.page-template-template-about .hero-copy {
  max-width: 906px;
}

.about-page-wrap {
  background-image: url(img/abstract-background1.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.about-content {
  width: 601px;
}

.about-wrap.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
}

.about-image {
  width: 55%;
}

.quote-box {
  background: #fafafa;
  padding: 100px 100px 100px 100px;
  max-width: 1030px;
  max-width: 950px;
  width: 100%;
  margin-bottom: 100px;
}

blockquote {
  margin: 0;
}

.quote-box blockquote {
  max-width: 670px;
  position: relative;
}

.quote-box blockquote:before {
  content: "";
  width: 34px;
  height: 30px;
  background-image: url(img/quote-ico.svg);
  position: absolute;
  left: -50px;
  top: 0px;
}

.quote-box h3 {
  color: #00173b;
  font-size: 32px;
  line-height: 1.5;
  font-family: "Mont";
  font-weight: 800;
  margin-bottom: 0px;
}

.quote-box em {
  color: #e5001a;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}

.default-page-wrap {
  padding-top: 220px;
}

.page-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-col {
  width: 415px;
}

.form-col {
  width: 705px;
  background: #f5f5f5;
  padding: 80px 100px;
}

.form-content {
  padding-right: 25px;
  font-size: 24px;
  line-height: 30px;
}

div.gform_wrapper {
  margin: 0;
}

div.gform_wrapper span.gform_description,
span.gform_description {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #2e2e2e;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 39px;
  border: 0;
  padding: 0 10px;
}

div.gform_wrapper ul.gform_fields li.gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.gform_wrapper label.gfield_label {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #2e2e2e;
  font-weight: 500;
}

body .gform_wrapper .top_label div.ginput_container {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

div.gform_wrapper textarea {
  border: 0;
}

.support-form-cta a,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  background: #e5001a;
  border: 0;
  height: 43px;
  border-radius: 43px;
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #e5001a;
  text-transform: uppercase;
}

div.gform_wrapper .gform_footer {
  padding-bottom: 0;
}

div.gform_wrapper textarea.medium {
  height: 136px;
}

.page-inner-wrap .main-heading:before {
  content: "";
  width: 42px;
  background: #e5001a;
  height: 1px;
  display: block;
  position: relative;
  top: -17px;
  margin-top: -10px;
}

div.gform_wrapper div.validation_error {
  display: none;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0;
  background: none;
  border: 0;
  margin: 0;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 12px;
  font-weight: 500;
  color: red;
}

.subheading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #a5a5a5;
  text-transform: uppercase;
}

.page-inner-wrap .main-heading {
  margin-bottom: 0;
  color: #00173b;
}

.ginput_container.ginput_container_fileupload {
  position: relative;
  opacity: 0;
  z-index: 22;
  max-width: 150px;
  height: 43px;
  margin: 0 !important;
  cursor: pointer;
}

.fileupload-custom {
  position: absolute;
  height: 43px;
  border: 1px solid #707070;
  border-radius: 43px;
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  z-index: 1;
  font-weight: 600;
}

input#gform_submit_button_1 {
  margin-left: 170px;
}

li#field_1_7 {
  position: relative;
  position: absolute;
  bottom: -76px;
}

ul#gform_fields_1 {
  position: relative;
}

input#input_1_7 {
  width: 100%;
  height: 43px;
  margin-top: 0;
}

div.gform_wrapper .gfield_required {
  color: #e5001a;
  margin-left: 0;
}

input#gform_submit_button_3 {
  text-transform: uppercase;
}

input#gform_submit_button_3 {
  text-transform: uppercase;
  min-width: 144px;
}

.locations {
  margin-top: 15px;
}

.locations h3 {
  font-size: 24px;
  font-weight: 900;
  color: #00173b;
}

.loation-item {
  margin-bottom: 59px;
}

.loation-item > div {
  padding-left: 45px;
  padding-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 7px;
}

.l-address {
  background-image: url(img/ico-address.svg);
}

.l-email {
  background-image: url(img/ico-mail.svg);
}

.l-link {
  background-image: url(img/ico-link.png);
  background-size: 24px 24px;
}

.l-phone {
  background-image: url(img/ico-phone.svg);
}

.l-office-hours {
  background-image: url(img/ico-clock.svg);
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #fff;
  color: #e5001a;
}

.featured-post-wrap {
  max-width: 1744px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#000d2b), to(#07364e));
  background: -o-linear-gradient(#000d2b 0%, #07364e 100%);
  background: linear-gradient(#000d2b 0%, #07364e 100%);
  margin-bottom: 165px;
  position: relative;
  padding-top: 200px;
}

article#featured-post {
  max-width: 1220px;
  margin: 0 auto;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}

.post-thumb {
  width: 396px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.feature-post-content {
  width: calc(100% - 396px);
  padding: 100px 100px;
  padding-left: 120px;
}

.post-thumb img {
  opacity: 0;
}

.post-info,
.post-info a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #a5a5a5;
  text-transform: uppercase;
  text-transform: uppercase;
  font: 16px/24px Geogrotesque;
  letter-spacing: 0px;
  color: #a5a5a5;
  text-transform: uppercase;
  font-weight: 400;
}

.post-thumb.news-featured:after {
  content: "";
  background: transparent linear-gradient(90deg, rgba(99, 8, 17, 0.8) 0%, rgba(229, 0, 26, 0.6) 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.post-thumb.news-featured {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

body.archive.category.category-news main {
  background: #f5f5f5;
  padding-bottom: 130px;
}

.feature-post-content.news .featured-copy {
  display: none;
}

body.archive.category.category-news .posts-list > article {
  background-color: #fff;
}

body.archive.category.category-news article#featured-post.has-logo {
  background: #fff;
  padding: 90px 0 80px;
}

.post-thumb.news-featured.has-logo:after {
  display: none;
}

.post-thumb.news-featured.has-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 412px;
  padding: 0 60px;
  max-width: 33.33%;
}

.post-thumb.news-featured.has-logo img {
  opacity: 1;
}

.feature-post-content.news {
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #e5001a;
  background: #fff;
}

.feature-post-content.news h1 {
  margin-bottom: 0;
}

.feature-post-content.news h2 {
  margin-bottom: 0;
  margin-top: 5px;
}

span.post-cat:after {
  content: "•";
  color: #a5a5a5;
  padding: 0 5px;
}

.posts-list.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1252px;
}

.posts-list > article {
  width: calc(33% - 16px);
  margin: 8px;
  background: #f5f5f5;
}

.post-grid-details {
  padding: 30px 33px 60px;
}

.post-grid-details h2 {
  font-size: 24px;
  padding-top: 5px;
}

.featured-copy {
  max-width: 490px;
}

.post-hero {
  max-width: 1742px;
  margin: 0 auto;
  width: calc(100% - 176px);
}

.post-hero img {
  margin: 0 auto;
  display: block;
}

.single-post-wrapper {
  padding-top: 144px;
}

.single-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col1 {
  width: 40%;
}

.post-left-content {
  width: 60%;
  padding: 0 70px;
}

.post-share {
  width: 20px;
}

.author-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #a5a5a5;
}

.author-details:before {
  width: 42px;
  height: 1px;
  background: #e5001a;
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: 50px;
}

.post-left-content p {
  margin-top: 0;
}

.post-share a {
  display: block;
  margin-bottom: 25px;
}

.loation-item:last-child {
  margin-bottom: 0;
}

.product-tab-excerpt {
  max-width: 690px;
}

nav.nav > ul > li:last-child {
  padding-right: 0;
}

.our-capabilities .main-heading {
  color: #fff;
}

.request-sample h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
}

.txt-white .main-heading {
  color: #fff;
}

.wrapper {
  padding-top: 98px;
}

@media (max-width: 1150px) {
  .wrapper {
    padding-top: 64px;
  }
}
.product-content-wrap-inner {
  width: calc(100% - 390px);
}

.feature-post-details h2 {
  font-size: 28px;
}

body.ie .page-hero:after {
  background: linear-gradient(90deg, #000d2b 0%, rgba(7, 54, 78, 0.6) 100%);
}

body.ie .products-page-features:after {
  background: linear-gradient(90deg, #000d2b 0%, rgba(7, 54, 78, 0.6) 100%);
}

.thumb-bg {
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 220px;
}

.thumb-bg img {
  opacity: 0;
}

.post-thumb.logo-centered img {
  opacity: 0;
}

.post-thumb.logo-centered {
  background-size: 80%;
  background-position: center center;
  background-color: #fff;
}

.mobile-only.logo-centered {
  padding: 30px;
  background: #fff;
}

nav.nav ul > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000273 transparent transparent transparent;
  position: relative;
  top: 9px;
  left: 5px;
}

video.capability-video {
  width: 100%;
}

.news-events-post {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.news-events-post > div {
  width: calc(50% - 4px);
}

.post-details-hp.news-item {
  background: #00173b;
  color: #fff;
}

.post-details-hp.news-item h2 {
  color: #fff;
}

.post-item-inner {
  max-width: 430px;
  margin: 0 auto;
  padding: 70px 0 65px;
}

.post-details-hp.news-item a {
  color: #e5001a;
}

.post-details-inner a.view-article {
  display: none;
}

.post-details-hp.event-item {
  background: #f2f2f2;
}

.post-cat span:nth-child(3) {
  font-weight: 400;
}

iframe.embed-player.slide-media {
  width: 100%;
}

.item.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.item.youtube iframe {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0 !important;
}

.slick-arrow {
  transition: 0.3s all;
}

div.oc-slider-wrap .slick-arrow:hover {
  opacity: 1;
}

.arrow-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  opacity: 0.25;
}

.arrow-prev.slick-arrow {
  left: -100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}

.hero-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.hero-content {
  z-index: 2;
  background: transparent;
}

.home-hero {
  position: relative;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.hero-bg-video:after,
.hero-bg:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0, 13, 43, 0.9019607843)), to(rgba(7, 54, 78, 0.7019607843))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(0, 13, 43, 0.9019607843) 0%, rgba(7, 54, 78, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(0, 13, 43, 0.9019607843) 0%, rgba(7, 54, 78, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}

.home-hero.has-bg-video h1,
.home-hero.has-bgimg h1.main-heading {
  color: #fff;
}

.hero-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-bg-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.feature-post-details .post-image img {
  opacity: 0;
}

.feature-post-details .post-image {
  background-size: cover;
  background-position: center center;
}

.featured-post {
  position: relative;
}

.featured-post:after {
  content: "";
  height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: #fff;
}

.news-events-post {
  position: relative;
  z-index: 1;
}

.request-sample-footer {
  height: 164px;
  background: #e5001a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.request-sample-footer h3 {
  color: #fff;
  margin-bottom: 0;
}

.rs-cta-copy {
  text-align: center;
}

.request-sample-footer a {
  font: 24px/32px Mont;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-sample-footer span.arrow-right {
  margin-left: 15px;
}

.rs-cta-copy {
  font: 16px/32px Geogrotesque;
  letter-spacing: 0px;
  color: #fff;
  padding-top: 10px;
}

.app-slider ul.slick-dots {
  position: static;
  margin-top: 10px;
}

.app-slider ul.slick-dots li {
  width: 11px;
  height: 11px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #00173b 0% 0% no-repeat padding-box;
  opacity: 0.25;
  border-radius: 25px;
  border: 2px solid #00173b;
}

.app-slider ul.slick-dots li button {
  display: none;
}

.app-slider ul.slick-dots li.slick-active,
.app-slider ul.slick-dots li:hover {
  background: #fff;
  border-color: #e5001a;
  opacity: 1;
}

.featured-post-wrap:after {
  content: "";
  background-image: url(img/abstract-background1.png);
  height: 100%;
  width: 100%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.single-post-wrapper blockquote {
  font: 24px/30px Geogrotesque;
  letter-spacing: 0px;
  color: #e5001a;
  padding-left: 20px;
  border-left: 2px solid #e5001a;
  margin: 20px 0;
}

.single-post-wrapper a {
  color: #e5001a;
  text-decoration: underline;
}

span.publication {
  font-weight: 600;
}

.publication-logo {
  max-width: 250px;
  margin-top: 35px;
}

span.bull {
  font-family: "Arial";
}

.featured-post-wrap.events-cat > * {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 176px);
}

.featured-post-wrap.events-cat article#featured-post {
  background: transparent;
}

.events-item {
  width: 100%;
  max-width: 911px;
  background: #fafafa;
  padding: 52px 102px;
}

.events-list.container {
  max-width: 1200px;
  margin: 0 auto;
}

.featured-post-wrap.events-cat {
  margin-bottom: 105px;
}

.event-details {
  display: flex;
  font: 16px/24px Geogrotesque;
  letter-spacing: 0px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  padding-top: 7px;
}

.event-details span.bull {
  margin: 0 5px;
}

.events-item h2.main-heading {
  margin-bottom: 0;
  font-size: 25px;
}

.event-excerpt {
  display: flex;
  padding-top: 25px;
}

.event-excerpt p {
  margin-top: 0;
}

.event-excerpt h3 {
  margin-bottom: 0;
}

.event-booth {
  padding-left: 70px;
}

.oc-slider-nav > div {
  position: static !important;
  transform: none !important;
  display: none;
}

.footer-right {
  width: 70%;
  max-width: 750px;
}

.footer-newsletter .gform_wrapper h3.gform_title {
  font-family: "Geogrotesque", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

ul#gform_fields_17 {
  display: flex;
  max-width: calc(100% - 165px);
  justify-content: space-between;
  align-items: flex-end;
}

ul#gform_fields_17 label {
  display: none;
}

ul#gform_fields_17 input {
  width: 100%;
  height: 43px;
  border: 1px solid #a5a5a5;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

ul#gform_fields_17 li {
  margin: 0;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
  padding: 0;
  margin-bottom: 0 !important;
}

.footer-right-row-1 div.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}

form#gform_17 {
  position: relative;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
}

.copyrights {
  display: flex;
  font-size: 12px;
}

ul#menu-terms-menu {
  margin: 0;
}

ul#menu-terms-menu li:before {
  content: "|";
  margin: 0 10px;
}

.footer-right-row-1 .gform_wrapper .gform_heading {
  margin-bottom: 0;
}

form#gform_17 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
}

form#gform_17 .top_label div.ginput_container {
  margin: 0;
}

@media all and (max-width: 1500px) {
  .applications-page-inner-wrap {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  div.default-page-wrap {
    padding-top: 120px;
  }
  .home-hero .container {
    left: 70px;
  }
}
@media all and (max-width: 1400px) {
  .page-hero {
    height: 509px;
  }
}
@media all and (max-width: 1330px) {
  nav.nav ul > li {
    padding: 0 12px;
  }
  nav.nav ul > li.cta-btn a {
    padding: 10px 15px;
  }
}
@media all and (max-width: 1200px) {
  .post-hero,
  .container {
    width: calc(100% - 100px);
  }
  .home-hero .container {
    left: 0;
    width: calc(100% - 100px);
  }
  div#products {
    padding: 100px 0 100px;
  }
  div#products .container {
    padding-left: 70px;
  }
  .our-capabilities-wrap {
    padding: 150px 0 130px;
    background-position: 100% 105%;
  }
  .footer .container {
    text-align: center;
  }
  .footer-nav-wrap .logo {
    width: 100%;
  }
  .footer-nav-wrap {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-right {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }
  .footer .copyrights {
    display: block;
  }
  .footer .copyrights p {
    padding-bottom: 15px;
  }
  .footer .copyrights ul#menu-terms-menu {
    display: inline-block;
  }
  .footer .copyrights ul#menu-terms-menu li:before {
    display: none;
  }
  .footer-nav-wrap .logo img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
  h1,
  .main-heading {
    font-size: 32px;
  }
  .page-hero {
    width: calc(100% - 100px);
  }
  .material-heading-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .materials-wrap {
    display: block;
  }
  .materials-headings {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 70px;
    text-align: center;
  }
  .applications-page-wrap .container {
    width: calc(100% - 100px);
  }
  .applications-page-inner-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-col {
    padding: 75px 50px;
    max-width: calc(100% - 435px);
  }
  article#featured-post {
    width: calc(100% - 100px);
  }
  .feature-post-content {
    padding: 50px 50px;
  }
  .post-grid-details h2 {
    font-size: 20px;
  }
}
.social-links.mobile-only {
  display: none;
}

.hamburger {
  display: none;
}

@media all and (max-width: 1150px) {
  .hamburger {
    display: block;
  }
  header.header.clear .nav {
    display: none;
  }
  .hamburger.hamburger--collapse {
    padding: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hamburger-inner {
    width: 50%;
    margin-left: auto;
    left: 20px;
  }
  .hamburger-inner:after,
  .hamburger-inner:before {
    left: -20px;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background: #e5001a;
  }
  .hamburger.is-active .hamburger-inner {
    background: #fff;
  }
  .hamburger--collapse.is-active .hamburger-inner:after {
    opacity: 1;
  }
  .menu-opened nav.nav.header {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    background: #fff;
    width: 100%;
    padding: 0 50px;
    overflow: auto;
  }
  nav.nav.header > ul {
    padding: 70px 0 160px;
    display: block;
    position: relative;
  }
  nav.nav.header > ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    font-size: 18px;
  }
  nav.nav.header ul > li {
    padding: 0;
  }
  nav.nav.header ul > li.cta-btn {
    position: absolute;
    bottom: 0;
    width: 160px;
    text-align: center;
    border-bottom: 0;
  }
  nav.nav.header > ul li.cta-btn a {
    border-color: #e5001a;
  }
  nav.nav li ul.sub-menu {
    display: none;
    position: static;
    transform: none;
    border: 0;
    width: 100%;
    text-align: left;
  }
  nav.nav li.active ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  nav.nav ul ul.sub-menu li:last-child a {
    border-bottom: 1px solid #e5e5e5;
  }
  nav.nav ul ul.sub-menu li a {
    padding-left: 25px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    background: #e5001a;
    border-radius: 0;
  }
}
@media all and (max-width: 1150px) {
  .post-hero,
  .container {
    width: calc(100% - 70px);
  }
  .hero-subheading {
    font-size: 16px;
    line-height: 21px;
  }
  .home-hero .container {
    width: calc(100% - 70px);
    left: 0;
  }
  div#products .container {
    border-left: 0;
    padding-left: 0;
  }
  .product-tabs-links {
    width: 200px;
  }
  .product-tab-image-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .product-tab-features {
    text-align: left;
  }
  .feature-value {
    text-align: left;
    padding-bottom: 16px;
  }
  .product-tab-heading {
    padding-top: 0;
    padding-bottom: 20px;
  }
  div#products {
    padding: 75px 0;
  }
  div#products .main-heading {
    padding-bottom: 50px;
  }
  div#products .container {
    border-left: 0;
    padding-left: 0;
  }
  .product-tabs-links {
    width: 200px;
  }
  .product-tab-image-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .product-tab-features {
    text-align: left;
  }
  .feature-value {
    text-align: left;
    padding-bottom: 16px;
  }
  .product-tab-heading {
    padding-top: 0;
    padding-bottom: 20px;
  }
  div#products {
    padding: 75px 0 100px;
  }
  div#products .main-heading {
    padding-bottom: 50px;
  }
  .oc-slide {
    display: block;
  }
  .oc-slider-nav {
    left: 0;
  }
  .oc-slider-wrap {
    margin-top: -50px;
  }
  .oc-slide-img {
    text-align: center;
  }
  .oc-slide-img img {
    display: inline-block;
  }
  .our-capabilities-wrap {
    padding-top: 0px;
    padding-bottom: 100px;
    background-size: 250px;
    background-position: 100% 100%;
  }
  .our-capabilities-row1 {
    padding-bottom: 60px;
  }
  .post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-details {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 75px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .post-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
  .featured-post {
    padding-top: 75px;
  }
  .footer-nav-wrap .logo {
    display: none;
  }
  div.footer-right {
    margin-top: 40px;
  }
  footer.footer ul {
    padding: 0;
  }
  footer nav.nav ul > li:last-child {
    display: none;
  }
  nav.nav.footer {
    width: 100%;
  }
  nav.nav.footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper {
    padding-top: 63px;
  }
  .social-links.mobile-only {
    display: block;
  }
  .social-links.mobile-only ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .page-hero {
    width: calc(100% - 70px);
  }
  .product-tabs-content-flex {
    padding: 50px 50px;
  }
  div#products-page .product-tabs-links {
    margin-left: 30px;
  }
  .product-tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-page .product-tab-excerpt {
    width: 100%;
    padding-top: 70px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-content-wrap-inner {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .images-wrap {
    display: none;
  }
  .applications-list {
    width: 100%;
  }
  .applications-page-inner-wrap {
    padding-top: 25px;
  }
  .page-inner-wrap {
    display: block;
  }
  .content-col {
    width: 100%;
  }
  .form-col {
    width: 100%;
    max-width: 100%;
  }
  article#featured-post {
    display: block;
    width: calc(100% - 70px);
  }
  .post-thumb {
    width: 100%;
  }
  .feature-post-content {
    width: 100%;
  }
  .posts-list > article {
    width: calc(50% - 16px);
  }
  .single-post-wrapper {
    padding-top: 50px;
  }
  .single-post-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-post-wrap > .col1 {
    width: 100%;
    padding-bottom: 50px;
  }
  .post-left-content {
    width: calc(100% - 30px);
    padding-left: 0;
  }
  .loation-item:last-child {
    margin-bottom: 59px;
  }
  .hamburger.hamburger--collapse.is-active {
    margin-top: -15px;
  }
  .oc-slider-nav {
    margin-top: 45px;
  }
  .page-inner-wrap .main-heading {
    margin-bottom: 5px;
  }
  .oc-slider-wrap > div.slick-arrow {
    display: none !important;
  }
  div.news-events-post > div {
    width: 100%;
  }
  .news-events-post {
    flex-wrap: wrap;
  }
  .app-content {
    flex-wrap: wrap;
  }
  .app-text {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .events-item {
    padding: 50px 70px;
  }
  .events-item {
    padding: 50px 25px;
    margin-bottom: 36px;
  }
  .event-excerpt {
    display: block;
  }
  .event-booth {
    padding-left: 0;
    padding-top: 10px;
  }
  .featured-post-wrap.events-cat {
    margin-bottom: 76px;
  }
  .feature-post-content.news {
    border-left: 0;
  }
  .post-thumb.news-featured.has-logo {
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 0;
  }
}
.post-cat.mobile {
  display: none;
}

.mobile-only {
  display: none;
}

.mobile-accordion {
  display: none;
}

.products-mobile-accordion {
  display: none;
}

.request-sample-footer a.btn {
  display: none;
}

@media all and (max-width: 767px) {
  .products-mobile-accordion {
    display: block;
  }
  .container {
    width: calc(100% - 50px) !important;
  }
  .home-hero .container {
    display: block;
  }
  .home-hero {
    padding-top: 60px;
  }
  .hero-content {
    max-width: 330px;
  }
  .product-tabs-links {
    width: 100%;
  }
  .products-tabs.desktop {
    display: block;
  }
  .product-tabs-content {
    width: 100%;
  }
  .product-tab-image {
    display: none;
  }
  .product-content-wrap {
    display: block;
  }
  .product-tab-title img {
    max-width: 128px;
    margin: 0 auto;
  }
  .product-tab-title {
    text-align: center;
  }
  body div.product-tab-title {
    padding: 50px 0;
    background: #fff !important;
    margin: 0 10px;
  }
  span.border-corner {
    opacity: 1;
  }
  .product-tabs-links {
    padding-bottom: 110px;
  }
  .products-wrap ul.slick-dots {
    bottom: auto;
    z-index: 1;
    top: -60px;
  }
  .products-wrap .slick-dots li button:before {
    display: none;
  }
  .products-tabs .slick-dots li {
    width: 11px;
    height: 11px;
    background: #00173b;
    border-radius: 100%;
    border: 2px solid #00173b;
    margin: 0 11px;
  }
  .products-tabs .slick-dots li.slick-active {
    background: transparent;
    border-color: #e5001a;
  }
  body.home .product-tab-features {
    display: none;
  }
  .product-tabs-links .slick-list {
    padding: 0 20% 0 0;
  }
  .oc-slider-wrap {
    width: 100%;
  }
  .our-capabilities-row1 {
    display: block;
    padding-bottom: 60px;
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  .oc-slider-wrap {
    padding-top: 0;
    margin-top: 0px;
  }
  .oc-slide-copy {
    padding-left: 0;
    border: 0;
  }
  .oc-slider-nav {
    margin-top: 30px;
  }
  .pms-features {
    display: block;
  }
  .pms-feature-item {
    width: 100%;
    text-align: center;
  }
  .pms-feature-item .desc {
    opacity: 1;
    min-height: auto;
  }
  .pms-feature-item h3 {
    color: #e5001a;
    opacity: 1;
    margin-bottom: 5px;
    background-image: none;
  }
  .our-capabilities-wrap {
    background-image: none;
  }
  .pms-feature-item .desc:after {
    content: "";
    background-image: url(img/bg-cross.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto;
    background-position: center center;
  }
  .projection-micro-wrap {
    background-image: none;
  }
  .container {
    width: calc(100% - 50px) !important;
  }
  .request-sample h3 {
    max-width: 250px;
    margin: 0 auto;
    line-height: 43px;
  }
  .featured-post {
    padding-top: 30px;
    background: #fff;
  }
  .post-cat {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .post-details {
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 50px 0px;
  }
  footer.footer {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  nav.nav.footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav.nav.footer li {
    width: 50%;
    padding: 0;
  }
  .footer-nav-wrap {
    padding: 20px 0 0;
    margin-bottom: 25px;
  }
  .social-links {
    display: none;
  }
  .copyrights p {
    font-size: 12px;
  }
  .copyrights {
    font-size: 12px;
  }
  nav.nav.header > ul {
    margin: 0;
    padding: 10vh 0;
  }
  nav.nav.header,
  .menu-opened nav.nav.header {
    padding: 0 25px;
  }
  nav.nav.header > ul li.cta-btn a {
    width: 100px;
    height: 43px;
    padding: 0;
    line-height: 43px;
  }
  .social-links.mobile-only ul {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  nav.nav.header ul > li.cta-btn {
    bottom: -43px;
  }
  .feature-post-details > .post-cat {
    display: none;
  }
  .post-cat.mobile {
    display: block;
  }
  .pms-features {
    margin-bottom: 0;
  }
  .pms-features + div {
    display: none;
  }
  .pms-feature-item:last-child .desc:after {
    display: none;
  }
  .our-capabilities-wrap {
    padding-bottom: 90px;
  }
  .oc-copy {
    width: 100%;
  }
  button.slick-next.slick-arrow {
    background-image: url(img/arrow-slider-next-dark.svg);
    right: 0;
  }
  .slick-next:before,
  .slick-prev:before {
    display: none;
  }
  button.slick-arrow {
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  button.slick-prev.slick-arrow {
    background-image: url(img/arrow-slider-prev-dark.svg);
    left: 0;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .hero-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .page-hero {
    height: auto;
    min-height: 400px;
    padding: 50px 0;
    width: calc(100% - 50px);
  }
  .product-tabs-content-flex {
    margin-bottom: 0;
  }
  .products-page-features.txt-white {
    padding-top: 75px;
  }
  .features-grid {
    display: block;
  }
  .feature-item {
    width: 100%;
    margin: 0;
    margin-bottom: 56px;
    padding: 0 25px;
  }
  .products-page-features .main-heading {
    margin-bottom: 46px;
  }
  .feature-copy br {
    display: none;
  }
  .features-cta {
    padding: 50px 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .products-page-features.txt-white {
    padding-bottom: 56px;
  }
  .customer-support-services {
    padding: 76px 0 50px;
  }
  .cs-content ul li {
    padding-bottom: 15px;
  }
  .products-tabs.desktop.products-page {
    display: none;
  }
  .mobile-acc-wrap {
    position: relative;
  }
  .mobile-acc-wrap {
    border: 2px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
  }
  .mobile-product-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    position: relative;
  }
  .mobile-acc-wrap.active .mobile-product-content {
    max-height: 100%;
  }
  .mobile-product-content .product-tab-content {
    display: block;
    padding: 0 20px 130px;
    position: relative;
  }
  .mobile-acc-wrap.active {
    background: #f5f5f5;
  }
  .mobile-product-content .feature-row {
    display: block;
  }
  .mobile-product-content .feature-row > div {
    width: 100%;
  }
  .mobile-acc-wrap:last-child {
    border-bottom: 2px solid #f5f5f5;
  }
  .mobile-acc-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 25px 17px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(46, 46, 46, 0.22);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  .mobile-acc-head img {
    width: 56px;
    margin-right: 15px;
  }
  div#products-page {
    margin-top: 56px;
    margin-bottom: 57px;
  }
  .mobile-acc-wrap span.border-corner {
    opacity: 0;
  }
  .mobile-acc-head span.arrow-down {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
  }
  span.arrow-down svg {
    display: block;
  }
  .mobile-product-content .product-tab-heading {
    display: none;
  }
  .mobile-product-content .btn-wrap a {
    font-size: 14px;
  }
  .product-tab-excerpt a {
    font-weight: 600;
  }
  .mobile-product-content .btn-wrap {
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: calc(100% - 40px);
    margin: 0;
  }
  .mobile-product-content .product-tab-excerpt {
    padding-bottom: 20px;
  }
  .mobile-acc-wrap.active .mobile-acc-head {
    color: #e5001a;
  }
  .mobile-acc-wrap.active span.arrow-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  nav.nav.footer ul > li.current-menu-item a {
    border-bottom: 1px solid transparent;
  }
  .app-item {
    display: block;
    border-bottom: 0;
    padding-bottom: 56px;
    padding-top: 0;
  }
  .app-content {
    width: 100%;
  }
  .applications-list {
    margin-top: 30px;
  }
  .about-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
  .about-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-wrap.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 55px;
  }
  .about-image img {
    max-width: calc(100% + 50px);
  }
  .quote-box {
    padding: 55px 25px 30px;
  }
  .quote-box blockquote:before {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .quote-box h3 {
    font-size: 24px;
    line-height: 32px;
  }
  div.default-page-wrap {
    padding-top: 100px;
  }
  .form-content {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
  }
  .form-col {
    margin-top: 50px;
    padding: 40px 25px;
  }
  li#field_1_7 {
    position: static;
  }
  input#gform_submit_button_1 {
    margin: 0;
    width: 144px;
  }
  div.gform_wrapper .gform_footer {
    padding-top: 0;
  }
  .locations {
    font-size: 16px;
  }
  .loation-item > div {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
  .loation-item {
    margin-bottom: 50px;
  }
  div.gform_wrapper span.gform_description,
  span.gform_description {
    line-height: 18px;
  }
  .feature-post-content {
    padding: 40px 25px;
  }
  article#featured-post {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }
  article#featured-post h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .featured-post-wrap {
    margin-bottom: 115px;
  }
  .posts-list > article {
    width: 100%;
  }
  .mobile-only {
    display: block;
  }
  article#featured-post .post-thumb {
    display: none;
  }
  .post-hero {
    padding-top: 40px;
    width: calc(100% - 50px);
  }
  .single-post-wrap h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .post-left-content {
    width: 100%;
    padding-right: 0;
  }
  .post-share {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .post-share a {
    margin-right: 20px;
  }
  .author-details:before {
    margin-top: 0;
  }
  .single-post-wrap > .col1 {
    padding-bottom: 20px;
  }
  .materials-table-wrap {
    display: none;
  }
  .materials-headings {
    display: block;
  }
  .material-heading-row-wrap {
    border: 2px solid #f5f5f5;
    border-bottom: 0;
  }
  .material-heading-row-wrap:last-child {
    border-bottom: 2px solid #f5f5f5;
  }
  .material-heading-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 92px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    padding: 26px;
  }
  .material-heading-row .arrow-down {
    position: absolute;
    right: 26px;
    -webkit-transition: 0.25s auto;
    -o-transition: 0.25s auto;
    transition: 0.25s auto;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 10px;
  }
  .active.material-heading-row-wrap {
    background: #f5f5f5;
  }
  .active.material-heading-row-wrap .arrow-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .material-heading-row-wrap .arrow-down svg {
    display: block;
  }
  .active.material-heading-row-wrap .mobile-accordion {
    display: block;
  }
  .mobile-accordion {
    text-align: left;
    padding: 0 26px 30px;
  }
  .mobile-accordion .row {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    font-size: 18px;
  }
  .row div {
    font-weight: 600;
    font-size: 20px;
  }
  .material-heading-row label {
    text-align: left;
  }
  .mobile-accordion .row label {
    text-transform: uppercase;
  }
  .materials-wrap {
    margin: 56px 0;
  }
  .materials-headings {
    padding-bottom: 0;
  }
  .hero-subheading {
    max-width: 200px;
  }
  nav.nav.footer li a {
    padding-bottom: 10px;
    display: block;
  }
  .oc-slide-copy > div {
    margin: 10px 0;
  }
  .oc-slide-img {
    margin-bottom: 25px;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .oc-slide-img img {
    max-height: 150px;
  }
  .mobile-acc-wrap.active {
    border: 0;
  }
  .material-heading-row label:after {
    content: "";
    color: #777;
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .material-heading-row label {
    position: relative;
  }
  .app-item h2 {
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .app-text p {
    margin-top: 0;
  }
  div.gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block;
  }
  nav.nav.header > ul li.current-menu-item a {
    color: #e5001a;
  }
  .hamburger.hamburger--collapse.is-active {
    margin-top: -10px;
  }
  .social-links.mobile-only {
    max-width: 200px;
    margin-left: auto;
  }
  input#gform_submit_button_3 {
    width: 144px;
    margin-top: 15px;
  }
  .post-item-inner {
    padding: 50px 30px;
  }
  .featured-post > div {
    max-width: 100%;
    width: 100% !important;
  }
  .feature-post-details {
    padding: 0 30px;
  }
  .request-sample-footer h3 {
    font-size: 22px;
  }
  .rs-cta-copy {
    line-height: 1.5;
  }
  .request-sample-footer span.arrow-right {
    display: none;
  }
  .request-sample-footer {
    height: 290px;
    text-align: center;
  }
  .request-sample-footer a.btn {
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .app-slider {
    width: 100%;
    max-width: 414px;
  }
  .container.title {
    position: relative;
    z-index: 1;
  }
  article#featured-post {
    width: calc(100% - 50px);
    transform: translateY(20px);
  }
  .featured-post-wrap {
    padding-top: 70px;
    background: #fff;
  }
  .featured-post-wrap:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000d2b), to(#07364e));
    background: -o-linear-gradient(#000d2b 0%, #07364e 100%);
    background: linear-gradient(#000d2b 0%, #07364e 100%);
    height: 228px;
  }
  .tax-news_outlet .featured-post-wrap:after,
  .tax-event_location .featured-post-wrap:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000d2b), to(#07364e));
    background: -o-linear-gradient(#000d2b 0%, #07364e 100%);
    background: linear-gradient(#000d2b 0%, #07364e 100%);
    height: 600px;
  }
  body.category-news .mobile-only:after {
    content: "";
    background: transparent linear-gradient(90deg, rgba(99, 8, 17, 0.8) 0%, rgba(229, 0, 26, 0.6) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mobile-only {
    position: relative;
  }
  body.archive.category.category-news .featured-post-wrap {
    background: transparent;
  }
  body.category-news .mobile-only:after {
    display: none;
  }
  .mobile-only.has-logo {
    padding: 0 25px;
    margin-bottom: 35px;
  }
  body.archive.category.category-news article#featured-post.has-logo {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  body.archive.category.category-news .featured-post-wrap {
    margin-bottom: 35px;
  }
  body.archive.category.category-news .posts-list > article {
    margin-bottom: 35px;
  }
  body.archive.category.category-news main {
    padding-bottom: 0;
  }
  .resource-item-title {
    min-height: 85px;
  }
}
@media all and (max-width: 365px) {
  .mobile-product-content .btn-wrap a {
    font-size: 13px;
  }
}
@media all and (max-width: 1300px) {
  .arrow-next.slick-arrow {
    right: -60px;
  }
  .arrow-prev.slick-arrow {
    left: -60px;
  }
}
@media all and (max-width: 1200px) {
  .oc-slider-nav > div {
    display: block;
  }
}
.resources-page-wrapper {
  background: #f5f5f5;
}

.resources-hero {
  position: relative;
  padding-top: 190px;
  padding-bottom: 320px;
}

.resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.resources-hero .container {
  position: relative;
  z-index: 1;
  color: #fff;
}

.resources-hero-title {
  font-size: 35px;
  font-family: "Mont", sans-serif;
  font-weight: 900;
}

.resources-hero-title:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #e5001a;
  margin-bottom: 24px;
}

a.featured-resource-item {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -240px;
  z-index: 1;
  background: #fff;
}

.resources-lower {
  position: relative;
}

.featured-resource-item-cols {
  position: relative;
  display: flex;
  background-color: #f5f5f5;
}

.featured-resource-item-left {
  width: 33.33%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.featured-resource-item-left img {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
}

.featured-resource-item-right {
  width: 65%;
  padding: 90px 50px 50px;
  max-width: 600px;
}

.featured-resource-item-title {
  font-size: 35px;
  font-family: "Mont", sans-serif;
  font-weight: 900;
  color: #2e2e2e;
  line-height: 1.3;
  margin-bottom: 50px;
}

.resource-item-more {
  color: #fff;
  font-family: "Geogrotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.featrued-resource-item-cat {
  font-family: "Geogrotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.resources-filter-bar {
  padding: 65px 0 50px;
  display: flex;
}

.resources-filter-bar strong {
  font-weight: 600;
  text-transform: uppercase;
  color: #2e2e2e;
  padding-right: 30px;
}

.resources-filter-options {
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

label.resources-filter-option input {
  display: none;
}

label.resources-filter-option {
  cursor: pointer;
}

label.resources-filter-option span {
  position: relative;
  padding-left: 21px;
  display: flex;
  align-items: center;
  height: 14px;
}

label.resources-filter-option input:checked + span {
  color: #e5001a;
}

label.resources-filter-option span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

label.resources-filter-option span:after {
  transform: scale(0);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #e5001a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

label.resources-filter-option input:checked + span:before {
  border-color: #e5001a;
}

label.resources-filter-option {
  line-height: 1;
  margin-right: 30px;
}

label.resources-filter-option input:checked + span:after {
  transform: scale(0.6);
}

.resources-grid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
}

.resources-grid > a {
  display: block;
  background: #f5f5f5;
  width: calc(33% - 16px);
  margin: 8px 8px 16px 8px;
}

.resources-grid .resource-invisible {
  display: none;
}

.resource-item-title {
  min-height: 96px;
  color: #fff;
  font-weight: 900;
  font-family: "Mont", sans-serif;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.resource-item-cat {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.video-resource-cols {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 100px;
}

.video-resource-left {
  width: 36%;
}

.video-resource-right {
  width: 57%;
  font-family: "Barlow", "Geogrotesque", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.video-resource-left {
  font-size: 35px;
  font-weight: 900;
  font-family: "Mont", sans-serif;
  color: #00173b;
  line-height: 1.3;
}

.video-resource-right p {
  margin: 0 0 10px;
}

.video-resource-upper {
  position: relative;
  padding-top: 56.25%;
}

.video-resource-upper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-resource-wrapper {
  padding-top: 100px;
}

.resource-item-columns {
  padding-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.resource-item-left {
  width: 36%;
}

.resource-item-right {
  width: 57%;
  background: #f5f5f5;
}

.resource-item-left-body {
  max-width: 400px;
  font-size: 24px;
  line-height: 1.25;
  font-size: 16px;
  line-height: 1.5;
}

.single-resource-item-title {
  margin-top: 16px;
  font-size: 35px;
  color: #00173b;
  font-family: "Mont", sans-serif;
  line-height: 1.3;
  font-weight: 800;
}

.single-resource-item-title:after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #e5001a;
  margin-top: 20px;
  margin-bottom: 45px;
}

.resource-item-left-body p {
  margin: 0 0 10px;
}

.resource-item-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.resource-item-right .resource-item-form-wrapper .gfield_html {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.resource-item-form-wrapper .gform_wrapper .gfield input {
  width: 100%;
  min-width: 100%;
}

.video-resource-share a {
  display: block;
  margin-bottom: 12px;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.video-resource-share a:hover {
  opacity: 1;
}

span.resource-item-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span.resource-item-more i {
  display: block;
  width: 20px;
  height: 11px;
  margin-left: 8px;
  background: url("img/arrow-right-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transition: margin 0.2s;
}

.featured-resource-item:hover span.resource-item-more i,
a.resource-item:hover span.resource-item-more i {
  margin-left: 14px;
}

.video-resource-upper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-resource-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 82px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.video-resource-play:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("img/play-triangle.svg") no-repeat center center;
  background-size: 30% auto;
}

.is-playing .video-resource-play {
  opacity: 0;
  visibility: hidden;
}

.video-resource-left .resource-item-cat {
  font-size: 16px;
  font-family: "Geogrotesque", sans-serif;
  font-weight: 600;
  margin-top: -15px;
  padding-bottom: 6px;
  color: #a5a5a5;
}

.video-resource-right p {
  margin: 0 0 24px;
}

.video-resource-right h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
  font-family: "Geogrotesque";
}

.video-resource-right blockquote {
  margin: 0 0 20px;
  position: relative;
  padding-left: 24px;
}

.video-resource-right blockquote p {
  margin: 0;
  color: #e5001a;
  font-size: 23px;
  font-weight: normal;
}

.content-resource-item .video-resource-right {
  width: 58.75%;
  padding-top: 15px;
}

.video-resource-right blockquote:before {
  content: "";
  width: 2px;
  height: 100%;
  height: calc(100% - 1em);
  background: #e5001a;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.content-resource-item .video-resource-right a {
  color: #e5001a;
  text-decoration: underline;
}

.content-resource-item .video-resource-right a:hover {
  color: #000;
}

.video-resource-cols.content-resource-item {
  padding-top: 170px;
}

.content-resource-item .video-resource-left:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #e5001a;
  margin: 14px 0 0;
}

@media all and (max-width: 1400px) {
  .featured-resource-item-title {
    font-size: 28px;
  }
}
@media all and (max-width: 1200px) {
  .video-resource-cols {
    padding-right: 50px;
    padding-top: 50px;
  }
  .single-resource-item-title,
  .video-resource-left {
    font-size: 24px;
  }
  .video-resource-right {
    width: 58%;
    font-size: 16px;
  }
  .resource-item-left-body {
    font-size: 16px;
  }
  .video-resource-wrapper {
    padding-top: 50px;
  }
  .single-resource-item-title:after {
    margin-bottom: 30px;
  }
  .resource-item-columns {
    padding-top: 50px;
  }
  .resource-item-form-wrapper {
    max-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .featured-resource-item-left {
    width: 55%;
  }
  .featured-resource-item-right {
    width: 45%;
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .featured-resource-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .video-resource-cols.content-resource-item {
    padding-top: 80px;
  }
}
@media all and (max-width: 850px) {
  .resource-item-columns {
    display: block;
  }
  .resource-item-left {
    width: 100%;
  }
  .resource-item-left-body {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .resource-item-right {
    width: 100%;
  }
  .resource-item-form-wrapper {
    padding: 30px;
    max-width: 100%;
  }
  .resources-grid > a {
    width: calc(50% - 16px);
    margin: 8px 8px 16px 8px;
  }
  .resources-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  a.featured-resource-item {
    margin-top: -40px;
  }
}
@media all and (max-width: 767px) {
  .video-resource-wrapper {
    padding-top: 30px;
  }
  .video-resource-cols {
    padding-top: 30px;
    display: block;
    padding-right: 0;
  }
  .video-resource-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-resource-right {
    width: 100%;
  }
  .resources-filter-bar {
    display: block;
  }
  .resources-filter-bar strong {
    display: block;
    margin-bottom: 10px;
  }
  .resources-filter-options {
    flex-wrap: wrap;
  }
  label.resources-filter-option {
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .resources-grid > a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .resource-item-title {
    min-height: inherit;
  }
  .resources-grid {
    padding-bottom: 50px;
  }
  .featured-resource-item-cols {
    display: block;
  }
  .featured-resource-item-left {
    width: 100%;
  }
  .featured-resource-item-right {
    width: 100%;
  }
  .video-resource-cols.content-resource-item {
    padding-top: 50px;
  }
  .content-resource-item .video-resource-right {
    width: 100%;
    margin-top: 40px;
  }
}
.home-hero-sub-title {
  font-size: 20px;
  font-family: "Geogrotesque", sans-serif;
  font-weight: 600;
  color: #e5001a;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-hero-title {
  font-family: "Mont", sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #00173b;
  max-width: 500px;
  line-height: 1.37;
}

.home-hero-slider-wrapper {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 75px;
}

.home-hero-slider-title {
  font-family: "Geogrotesque", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.28;
  margin-bottom: 20px;
  position: relative;
}

.home-hero-images-slider {
  max-width: 550px;
}

.home-hero-text-slide-header {
  font-family: "Geogrotesque", sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  color: #e5001a;
}

.home-hero-text-slide-cols {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.home-hero-text-slide-left p {
  margin: 0;
}

.home-hero-text-slide-right {
  width: 52%;
}

.home-hero-text-slide-left {
  max-width: 250px;
}

.home-hero-text-slide-left ul {
  padding-left: 17px;
  margin-top: 10px;
}

.home-hts-machines-title strong {
  font-weight: 600;
  text-transform: uppercase;
}

.home-hero-text-slide-right a {
  margin-top: 10px;
  border-radius: 20px;
  display: inline-flex;
  background: #e5001a;
  color: #fff;
  padding: 9px 20px;
  font-family: "Geogrotesque", sans-serif;
  width: 100%;
  max-width: 340px;
  transition: background 0.2s, color 0.2s;
  position: relative;
}

span.slide-resolution {
  display: block;
  text-align: right;
  padding-top: 20px;
  padding-right: 30px;
}

.home-hero-text-slide-right a i {
  position: absolute;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -7px;
  background: url("img/slide-cta-arrow.svg") no-repeat center center;
  background-size: contain;
}

.home-hero-text-slide-right a span:first-child {
  font-weight: 600;
  padding-right: 20px;
}

.home-hero-text-slide-right a b {
  font-weight: 600;
}

.home-hero-text-slide-right a:hover {
  background: #000;
}

.home-hero-text-slider {
  width: 100%;
}

.home-hero-text-slider:not(.slick-slider) .home-hero-text-slide:not(:first-child) {
  display: none;
}

.home-hero-images-slider {
  width: 47.13%;
  position: relative;
  z-index: 2;
}

.home-hero-sliders {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-hero-text-slide-title {
  display: inline-block;
  padding-right: 14px;
}

.home-hero-sliders:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: url("img/border-dash.svg") no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 12px;
  left: 50%;
  display: none;
}

.home-hero-images-slides {
  margin-top: -385px;
  background: #fff;
  position: relative;
  right: 85px;
  border-radius: 50%;
  padding: 30px;
  background: rgba(7, 44, 72, 0.49);
  background: #fafafa;
  box-shadow: 0 0 100px rgba(46, 46, 46, 0.12), 0 0 0 39px rgba(7, 44, 72, 0.09) inset;
}

.home-hero-images-slides:not(.slick-slider) .home-hero-image-slide:not(:first-child) {
  display: none;
}

.home-hero-image-slide-thumb img {
  display: block;
  width: 100%;
}

.home-hero-image-slide-thumb {
  border-radius: 50%;
}

.home-hero-wrapper .slick-dots button {
  width: 11px;
  height: 11px;
  border: 2px solid #00173b;
  background: rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  padding: 0;
}

.home-hero-wrapper .slick-dots button:before {
  display: none;
}

.home-hero-wrapper .slick-dots .slick-active button {
  border-color: #e5001a;
  background: transparent;
}

.home-hero-text-slider-wrap {
  width: 53.525%;
}

.home-hero-wrapper.slick-dots {
  line-height: 1;
}

.home-hero-wrapper .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
}

.nhome-slider-nav,
.home-hero-images-slider-nav {
  margin-top: 40px;
  position: relative;
  right: 0;
  display: flex;
  justify-content: flex-start;
}

.nhome-slider-nav .slick-dots,
.home-hero-images-slider-nav .slick-dots {
  position: static;
  width: auto;
  margin: 0 24px;
  padding: 0;
}

.nhome-slider-nav .nhsn-arrow,
.home-hero-images-slider-nav .hhisn-arrow {
  display: block;
  width: 15px;
  cursor: pointer;
  height: 28px;
  background: url("img/slide-arrow-thin.svg") no-repeat center center;
  background-size: contain;
}

.nhome-slider-nav .nhsn-arrow.nhsn-arrow-left,
.home-hero-images-slider-nav .hhisn-arrow.hhisn-arrow-left {
  transform: rotate(180deg);
}

.nhome-slider-nav .nhsn-arrow.nhsn-arrow-right,
.home-hero-images-slider-nav .hhisn-arrow.hhisn-arrow-right {
  display: block;
  width: 15px;
  height: 28px;
  cursor: pointer;
  background: url("img/slide-arrow-thin.svg") no-repeat center center;
  background-size: contain;
}

.home-hero-wrapper .slick-slide {
  outline: none;
}

.home-hero-upper .container {
  position: relative;
}

.home-hero-upper .container:after {
  content: "";
  display: block;
  width: 565px;
  height: 565px;
  position: absolute;
  right: -126px;
  top: -80px;
  background: #fafafa;
  border-radius: 50%;
  width: 635px;
  height: 635px;
  border-radius: 50%;
}

.home-hero-slider-wrapper {
  position: relative;
  z-index: 1;
}

.testimonials-wraapper {
  background: #00173b;
  color: #fff;
  padding-top: 175px;
  padding-bottom: 180px;
}

.home-hero-slider-title:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: url(img/border-dash.svg) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 55px;
  left: -20px;
  transform: translateX(-100%);
}

.testimonial-body {
  font-size: 20px;
  font-family: "Mont", sans-serif;
  font-weight: 800;
  margin-bottom: 35px;
}

.testimonials-slider {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.testimonials-slider .testimonial-slide {
  outline: none;
}

.testimonial-author {
  color: #a5a5a5;
  line-height: 1.2;
  font-size: 17px;
}

.testimonial-by {
  font-weight: bold;
}

.testimonials-slider:not(.slick-slider) .testimonial-slide:not(:first-child) {
  display: none;
}

.testimonials-slider .slick-dots {
  position: absolute;
  right: 102px;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: inherit;
}

.testimonials-slider .slick-dots button {
  background: #a5a5a5;
  border: 2px solid transparent;
  width: 15px;
  height: 15px;
  transform: scale(0.8);
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}

.testimonials-slider .slick-dots .slick-active button {
  background: transparent;
  border-color: #fff;
  transform: scale(1);
}

.testimonials-slider:before {
  content: "";
  display: block;
  width: 47px;
  height: 42px;
  background: url("img/bmf-quote.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 6px;
}

.testimonials-slider:after {
  content: "";
  display: block;
  width: 47px;
  height: 42px;
  background: url("img/bmf-quote.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(180deg);
}

.news-item-grid .post-grid-details .read-more {
  position: static;
}

.home-news-grid > div {
  display: flex;
  flex-wrap: wrap;
}

.news-item-grid {
  width: calc(33% - 16px);
  margin: 8px;
  background: #f5f5f5;
}

.home-news-grid {
  padding: 100px 0 60px;
}

.home-news-grid .post-grid-details {
  padding-bottom: 30px;
}

.home-hero-wrapper {
  background: #00173b;
  background: linear-gradient(#00255f 0%, #050a12 100%);
}

.home-hero-title {
  color: #fff;
  max-width: 100%;
}

.home-hero-title p {
  margin: 0;
}

.home-hero-sub-title p {
  margin: 0;
}

.home-hero-sub-title {
  margin: 0;
}

span.slide-resolution {
  display: block;
  text-align: right;
  padding-top: 20px;
  padding-right: 30px;
}

.home-hero-copy {
  color: #fff;
  max-width: 563px;
}

.home-hero-upper .container:after {
  display: none;
}

.home-hero-left {
  width: 60%;
  padding: 113px 0 77px;
}

.home-hero-img {
  width: 45%;
  position: absolute;
  right: 0;
  top: -100px;
}

.home-hero-top {
  display: flex;
  position: relative;
}

div.home-hero-images-slides {
  margin-top: 0;
}

@media all and (max-width: 1440px) {
  .home-hero-images-slider {
    width: 45%;
  }
}
@media all and (max-width: 1180px) {
  .home-hero-slider-title {
    margin-bottom: 40px;
  }
  .home-hero-text-slide-cols {
    display: block;
  }
  .home-hero-text-slide-left {
    margin-bottom: 20px;
  }
  .home-hero-text-slide-right {
    width: 100%;
    max-width: 400px;
  }
  .home-hero-images-slider {
    width: 50%;
  }
  .home-hero-images-slides {
    margin-top: -180px;
  }
  .home-hero-upper .container:after {
    width: calc(42vw + 70px);
    height: calc(42vw + 70px);
    right: -53px;
    top: 62%;
  }
  .home-hero-text-slide-right a {
    padding: 9px;
  }
  .testimonial-author {
    font-size: 16px;
  }
}
@media all and (max-width: 1300px) {
  div.home-hero-images-slides {
    right: 0;
  }
  .home-hero-images-slider {
    max-width: 45%;
    margin-right: 5%;
  }
  .home-hero-slider-title {
    margin-bottom: 20px;
  }
  .home-hero-text-slide-cols {
    margin-top: 20px;
  }
  .home-hero-img {
    top: 0;
  }
  .home-hero-text-slide-left {
    max-width: 350px;
  }
  .home-hero-left {
    padding: 80px 0 60px;
  }
}
@media all and (max-width: 1150px) {
  .home-hero-images-slides {
    margin-top: -100px;
  }
  .home-hero-upper .container:after {
    display: none;
  }
  .testimonials-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials-wraapper {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
  }
  .testimonials-slider:after {
    display: none;
  }
  .testimonials-slider:before {
    left: 50%;
    top: -80px;
    margin-left: -23px;
  }
  .testimonials-slider .slick-dots {
    width: 100%;
    right: 0;
    bottom: -61px;
  }
}
@media all and (max-width: 767px) {
  .home-hero-sliders {
    flex-wrap: wrap;
  }
  .home-hero-images-slides {
    margin-top: 30px;
    max-width: 300px;
    margin: 0 auto;
  }
  .home-hero-images-slider {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
  .home-hero-text-slider {
    width: 100%;
  }
  .home-hero-sliders:before {
    display: none;
  }
  .home-hero-text-slide-right a span:first-child {
    padding-right: 10px;
  }
  .home-hero-text-slide-cols {
    padding-bottom: 20px;
  }
  .home-hero-slider-wrapper {
    padding-bottom: 50px;
  }
  .home-hero-text-slide-right a {
    font-size: 14px;
  }
  .home-hero-text-slide-cols {
    margin-top: 8px;
    text-align: center;
  }
  .home-hero-text-slide-left {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-text-slide-header {
    text-align: center;
  }
  .home-hero-text-slide-right a {
    padding-left: 20px;
  }
  .home-hero-text-slide-right {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-body {
    font-size: 18px;
  }
  .home-hero-img {
    display: none;
  }
  .home-hero-left {
    padding: 50px 0 40px;
    width: 100%;
    text-align: center;
  }
  .home-hero-sub-title {
    font-size: 16px;
  }
  .home-hero-title {
    font-size: 26px;
  }
  .home-hero-images-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-hero-text-slider-wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .home-hero-slider-title {
    text-align: center;
    margin-top: 100px;
  }
  .home-hero-images-slider-nav {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
  .home-hero-slider-wrapper {
    padding-bottom: 30px;
  }
  .home-hero-text-slide-left {
    max-width: 320px;
  }
}
.resource-featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.resource-featured-overlay.has-bg {
  opacity: 0.8;
}

.resource-overlay {
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.resource-item-inner {
  z-index: 2;
  color: #fff;
  position: relative;
}

.resource-overlay.no-featured-image {
  opacity: 1;
}

.resource-item-title {
  min-height: 85px;
}

.featured-resource-item-more span.resource-item-more {
  color: #e5001a;
}

.featured-resource-item-more i {
  background-image: url(img/gray-arrow-right.png);
}

.post-logo {
  width: 160px;
  min-height: 100px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  max-width: 50%;
}

.post-logo img {
  width: 100%;
}

.search-wrapper {
  padding-top: 180px;
  background: url("img/search-bg.png") no-repeat 5% top;
}

.search-no-results .search-wrapper {
  padding-bottom: 100px;
}

.search-results-title,
.no-results-title {
  font-family: "Mont", sans-serif;
  font-size: 35px;
  max-width: 810px;
  color: #00173b;
}

.search-results-title:before,
.no-results-title:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #e5001a;
  margin-bottom: 20px;
}

.no-results-sub-title a {
  color: #e5001a;
  text-decoration: underline;
}

.search-results-title {
  margin-bottom: 58px;
}

.search-result-item {
  background: #f5f5f5;
  padding: 50px 100px;
  margin-bottom: 18px;
  color: #2e2e2e;
}

.search-result-item .search-item-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.search-item-desc {
  max-width: 550px;
}

.search-item-more {
  margin-top: 12px;
}

.search-item-more a {
  font-weight: 600;
  color: #e5001a;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding-right: 30px;
  background-image: url(img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.support-team-cols {
  display: flex;
  justify-content: space-between;
}

.support-team-left {
  width: 54%;
  font-size: 18px;
  padding-top: 30px;
}

.support-team-right {
  width: 41%;
}

.support-team-wrapper {
  padding: 105px 0;
  background: #fafafa;
}

.support-team-left h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.support-services-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}

.support-service {
  margin-bottom: 40px;
}

.support-services {
  display: flex;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.support-services .support-service {
  width: 29.93%;
  text-align: center;
}

.support-service-icon img {
  max-width: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
}

.support-service-desc p {
  margin: 0;
}

.support-service-desc p strong {
  text-transform: uppercase;
  font-weight: 600;
}

.support-services-header {
  color: #00173b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Mont", sans-serif;
}

.support-hero-outer {
  padding: 0 85px;
}

.support-hero-inner {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.support-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.support-hero-body h2 {
  color: #fff;
  font-family: "Mont", sans-serif;
}

.support-hero-body p {
  margin: 0;
}

.support-hero-inner .container {
  position: relative;
}

.support-hero-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.support-hero-left {
  width: 51%;
}

.support-hero-right {
  width: 41%;
  color: #fff;
}

.support-hero-form {
  border: 1px solid #fff;
  padding: 55px 60px 55px 60px;
}

.box-bottom-message a {
  color: #fff;
  text-decoration: underline;
}

.box-bottom-message a:hover {
  color: #e5001a;
}

.support-form-header > div:first-child {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.support-form-header > div:nth-child(2) {
  font-size: 18px;
  font-family: "Barlow", "Geogrotesque", sans-serif;
}

.support-form-header {
  margin-bottom: 0px;
}

.support-form-field input {
  width: 100%;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding-left: 18px;
}

.support-form-field {
  margin-bottom: 14px;
}

.support-hero-body {
  font-size: 24px;
  color: #fff;
}

.support-form-cta a,
.support-hero-form button {
  background: transparent;
  border-color: #fff;
  border-width: 1px;
  min-width: 160px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.support-hero-body h2:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #e5001a;
  margin-bottom: 25px;
}

.support-form-cta a:hover,
.support-hero-form button:hover {
  background: #e5001a;
  color: #fff;
  border-color: #e5001a;
}

.support-form-field input {
  color: #fff;
}

.nav ul .header-search-btn {
  padding: 0;
  width: 18px;
  text-indent: -99px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.nav ul .header-search-btn a {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: url("img/zoom.svg") no-repeat center center;
  background-size: contain;
  border: none !important;
}

.nav ul .header-search-btn a:hover {
  text-decoration: none;
}

.nav ul .header-search-btn a {
  position: relative;
  transition: transform 0.2s;
}

.nav ul .header-search-btn a.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #a5a5a5;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.nav ul .header-search-btn a.active:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  background: #a5a5a5;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.nav ul .header-search-btn a.active {
  transform: rotate(45deg);
  background: none;
}

nav.nav.header {
  position: relative;
}

.search-form-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  width: 98%;
  width: calc(100% - 25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

.show-search-form .search-form-wrapper {
  opacity: 1;
  visibility: visible;
}

.search-form-wrapper input {
  width: 100%;
  height: 43px;
  border: 1px solid #a5a5a5;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 16px;
  box-sizing: border-box;
}

.search-form-wrapper form {
  width: 100%;
  padding-right: 10px;
}

@media all and (max-width: 1400px) {
  .support-hero-right {
    padding: 40px;
  }
}
@media all and (max-width: 1050px) {
  .search-form-wrapper form {
    padding-left: 20px;
  }
}
@media all and (max-width: 1150px) {
  .support-hero-inner {
    padding: 50px 0;
  }
  .support-hero-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .support-hero-cols {
    display: block;
  }
  .support-hero-right {
    width: 100%;
    padding: 40px 25px;
  }
  .support-services {
    flex-wrap: wrap;
  }
  .support-services .support-service {
    width: 100%;
  }
  .support-service-desc {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .support-team-cols {
    display: block;
  }
  .support-team-left {
    width: 100%;
  }
  .support-team-right {
    width: 100%;
    margin-top: 40px;
  }
  .support-team-wrapper {
    padding: 50px 0;
  }
  .support-hero-outer {
    padding: 0;
  }
  .search-form-wrapper {
    position: relative;
    height: inherit;
    display: block;
    opacity: 1;
    visibility: visible;
    height: 50px;
    width: 100%;
    padding-top: 20px;
  }
  .search-form-wrapper form {
    padding-left: 0;
    padding-right: 0;
  }
  .nav ul .header-search-btn {
    display: none;
  }
  nav.nav.header ul > li.cta-btn {
    bottom: 18px;
  }
}
.lps-tech-details-wrapper {
  background: #fafafa;
  padding: 175px 0 140px;
}

.lps-td-cols {
  display: flex;
}

.lps-td-left {
  width: 57.8%;
  padding-right: 95px;
  border-right: 1px solid #e5e5e5;
  font-family: "Barlow", "Geogrotesque", sans-serif;
}

.lps-td-right {
  width: 42.2%;
  padding-left: 62px;
}

.lps-td-left h3 {
  font-family: "Mont", sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin: 0 0 20px;
}

.lps-td-left-info p {
  font-size: 18px;
}

.lps-td-left-info p {
  margin: 0 0 25px;
}

.lps-td-left-info ul {
  font-size: 18px;
  padding-left: 0;
  list-style: none;
  margin: 0 0 50px;
}

.lps-td-left-info ul li {
  margin-bottom: 30px;
  padding-left: 14px;
  position: relative;
}

.lps-td-left-info ul li:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: "";
  top: 13px;
}

.lps-td-left p:last-child {
  margin-bottom: 0;
}

.lps-td-rows {
  font-size: 14px;
  font-weight: 300;
}

.lps-td-row {
  display: flex;
  align-items: center;
  min-height: 37px;
  border-bottom: 1px solid #e5e5e5;
}

.lps-r-title {
  width: 43%;
}

.lps-r-value {
  width: 57%;
  font-size: 14px;
  font-weight: 600;
}

.lps-td-row:last-child {
  border: none;
}

.lps-td-ctas {
  padding-top: 37px;
  display: flex;
}

.lps-td-ctas a.btn-red {
  background: #ef001a;
}

.lps-td-ctas a.btn-red:hover {
  background: #fff;
  color: #ef001a;
}

.lps-capabilities-wrapper {
  padding: 80px 0;
}

.lps-caps-cols {
  display: flex;
  justify-content: space-between;
}

.lps-caps-left {
  width: 57%;
}

.lps-caps-right {
  width: 32.5%;
  padding-top: 70px;
}

.lps-caps-images-slider:not(.slick-slider) .lps-caps-image-slide:not(:first-child) {
  display: none;
}

.lps-caps-text-slider:not(.slick-slider) .lps-caps-text-slide:not(:first-child) {
  display: none;
}

.lps-caps-images-slider {
  width: 100%;
}

.lps-caps-image-slide img {
  width: 100%;
}

.lps-cts-dim {
  opacity: 0.28;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.lps-cts-sub {
  color: #e5001a;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.lps-cts-desc {
  font-size: 16px;
}

.lps-cts-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 230px;
}

.lps-cts-desc li {
  position: relative;
  padding-left: 10px;
}

.lps-cts-desc li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.lps-cts-desc p {
  margin-bottom: 6px;
}

.home-hero-slider-wrapper .home-hero-images-slider-nav .hhisn-arrow,
.lps-caps-cols .home-hero-images-slider-nav .hhisn-arrow {
  background: url(img/thin-right-dark.svg) no-repeat center center;
  background-size: contain;
}

.hhisn-dots .slick-dots button,
.lps-caps-right .slick-dots button {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 23, 59, 0.25);
  transition: all 0.2s;
}

.hhisn-dots .slick-dots .slick-active button,
.lps-caps-right .slick-dots .slick-active button {
  border-color: #e5001a;
  background: #fff;
}

.hhisn-dots,
.lps-caps-right .hhisn-dots {
  position: relative;
  top: -4px;
}

.lps-caps-right .home-hero-images-slider-nav {
  margin-top: 70px;
}

.lps-key-points-wrap {
  background: linear-gradient(#00255f 0%, #050a12 100%);
  margin-top: 130px;
  color: #fff;
}

.lps-kp-video {
  max-width: 1014px;
  position: relative;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
  top: -128px;
  margin-bottom: -10px;
}

.lps-kp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lps-kp-title {
  text-align: center;
  font-size: 24px;
  font-family: "Mont", sans-serif;
  font-weight: 800;
  margin-bottom: 48px;
}

.lps-kp-lower {
  text-align: center;
  padding-bottom: 100px;
}

.lps-kp-points {
  display: flex;
  flex-wrap: wrap;
}

.lps-kp-point {
  width: 32.45%;
  border: 1px solid #e5001a;
  padding: 25px 25px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}

.lps-kp-point:nth-child(3n-1) {
  margin-left: 1.325%;
  margin-right: 1.325%;
}

.lps-kp-p-title {
  font-size: 18px;
  font-weight: 600;
  color: #e5001a;
}

.lps-kp-p-sub-title {
  font-size: 18px;
  line-height: 1.4;
}

.lps-hero-upper {
  position: relative;
  color: #fff;
}

.lps-hero-upper .container {
  position: relative;
}

.lps-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lps-hero-wrap {
  padding: 0 85px;
}

.lps-hero-headers {
  padding: 190px 0 110px;
}

.lps-hero-header:before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: #e5001a;
  margin-bottom: 32px;
}

.lps-hero-sub {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.5;
}

.lps-hero-title {
  font-size: 35px;
  font-family: "Mont", saan;
  font-weight: 800;
  margin-top: 16px;
}

.lps-hero-l-cols {
  display: flex;
}

.lps-hero-l-media {
  order: 2;
  position: relative;
  width: 45%;
}

.lps-hero-l-body {
  padding-top: 85px;
  padding-bottom: 100px;
  width: 55%;
  font-size: 24px;
}

.lps-hero-l-info p {
  margin: 0 0 30px;
}

.lps-hero-l-features {
  display: flex;
  justify-content: space-between;
}

.lps-hlf {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #e5001a;
  font-weight: 600;
  text-transform: uppercase;
}

.lps-hlf img {
  margin-right: 10px;
}

.lps-hero-l-media img {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 111%;
  max-width: 111%;
}

.lps-red-quote {
  background: #e5001a;
  text-align: center;
}

.lps-red-quote a {
  color: #fff;
  display: block;
}

.lps-rq-title {
  font-size: 24px;
  font-family: "Mont", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lps-rq-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url("img/arrow-right-white.svg") no-repeat center center;
  margin-left: 10px;
  background-size: contain;
}

.lps-red-quote-inner {
  padding-top: 60px;
  padding-bottom: 50px;
}

.h-new-slider-wrapper {
  background: linear-gradient(#00255f 0%, #050a12 100%);
  color: #fff;
  padding-top: 70px;
}

.h-new-slide-info p {
  margin: 0 0 15px;
}

.hnsi-sub {
  color: #e5001a;
  font-size: 20px;
  font-weight: 600;
}

.hnsi-title {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mont", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hnsi-cta .btn-quote {
  border-color: #fff;
  color: #fff;
  margin-left: 0;
}

.hnsi-cta .btn-quote:hover {
  color: #000;
  background: #fff;
}

.h-new-slide-inner {
  display: flex;
}

.h-new-slide-right {
  width: 50%;
}

.h-new-slide-left {
  width: 50%;
}

.h-new-slide-right-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url("img/slide-bg-img.png") no-repeat center top;
  background-size: contain;
  padding-right: 30px;
}

.h-new-slide-right-img img {
  max-width: 480px;
}

.h-new-slider:not(.slick-slider) .h-new-slide:not(:first-child) {
  display: none;
}

.nhome-slider-nav {
  position: absolute;
  margin-top: 0;
  bottom: 50px;
  left: 0;
}

.h-new-slide-right[data-si="1"] img {
  margin-top: -150px;
}

.h-new-slider-wrapper .slick-list,
.h-new-slider-wrapper .slick-track {
  overflow: visible;
}

.h-new-slider-wrapper .container {
  position: relative;
}

.h-new-slider-wrapper {
  overflow: hidden;
}

.h-new-slider-wrapper .slick-slide {
  outline: none;
}

.nhsn-dots .slick-dots button {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid transparent;
  transform: scale(0.8);
  transition: all 0.2s;
}

.nhsn-dots .slick-dots .slick-active button {
  border-color: #e5001a;
  transform: scale(1);
  background: transparent;
}

.home-hero-slider-wrapper {
  color: #00173b;
  padding-top: 40px;
}

.home-hero-slider-title {
  color: #000;
}

.materials-ctas-wrap {
  padding: 120px 0 160px;
  background: url(img/right-abstract-bg.png) no-repeat right top;
  background-size: 1300px auto;
}

.materials-ctas-wrap .container {
  position: relative;
}

.materials-ctas-wrap .container:after {
  width: 137px;
  height: 25px;
  background: url("img/image-cross.png") no-repeat right center;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
}

.material-cta {
  width: 49.3%;
  border: 1px solid #a5a5a5;
  margin-bottom: 16px;
  padding: 45px 45px 30px;
}

.materials-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.material-cta p {
  min-height: 93px;
  font-family: "Barlow", "Geogrotesque", sans-serif;
  font-size: 18px;
  margin: 0 0 20px;
}

.material-cta-link a {
  color: #a5a5a5;
  text-transform: uppercase;
  font-weight: 600;
}

.material-cta h3 {
  margin: 0 0 6px;
  color: #e5001a;
  font-weight: 600;
  font-size: 24px;
}

.materials-page-wrap {
  padding: 130px 0 160px;
  background: #fafafa;
}

.materials-wrap {
  margin: 0;
}

.materials-headings {
  display: none;
}

.materials-table-wrap tr th:nth-child(2n),
.materials-table-wrap tr td:nth-child(2n) {
  background: #fff;
}

.materials-table-wrap {
  width: 100%;
}

.materials-table-wrap table {
  width: 100%;
}

.material-cta-link a {
  padding-right: 30px;
  background-image: url(img/long-arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

@media all and (max-width: 1220px) {
  .lps-hero-wrap {
    padding: 0 50px;
  }
  .lps-hero-headers {
    padding: 100px 0 80px;
  }
  .lps-hero-l-body {
    padding-top: 50px;
    font-size: 20px;
  }
  .lps-kp-point {
    padding: 15px;
  }
  .lps-kp-p-title {
    font-size: 17px;
  }
  .lps-kp-p-sub-title {
    font-size: 16px;
  }
  .lps-kp-lower {
    padding-bottom: 50px;
  }
  .lps-hero-lower .container {
    width: 100%;
  }
}
@media all and (max-width: 1100px) {
  .h-new-slide-right {
    width: 45%;
  }
  .h-new-slide-left {
    width: 55%;
  }
  .h-new-slide-right-img img {
    max-width: 100%;
  }
  .h-new-slider-wrapper {
    padding-bottom: 50px;
  }
  .nhome-slider-nav {
    bottom: -30px;
  }
  .h-new-slide-right[data-si="1"] img {
    margin-top: -60px;
  }
}
@media all and (max-width: 1150px) {
  .lps-hero-wrap {
    padding: 0;
  }
  .lps-hero-headers {
    padding: 80px 0;
  }
  .lps-hero-title {
    font-size: 30px;
  }
  .lps-hero-lower .container {
    width: calc(100% - 70px);
  }
  .lps-hero-l-media img {
    position: static;
    transform: translate(0);
  }
  .lps-hero-l-body {
    width: 64%;
    padding: 20px 0;
  }
  .lps-hero-l-cols {
    padding: 30px 0;
  }
  .lps-hero-l-media {
    width: 35%;
  }
  .lps-hlf {
    font-size: 17px;
  }
  .lps-kp-title {
    margin-bottom: 30px;
  }
  .lps-kp-points .lps-kp-point,
  .lps-kp-point:nth-child(3n-1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lps-caps-left {
    width: 50%;
  }
  .lps-caps-right {
    padding-top: 0;
    width: 40%;
  }
  .lps-td-left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .lps-td-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .lps-td-cols {
    display: block;
  }
  .lps-tech-details-wrapper {
    padding: 50px 0;
  }
}
@media all and (max-width: 850px) {
  .h-new-slide-inner {
    flex-wrap: wrap;
  }
  .h-new-slide-left {
    width: 100%;
    order: 2;
    padding: 0;
  }
  .h-new-slide-right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 767px) {
  .lps-hero-l-cols {
    display: block;
  }
  .lps-hero-l-media {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .lps-hero-l-media img {
    width: 100%;
    max-width: 100%;
  }
  .lps-hero-l-body {
    width: 100%;
  }
  .lps-hero-l-features {
    display: block;
  }
  .lps-hlf {
    margin-bottom: 14px;
  }
  .lps-kp-video {
    margin-bottom: -80px;
  }
  .lps-caps-right {
    position: relative;
    padding-top: 83px;
  }
  .lps-caps-cols {
    display: block;
  }
  .lps-caps-right .home-hero-images-slider-nav {
    margin-top: 0;
  }
  .lps-caps-left {
    width: 100%;
  }
  .lps-caps-right {
    width: 100%;
  }
  .lps-hero-title {
    margin-top: 6px;
    font-size: 24px;
  }
  .lps-hero-sub {
    font-size: 14px;
  }
  .lps-hero-header:before {
    margin-bottom: 20px;
  }
  .lps-r-title {
    width: 45%;
  }
  .lps-r-value {
    width: 55%;
    padding-left: 10px;
  }
  .materials-ctas-wrap {
    padding: 50px 0;
  }
  .material-cta {
    width: 100%;
    padding: 25px;
  }
  .materials-page-wrap {
    padding: 50px 0;
  }
  .materials-headings {
    display: block;
  }
  .materials-ctas-wrap .container:after {
    width: 100px;
    height: 20px;
    bottom: -30px;
  }
  .lps-hero-l-features {
    display: flex;
    justify-content: center;
  }
  .lps-hlf {
    display: block;
    text-align: center;
    margin: 0 20px;
  }
  .lps-hlf-icon {
    padding-bottom: 15px;
  }
  .lps-hlf img {
    margin: 0 auto;
  }
  .lps-hlf-name {
    max-width: 70px;
  }
  .lps-hero-upper {
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 350px;
  }
  .lps-hero-headers {
    padding-top: 50px;
  }
  .lps-hero-sub {
    font-size: 16px;
  }
  .lps-hero-title {
    font-size: 32px;
  }
  .lps-hero-l-media {
    margin-top: -80px;
  }
  ul#gform_fields_17 {
    flex-wrap: wrap;
    max-width: 100%;
  }
  ul#gform_fields_17 li {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .footer-right-row-1 div.gform_wrapper .gform_footer {
    position: static;
    width: 100%;
  }
  input#gform_submit_button_17 {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
  .copyrights {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  ul#menu-terms-menu {
    justify-content: center;
  }
  ul#menu-terms-menu li:before {
    display: none;
  }
  ul#menu-terms-menu li {
    margin: 0 10px;
  }
  .copyrights p {
    text-align: center;
    padding-bottom: 15px;
  }
}
ul.slick-dots.one-slide {
  display: none;
}

div.featured-resource-item-more span i {
  background: url(img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.support-form-sheader {
  margin-bottom: 16px;
}

#newsletter-title {
  margin-top: 0;
  padding-top: 0;
}

.footer-newsletter {
  min-height: 220px;
}

.large-type {
  font-size: 24px;
  line-height: 30px;
}

h1.main-heading {
  margin-bottom: 5px !important;
}

h1.main-heading:before {
  content: "";
  width: 42px;
  background: #e5001a;
  height: 1px;
  display: block;
  position: relative;
  top: -17px;
  margin-top: -10px;
}

h5.form-header {
  font-weight: normal;
  text-transform: uppercase;
}

.has-v2-header header.header.clear {
  background-color: rgba(255, 255, 255, 0.8);
  -ms-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.has-v2-header header.header.clear.offscreen {
  background-color: #fff;
}

.flv2 .font-weight-light {
  font-weight: 300;
}

.flv2 h1,
.flv2 .h1 {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mont", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
}

.flv2 h2,
.flv2 .h2 {
  font-family: "Geogrotesque", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.flv2 h2.subhead {
  text-transform: none;
}

.flv2 h3,
.flv2 .h3 {
  font-family: "Geogrotesque", sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  color: #e5001a;
  margin-bottom: 0;
}

.flv2 h6,
.flv2 .h6 {
  font-family: "Geogrotesque", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #616767;
  margin-bottom: 0;
}

.flv2 a.arrow {
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.flv2 a.arrow:after {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 12px;
  content: "";
  margin-left: 10px;
  margin-top: -5px;
  background: no-repeat center center;
  background-size: contain;
}

.flv2 a.arrow.red {
  color: #e5001a;
}

.flv2 a.arrow.red:after {
  background-image: url(img/slide-cta-arrow-red.svg);
}

#page-header {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  z-index: 8;
  margin-top: -98px;
}

#page-header.no-image {
  margin-bottom: 30px;
}

@media (max-width: 1150px) {
  #page-header {
    margin-top: -64px;
  }
}
#page-header .content {
  width: 50%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  align-self: center;
  ms-flex-align-self: center;
}

@media (max-width: 1068px) {
  #page-header .content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#page-header .content .inner {
  max-width: 600px;
  width: calc(100% - 88px);
  margin: 98px 0 0 auto;
}

@media (max-width: 1150px) {
  #page-header .content .inner {
    margin-top: 104px;
  }
}
@media (max-width: 1200px) {
  #page-header .content .inner {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1068px) {
  #page-header .content .inner {
    margin: 0 auto 0 auto;
  }
}
#page-header .image {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 1068px) {
  #page-header .image {
    margin-left: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1068px) {
  #page-header .image {
    margin-left: 0;
    width: 100%;
  }
}
#page-header .image .image-container {
  width: 100%;
  position: relative;
  padding-bottom: 71.3%;
}

#page-header.no-image {
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1068px) {
  #page-header.no-image {
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#page-header .button-container {
  padding-top: 30px;
}

#page-header .button-container .btn-red {
  color: #e5001a;
  font-size: 16px;
}

#page-header .button-container .btn-red:hover {
  color: #fff;
  background-color: #e5001a;
}

@media (max-width: 450px) {
  #page-header .button-container .btn-red,
  #page-header .button-container .btn-quote {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.page-wrap {
  background-repeat: no-repeat;
  background-size: contain;
}

.page-wrap.no-header {
  padding-top: 120px;
}

@media (max-width: 1000px) {
  .page-wrap.no-header {
    padding-top: 60px;
  }
}
section.capabilities_grid .grid-wrapper {
  width: 93%;
  max-width: 1400px;
  margin: 0 auto 60px auto;
}

@media (max-width: 1000px) {
  section.capabilities_grid .grid-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.capabilities_grid .left-column,
section.capabilities_grid .right-column {
  width: 50%;
}

@media (max-width: 1000px) {
  section.capabilities_grid .left-column,
  section.capabilities_grid .right-column {
    width: 100%;
  }
}
section.capabilities_grid .left-column {
  padding-right: 30px;
}

@media (max-width: 1000px) {
  section.capabilities_grid .left-column {
    padding-right: 0;
  }
}
section.capabilities_grid .right-column {
  padding-left: 30px;
  padding-top: 50px;
}

@media (max-width: 1000px) {
  section.capabilities_grid .right-column {
    padding-left: 0;
    padding-top: 0;
  }
}
section.capabilities_grid .block {
  width: 100%;
  margin-bottom: 40px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

section.capabilities_grid .block .content {
  width: 40%;
}

@media (max-width: 1000px) {
  section.capabilities_grid .block .content {
    width: 70%;
  }
}
section.capabilities_grid .block .content ul {
  padding: 0 0 0 4px;
  margin: 0 0 0 10px;
}

section.capabilities_grid .block .content ul li:last-child {
  list-style-type: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

section.capabilities_grid .block .image {
  width: 60%;
}

@media (max-width: 1000px) {
  section.capabilities_grid .block .image {
    width: 30%;
  }
}
section.capabilities_grid .block .image .inner {
  position: relative;
  width: 100%;
  padding-bottom: 105%;
}

section.capabilities_grid .block.odd .content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

section.capabilities_grid .block.odd .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

section.capabilities_grid .block.even .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

section.capabilities_grid .block.even .image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.announcement-block .announcement-wrapper {
  width: 100%;
  display: table;
}

@media (max-width: 680px) {
  .announcement-block .announcement-wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.announcement-block .image,
.announcement-block .content {
  width: 50%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 680px) {
  .announcement-block .image,
  .announcement-block .content {
    width: 100%;
    display: block;
  }
}
.announcement-block .image {
  text-align: right;
}

.announcement-block .image .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 70%;
  display: inline-block;
}

@media (max-width: 980px) {
  .announcement-block .image .inner {
    width: 85%;
  }
}
@media (max-width: 680px) {
  .announcement-block .image .inner {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.announcement-block .image a.video-launcher {
  width: 100%;
  height: 100%;
}

.announcement-block .image a.video-launcher:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(img/icon-video-play.png) center center no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
  z-index: 4;
}

.announcement-block .image-container {
  position: relative;
  margin-right: -40px;
  padding-bottom: 69%;
  width: 100%;
  display: inline-block;
}

@media (max-width: 680px) {
  .announcement-block .image-container {
    display: block;
    margin-right: 0;
  }
}
.announcement-block.red .content {
  background-color: #e5001a;
  color: #fff;
}

.announcement-block.blue .content {
  background-color: #00173b;
  color: #fff;
}

.announcement-block .content {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.announcement-block .content a {
  color: #fff;
  text-decoration: underline;
}

.announcement-block .content a:hover {
  text-decoration: none;
  color: #fff;
}

.announcement-block .content .inner {
  height: 100%;
  margin-left: 80px;
  padding-right: 20px;
  max-width: 500px;
}

.announcement-block .content .inner h3,
.announcement-block .content .inner h2 {
  color: #fff !important;
}

@media (max-width: 680px) {
  .announcement-block .content .inner {
    width: 80%;
    margin: 0 auto;
  }
}
.announcement-block .content .inner .btn-quote {
  margin-top: 24px;
  border-color: #fff;
  color: #fff;
  margin-left: 0;
  text-decoration: none;
}

.announcement-block .content .inner .btn-quote:hover {
  background-color: #fff;
  color: #000;
}

.announcement-block.right .content .inner {
  margin-left: 20px;
  margin-right: 80px;
  float: right;
}

@media (max-width: 680px) {
  .announcement-block.right .content .inner {
    margin-right: 20px;
    float: none;
  }
}
.announcement-block.right .image {
  text-align: left;
}

.announcement-block.right .image-container {
  margin-left: -40px;
}

@media (max-width: 680px) {
  .announcement-block.right .image-container {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  section.full-width-video {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

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

.news-blocks {
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-blocks .news-block:nth-child(odd) {
  padding-right: 20px;
}

@media (max-width: 680px) {
  .news-blocks .news-block:nth-child(odd) {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.news-blocks .news-block:nth-child(even) {
  padding-left: 20px;
}

@media (max-width: 680px) {
  .news-blocks .news-block:nth-child(even) {
    padding-left: 0;
  }
}
.news-block {
  width: 50%;
}

.news-block h3 {
  color: #000 !important;
}

@media (max-width: 680px) {
  .news-block {
    width: 100%;
  }
}
.news-block h2.h1 a {
  color: #000;
}

.testimonials {
  padding-top: 50px;
  padding-bottom: 30px;
}

.testimonials .quote-box {
  background: #fafafa;
  margin-bottom: 30px;
}

.testimonials .quote-box.single {
  padding: 100px 100px 100px 100px;
  max-width: 950px;
  width: 100%;
}

.testimonials .quote-box.multiple {
  padding: 50px 50px 50px 50px;
}

.testimonials .quote-box.multiple blockquote:before {
  content: "";
  width: 17px;
  height: 15px;
  background-image: url(img/quote-ico.svg);
  background-size: contain;
  position: absolute;
  left: -25px;
  top: 0px;
}

.testimonials .quote-box blockquote {
  margin: 0;
  max-width: 670px;
  position: relative;
}

.testimonials .quote-box blockquote:before {
  content: "";
  width: 34px;
  height: 30px;
  background-image: url(img/quote-ico.svg);
  position: absolute;
  left: -50px;
  top: 0px;
}

.testimonials .quote-box h3 {
  text-transform: none;
  color: #00173b;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Mont";
  font-weight: 800;
  margin-bottom: 0px;
}

.testimonials .quote-box em {
  color: #e5001a;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}

.testimonials .left-column {
  width: 50%;
  padding-right: 15px;
}

@media (max-width: 680px) {
  .testimonials .left-column {
    width: 100%;
    padding-right: 0;
  }
}
.testimonials .right-column {
  width: 50%;
  padding-left: 15px;
}

@media (max-width: 680px) {
  .testimonials .right-column {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.shared-cta {
  padding: 60px 0;
}

.shared-cta.red {
  background-color: #e5001a;
}

.shared-cta.blue {
  background-color: #00173b;
}

.shared-cta.light-grey {
  background-color: #fafafa;
}

.shared-cta.white {
  background-color: #fff;
}

.shared-cta .btn-quote {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  line-height: 43px;
}

.shared-cta .inner {
  max-width: 602px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}

.shared-cta.red,
.shared-cta.blue {
  color: #fff;
}

.shared-cta.red h2,
.shared-cta.red .h1,
.shared-cta.blue h2,
.shared-cta.blue .h1 {
  color: #fff;
}

.shared-cta.red .btn-quote,
.shared-cta.blue .btn-quote {
  border-color: #fff;
  color: #fff;
  margin-left: 0;
}

.shared-cta.red .btn-quote:hover,
.shared-cta.blue .btn-quote:hover {
  background-color: #fff;
  color: #000;
}

.product-grid {
  padding: 60px 0 20px;
  background-color: #f2f2f3;
}

.product-grid .grid-wrapper {
  width: 93%;
  max-width: 1400px;
  margin: 70px auto 60px auto;
}

@media (max-width: 1000px) {
  .product-grid .grid-wrapper {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
.product-grid .filter-column {
  width: 30%;
  padding-right: 30px;
}

@media (max-width: 1000px) {
  .product-grid .filter-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.product-grid .product-column {
  width: 70%;
}

@media (max-width: 1000px) {
  .product-grid .product-column {
    width: 100%;
  }
}
.product-grid .product-column .product-block {
  width: 33.3%;
  display: block;
}

@media (max-width: 1000px) {
  .product-grid .product-column .product-block {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .product-grid .product-column .product-block {
    width: 100%;
  }
}
.product-grid .product-column .product-block .inner {
  margin-left: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1000px) {
  .product-grid .product-column .product-block .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .product-grid .product-column .product-block .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-grid .product-column .product-block .image-container {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}

.product-grid .product-column .product-block .caption {
  padding: 12px 10px 0 12px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #e5001a;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.product-grid .product-column .product-block .caption:after {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 12px;
  content: "";
  margin-left: 10px;
  margin-top: -5px;
  margin-right: -15px;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(img/slide-cta-arrow-red.svg);
}

.product-grid .product-column .read-more {
  padding-top: 0;
}

.product-grid .product-column .read-more a {
  color: #e5001a;
  display: inline-block;
}

.product-grid a {
  color: #000;
  text-decoration: none;
  display: block;
  -ms-transform: opacity 0.5s ease-out;
  -webkit-transform: opacity 0.5s ease-out;
  -moz-transform: opacity 0.5s ease-out;
  -o-transform: opacity 0.5s ease-out;
  transform: opacity 0.5s ease-out;
}

.product-grid a:hover {
  text-decoration: none;
  color: #000;
}

.product-grid a.disabled {
  opacity: 0.25;
}

.product-grid .clear-filters {
  padding-top: 20px;
  display: none;
}

.product-grid .clear-filters a {
  font-weight: bold;
  position: relative;
  color: #181712;
  padding-left: 24px;
  font-size: 14px;
}

.product-grid .clear-filters a:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/icon-filter-off.png) 0 0 no-repeat;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  background-size: cover;
  content: "";
}

.product-grid .filter-group {
  border-bottom: 1px solid;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.product-grid .filter-group:last-of-type {
  border-bottom: 0;
}

.product-grid .filter-group.active h4:after {
  background-image: url(img/icon-filter-on.png);
}

.product-grid .filter-group h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px;
  margin-bottom: 8px;
}

.product-grid .filter-group h4:after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/icon-filter-off.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
  content: "";
}

.product-grid .filter-group h4.no-icon:after {
  display: none !important;
}

.product-grid .filter-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}

.product-grid .filter-group ul li {
  padding-bottom: 6px;
}

.product-grid .filter-group ul li a {
  position: relative;
  padding-left: 24px;
}

.product-grid .filter-group ul li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  background: url(img/icon-checkbox-off.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  content: "";
}

.product-grid .filter-group ul li a.active:before {
  background-image: url(img/icon-checkbox-on.png);
}

.product-grid .filter-group ul li:last-child {
  padding-bottom: 0;
}

.social-links {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .social-links {
    display: inline-block;
  }
}
.footer-menu-container {
  text-align: left;
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
}

@media (max-width: 1150px) {
  .footer-menu-container {
    display: none;
  }
}
.footer-menu-container ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu-container ul > li {
  float: left;
  margin-right: 20px;
}

.footer-menu-container ul > li > a {
  color: #181712;
  font-weight: bold;
}

.footer-menu-container ul > li ul li {
  float: none;
  display: block;
}

.footer-menu-container ul > li ul li a {
  font-weight: normal;
  color: #181712;
}

.product-tabs-content-flex.v2 {
  margin-bottom: 50px;
  background-color: #f2f2f3;
}

@media (max-width: 800px) {
  .product-tabs-content-flex.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-tabs-content-flex.v2 .button-container {
  display: inline-block;
}

.v2.product-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v2.product-tab-content .product-content-wrap-inner {
  width: 50%;
}

@media (max-width: 800px) {
  .v2.product-tab-content .product-content-wrap-inner {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .v2.product-tab-content .product-content-wrap-inner .feature-heading {
    width: 100%;
  }
  .v2.product-tab-content .product-content-wrap-inner .feature-value {
    width: 100%;
  }
}
.v2.product-tab-content .product-image-column {
  width: 50%;
  padding-right: 40px;
  text-align: center;
}

@media (max-width: 800px) {
  .v2.product-tab-content .product-image-column {
    width: 100%;
    padding-right: 0;
  }
}
.v2.product-tab-content .product-image-column .image-container {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}

.v2.product-tab-content .product-image-column .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 40px auto;
}

@media (max-width: 800px) {
  .v2.product-tab-content .product-image-column .btn-wrap {
    max-width: 320px;
  }
}
.v2.product-tab-content .product-image-column .btn-wrap .btn-red {
  color: #e5001a;
  text-transform: uppercase;
}

@media (max-width: 1150px) and (min-width: 801px) {
  .v2.product-tab-content .product-image-column .btn-wrap .btn-red,
  .v2.product-tab-content .product-image-column .btn-wrap .btn-quote {
    width: 100%;
    max-width: none;
    display: block;
    line-height: 45px;
    margin-left: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .v2.product-tab-content .product-image-column .btn-wrap .btn-red,
  .v2.product-tab-content .product-image-column .btn-wrap .btn-quote {
    width: 100%;
    max-width: none;
    display: block;
    line-height: 45px;
    margin-left: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
.products-page-features.v2 {
  color: #fff;
  padding: 100px 0;
  position: relative;
}

.products-page-features.v2 h2,
.products-page-features.v2 .h1 {
  text-align: center;
  color: #fff;
}

.products-page-features.v2 .container {
  position: relative;
  z-index: 2;
}

.products-page-features.v2:after {
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000D2B), to(rgba(7, 54, 78, 0.9019607843))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #000D2B 0%, rgba(7, 54, 78, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000D2B 0%, rgba(7, 54, 78, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-details + .features-block {
  margin-top: -100px;
}

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

ul.checkmarks li {
  padding-left: 29px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
  background-image: url(img/tick-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 5px 2px;
}

.content_columns {
  margin-bottom: 50px;
}

.content_columns .single-content-col {
  max-width: 700px;
}

.content_columns a.btn-red {
  color: #e5001a;
  font-size: 16px;
  text-decoration: none;
}

.content_columns a.btn-red:hover {
  color: #fff;
  background-color: #e5001a;
  text-decoration: none;
}

.content_columns a {
  color: #e5001a;
  text-decoration: underline;
}

.product-details + .content_columns,
.product-grid + .content_columns,
.shared-cta + .content_columns,
.full-width-video + .content_columns,
.features-block + .content_columns,
.announcement-block + .content_columns {
  margin-top: 100px;
}

.content_columns + .testimonials {
  padding-top: 0;
}

.page-hero + .flex-layout-section {
  padding-top: 50px;
}

.fineprint {
  font-size: 14px;
}

.content-col-wrapper {
  margin-left: -30px;
}

@media (max-width: 1068px) {
  .content-col-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-col-wrapper > * {
  padding-left: 30px;
}

@media (max-width: 1068px) {
  .content-col-wrapper > * {
    padding-left: 0;
  }
}
.content-col-wrapper > * .inner {
  width: 100%;
  height: 100%;
}

.content-col-1-1 {
  width: 100%;
}

.content-col-1-1 .img-wrapper {
  position: relative;
}

.content-col-1-1 .full-width-video {
  margin-bottom: 40px;
}

.content-col-1-2 {
  width: 50%;
}

@media (max-width: 1068px) {
  .content-col-1-2 {
    width: 100%;
  }
}
.content-col-1-3 {
  width: 33.3%;
}

@media (max-width: 1068px) {
  .content-col-1-3 {
    width: 100%;
  }
}
.form-layout .content-col-1-2:first-of-type {
  width: 40%;
}

@media (max-width: 1068px) {
  .form-layout .content-col-1-2:first-of-type {
    width: 100%;
  }
}
.form-layout .content-col-1-2:last-of-type {
  width: 60%;
}

@media (max-width: 1068px) {
  .form-layout .content-col-1-2:last-of-type {
    width: 100%;
  }
}
.narrow-left .content-col-1-2:first-of-type {
  width: 33.3%;
}

@media (max-width: 1068px) {
  .narrow-left .content-col-1-2:first-of-type {
    width: 100%;
  }
}
.narrow-left .content-col-1-2:last-of-type {
  width: 66.7%;
}

@media (max-width: 1068px) {
  .narrow-left .content-col-1-2:last-of-type {
    width: 100%;
  }
}
.narrow-right .content-col-1-2:first-of-type {
  width: 66.7%;
}

@media (max-width: 1068px) {
  .narrow-right .content-col-1-2:first-of-type {
    width: 100%;
  }
}
.narrow-right .content-col-1-2:last-of-type {
  width: 33.3%;
}

@media (max-width: 1068px) {
  .narrow-right .content-col-1-2:last-of-type {
    width: 100%;
  }
}
.content-col-1-2 .form-wrapper,
.content-col-1-3 .form-wrapper {
  background: #fafcfc;
  padding: 30px 40px;
}

.content-col-1-2 .additional_content,
.content-col-1-3 .additional_content {
  padding-top: 30px;
}

.content-col-1-2 .img-wrapper,
.content-col-1-3 .img-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.content-col-1-2 .full-width-video,
.content-col-1-3 .full-width-video {
  margin-bottom: 40px;
}

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

.language-selector {
  position: absolute;
  top: 12px;
  right: -40px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.language-selector.mobile {
  display: none;
  right: 100px;
}

@media (max-width: 1150px) {
  .language-selector.mobile {
    display: block;
  }
}
.language-selector .current {
  width: 30px;
  height: 30px;
  background: url(img/language-icons-us.png) 0 0 no-repeat;
  background-size: contain;
}

.language-selector .options {
  display: none;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.language-selector .options .option {
  padding: 10px 40px 10px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.language-selector .options .option:last-child {
  border-bottom: 0;
}

.language-selector .options .option span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background: 0 0 no-repeat;
  background-size: contain;
}

.language-selector .options .option a {
  color: #000;
  display: block;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  padding-left: 40px;
}

.language-selector .options .option.cn span {
  background-image: url(img/language-icons-cn.png);
}

.language-selector .options .option.jp span {
  background-image: url(img/language-icons-jp.png);
}

.language-selector .options .option.de span {
  background-image: url(img/language-icons-de.png);
}

.printer-series-specifications {
  padding: 50px 40px;
  margin-bottom: 40px;
  background-color: #fafafa;
}

.printer-series-specifications h2 {
  padding-left: 12px;
}

.printer-series-specifications table {
  width: 100%;
}

.printer-series-specifications table th {
  padding: 12px;
  vertical-align: bottom;
  text-align: left;
  font-weight: normal;
  color: #181712;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .printer-series-specifications table th {
    display: none;
  }
}
.printer-series-specifications table td {
  vertical-align: top;
  text-align: left;
  padding: 12px 12px 20px 12px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  font-weight: bold;
}

.printer-series-specifications table td .label {
  font-weight: normal;
  color: #181712;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 980px) {
  .printer-series-specifications table td .label {
    display: block;
  }
}
@media (max-width: 980px) {
  .printer-series-specifications table td {
    display: block;
    width: 100%;
  }
}
.printer-model-specifications {
  padding: 50px 40px;
  margin-bottom: 40px;
  background-color: #fafafa;
}

.printer-model-specifications table.multi {
  width: 100%;
}

@media (max-width: 980px) {
  .printer-model-specifications table.multi {
    display: none;
  }
}
.printer-model-specifications table.multi th {
  padding: 30px;
  color: #e5001a;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
}

.printer-model-specifications table.multi td {
  border-top: 1px solid #ddd;
  padding: 30px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.printer-model-specifications table.multi td.spec-name {
  font-weight: normal;
  text-transform: uppercase;
}

.printer-model-specifications table.multi td:nth-child(even),
.printer-model-specifications table.multi th:nth-child(even) {
  background-color: #fff;
}

.printer-model-specifications table.single {
  width: 100%;
}

.printer-model-specifications table.single th {
  padding: 12px;
  vertical-align: bottom;
  text-align: left;
  font-weight: normal;
  color: #181712;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .printer-model-specifications table.single th {
    display: none;
  }
}
.printer-model-specifications table.single td {
  vertical-align: top;
  text-align: left;
  padding: 12px 12px 20px 12px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  font-weight: bold;
}

.printer-model-specifications table.single td .label {
  font-weight: normal;
  color: #181712;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 980px) {
  .printer-model-specifications table.single td .label {
    display: block;
  }
}
@media (max-width: 980px) {
  .printer-model-specifications table.single td {
    display: block;
    width: 100%;
  }
}
.printer-model-specifications .printer-list-container {
  display: none;
}

@media (max-width: 980px) {
  .printer-model-specifications .printer-list-container {
    display: block;
  }
}
.printer-model-specifications .printer-list-container .printer {
  margin-bottom: 30px;
}

.printer-model-specifications .printer-list-container .printer h3 {
  padding: 12px;
}

.printer-model-specifications .printer-list-container .printer .spec {
  border-top: 1px solid #ddd;
}

.printer-model-specifications .printer-list-container .printer .spec:nth-of-type(even) {
  background-color: #fff;
}

.printer-model-specifications .printer-list-container .printer .spec .label {
  padding: 12px 12px 4px 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.printer-model-specifications .printer-list-container .printer .spec .value {
  padding: 4px 12px 12px 12px;
  font-weight: bold;
}

.printer-series-wrapper {
  position: relative;
  z-index: 2;
}

.printer-series-wrapper + .features-block {
  margin-top: -100px;
  z-index: 1;
}

.resources-page-wrapper {
  background-color: #fff;
}

.resources-grid {
  margin-left: -8px;
}

.resource-item {
  display: block;
  background-color: #fff;
  position: relative;
}

.resource-item .image-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 70%;
}

.resource-item .resource-item-inner {
  background-color: #f5f5f5;
  padding: 20px 20px 60px 20px;
  position: static;
}

.resource-item .resource-item-inner .resource-item-cat {
  color: #a5a5a5;
}

.resource-item .resource-item-inner .resource-item-title {
  color: #00173a;
}

.resource-item .resource-item-inner .resource-item-title h2 {
  line-height: 1.2;
}

.resource-item .resource-item-inner .resource-item-more {
  color: #e5001a;
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.resource-item .resource-item-inner .resource-item-more span.resource-item-more i {
  background: url(img/arrow-right.svg) no-repeat center center;
}

.video-resource-share-container {
  position: relative;
}

@media (max-width: 1068px) {
  .video-resource-share-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.video-resource-share {
  position: absolute;
  right: -50px;
  top: 0;
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .video-resource-share {
    position: relative;
    width: 100%;
    right: auto;
    padding-top: 12px;
  }
  .video-resource-share:before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #e5001a;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.video-resource-share a {
  width: 20px;
  height: 20px;
  margin: 0 10px 10px 0;
}

.filter-row {
  padding: 20px 0;
  margin-top: -65px;
}

.filter-row .filter-column {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .filter-row .filter-column {
    padding-right: 0;
  }
}
.filter-row .filter-column.dropdown {
  width: 350px;
}

@media (max-width: 900px) {
  .filter-row .filter-column.dropdown {
    width: 300px;
  }
}
@media (max-width: 900px) {
  .filter-row .filter-column.dropdown {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .filter-row .filter-column.dropdown {
    width: 100%;
    padding-top: 20px;
  }
}
.filter-row .filter-column.dropdown select {
  font-size: inherit;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  padding: 10px 40px 10px 10px;
  width: 100%;
  display: block;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(img/dropdown-arrow.png), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 20px auto, 100%;
}

@media (max-width: 767px) {
  .filter-row .filter-column.dropdown select {
    font-size: 16px;
  }
}
.filter-row .filter-column.dropdown select::-ms-expand {
  display: none;
}

.filter-row .filter-column.dropdown select .select-css option {
  font-weight: normal;
}

@media (max-width: 767px) {
  .filter-row {
    margin-top: 0;
  }
}
#events-v2.featured-post-wrap.events-cat > * {
  width: calc(100% - 176px);
  max-width: 1200px;
}

@media all and (max-width: 1150px) {
  #events-v2.featured-post-wrap.events-cat > * {
    width: calc(100% - 70px);
  }
}
@media all and (max-width: 767px) {
  #events-v2.featured-post-wrap.events-cat > * {
    width: calc(100% - 70px);
  }
}
#events-v2.featured-post-wrap.events-cat > * article#featured-post {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  #events-v2.featured-post-wrap.events-cat {
    margin-bottom: 40px;
  }
}
.event-wrapper .event-content {
  width: 75%;
}

@media all and (max-width: 767px) {
  .event-wrapper .event-content {
    width: 100%;
  }
}
.event-wrapper .event-content .events-item {
  margin-bottom: 20px;
}

.event-wrapper .event-filters {
  width: 25%;
}

@media all and (max-width: 767px) {
  .event-wrapper .event-filters {
    width: 100%;
  }
}
.event-wrapper .event-filters .sidebar-widget {
  padding-left: 20px;
}

.event-wrapper .event-filters .sidebar-widget.link-list-events {
  position: sticky;
  top: 100px;
}

@media all and (max-width: 767px) {
  .event-wrapper .event-filters .sidebar-widget {
    padding-left: 0;
  }
}
.event-wrapper .event-filters .sidebar-widget ul li a {
  color: #e5001a;
}

#event-wrapper-v2 {
  padding-top: 100px;
}

@media all and (max-width: 767px) {
  #event-wrapper-v2 {
    padding-top: 70px;
  }
}
#event-wrapper-v2 h1.hero-heading {
  color: #000;
}

.featured-post-wrap.events-cat {
  margin-bottom: 76px;
  padding-top: 100px;
  background: #fff;
  background: #fff;
  background: #fff;
}

.featured-post-wrap.events-cat h1.hero-heading {
  color: #000;
}

@media all and (max-width: 767px) {
  .featured-post-wrap.events-cat {
    padding-top: 70px;
  }
  .featured-post-wrap.events-cat:after {
    background: #fff;
    background: #fff;
    background: #fff;
    height: 228px;
  }
}
.full-width-video-placeholder .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}

.full-width-video-placeholder .image-container a.video-launcher {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}

.full-width-video-placeholder .image-container a.video-launcher .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.full-width-video-placeholder .image-container a.video-launcher:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(img/icon-video-play.png) center center no-repeat;
  width: 150px;
  height: 150px;
  background-size: contain;
  z-index: 4;
}

.deferred-image-wrapper {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}

.deferred-image-wrapper.block {
  display: block;
}

.deferred-image-wrapper img {
  display: block;
}

.deferred-image {
  opacity: 0;
  -ms-transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0;
}

.deferred-image.loaded {
  opacity: 1;
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
}

.background-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: center center no-repeat;
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0;
  -ms-transition: opacity 0.5s ease-in-out, filter 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-in-out, filter 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-in-out, filter 0.5s ease-out;
  -o-transition: opacity 0.5s ease-in-out, filter 0.5s ease-out;
  transition: opacity 0.5s ease-in-out, filter 0.5s ease-out;
}

.background-image-container.loaded {
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
}

header.blog-header {
  padding-top: 50px;
}

header.blog-header h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #e5001a;
}

header.blog-header h1 {
  margin-top: 0;
  margin-bottom: 100px;
}

header.blog-header .byline-container {
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}

header.blog-header .byline-container .left {
  width: 50%;
}

header.blog-header .byline-container .right {
  text-align: right;
  width: 50%;
}

@media (max-width: 823px) {
  header.blog-header .byline-container .left {
    width: 100%;
  }
  header.blog-header .byline-container .right {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
}
header.blog-header h1,
header.blog-header h3 {
  max-width: 800px;
}

header.blog-header .author-block {
  font-size: 21px;
}

header.blog-header .author-block .photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

header.blog-header .author-block .photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-right: 20px;
  display: block;
}

header.blog-header .author-block .date {
  margin-top: 0;
  text-transform: uppercase;
}

header.blog-header .tag-row ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header.blog-header .tag-row ul li {
  display: inline-block;
  padding: 4px 20px 4px 30px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

header.blog-header .tag-row ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(img/tag-icon.png) 0 0 no-repeat;
  background-size: contain;
}

.blog-header-image {
  padding-bottom: 40px;
}

.blog-content-wrapper .quote-box {
  margin: 30px 0;
}

@media (max-width: 940px) {
  .blog-content-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-content-wrapper .left-column {
  width: 20%;
}

.blog-content-wrapper .left-column,
.blog-content-wrapper .right-column {
  padding-top: 1em;
}

.blog-content-wrapper .right-column {
  width: 20%;
}

.blog-content-wrapper .right-column a {
  color: #e5001a;
}

.blog-content-wrapper .right-column.no-left-column {
  width: 30%;
}

@media (max-width: 940px) {
  .blog-content-wrapper .right-column.no-left-column {
    width: 100%;
  }
}
.blog-content-wrapper .center-column {
  width: 60%;
  padding-left: 50px;
  padding-right: 50px;
}

.blog-content-wrapper .center-column a {
  color: #e5001a;
  text-decoration: underline;
}

.blog-content-wrapper .center-column.no-left-column {
  width: 70%;
  padding-left: 0;
}

@media (max-width: 940px) {
  .blog-content-wrapper .center-column.no-left-column {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .blog-content-wrapper .center-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-content-wrapper .center-column .content-section {
  padding-top: 0;
}

.blog-content-wrapper .center-column .content-section:before {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #e5001a;
  display: inline-block;
}

.blog-content-wrapper .center-column .content-section:first-of-type {
  padding-top: 0 !important;
}

.blog-content-wrapper .center-column .content-section:first-of-type:before {
  display: none;
}

.blog-content-wrapper .center-column .content-section .content {
  margin-bottom: 20px;
}

.blog-content-wrapper .center-column .content-section .image-block {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .blog-content-wrapper .center-column .content-section .image-block {
    width: 100% !important;
  }
}
.blog-content-wrapper .center-column .content-section .image-block .inner {
  position: relative;
  width: 100%;
}

.blog-content-wrapper .center-column .caption {
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  font-style: italic;
  margin-top: 6px;
}

.blog-content-wrapper .center-column .caption:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 30px;
  width: 5px;
  background-color: #121;
  content: "";
}

@media (max-width: 940px) {
  .blog-content-wrapper .left-column,
  .blog-content-wrapper .center-column,
  .blog-content-wrapper .right-column {
    width: 100%;
  }
}
.footer-cta {
  padding: 0;
}

.footer-cta h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-cta .btn-quote {
  margin-left: 0;
  border: 1px solid #e5001a;
  color: #e5001a;
}

.footer-cta .btn-quote:hover {
  color: #fff;
  background-color: #e5001a;
}

.sidebar-widget {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}

.sidebar-widget:first-of-type {
  border-top: none;
  padding-top: 0;
}

.sidebar-widget li.hidden {
  display: none;
}

.sidebar-widget .view-more {
  font-weight: bold;
  color: #e5001a;
}

.sidebar-widget.link-list {
  position: sticky;
  top: 100px;
  line-height: 1.4;
}

.sidebar-widget.link-list a.active {
  color: #e5001a;
}

.sidebar-widget h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sidebar-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget ul li {
  margin-bottom: 12px;
}

.sidebar-widget .post-share {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.sidebar-widget .post-share a {
  margin-bottom: 0;
  width: 43px;
  height: 43px;
  padding: 0 10px;
}

.parts-grid {
  padding: 60px 0 20px;
  background-color: #f2f2f3;
}
.parts-grid .grid-wrapper {
  width: 93%;
  max-width: 1400px;
  margin: 70px auto 60px auto;
}
@media (max-width: 1000px) {
  .parts-grid .grid-wrapper {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
.parts-grid .part-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
}
.parts-grid .filter-column {
  width: 30%;
  padding-left: 30px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .parts-grid .filter-column {
    width: 100%;
    padding-right: 0;
  }
}
.parts-grid .product-column {
  width: 70%;
}
@media (max-width: 1000px) {
  .parts-grid .product-column {
    width: 100%;
  }
}
.parts-grid .product-column .part-block {
  cursor: pointer;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  width: 33.3%;
  display: none;
}
.parts-grid .product-column .part-block.active {
  display: block;
}
@media (max-width: 1000px) {
  .parts-grid .product-column .part-block {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .parts-grid .product-column .part-block {
    width: 100%;
  }
}
.parts-grid .product-column .part-block .inner {
  margin-left: 40px;
  text-align: center;
  background-color: #fff;
  height: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .parts-grid .product-column .part-block .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .parts-grid .product-column .part-block .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.parts-grid .product-column .part-block .hover-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  top: -15px;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s;
}
.parts-grid .product-column .part-block .image-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0 40px;
}
.parts-grid .product-column .part-block .image-container {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.parts-grid .product-column .part-block .caption {
  padding: 12px 20px 20px 12px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
}
.parts-grid .product-column .part-block:hover .hover-icon {
  opacity: 1;
  transition: opacity 0.25s;
}
.parts-grid .product-column .part-block:hover .caption {
  color: #E5001A;
  transition: color 0.25s;
}
.parts-grid .product-column .read-more {
  padding-top: 0;
}
.parts-grid .product-column .read-more a {
  color: #E5001A;
  display: inline-block;
}
.parts-grid a {
  color: #000;
  text-decoration: none;
  display: block;
  transform: opacity 0.5s ease-out;
}
.parts-grid a:hover {
  text-decoration: none;
  color: #000;
}
.parts-grid a.disabled {
  opacity: 0.25;
}
.parts-grid .filter-group {
  border-bottom: 1px solid;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.parts-grid .filter-group:last-of-type {
  border-bottom: 0;
}
.parts-grid .filter-group.active h4:after {
  background-image: url(img/icon-filter-on.png);
}
.parts-grid .filter-group h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px;
  margin-bottom: 8px;
}
.parts-grid .filter-group h4:after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/icon-filter-off.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
  content: "";
}
.parts-grid .filter-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.parts-grid .filter-group ul li {
  padding-bottom: 6px;
}
.parts-grid .filter-group ul li a {
  position: relative;
  padding-left: 24px;
}
.parts-grid .filter-group ul li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  background: url(img/icon-checkbox-off.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  content: "";
}
.parts-grid .filter-group ul li a.active:before {
  background-image: url(img/icon-checkbox-on.png);
}
.parts-grid .filter-group ul li:last-child {
  padding-bottom: 0;
}
.parts-grid .verticals-group {
  border-bottom: 1px solid;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.parts-grid .verticals-group:last-of-type {
  border-bottom: 0;
}
.parts-grid .verticals-group.active h4:after {
  display: none;
}
.parts-grid .verticals-group h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.parts-grid .verticals-group h4:after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(img/icon-filter-off.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
  content: "";
}
.parts-grid .verticals-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.parts-grid .verticals-group ul li {
  padding-bottom: 6px;
}
.parts-grid .verticals-group ul li a {
  position: relative;
  padding-left: 24px;
}
.parts-grid .verticals-group ul li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  background: url(img/icon-checkbox-off.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  content: "";
}
.parts-grid .verticals-group ul li a.active:before {
  background-image: url(img/icon-checkbox-on.png);
}
.parts-grid .verticals-group ul li:last-child {
  padding-bottom: 0;
}

html.overlay-open {
  overflow: hidden;
}
html.overlay-open body {
  overflow: hidden;
}

#part-form-modal-overlay {
  width: 100%;
  position: fixed;
  min-height: 100vh;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.25;
  display: none;
}

#part-form-modal {
  width: 100%;
  max-width: 600px;
  position: fixed;
  min-height: 100vh;
  z-index: 1001;
  top: 0;
  right: -100%;
  background-color: #fff;
  transition: right 0.5s ease-out;
}
#part-form-modal .closer {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 12px;
}
#part-form-modal .closer img {
  width: 126px;
  height: auto;
}
#part-form-modal.open {
  right: 0;
}
#part-form-modal .part-form {
  display: none;
}
#part-form-modal .inner {
  padding: 40px;
}
#part-form-modal .inner.gray {
  background-color: #f2f2f3;
}
#part-form-modal .inner.form {
  background-color: #f4f9fc;
}
#part-form-modal .inner.form label {
  font-size: 13px;
  color: #000;
}
#part-form-modal .inner.form .hs-form-required {
  color: #E5001A;
}
#part-form-modal .inner.form .field {
  margin-bottom: 18px;
}
#part-form-modal .inner.form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
#part-form-modal .inner.form .inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
#part-form-modal .inner.form .inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
#part-form-modal .inner.form .hs-error-msgs label {
  color: #E5001A;
}
#part-form-modal .inner.form .hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), #part-form-modal .inner.form .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
#part-form-modal .inner.form .hs-form-field input[type=text], #part-form-modal .inner.form .hs-form-field input[type=email], #part-form-modal .inner.form .hs-form-field input[type=phone], #part-form-modal .inner.form .hs-form-field input[type=number], #part-form-modal .inner.form .hs-form-field input[type=tel], #part-form-modal .inner.form .hs-form-field input[type=date], #part-form-modal .inner.form .hs-form-field select, #part-form-modal .inner.form .hs-form-field textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  padding: 10px 15px;
}
#part-form-modal .inner.form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
#part-form-modal .inner.form .hs-input:not(.hs-fieldtype-intl-phone) {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: 0 !important;
}
#part-form-modal .inner.form input.hs-input.error, #part-form-modal .inner.form div.field.error input, #part-form-modal .inner.form div.field.error textarea, #part-form-modal .inner.form div.field.error .chzn-choices, #part-form-modal .inner.form textarea.hs-input.error, #part-form-modal .inner.form select.hs-input.error {
  border-color: #c87872;
}
#part-form-modal .inner.form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
#part-form-modal .inner.form .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
#part-form-modal .inner.form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  float: left;
}
#part-form-modal .inner.form .hs-form-field select {
  border-radius: 15px !important;
  background-clip: padding-box;
  padding: 10px 15px;
}
#part-form-modal .content {
  overflow-x: auto;
  height: 100vh;
}
#part-form-modal .slider-wrapper {
  width: 80%;
  margin: 0 auto;
}
#part-form-modal .slider-container {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#part-form-modal .part-slider ul.slick-dots {
  position: static;
  margin-top: 10px;
}
#part-form-modal .part-slider ul.slick-dots li {
  width: 11px;
  height: 11px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #00173B 0% 0% no-repeat padding-box;
  opacity: 0.25;
  border-radius: 25px;
  border: 2px solid #00173B;
}
#part-form-modal .part-slider ul.slick-dots li button {
  display: none;
}
#part-form-modal .part-slider .slick-dots > li:only-child {
  display: none;
}
#part-form-modal .part-slider ul.slick-dots li.slick-active, #part-form-modal .part-slider .app-slider ul.slick-dots li:hover {
  background: #fff;
  border-color: #E5001A;
  opacity: 1;
}

.slider.logos .slick-track {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider.logos .logo-wrapper {
  width: 100%;
  display: block;
}
.slider.logos img {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
