@charset "UTF-8";
.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  transform: skewY(2deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  transform: skewY(2deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  transform: skewY(-2deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(2deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-2deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(2deg);
  transform-origin: 0 0;
}

/**
 * mixin
 * $size-px: desired rendered font size in px
 * $sizes: a list of breakpoints ('xs', 'sm', 'md') to output for
 * $font-size-root-*: defined in _typography.scss, breakpoint mins
 */
/**
 * Mixin for doing position adjustments on columns
 * $adjustments is a list of pixel left position changes for the small breakpoint
 * $position-modifier is a pixel value for shifting positions left or right as a whole
 * (ie. if the columns appear 20px too far left set $position-modifier to 20px)
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../../fonts/MaterialIcons-Regular.woff) format("woff"), url(../../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Kinaxis Icons";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../../fonts/kinaxis.eot);
  src: local("kinaxis"), url(../../fonts/kinaxis.woff) format("woff"), url(../../fonts/kinaxis.ttf) format("ttf");
}
/**
 * Font families:
 *  Lato - Everywhere
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a > .caret,
  .view-what-others-are-saying-about-kinaxis- .more-link a > .caret, .gb-dark-blue-view-all-button .more-link a > .caret, .paragraph--type--promo-links a > .caret, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button > .caret, .infinite-scroll-button.pager li > a.button > .caret,
  .dropup > .btn > .caret,
  .view-what-others-are-saying-about-kinaxis- .more-link .dropup > a > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #374858;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #077a97;
  text-decoration: none;
}
a:hover, a:focus {
  color: #DB1D2F;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #DB1D2F;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #ae1725;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #DB1D2F;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ae1725;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.view-what-others-are-saying-about-kinaxis-, #block-views-block-kinaxis-resources-resources-list, #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--faq-question-list, .paragraph--type--carousel .field--type-text-long, .paragraph--type--quote > .field--item, .paragraph--type--quotes .field--type-text-long, .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--announcement .slick, #block-blogsubscribe .field--name-field-paragraph,
.block-blocksubscribe .field--name-field-paragraph, .region-navigation-util #block-utilitynavigation, .region-navigation-util [id^=block-utilitynavigation], .modal.content-modal, .messages__wrapper, .block-sitemap, .eu-cookie-compliance-banner .eu-cookie-compliance-content, .block-type--basic {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):before,
.view-what-others-are-saying-about-kinaxis-:before, #block-views-block-kinaxis-resources-resources-list:before, #block-views-block-kinaxis-resources-block-case-studies-list:before, .paragraph--type--faq-question-list:before, .paragraph--type--carousel .field--type-text-long:before, .paragraph--type--quote > .field--item:before, .paragraph--type--quotes .field--type-text-long:before, .paragraph--type--leads-cta > .field.field--name-field-body:before, .paragraph--type--announcement .slick:before, #block-blogsubscribe .field--name-field-paragraph:before,
.block-blocksubscribe .field--name-field-paragraph:before, .region-navigation-util #block-utilitynavigation:before, .region-navigation-util [id^=block-utilitynavigation]:before, .modal.content-modal:before, .messages__wrapper:before, .block-sitemap:before, .eu-cookie-compliance-banner .eu-cookie-compliance-content:before, .block-type--basic:before, .container:after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):after,
.view-what-others-are-saying-about-kinaxis-:after, #block-views-block-kinaxis-resources-resources-list:after, #block-views-block-kinaxis-resources-block-case-studies-list:after, .paragraph--type--faq-question-list:after, .paragraph--type--carousel .field--type-text-long:after, .paragraph--type--quote > .field--item:after, .paragraph--type--quotes .field--type-text-long:after, .paragraph--type--leads-cta > .field.field--name-field-body:after, .paragraph--type--announcement .slick:after, #block-blogsubscribe .field--name-field-paragraph:after,
.block-blocksubscribe .field--name-field-paragraph:after, .region-navigation-util #block-utilitynavigation:after, .region-navigation-util [id^=block-utilitynavigation]:after, .modal.content-modal:after, .messages__wrapper:after, .block-sitemap:after, .eu-cookie-compliance-banner .eu-cookie-compliance-content:after, .block-type--basic:after {
  content: " ";
  display: table;
}
.container:after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):after,
.view-what-others-are-saying-about-kinaxis-:after, #block-views-block-kinaxis-resources-resources-list:after, #block-views-block-kinaxis-resources-block-case-studies-list:after, .paragraph--type--faq-question-list:after, .paragraph--type--carousel .field--type-text-long:after, .paragraph--type--quote > .field--item:after, .paragraph--type--quotes .field--type-text-long:after, .paragraph--type--leads-cta > .field.field--name-field-body:after, .paragraph--type--announcement .slick:after, #block-blogsubscribe .field--name-field-paragraph:after,
.block-blocksubscribe .field--name-field-paragraph:after, .region-navigation-util #block-utilitynavigation:after, .region-navigation-util [id^=block-utilitynavigation]:after, .modal.content-modal:after, .messages__wrapper:after, .block-sitemap:after, .eu-cookie-compliance-banner .eu-cookie-compliance-content:after, .block-type--basic:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .view-what-others-are-saying-about-kinaxis-, #block-views-block-kinaxis-resources-resources-list, #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--faq-question-list, .paragraph--type--carousel .field--type-text-long, .paragraph--type--quote > .field--item, .paragraph--type--quotes .field--type-text-long, .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--announcement .slick, #block-blogsubscribe .field--name-field-paragraph,
  .block-blocksubscribe .field--name-field-paragraph, .region-navigation-util #block-utilitynavigation, .region-navigation-util [id^=block-utilitynavigation], .modal.content-modal, .messages__wrapper, .block-sitemap, .eu-cookie-compliance-banner .eu-cookie-compliance-content, .block-type--basic {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .view-what-others-are-saying-about-kinaxis-, #block-views-block-kinaxis-resources-resources-list, #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--faq-question-list, .paragraph--type--carousel .field--type-text-long, .paragraph--type--quote > .field--item, .paragraph--type--quotes .field--type-text-long, .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--announcement .slick, #block-blogsubscribe .field--name-field-paragraph,
  .block-blocksubscribe .field--name-field-paragraph, .region-navigation-util #block-utilitynavigation, .region-navigation-util [id^=block-utilitynavigation], .modal.content-modal, .messages__wrapper, .block-sitemap, .eu-cookie-compliance-banner .eu-cookie-compliance-content, .block-type--basic {
    width: 970px;
  }
}
@media (min-width: 1250px) {
  .container, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .view-what-others-are-saying-about-kinaxis-, #block-views-block-kinaxis-resources-resources-list, #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--faq-question-list, .paragraph--type--carousel .field--type-text-long, .paragraph--type--quote > .field--item, .paragraph--type--quotes .field--type-text-long, .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--announcement .slick, #block-blogsubscribe .field--name-field-paragraph,
  .block-blocksubscribe .field--name-field-paragraph, .region-navigation-util #block-utilitynavigation, .region-navigation-util [id^=block-utilitynavigation], .modal.content-modal, .messages__wrapper, .block-sitemap, .eu-cookie-compliance-banner .eu-cookie-compliance-content, .block-type--basic {
    width: 1225px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10, .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #374858;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #374858;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EAECF0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #DB1D2F;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 29, 47, 0.6);
}
.form-control::-moz-placeholder {
  color: #A7B2BC;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #A7B2BC;
}
.form-control::-webkit-input-placeholder {
  color: #A7B2BC;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #d3d3d3;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-lg > .input-group-btn > a.form-control-static,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-lg > .input-group-btn > a.form-control-static,
.gb-dark-blue-view-all-button .more-link .input-group-lg > .input-group-btn > a.form-control-static,
.paragraph--type--promo-links .input-group-lg > .input-group-btn > a.form-control-static,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-lg > .input-group-btn > button.form-control-static,
.infinite-scroll-button.pager .input-group-lg > li.input-group-btn > a.form-control-static.button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-sm > .input-group-btn > a.form-control-static,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-sm > .input-group-btn > a.form-control-static,
.gb-dark-blue-view-all-button .more-link .input-group-sm > .input-group-btn > a.form-control-static,
.paragraph--type--promo-links .input-group-sm > .input-group-btn > a.form-control-static,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-sm > .input-group-btn > button.form-control-static,
.infinite-scroll-button.pager .input-group-sm > li.input-group-btn > a.form-control-static.button {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-sm > .input-group-btn > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-sm > .input-group-btn > a,
.gb-dark-blue-view-all-button .more-link .input-group-sm > .input-group-btn > a,
.paragraph--type--promo-links .input-group-sm > .input-group-btn > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-sm > .input-group-btn > button,
.infinite-scroll-button.pager .input-group-sm > li.input-group-btn > a.button {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-lg > .input-group-btn > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-lg > .input-group-btn > a,
.gb-dark-blue-view-all-button .more-link .input-group-lg > .input-group-btn > a,
.paragraph--type--promo-links .input-group-lg > .input-group-btn > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-lg > .input-group-btn > button,
.infinite-scroll-button.pager .input-group-lg > li.input-group-btn > a.button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-lg > .input-group-btn > a + .form-control-feedback,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-lg > .input-group-btn > a + .form-control-feedback,
.gb-dark-blue-view-all-button .more-link .input-group-lg > .input-group-btn > a + .form-control-feedback,
.paragraph--type--promo-links .input-group-lg > .input-group-btn > a + .form-control-feedback,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-lg > .input-group-btn > button + .form-control-feedback,
.infinite-scroll-button.pager .input-group-lg > li.input-group-btn > a.button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-sm > .input-group-btn > a + .form-control-feedback,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-sm > .input-group-btn > a + .form-control-feedback,
.gb-dark-blue-view-all-button .more-link .input-group-sm > .input-group-btn > a + .form-control-feedback,
.paragraph--type--promo-links .input-group-sm > .input-group-btn > a + .form-control-feedback,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-sm > .input-group-btn > button + .form-control-feedback,
.infinite-scroll-button.pager .input-group-sm > li.input-group-btn > a.button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6c88a3;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link a, .gb-dark-blue-view-all-button .more-link a, .paragraph--type--promo-links a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .infinite-scroll-button.pager li > a.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a:focus, .gb-dark-blue-view-all-button .more-link a:focus, .paragraph--type--promo-links a:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .infinite-scroll-button.pager li > a.button:focus, .btn.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.focus, .gb-dark-blue-view-all-button .more-link a.focus, .paragraph--type--promo-links a.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.focus, .infinite-scroll-button.pager li > a.focus.button, .btn:active:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a:active:focus, .btn:active.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a:active.focus, .btn.active:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.active:focus, .btn.active.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a:hover, .gb-dark-blue-view-all-button .more-link a:hover, .paragraph--type--promo-links a:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .infinite-scroll-button.pager li > a.button:hover, .btn:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a:focus, .gb-dark-blue-view-all-button .more-link a:focus, .paragraph--type--promo-links a:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .infinite-scroll-button.pager li > a.button:focus, .btn.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.focus, .gb-dark-blue-view-all-button .more-link a.focus, .paragraph--type--promo-links a.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.focus, .infinite-scroll-button.pager li > a.focus.button {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link a:active, .gb-dark-blue-view-all-button .more-link a:active, .paragraph--type--promo-links a:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:active, .infinite-scroll-button.pager li > a.button:active, .btn.active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.active,
.view-what-others-are-saying-about-kinaxis- .more-link a.active, .gb-dark-blue-view-all-button .more-link a.active, .paragraph--type--promo-links a.active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.active, .infinite-scroll-button.pager li > a.active.button {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.disabled,
.view-what-others-are-saying-about-kinaxis- .more-link a.disabled, .gb-dark-blue-view-all-button .more-link a.disabled, .paragraph--type--promo-links a.disabled, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.disabled, .infinite-scroll-button.pager li > a.disabled.button, .btn[disabled], .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a[disabled],
.view-what-others-are-saying-about-kinaxis- .more-link a[disabled], .gb-dark-blue-view-all-button .more-link a[disabled], .paragraph--type--promo-links a[disabled], .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button[disabled], .infinite-scroll-button.pager li > a[disabled].button, fieldset[disabled] .btn, fieldset[disabled] .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link fieldset[disabled] a,
fieldset[disabled] .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link fieldset[disabled] a, fieldset[disabled] .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link fieldset[disabled] a, fieldset[disabled] .paragraph--type--promo-links a, .paragraph--type--promo-links fieldset[disabled] a, fieldset[disabled] .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons fieldset[disabled] button, fieldset[disabled] .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager fieldset[disabled] li > a.button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.disabled,
.view-what-others-are-saying-about-kinaxis- .more-link a.disabled, .gb-dark-blue-view-all-button .more-link a.disabled, .paragraph--type--promo-links a.disabled, .infinite-scroll-button.pager li > a.disabled.button, fieldset[disabled] a.btn, fieldset[disabled] .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link fieldset[disabled] a,
fieldset[disabled] .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link fieldset[disabled] a, fieldset[disabled] .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link fieldset[disabled] a, fieldset[disabled] .paragraph--type--promo-links a, .paragraph--type--promo-links fieldset[disabled] a, fieldset[disabled] .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager fieldset[disabled] li > a.button {
  pointer-events: none;
}

.btn-default {
  color: #FFFFFF;
  background-color: #DB1D2F;
  border-color: #DB1D2F;
}
.btn-default:focus, .btn-default.focus {
  color: #FFFFFF;
  background-color: #ae1725;
  border-color: #6a0e17;
}
.btn-default:hover {
  color: #FFFFFF;
  background-color: #ae1725;
  border-color: #a51623;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ae1725;
  border-color: #a51623;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #8e131f;
  border-color: #6a0e17;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #DB1D2F;
  border-color: #DB1D2F;
}
.btn-default .badge {
  color: #DB1D2F;
  background-color: #FFFFFF;
}

.btn-primary {
  color: #fff;
  background-color: #DB1D2F;
  border-color: #c41a2a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ae1725;
  border-color: #540b12;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ae1725;
  border-color: #8e131f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ae1725;
  border-color: #8e131f;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e131f;
  border-color: #540b12;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #DB1D2F;
  border-color: #c41a2a;
}
.btn-primary .badge {
  color: #DB1D2F;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #077a97;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #DB1D2F;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-lg > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-lg > a, .gb-dark-blue-view-all-button .more-link .btn-group-lg > a, .paragraph--type--promo-links .btn-group-lg > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-lg > button, .infinite-scroll-button.pager li.btn-group-lg > a.button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-sm > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-sm > a, .gb-dark-blue-view-all-button .more-link .btn-group-sm > a, .paragraph--type--promo-links .btn-group-sm > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-sm > button, .infinite-scroll-button.pager li.btn-group-sm > a.button {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-xs > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-xs > a, .gb-dark-blue-view-all-button .more-link .btn-group-xs > a, .paragraph--type--promo-links .btn-group-xs > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-xs > button, .infinite-scroll-button.pager li.btn-group-xs > a.button {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #F6F6F6;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #374858;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #374858;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #DB1D2F;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #374858;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a, .gb-dark-blue-view-all-button .more-link .btn-group > a, .paragraph--type--promo-links .btn-group > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button, .infinite-scroll-button.pager li.btn-group > a.button,
.btn-group-vertical > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a,
.paragraph--type--promo-links .btn-group-vertical > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button,
.infinite-scroll-button.pager li.btn-group-vertical > a.button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:hover, .gb-dark-blue-view-all-button .more-link .btn-group > a:hover, .paragraph--type--promo-links .btn-group > a:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:hover, .infinite-scroll-button.pager li.btn-group > a.button:hover, .btn-group > .btn:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:focus, .gb-dark-blue-view-all-button .more-link .btn-group > a:focus, .paragraph--type--promo-links .btn-group > a:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:focus, .infinite-scroll-button.pager li.btn-group > a.button:focus, .btn-group > .btn:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:active, .gb-dark-blue-view-all-button .more-link .btn-group > a:active, .paragraph--type--promo-links .btn-group > a:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:active, .infinite-scroll-button.pager li.btn-group > a.button:active, .btn-group > .btn.active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a.active,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a.active, .gb-dark-blue-view-all-button .more-link .btn-group > a.active, .paragraph--type--promo-links .btn-group > a.active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button.active, .infinite-scroll-button.pager li.btn-group > a.active.button,
.btn-group-vertical > .btn:hover,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:hover,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:hover,
.paragraph--type--promo-links .btn-group-vertical > a:hover,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:hover,
.infinite-scroll-button.pager li.btn-group-vertical > a.button:hover,
.btn-group-vertical > .btn:focus,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:focus,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:focus,
.paragraph--type--promo-links .btn-group-vertical > a:focus,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:focus,
.infinite-scroll-button.pager li.btn-group-vertical > a.button:focus,
.btn-group-vertical > .btn:active,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:active,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:active,
.paragraph--type--promo-links .btn-group-vertical > a:active,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:active,
.infinite-scroll-button.pager li.btn-group-vertical > a.button:active,
.btn-group-vertical > .btn.active,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a.active,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a.active,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a.active,
.paragraph--type--promo-links .btn-group-vertical > a.active,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button.active,
.infinite-scroll-button.pager li.btn-group-vertical > a.active.button {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + .btn,
.btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + .btn, .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .btn + a, .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + a,
.btn-group .view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + a,
.btn-group .view-what-others-are-saying-about-kinaxis- .more-link .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .btn + a,
.btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + a,
.btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + a, .btn-group .gb-dark-blue-view-all-button .more-link a + .btn, .btn-group .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .btn-group .gb-dark-blue-view-all-button .more-link a + a,
.btn-group .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .btn-group a + .btn, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .btn-group a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .btn-group a + a, .btn-group .gb-dark-blue-view-all-button .more-link .btn + a, .btn-group .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .btn-group .gb-dark-blue-view-all-button .more-link a + a,
.btn-group .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .btn-group .btn + a, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .btn-group a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .btn-group a + a, .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .btn-group a + a, .btn-group .paragraph--type--promo-links a + .btn, .btn-group .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .paragraph--type--promo-links a + a,
.btn-group .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .btn-group a + .btn, .paragraph--type--promo-links .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .btn-group a + a,
.paragraph--type--promo-links .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .btn-group a + a, .btn-group .paragraph--type--promo-links .btn + a, .btn-group .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .paragraph--type--promo-links a + a,
.btn-group .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .btn-group .btn + a, .paragraph--type--promo-links .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .btn-group a + a,
.paragraph--type--promo-links .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .btn-group a + a, .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .btn-group a + a, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + .btn, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a,
.btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links button + a, .paragraph--type--promo-links .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .paragraph--type--promo-links button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + a, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn + button, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button,
.btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links a + button, .paragraph--type--promo-links .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .paragraph--type--promo-links a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group a + button, .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + button, .btn-group .infinite-scroll-button.pager li > a.button + .btn, .btn-group .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .infinite-scroll-button.pager li > a.button + a,
.btn-group .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .infinite-scroll-button.pager li > a.button + a, .btn-group .infinite-scroll-button.pager .paragraph--type--promo-links li > a.button + a, .paragraph--type--promo-links .btn-group .infinite-scroll-button.pager li > a.button + a, .btn-group .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .infinite-scroll-button.pager li > a.button + button, .infinite-scroll-button.pager .btn-group li > a.button + .btn, .infinite-scroll-button.pager .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .btn-group li > a.button + a,
.infinite-scroll-button.pager .btn-group .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .btn-group li > a.button + a, .infinite-scroll-button.pager .btn-group .paragraph--type--promo-links li > a.button + a, .paragraph--type--promo-links .infinite-scroll-button.pager .btn-group li > a.button + a, .infinite-scroll-button.pager .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .btn-group li > a.button + button, .btn-group .infinite-scroll-button.pager li > .btn + a.button, .btn-group .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .infinite-scroll-button.pager li > a + a.button,
.btn-group .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .infinite-scroll-button.pager li > a + a.button, .btn-group .infinite-scroll-button.pager .paragraph--type--promo-links li > a + a.button, .paragraph--type--promo-links .btn-group .infinite-scroll-button.pager li > a + a.button, .btn-group .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .infinite-scroll-button.pager li > button + a.button, .infinite-scroll-button.pager .btn-group li > .btn + a.button, .infinite-scroll-button.pager .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .btn-group li > a + a.button,
.infinite-scroll-button.pager .btn-group .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .btn-group li > a + a.button, .infinite-scroll-button.pager .btn-group .paragraph--type--promo-links li > a + a.button, .paragraph--type--promo-links .infinite-scroll-button.pager .btn-group li > a + a.button, .infinite-scroll-button.pager .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .btn-group li > button + a.button, .btn-group .infinite-scroll-button.pager li > a.button + a.button, .infinite-scroll-button.pager .btn-group li > a.button + a.button,
.btn-group .btn + .btn-group,
.btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + .btn-group,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group a + .btn-group,
.btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + .btn-group,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group a + .btn-group,
.btn-group .gb-dark-blue-view-all-button .more-link a + .btn-group,
.gb-dark-blue-view-all-button .more-link .btn-group a + .btn-group,
.btn-group .paragraph--type--promo-links a + .btn-group,
.paragraph--type--promo-links .btn-group a + .btn-group,
.btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + .btn-group,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group button + .btn-group,
.btn-group .infinite-scroll-button.pager li > a.button + .btn-group,
.infinite-scroll-button.pager .btn-group li > a.button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group .btn-group + a,
.btn-group .view-what-others-are-saying-about-kinaxis- .more-link .btn-group + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group .btn-group + a,
.btn-group .gb-dark-blue-view-all-button .more-link .btn-group + a,
.gb-dark-blue-view-all-button .more-link .btn-group .btn-group + a,
.btn-group .paragraph--type--promo-links .btn-group + a,
.paragraph--type--promo-links .btn-group .btn-group + a,
.btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group .btn-group + button,
.btn-group .infinite-scroll-button.pager li > .btn-group + a.button,
.infinite-scroll-button.pager .btn-group li > .btn-group + a.button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-toolbar a,
.btn-toolbar .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-toolbar a, .btn-toolbar .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .btn-toolbar a, .btn-toolbar .paragraph--type--promo-links a, .paragraph--type--promo-links .btn-toolbar a, .btn-toolbar .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-toolbar button, .btn-toolbar .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .btn-toolbar li > a.button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-toolbar > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-toolbar > a, .gb-dark-blue-view-all-button .more-link .btn-toolbar > a, .paragraph--type--promo-links .btn-toolbar > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-toolbar > button, .infinite-scroll-button.pager li.btn-toolbar > a.button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .gb-dark-blue-view-all-button .more-link .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .paragraph--type--promo-links .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .infinite-scroll-button.pager li.btn-group > a.button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:first-child,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:first-child, .gb-dark-blue-view-all-button .more-link .btn-group > a:first-child, .paragraph--type--promo-links .btn-group > a:first-child, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:first-child, .infinite-scroll-button.pager li.btn-group > a.button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .gb-dark-blue-view-all-button .more-link .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .paragraph--type--promo-links .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .infinite-scroll-button.pager li.btn-group > a.button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a:last-child:not(:first-child),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a:last-child:not(:first-child), .gb-dark-blue-view-all-button .more-link .btn-group > a:last-child:not(:first-child), .paragraph--type--promo-links .btn-group > a:last-child:not(:first-child), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button:last-child:not(:first-child), .infinite-scroll-button.pager li.btn-group > a.button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > .btn-group:not(:first-child):not(:last-child) > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .gb-dark-blue-view-all-button .more-link .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .paragraph--type--promo-links .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .infinite-scroll-button.pager .btn-group > li.btn-group:not(:first-child):not(:last-child) > a.button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > .btn-group:first-child:not(:last-child) > a:last-child,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .gb-dark-blue-view-all-button .more-link .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .paragraph--type--promo-links .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .infinite-scroll-button.pager .btn-group > li.btn-group:first-child:not(:last-child) > a.button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > .btn-group:last-child:not(:first-child) > a:first-child,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .gb-dark-blue-view-all-button .more-link .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .paragraph--type--promo-links .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .infinite-scroll-button.pager .btn-group > li.btn-group:last-child:not(:first-child) > a.button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group > a + .dropdown-toggle,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group > a + .dropdown-toggle, .gb-dark-blue-view-all-button .more-link .btn-group > a + .dropdown-toggle, .paragraph--type--promo-links .btn-group > a + .dropdown-toggle, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group > button + .dropdown-toggle, .infinite-scroll-button.pager li.btn-group > a.button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-lg.btn-group > a + .dropdown-toggle,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-lg.btn-group > a + .dropdown-toggle, .gb-dark-blue-view-all-button .more-link .btn-group-lg.btn-group > a + .dropdown-toggle, .paragraph--type--promo-links .btn-group-lg.btn-group > a + .dropdown-toggle, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-lg.btn-group > button + .dropdown-toggle, .infinite-scroll-button.pager li.btn-group-lg.btn-group > a.button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a .caret,
.view-what-others-are-saying-about-kinaxis- .more-link a .caret, .gb-dark-blue-view-all-button .more-link a .caret, .paragraph--type--promo-links a .caret, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button .caret, .infinite-scroll-button.pager li > a.button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-lg > a .caret,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-lg > a .caret, .gb-dark-blue-view-all-button .more-link .btn-group-lg > a .caret, .paragraph--type--promo-links .btn-group-lg > a .caret, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-lg > button .caret, .infinite-scroll-button.pager li.btn-group-lg > a.button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-lg > a .caret, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .dropup .btn-group-lg > a .caret,
.dropup .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-lg > a .caret,
.view-what-others-are-saying-about-kinaxis- .more-link .dropup .btn-group-lg > a .caret, .dropup .gb-dark-blue-view-all-button .more-link .btn-group-lg > a .caret, .gb-dark-blue-view-all-button .more-link .dropup .btn-group-lg > a .caret, .dropup .paragraph--type--promo-links .btn-group-lg > a .caret, .paragraph--type--promo-links .dropup .btn-group-lg > a .caret, .dropup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-lg > button .caret, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .dropup .btn-group-lg > button .caret, .dropup .infinite-scroll-button.pager li.btn-group-lg > a.button .caret, .infinite-scroll-button.pager .dropup li.btn-group-lg > a.button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a, .paragraph--type--promo-links .btn-group-vertical > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button, .infinite-scroll-button.pager li.btn-group-vertical > a.button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group > a,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group > a,
.paragraph--type--promo-links .btn-group-vertical > .btn-group > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group > button,
.infinite-scroll-button.pager .btn-group-vertical > li.btn-group > a.button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group > a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group > a, .paragraph--type--promo-links .btn-group-vertical > .btn-group > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group > button, .infinite-scroll-button.pager .btn-group-vertical > li.btn-group > a.button {
  float: none;
}
.btn-group-vertical > .btn + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + .btn,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + a, .paragraph--type--promo-links .btn-group-vertical > a + .btn,
.paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .btn-group-vertical > a + a, .paragraph--type--promo-links .btn-group-vertical > .btn + a,
.paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .btn-group-vertical > a + a, .paragraph--type--promo-links .btn-group-vertical > a + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link .btn-group-vertical > button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links .btn-group-vertical > button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links .btn-group-vertical > a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + button, .infinite-scroll-button.pager li.btn-group-vertical > a.button + .btn,
.infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li.btn-group-vertical > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager li.btn-group-vertical > a.button + a, .infinite-scroll-button.pager .paragraph--type--promo-links li.btn-group-vertical > a.button + a, .paragraph--type--promo-links .infinite-scroll-button.pager li.btn-group-vertical > a.button + a, .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li.btn-group-vertical > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager li.btn-group-vertical > a.button + button, .infinite-scroll-button.pager li.btn-group-vertical > .btn + a.button,
.infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li.btn-group-vertical > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager li.btn-group-vertical > a + a.button, .infinite-scroll-button.pager .paragraph--type--promo-links li.btn-group-vertical > a + a.button, .paragraph--type--promo-links .infinite-scroll-button.pager li.btn-group-vertical > a + a.button, .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li.btn-group-vertical > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager li.btn-group-vertical > button + a.button, .infinite-scroll-button.pager li.btn-group-vertical > a.button + a.button,
.btn-group-vertical > .btn + .btn-group,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a + .btn-group,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a + .btn-group,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > a + .btn-group,
.paragraph--type--promo-links .btn-group-vertical > a + .btn-group,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button + .btn-group,
.infinite-scroll-button.pager li.btn-group-vertical > a.button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group + a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group + a,
.gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group + a,
.paragraph--type--promo-links .btn-group-vertical > .btn-group + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group + button,
.infinite-scroll-button.pager li.btn-group-vertical > .btn-group + a.button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:not(:first-child):not(:last-child),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:not(:first-child):not(:last-child), .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:not(:first-child):not(:last-child), .paragraph--type--promo-links .btn-group-vertical > a:not(:first-child):not(:last-child), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:not(:first-child):not(:last-child), .infinite-scroll-button.pager li.btn-group-vertical > a.button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:first-child:not(:last-child),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:first-child:not(:last-child), .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:first-child:not(:last-child), .paragraph--type--promo-links .btn-group-vertical > a:first-child:not(:last-child), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:first-child:not(:last-child), .infinite-scroll-button.pager li.btn-group-vertical > a.button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > a:last-child:not(:first-child),
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > a:last-child:not(:first-child), .gb-dark-blue-view-all-button .more-link .btn-group-vertical > a:last-child:not(:first-child), .paragraph--type--promo-links .btn-group-vertical > a:last-child:not(:first-child), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > button:last-child:not(:first-child), .infinite-scroll-button.pager li.btn-group-vertical > a.button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .paragraph--type--promo-links .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .infinite-scroll-button.pager .btn-group-vertical > li.btn-group:not(:first-child):not(:last-child) > a.button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .paragraph--type--promo-links .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .infinite-scroll-button.pager .btn-group-vertical > li.btn-group:first-child:not(:last-child) > a.button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .gb-dark-blue-view-all-button .more-link .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .paragraph--type--promo-links .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .infinite-scroll-button.pager .btn-group-vertical > li.btn-group:last-child:not(:first-child) > a.button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-justified > a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-justified > a, .gb-dark-blue-view-all-button .more-link .btn-group-justified > a, .paragraph--type--promo-links .btn-group-justified > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-justified > button, .infinite-scroll-button.pager li.btn-group-justified > a.button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn-group-justified > .btn-group a,
.btn-group-justified > .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .paragraph--type--promo-links a, .paragraph--type--promo-links .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .btn-group-justified > .btn-group li > a.button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [data-toggle=buttons] > a input[type=radio],
.view-what-others-are-saying-about-kinaxis- .more-link [data-toggle=buttons] > a input[type=radio], .gb-dark-blue-view-all-button .more-link [data-toggle=buttons] > a input[type=radio], .paragraph--type--promo-links [data-toggle=buttons] > a input[type=radio], .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [data-toggle=buttons] > button input[type=radio], .infinite-scroll-button.pager li[data-toggle=buttons] > a.button input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [data-toggle=buttons] > a input[type=checkbox],
.view-what-others-are-saying-about-kinaxis- .more-link [data-toggle=buttons] > a input[type=checkbox],
.gb-dark-blue-view-all-button .more-link [data-toggle=buttons] > a input[type=checkbox],
.paragraph--type--promo-links [data-toggle=buttons] > a input[type=checkbox],
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [data-toggle=buttons] > button input[type=checkbox],
.infinite-scroll-button.pager li[data-toggle=buttons] > a.button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [data-toggle=buttons] > .btn-group > a input[type=radio],
.view-what-others-are-saying-about-kinaxis- .more-link [data-toggle=buttons] > .btn-group > a input[type=radio],
.gb-dark-blue-view-all-button .more-link [data-toggle=buttons] > .btn-group > a input[type=radio],
.paragraph--type--promo-links [data-toggle=buttons] > .btn-group > a input[type=radio],
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [data-toggle=buttons] > .btn-group > button input[type=radio],
.infinite-scroll-button.pager [data-toggle=buttons] > li.btn-group > a.button input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [data-toggle=buttons] > .btn-group > a input[type=checkbox],
.view-what-others-are-saying-about-kinaxis- .more-link [data-toggle=buttons] > .btn-group > a input[type=checkbox],
.gb-dark-blue-view-all-button .more-link [data-toggle=buttons] > .btn-group > a input[type=checkbox],
.paragraph--type--promo-links [data-toggle=buttons] > .btn-group > a input[type=checkbox],
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [data-toggle=buttons] > .btn-group > button input[type=checkbox],
.infinite-scroll-button.pager [data-toggle=buttons] > li.btn-group > a.button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #374858;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #EAECF0;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-sm > .input-group-btn > a.input-group-addon,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-sm > .input-group-btn > a.input-group-addon,
.gb-dark-blue-view-all-button .more-link .input-group-sm > .input-group-btn > a.input-group-addon,
.paragraph--type--promo-links .input-group-sm > .input-group-btn > a.input-group-addon,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-sm > .input-group-btn > button.input-group-addon,
.infinite-scroll-button.pager .input-group-sm > li.input-group-btn > a.input-group-addon.button {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-lg > .input-group-btn > a.input-group-addon,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-lg > .input-group-btn > a.input-group-addon,
.gb-dark-blue-view-all-button .more-link .input-group-lg > .input-group-btn > a.input-group-addon,
.paragraph--type--promo-links .input-group-lg > .input-group-btn > a.input-group-addon,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-lg > .input-group-btn > button.input-group-addon,
.infinite-scroll-button.pager .input-group-lg > li.input-group-btn > a.input-group-addon.button {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:first-child > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:first-child > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:first-child > a,
.paragraph--type--promo-links .input-group-btn:first-child > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:first-child > button,
.infinite-scroll-button.pager li.input-group-btn:first-child > a.button,
.input-group-btn:first-child > .btn-group > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:first-child > .btn-group > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:first-child > .btn-group > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:first-child > .btn-group > a,
.paragraph--type--promo-links .input-group-btn:first-child > .btn-group > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:first-child > .btn-group > button,
.infinite-scroll-button.pager .input-group-btn:first-child > li.btn-group > a.button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.gb-dark-blue-view-all-button .more-link .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.paragraph--type--promo-links .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.infinite-scroll-button.pager li.input-group-btn:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.paragraph--type--promo-links .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > button,
.infinite-scroll-button.pager .input-group-btn:last-child > li.btn-group:not(:last-child) > a.button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:last-child > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:last-child > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:last-child > a,
.paragraph--type--promo-links .input-group-btn:last-child > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:last-child > button,
.infinite-scroll-button.pager li.input-group-btn:last-child > a.button,
.input-group-btn:last-child > .btn-group > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:last-child > .btn-group > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:last-child > .btn-group > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:last-child > .btn-group > a,
.paragraph--type--promo-links .input-group-btn:last-child > .btn-group > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:last-child > .btn-group > button,
.infinite-scroll-button.pager .input-group-btn:last-child > li.btn-group > a.button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:first-child > a:not(:first-child),
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:first-child > a:not(:first-child),
.gb-dark-blue-view-all-button .more-link .input-group-btn:first-child > a:not(:first-child),
.paragraph--type--promo-links .input-group-btn:first-child > a:not(:first-child),
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:first-child > button:not(:first-child),
.infinite-scroll-button.pager li.input-group-btn:first-child > a.button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.gb-dark-blue-view-all-button .more-link .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.paragraph--type--promo-links .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > button,
.infinite-scroll-button.pager .input-group-btn:first-child > li.btn-group:not(:first-child) > a.button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a, .gb-dark-blue-view-all-button .more-link .input-group-btn > a, .paragraph--type--promo-links .input-group-btn > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button, .infinite-scroll-button.pager li.input-group-btn > a.button {
  position: relative;
}
.input-group-btn > .btn + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + a, .gb-dark-blue-view-all-button .more-link .input-group-btn > a + .btn,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .input-group-btn > a + a, .gb-dark-blue-view-all-button .more-link .input-group-btn > .btn + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .input-group-btn > a + a, .gb-dark-blue-view-all-button .more-link .input-group-btn > a + a, .paragraph--type--promo-links .input-group-btn > a + .btn,
.paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .input-group-btn > a + a, .paragraph--type--promo-links .input-group-btn > .btn + a,
.paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .input-group-btn > a + a, .paragraph--type--promo-links .input-group-btn > a + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link .input-group-btn > button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links .input-group-btn > button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link .input-group-btn > a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links .input-group-btn > a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button + button, .infinite-scroll-button.pager li.input-group-btn > a.button + .btn,
.infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li.input-group-btn > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager li.input-group-btn > a.button + a, .infinite-scroll-button.pager .paragraph--type--promo-links li.input-group-btn > a.button + a, .paragraph--type--promo-links .infinite-scroll-button.pager li.input-group-btn > a.button + a, .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li.input-group-btn > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager li.input-group-btn > a.button + button, .infinite-scroll-button.pager li.input-group-btn > .btn + a.button,
.infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li.input-group-btn > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager li.input-group-btn > a + a.button, .infinite-scroll-button.pager .paragraph--type--promo-links li.input-group-btn > a + a.button, .paragraph--type--promo-links .infinite-scroll-button.pager li.input-group-btn > a + a.button, .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li.input-group-btn > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager li.input-group-btn > button + a.button, .infinite-scroll-button.pager li.input-group-btn > a.button + a.button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a:hover, .gb-dark-blue-view-all-button .more-link .input-group-btn > a:hover, .paragraph--type--promo-links .input-group-btn > a:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button:hover, .infinite-scroll-button.pager li.input-group-btn > a.button:hover, .input-group-btn > .btn:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a:focus, .gb-dark-blue-view-all-button .more-link .input-group-btn > a:focus, .paragraph--type--promo-links .input-group-btn > a:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button:focus, .infinite-scroll-button.pager li.input-group-btn > a.button:focus, .input-group-btn > .btn:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn > a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn > a:active, .gb-dark-blue-view-all-button .more-link .input-group-btn > a:active, .paragraph--type--promo-links .input-group-btn > a:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn > button:active, .infinite-scroll-button.pager li.input-group-btn > a.button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:first-child > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:first-child > a, .gb-dark-blue-view-all-button .more-link .input-group-btn:first-child > a, .paragraph--type--promo-links .input-group-btn:first-child > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:first-child > button, .infinite-scroll-button.pager li.input-group-btn:first-child > a.button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .input-group-btn:last-child > a,
.view-what-others-are-saying-about-kinaxis- .more-link .input-group-btn:last-child > a, .gb-dark-blue-view-all-button .more-link .input-group-btn:last-child > a, .paragraph--type--promo-links .input-group-btn:last-child > a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .input-group-btn:last-child > button, .infinite-scroll-button.pager li.input-group-btn:last-child > a.button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: inherit;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: inherit;
  border-color: #077a97;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #d3d3d3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #DB1D2F;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #18181B;
  background-color: #FFFFFF;
  border: 1px solid #EAECF0;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #18181B;
  background-color: rgba(192, 186, 171, 0.3);
  border-color: #EAECF0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #18181B;
  background-color: rgba(192, 186, 171, 0.5);
  border-color: #374858;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #F6F6F6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(192, 186, 171, 0.3);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #F6F6F6;
  background-color: #FFFFFF;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a .label,
.view-what-others-are-saying-about-kinaxis- .more-link a .label, .gb-dark-blue-view-all-button .more-link a .label, .paragraph--type--promo-links a .label, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button .label, .infinite-scroll-button.pager li > a.button .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #DB1D2F;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ae1725;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.alert {
  padding: 30px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 50px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #DB1D2F;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + .btn,
.modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + .btn, .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn + a, .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + a,
.modal-footer .view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + a,
.modal-footer .view-what-others-are-saying-about-kinaxis- .more-link .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn + a,
.modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + a,
.modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + a, .modal-footer .gb-dark-blue-view-all-button .more-link a + .btn, .modal-footer .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .gb-dark-blue-view-all-button .more-link a + a,
.modal-footer .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer a + .btn, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .modal-footer a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .modal-footer a + a, .modal-footer .gb-dark-blue-view-all-button .more-link .btn + a, .modal-footer .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .gb-dark-blue-view-all-button .more-link a + a,
.modal-footer .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer .btn + a, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .modal-footer a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .modal-footer a + a, .modal-footer .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer a + a, .modal-footer .paragraph--type--promo-links a + .btn, .modal-footer .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .paragraph--type--promo-links a + a,
.modal-footer .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer a + .btn, .paragraph--type--promo-links .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .modal-footer a + a,
.paragraph--type--promo-links .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .modal-footer a + a, .modal-footer .paragraph--type--promo-links .btn + a, .modal-footer .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .paragraph--type--promo-links a + a,
.modal-footer .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer .btn + a, .paragraph--type--promo-links .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .modal-footer a + a,
.paragraph--type--promo-links .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .modal-footer a + a, .modal-footer .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer a + a, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + .btn, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a,
.modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links button + a, .paragraph--type--promo-links .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .paragraph--type--promo-links button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + a, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn + button, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button,
.modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links a + button, .paragraph--type--promo-links .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .paragraph--type--promo-links a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer a + button, .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer button + button, .modal-footer .infinite-scroll-button.pager li > a.button + .btn, .modal-footer .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .infinite-scroll-button.pager li > a.button + a,
.modal-footer .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .infinite-scroll-button.pager li > a.button + a, .modal-footer .infinite-scroll-button.pager .paragraph--type--promo-links li > a.button + a, .paragraph--type--promo-links .modal-footer .infinite-scroll-button.pager li > a.button + a, .modal-footer .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .infinite-scroll-button.pager li > a.button + button, .infinite-scroll-button.pager .modal-footer li > a.button + .btn, .infinite-scroll-button.pager .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .modal-footer li > a.button + a,
.infinite-scroll-button.pager .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .modal-footer li > a.button + a, .infinite-scroll-button.pager .modal-footer .paragraph--type--promo-links li > a.button + a, .paragraph--type--promo-links .infinite-scroll-button.pager .modal-footer li > a.button + a, .infinite-scroll-button.pager .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .modal-footer li > a.button + button, .modal-footer .infinite-scroll-button.pager li > .btn + a.button, .modal-footer .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .infinite-scroll-button.pager li > a + a.button,
.modal-footer .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .infinite-scroll-button.pager li > a + a.button, .modal-footer .infinite-scroll-button.pager .paragraph--type--promo-links li > a + a.button, .paragraph--type--promo-links .modal-footer .infinite-scroll-button.pager li > a + a.button, .modal-footer .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .infinite-scroll-button.pager li > button + a.button, .infinite-scroll-button.pager .modal-footer li > .btn + a.button, .infinite-scroll-button.pager .modal-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .modal-footer li > a + a.button,
.infinite-scroll-button.pager .modal-footer .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .modal-footer li > a + a.button, .infinite-scroll-button.pager .modal-footer .paragraph--type--promo-links li > a + a.button, .paragraph--type--promo-links .infinite-scroll-button.pager .modal-footer li > a + a.button, .infinite-scroll-button.pager .modal-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .modal-footer li > button + a.button, .modal-footer .infinite-scroll-button.pager li > a.button + a.button, .infinite-scroll-button.pager .modal-footer li > a.button + a.button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + .btn,
.modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + .btn, .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .btn + a, .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + a,
.modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + a,
.modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .btn + a,
.modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + a,
.modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + a, .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + .btn, .modal-footer .btn-group .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + a,
.modal-footer .btn-group .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + .btn, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + a, .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link .btn + a, .modal-footer .btn-group .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + a,
.modal-footer .btn-group .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group .btn + a, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + a, .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group a + a, .modal-footer .btn-group .paragraph--type--promo-links a + .btn, .modal-footer .btn-group .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .paragraph--type--promo-links a + a,
.modal-footer .btn-group .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer .btn-group a + .btn, .paragraph--type--promo-links .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .modal-footer .btn-group a + a,
.paragraph--type--promo-links .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .modal-footer .btn-group a + a, .modal-footer .btn-group .paragraph--type--promo-links .btn + a, .modal-footer .btn-group .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .paragraph--type--promo-links a + a,
.modal-footer .btn-group .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer .btn-group .btn + a, .paragraph--type--promo-links .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .modal-footer .btn-group a + a,
.paragraph--type--promo-links .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .modal-footer .btn-group a + a, .modal-footer .btn-group .paragraph--type--promo-links a + a, .paragraph--type--promo-links .modal-footer .btn-group a + a, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + .btn, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a,
.modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links button + a, .paragraph--type--promo-links .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .paragraph--type--promo-links button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + a, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn + button, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button,
.modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links a + button, .paragraph--type--promo-links .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .paragraph--type--promo-links a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group a + button, .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group button + button, .modal-footer .btn-group .infinite-scroll-button.pager li > a.button + .btn, .modal-footer .btn-group .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .infinite-scroll-button.pager li > a.button + a,
.modal-footer .btn-group .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .infinite-scroll-button.pager li > a.button + a, .modal-footer .btn-group .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .infinite-scroll-button.pager li > a.button + button, .infinite-scroll-button.pager .modal-footer .btn-group li > a.button + .btn, .infinite-scroll-button.pager .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .modal-footer .btn-group li > a.button + a,
.infinite-scroll-button.pager .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .modal-footer .btn-group li > a.button + a, .infinite-scroll-button.pager .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .modal-footer .btn-group li > a.button + button, .modal-footer .btn-group .infinite-scroll-button.pager li > .btn + a.button, .modal-footer .btn-group .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-footer .btn-group .infinite-scroll-button.pager li > a + a.button,
.modal-footer .btn-group .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-footer .btn-group .infinite-scroll-button.pager li > a + a.button, .modal-footer .btn-group .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-footer .btn-group .infinite-scroll-button.pager li > button + a.button, .infinite-scroll-button.pager .modal-footer .btn-group li > .btn + a.button, .infinite-scroll-button.pager .modal-footer .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .modal-footer .btn-group li > a + a.button,
.infinite-scroll-button.pager .modal-footer .btn-group .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .modal-footer .btn-group li > a + a.button, .infinite-scroll-button.pager .modal-footer .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .modal-footer .btn-group li > button + a.button, .modal-footer .btn-group .infinite-scroll-button.pager li > a.button + a.button, .infinite-scroll-button.pager .modal-footer .btn-group li > a.button + a.button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form:before, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:before,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:before,
.blog-subscribe .paragraph--type--eloqua-webform form:before, .filter-wrapper:before, .clearfix:after, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form:after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:after,
.blog-subscribe .paragraph--type--eloqua-webform form:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form:after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form:after,
.blog-subscribe .paragraph--type--eloqua-webform form:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-style: normal;
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c !important;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269 !important;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c !important;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534 !important;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber, html.js .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a .ajax-throbber, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link html.js a .ajax-throbber,
html.js .view-what-others-are-saying-about-kinaxis- .more-link a .ajax-throbber,
.view-what-others-are-saying-about-kinaxis- .more-link html.js a .ajax-throbber, html.js .gb-dark-blue-view-all-button .more-link a .ajax-throbber, .gb-dark-blue-view-all-button .more-link html.js a .ajax-throbber, html.js .paragraph--type--promo-links a .ajax-throbber, .paragraph--type--promo-links html.js a .ajax-throbber, html.js .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button .ajax-throbber, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons html.js button .ajax-throbber, html.js .infinite-scroll-button.pager li > a.button .ajax-throbber, .infinite-scroll-button.pager html.js li > a.button .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #DB1D2F;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #DB1D2F;
  border-bottom: 1px solid #EAECF0;
  border-top: 1px solid #EAECF0;
}
.file > span:first-child {
  border-left: 1px solid #EAECF0;
}
.file > span:last-child {
  border-right: 1px solid #EAECF0;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #DB1D2F;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .form-actions a,
.form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .form-actions a, .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .form-actions a, .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links .form-actions a, .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .form-actions button, .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .form-actions li > a.button, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn, .form-actions .btn-group .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .form-actions .btn-group a,
.form-actions .btn-group .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .form-actions .btn-group a, .form-actions .btn-group .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .form-actions .btn-group a, .form-actions .btn-group .paragraph--type--promo-links a, .paragraph--type--promo-links .form-actions .btn-group a, .form-actions .btn-group .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .form-actions .btn-group button, .form-actions .btn-group .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .form-actions .btn-group li > a.button {
  margin-right: 0;
}

@media (max-width: 991px) {
  .form-submit {
    border: 1px solid green;
    position: relative;
    left: -5px;
  }
}
/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-before .glyphicon,
.view-what-others-are-saying-about-kinaxis- .more-link a.icon-before .glyphicon, .gb-dark-blue-view-all-button .more-link a.icon-before .glyphicon, .paragraph--type--promo-links a.icon-before .glyphicon, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-before .glyphicon, .infinite-scroll-button.pager li > a.icon-before.button .glyphicon, .btn .glyphicon.icon-before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a .glyphicon.icon-before,
.view-what-others-are-saying-about-kinaxis- .more-link a .glyphicon.icon-before, .gb-dark-blue-view-all-button .more-link a .glyphicon.icon-before, .paragraph--type--promo-links a .glyphicon.icon-before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button .glyphicon.icon-before, .infinite-scroll-button.pager li > a.button .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-after .glyphicon,
.view-what-others-are-saying-about-kinaxis- .more-link a.icon-after .glyphicon, .gb-dark-blue-view-all-button .more-link a.icon-after .glyphicon, .paragraph--type--promo-links a.icon-after .glyphicon, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-after .glyphicon, .infinite-scroll-button.pager li > a.icon-after.button .glyphicon, .btn .glyphicon.icon-after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a .glyphicon.icon-after,
.view-what-others-are-saying-about-kinaxis- .more-link a .glyphicon.icon-after, .gb-dark-blue-view-all-button .more-link a .glyphicon.icon-after, .paragraph--type--promo-links a .glyphicon.icon-after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button .glyphicon.icon-after, .infinite-scroll-button.pager li > a.button .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container, .navbar.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .navbar.view-what-others-are-saying-about-kinaxis-, .navbar#block-views-block-kinaxis-resources-resources-list, .navbar#block-views-block-kinaxis-resources-block-case-studies-list, .navbar.paragraph--type--faq-question-list, .paragraph--type--carousel .navbar.field--type-text-long, .paragraph--type--quote > .navbar.field--item, .paragraph--type--quotes .navbar.field--type-text-long, .paragraph--type--leads-cta > .navbar.field.field--name-field-body, .paragraph--type--announcement .navbar.slick, #block-blogsubscribe .navbar.field--name-field-paragraph,
  .block-blocksubscribe .navbar.field--name-field-paragraph, .region-navigation-util .navbar#block-utilitynavigation, .region-navigation-util .navbar[id^=block-utilitynavigation], .navbar.modal.content-modal, .navbar.messages__wrapper, .navbar.block-sitemap, .eu-cookie-compliance-banner .navbar.eu-cookie-compliance-content, .navbar.block-type--basic {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container, .navbar.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .navbar.view-what-others-are-saying-about-kinaxis-, .navbar#block-views-block-kinaxis-resources-resources-list, .navbar#block-views-block-kinaxis-resources-block-case-studies-list, .navbar.paragraph--type--faq-question-list, .paragraph--type--carousel .navbar.field--type-text-long, .paragraph--type--quote > .navbar.field--item, .paragraph--type--quotes .navbar.field--type-text-long, .paragraph--type--leads-cta > .navbar.field.field--name-field-body, .paragraph--type--announcement .navbar.slick, #block-blogsubscribe .navbar.field--name-field-paragraph,
  .block-blocksubscribe .navbar.field--name-field-paragraph, .region-navigation-util .navbar#block-utilitynavigation, .region-navigation-util .navbar[id^=block-utilitynavigation], .navbar.modal.content-modal, .navbar.messages__wrapper, .navbar.block-sitemap, .eu-cookie-compliance-banner .navbar.eu-cookie-compliance-content, .navbar.block-type--basic {
    max-width: 940px;
  }
}
@media screen and (min-width: 1250px) {
  .navbar.container, .navbar.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .navbar.view-what-others-are-saying-about-kinaxis-, .navbar#block-views-block-kinaxis-resources-resources-list, .navbar#block-views-block-kinaxis-resources-block-case-studies-list, .navbar.paragraph--type--faq-question-list, .paragraph--type--carousel .navbar.field--type-text-long, .paragraph--type--quote > .navbar.field--item, .paragraph--type--quotes .navbar.field--type-text-long, .paragraph--type--leads-cta > .navbar.field.field--name-field-body, .paragraph--type--announcement .navbar.slick, #block-blogsubscribe .navbar.field--name-field-paragraph,
  .block-blocksubscribe .navbar.field--name-field-paragraph, .region-navigation-util .navbar#block-utilitynavigation, .region-navigation-util .navbar[id^=block-utilitynavigation], .navbar.modal.content-modal, .navbar.messages__wrapper, .navbar.block-sitemap, .eu-cookie-compliance-banner .navbar.eu-cookie-compliance-content, .navbar.block-type--basic {
    max-width: 1195px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: rgba(247, 215, 215, 0.1607843137);
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 14px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #DB1D2F;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 14px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 2001;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #F6F6F6;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #374858;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: transparent;
  color: #374858;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #DB1D2F;
  color: #fff;
}

html {
  font-size: 6px;
  scroll-behavior: smooth;
}

@media all and (min-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media all and (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 80px;
  }
}

ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}

.contextual {
  z-index: 3000;
}

.page-header {
  margin-top: 0;
}

.main-container {
  margin-top: -1px;
}

.footer {
  padding: 0;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block,
.control-group .help-inline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: -0.13px;
  color: #777777;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}

blockquote {
  background-color: #1e2e3e;
  border: none;
  color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 10.8rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 50px;
  position: relative;
  margin: 0 0 70px;
}
@media all and (min-width: 768px) {
  blockquote {
    font-size: 13.5rem;
  }
}
@media all and (min-width: 992px) {
  blockquote {
    font-size: 10.8rem;
  }
}
blockquote:before {
  border-bottom: 24px solid transparent;
  border-left: 24px solid #2d3b48;
  border-top: 24px solid transparent;
  content: "";
  display: block;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50px;
}

.dialog-off-canvas-main-canvas {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.is-ultimenu-canvas.is-ultimenu-expanded .region-navigation {
  margin-left: 0;
}
.is-ultimenu-canvas.is-ultimenu-expanded .is-ultimenu-canvas-on {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.is-ultimenu-canvas.is-ultimenu-expanded .dropdown.open ul {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
}
.is-ultimenu-canvas.is-ultimenu-expanded .dropdown a {
  white-space: break-spaces;
}

table {
  width: 100%;
}

#toolbar-administration {
  z-index: 3000;
}

#user-login-form,
#user-pass {
  padding: 60px 0;
}

.scroll-margin {
  scroll-margin-top: 15rem;
  scroll-snap-margin-top: 15rem; /* Safari 11 */
}

.paragraph-field--testimonials .paragraph-field--promo_links .paragraph,
.paragraph-field--bullet_grid .paragraph-field--promo_links .paragraph {
  padding-top: 0;
}

.paragraph-field--header_title .paragraph-field--image_blurb .paragraph-inner, .paragraph-field--header_title .paragraph-field--image_background .paragraph-inner, .paragraph-field--header_title .paragraph-field--split_text_image .paragraph-inner,
.paragraph-field--header_half_blue_half_image .paragraph-field--image_blurb .paragraph-inner,
.paragraph-field--header_half_blue_half_image .paragraph-field--image_background .paragraph-inner,
.paragraph-field--header_half_blue_half_image .paragraph-field--split_text_image .paragraph-inner,
.paragraph-field--header_image_title .paragraph-field--image_blurb .paragraph-inner,
.paragraph-field--header_image_title .paragraph-field--image_background .paragraph-inner,
.paragraph-field--header_image_title .paragraph-field--split_text_image .paragraph-inner {
  padding-top: 20px;
}

.grecaptcha-badge {
  left: 4px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  width: 70px !important;
}
.grecaptcha-badge:hover, .grecaptcha-badge:focus {
  width: 256px !important;
}

/*
 * Visually hiding the autosubmit button if the setting is set.
 * We're doing it this way, instead of the regular .js-hide dispay: none;
 * core way for two reasons:
 * - This way, the button is still visible for screenreaders
 * - There is an issue with Safari, where pressing enter in an textfield that
 *   has display: none; does not trigger a ajax submit.
 * https://drupal.org/project/better_exposed_filters/issues/3040284#comment-13821614
 */
.js .js-bef-hide {
  position: absolute;
  left: -99999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

.has-bubbles article .paragraphs-container > .field--name-field-paragraph {
  position: relative;
  z-index: 0;
}
.has-bubbles article .paragraphs-container > .field--name-field-paragraph > .field--item {
  position: relative;
  background: white;
}
.has-bubbles article .paragraphs-container > .field--name-field-paragraph > .field--item:not(.paragraph-field--bubbles) {
  z-index: 1;
}
.has-bubbles ~ .footer {
  position: relative;
}

.section-layout {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .section-layout {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-layout .section-layout {
  padding-bottom: 0;
}
.section-layout .section-layout:first-child {
  padding-top: 0;
}
.section-layout.columns--2 .section-layout {
  padding-top: 0;
  padding-bottom: 0;
}
.section-layout.bg-color--white + .section-layout.bg-color--white {
  padding-top: 0;
}
.section-layout.bg-color--gray + .section-layout.bg-color--gray {
  padding-top: 0;
}

div[data-drupal-messages] {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.user-logged-in .region-content > nav.tabs {
  position: absolute;
  top: 80px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (min-width: 992px) {
  .user-logged-in .region-content > nav.tabs {
    display: block;
  }
}
.user-logged-in .region-content > nav.tabs .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.user-logged-in .region-content > nav.tabs .nav-tabs > li > a {
  padding: 5px;
  background: white;
  border-radius: 4px;
}
.user-logged-in .region-content > nav.tabs .nav-tabs > li > a:hover, .user-logged-in .region-content > nav.tabs .nav-tabs > li > a:focus {
  border-color: white;
  background: white;
  color: black;
}
.user-logged-in .region-content > nav.tabs .nav-tabs > li:not(:last-child) {
  margin-right: 8px;
}

.has-flourish > .container, .has-flourish > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.has-flourish > .view-what-others-are-saying-about-kinaxis-, .has-flourish > #block-views-block-kinaxis-resources-resources-list, .has-flourish > #block-views-block-kinaxis-resources-block-case-studies-list, .has-flourish > .paragraph--type--faq-question-list, .paragraph--type--carousel .has-flourish > .field--type-text-long, .paragraph--type--quote.has-flourish > .field--item, .paragraph--type--quotes .has-flourish > .field--type-text-long, .paragraph--type--leads-cta.has-flourish > .field.field--name-field-body, .paragraph--type--announcement .has-flourish > .slick, #block-blogsubscribe .has-flourish > .field--name-field-paragraph,
.block-blocksubscribe .has-flourish > .field--name-field-paragraph, .region-navigation-util .has-flourish > #block-utilitynavigation, .region-navigation-util .has-flourish > [id^=block-utilitynavigation], .has-flourish > .modal.content-modal, .has-flourish > .messages__wrapper, .has-flourish > .block-sitemap, .eu-cookie-compliance-banner .has-flourish > .eu-cookie-compliance-content, .has-flourish > .block-type--basic, .has-flourish > .header-title .container, .has-flourish > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.has-flourish > .header-title .view-what-others-are-saying-about-kinaxis-, .has-flourish > .header-title #block-views-block-kinaxis-resources-resources-list, .has-flourish > .header-title #block-views-block-kinaxis-resources-block-case-studies-list, .has-flourish > .header-title .paragraph--type--faq-question-list, .has-flourish > .header-title .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .has-flourish > .header-title .field--type-text-long, .has-flourish > .header-title .paragraph--type--quote > .field--item, .has-flourish > .header-title .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .has-flourish > .header-title .field--type-text-long, .has-flourish > .header-title .paragraph--type--leads-cta > .field.field--name-field-body, .has-flourish > .header-title .paragraph--type--announcement .slick, .paragraph--type--announcement .has-flourish > .header-title .slick, .has-flourish > .header-title #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .has-flourish > .header-title .field--name-field-paragraph,
.has-flourish > .header-title .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .has-flourish > .header-title .field--name-field-paragraph, .has-flourish > .header-title .region-navigation-util #block-utilitynavigation, .region-navigation-util .has-flourish > .header-title #block-utilitynavigation, .has-flourish > .header-title .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .has-flourish > .header-title [id^=block-utilitynavigation], .has-flourish > .header-title .modal.content-modal, .has-flourish > .header-title .messages__wrapper, .has-flourish > .header-title .block-sitemap, .has-flourish > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .has-flourish > .header-title .eu-cookie-compliance-content, .has-flourish > .header-title .block-type--basic {
  position: relative;
}
.has-flourish > .container::after, .has-flourish > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish > .field--type-text-long::after, .paragraph--type--quote.has-flourish > .field--item::after, .paragraph--type--quotes .has-flourish > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish > .slick::after, #block-blogsubscribe .has-flourish > .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish > .field--name-field-paragraph::after, .region-navigation-util .has-flourish > #block-utilitynavigation::after, .region-navigation-util .has-flourish > [id^=block-utilitynavigation]::after, .has-flourish > .modal.content-modal::after, .has-flourish > .messages__wrapper::after, .has-flourish > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish > .eu-cookie-compliance-content::after, .has-flourish > .block-type--basic::after, .has-flourish > .header-title .container::after, .has-flourish > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish > .header-title .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .header-title .paragraph--type--faq-question-list::after, .has-flourish > .header-title .paragraph--type--carousel .field--type-text-long::after, .paragraph--type--carousel .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--quote > .field--item::after, .has-flourish > .header-title .paragraph--type--quotes .field--type-text-long::after, .paragraph--type--quotes .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--leads-cta > .field.field--name-field-body::after, .has-flourish > .header-title .paragraph--type--announcement .slick::after, .paragraph--type--announcement .has-flourish > .header-title .slick::after, .has-flourish > .header-title #block-blogsubscribe .field--name-field-paragraph::after, #block-blogsubscribe .has-flourish > .header-title .field--name-field-paragraph::after,
.has-flourish > .header-title .block-blocksubscribe .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish > .header-title .field--name-field-paragraph::after, .has-flourish > .header-title .region-navigation-util #block-utilitynavigation::after, .region-navigation-util .has-flourish > .header-title #block-utilitynavigation::after, .has-flourish > .header-title .region-navigation-util [id^=block-utilitynavigation]::after, .region-navigation-util .has-flourish > .header-title [id^=block-utilitynavigation]::after, .has-flourish > .header-title .modal.content-modal::after, .has-flourish > .header-title .messages__wrapper::after, .has-flourish > .header-title .block-sitemap::after, .has-flourish > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content::after, .eu-cookie-compliance-banner .has-flourish > .header-title .eu-cookie-compliance-content::after, .has-flourish > .header-title .block-type--basic::after {
  content: "";
  background: url(../../images/paragraphs/flourish.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 91px;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .has-flourish > .container::after, .has-flourish > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
  .has-flourish > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish > .field--type-text-long::after, .paragraph--type--quote.has-flourish > .field--item::after, .paragraph--type--quotes .has-flourish > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish > .slick::after, #block-blogsubscribe .has-flourish > .field--name-field-paragraph::after,
  .block-blocksubscribe .has-flourish > .field--name-field-paragraph::after, .region-navigation-util .has-flourish > #block-utilitynavigation::after, .region-navigation-util .has-flourish > [id^=block-utilitynavigation]::after, .has-flourish > .modal.content-modal::after, .has-flourish > .messages__wrapper::after, .has-flourish > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish > .eu-cookie-compliance-content::after, .has-flourish > .block-type--basic::after, .has-flourish > .header-title .container::after, .has-flourish > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
  .has-flourish > .header-title .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .header-title .paragraph--type--faq-question-list::after, .has-flourish > .header-title .paragraph--type--carousel .field--type-text-long::after, .paragraph--type--carousel .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--quote > .field--item::after, .has-flourish > .header-title .paragraph--type--quotes .field--type-text-long::after, .paragraph--type--quotes .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--leads-cta > .field.field--name-field-body::after, .has-flourish > .header-title .paragraph--type--announcement .slick::after, .paragraph--type--announcement .has-flourish > .header-title .slick::after, .has-flourish > .header-title #block-blogsubscribe .field--name-field-paragraph::after, #block-blogsubscribe .has-flourish > .header-title .field--name-field-paragraph::after,
  .has-flourish > .header-title .block-blocksubscribe .field--name-field-paragraph::after,
  .block-blocksubscribe .has-flourish > .header-title .field--name-field-paragraph::after, .has-flourish > .header-title .region-navigation-util #block-utilitynavigation::after, .region-navigation-util .has-flourish > .header-title #block-utilitynavigation::after, .has-flourish > .header-title .region-navigation-util [id^=block-utilitynavigation]::after, .region-navigation-util .has-flourish > .header-title [id^=block-utilitynavigation]::after, .has-flourish > .header-title .modal.content-modal::after, .has-flourish > .header-title .messages__wrapper::after, .has-flourish > .header-title .block-sitemap::after, .has-flourish > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content::after, .eu-cookie-compliance-banner .has-flourish > .header-title .eu-cookie-compliance-content::after, .has-flourish > .header-title .block-type--basic::after {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .has-flourish > .container::after, .has-flourish > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
  .has-flourish > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish > .field--type-text-long::after, .paragraph--type--quote.has-flourish > .field--item::after, .paragraph--type--quotes .has-flourish > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish > .slick::after, #block-blogsubscribe .has-flourish > .field--name-field-paragraph::after,
  .block-blocksubscribe .has-flourish > .field--name-field-paragraph::after, .region-navigation-util .has-flourish > #block-utilitynavigation::after, .region-navigation-util .has-flourish > [id^=block-utilitynavigation]::after, .has-flourish > .modal.content-modal::after, .has-flourish > .messages__wrapper::after, .has-flourish > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish > .eu-cookie-compliance-content::after, .has-flourish > .block-type--basic::after, .has-flourish > .header-title .container::after, .has-flourish > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
  .has-flourish > .header-title .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .header-title .paragraph--type--faq-question-list::after, .has-flourish > .header-title .paragraph--type--carousel .field--type-text-long::after, .paragraph--type--carousel .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--quote > .field--item::after, .has-flourish > .header-title .paragraph--type--quotes .field--type-text-long::after, .paragraph--type--quotes .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--leads-cta > .field.field--name-field-body::after, .has-flourish > .header-title .paragraph--type--announcement .slick::after, .paragraph--type--announcement .has-flourish > .header-title .slick::after, .has-flourish > .header-title #block-blogsubscribe .field--name-field-paragraph::after, #block-blogsubscribe .has-flourish > .header-title .field--name-field-paragraph::after,
  .has-flourish > .header-title .block-blocksubscribe .field--name-field-paragraph::after,
  .block-blocksubscribe .has-flourish > .header-title .field--name-field-paragraph::after, .has-flourish > .header-title .region-navigation-util #block-utilitynavigation::after, .region-navigation-util .has-flourish > .header-title #block-utilitynavigation::after, .has-flourish > .header-title .region-navigation-util [id^=block-utilitynavigation]::after, .region-navigation-util .has-flourish > .header-title [id^=block-utilitynavigation]::after, .has-flourish > .header-title .modal.content-modal::after, .has-flourish > .header-title .messages__wrapper::after, .has-flourish > .header-title .block-sitemap::after, .has-flourish > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content::after, .eu-cookie-compliance-banner .has-flourish > .header-title .eu-cookie-compliance-content::after, .has-flourish > .header-title .block-type--basic::after {
    width: 100px;
    height: 183px;
  }
}
.has-flourish.paragraph--type--section > .container::after, .has-flourish.paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish.paragraph--type--section > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish.paragraph--type--section > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish.paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish.paragraph--type--section > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish.paragraph--type--section > .field--type-text-long::after, .paragraph--type--quote.has-flourish.paragraph--type--section > .field--item::after, .paragraph--type--quotes .has-flourish.paragraph--type--section > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish.paragraph--type--section > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish.paragraph--type--section > .slick::after, #block-blogsubscribe .has-flourish.paragraph--type--section > .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish.paragraph--type--section > .field--name-field-paragraph::after, .region-navigation-util .has-flourish.paragraph--type--section > #block-utilitynavigation::after, .region-navigation-util .has-flourish.paragraph--type--section > [id^=block-utilitynavigation]::after, .has-flourish.paragraph--type--section > .modal.content-modal::after, .has-flourish.paragraph--type--section > .messages__wrapper::after, .has-flourish.paragraph--type--section > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish.paragraph--type--section > .eu-cookie-compliance-content::after, .has-flourish.paragraph--type--section > .block-type--basic::after {
  bottom: -60px;
}
@media screen and (min-width: 992px) {
  .has-flourish.paragraph--type--section > .container::after, .has-flourish.paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
  .has-flourish.paragraph--type--section > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish.paragraph--type--section > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish.paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish.paragraph--type--section > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish.paragraph--type--section > .field--type-text-long::after, .paragraph--type--quote.has-flourish.paragraph--type--section > .field--item::after, .paragraph--type--quotes .has-flourish.paragraph--type--section > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish.paragraph--type--section > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish.paragraph--type--section > .slick::after, #block-blogsubscribe .has-flourish.paragraph--type--section > .field--name-field-paragraph::after,
  .block-blocksubscribe .has-flourish.paragraph--type--section > .field--name-field-paragraph::after, .region-navigation-util .has-flourish.paragraph--type--section > #block-utilitynavigation::after, .region-navigation-util .has-flourish.paragraph--type--section > [id^=block-utilitynavigation]::after, .has-flourish.paragraph--type--section > .modal.content-modal::after, .has-flourish.paragraph--type--section > .messages__wrapper::after, .has-flourish.paragraph--type--section > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish.paragraph--type--section > .eu-cookie-compliance-content::after, .has-flourish.paragraph--type--section > .block-type--basic::after {
    bottom: -100px;
  }
}
.has-flourish > .header-title .container::after, .has-flourish > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish > .header-title .view-what-others-are-saying-about-kinaxis-::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-resources-list::after, .has-flourish > .header-title #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish > .header-title .paragraph--type--faq-question-list::after, .has-flourish > .header-title .paragraph--type--carousel .field--type-text-long::after, .paragraph--type--carousel .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--quote > .field--item::after, .has-flourish > .header-title .paragraph--type--quotes .field--type-text-long::after, .paragraph--type--quotes .has-flourish > .header-title .field--type-text-long::after, .has-flourish > .header-title .paragraph--type--leads-cta > .field.field--name-field-body::after, .has-flourish > .header-title .paragraph--type--announcement .slick::after, .paragraph--type--announcement .has-flourish > .header-title .slick::after, .has-flourish > .header-title #block-blogsubscribe .field--name-field-paragraph::after, #block-blogsubscribe .has-flourish > .header-title .field--name-field-paragraph::after,
.has-flourish > .header-title .block-blocksubscribe .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish > .header-title .field--name-field-paragraph::after, .has-flourish > .header-title .region-navigation-util #block-utilitynavigation::after, .region-navigation-util .has-flourish > .header-title #block-utilitynavigation::after, .has-flourish > .header-title .region-navigation-util [id^=block-utilitynavigation]::after, .region-navigation-util .has-flourish > .header-title [id^=block-utilitynavigation]::after, .has-flourish > .header-title .modal.content-modal::after, .has-flourish > .header-title .messages__wrapper::after, .has-flourish > .header-title .block-sitemap::after, .has-flourish > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content::after, .eu-cookie-compliance-banner .has-flourish > .header-title .eu-cookie-compliance-content::after, .has-flourish > .header-title .block-type--basic::after {
  bottom: -60px;
}
.has-flourish.flourish--right > .container::after, .has-flourish.flourish--right > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish.flourish--right > .view-what-others-are-saying-about-kinaxis-::after, .has-flourish.flourish--right > #block-views-block-kinaxis-resources-resources-list::after, .has-flourish.flourish--right > #block-views-block-kinaxis-resources-block-case-studies-list::after, .has-flourish.flourish--right > .paragraph--type--faq-question-list::after, .paragraph--type--carousel .has-flourish.flourish--right > .field--type-text-long::after, .paragraph--type--quote.has-flourish.flourish--right > .field--item::after, .paragraph--type--quotes .has-flourish.flourish--right > .field--type-text-long::after, .paragraph--type--leads-cta.has-flourish.flourish--right > .field.field--name-field-body::after, .paragraph--type--announcement .has-flourish.flourish--right > .slick::after, #block-blogsubscribe .has-flourish.flourish--right > .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish.flourish--right > .field--name-field-paragraph::after, .region-navigation-util .has-flourish.flourish--right > #block-utilitynavigation::after, .region-navigation-util .has-flourish.flourish--right > [id^=block-utilitynavigation]::after, .has-flourish.flourish--right > .modal.content-modal::after, .has-flourish.flourish--right > .messages__wrapper::after, .has-flourish.flourish--right > .block-sitemap::after, .eu-cookie-compliance-banner .has-flourish.flourish--right > .eu-cookie-compliance-content::after, .has-flourish.flourish--right > .block-type--basic::after,
.has-flourish.flourish--right > .header-title .container::after,
.has-flourish.flourish--right > .header-title .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.has-flourish.flourish--right > .header-title .view-what-others-are-saying-about-kinaxis-::after,
.has-flourish.flourish--right > .header-title #block-views-block-kinaxis-resources-resources-list::after,
.has-flourish.flourish--right > .header-title #block-views-block-kinaxis-resources-block-case-studies-list::after,
.has-flourish.flourish--right > .header-title .paragraph--type--faq-question-list::after,
.has-flourish.flourish--right > .header-title .paragraph--type--carousel .field--type-text-long::after,
.paragraph--type--carousel .has-flourish.flourish--right > .header-title .field--type-text-long::after,
.has-flourish.flourish--right > .header-title .paragraph--type--quote > .field--item::after,
.has-flourish.flourish--right > .header-title .paragraph--type--quotes .field--type-text-long::after,
.paragraph--type--quotes .has-flourish.flourish--right > .header-title .field--type-text-long::after,
.has-flourish.flourish--right > .header-title .paragraph--type--leads-cta > .field.field--name-field-body::after,
.has-flourish.flourish--right > .header-title .paragraph--type--announcement .slick::after,
.paragraph--type--announcement .has-flourish.flourish--right > .header-title .slick::after,
.has-flourish.flourish--right > .header-title #block-blogsubscribe .field--name-field-paragraph::after,
#block-blogsubscribe .has-flourish.flourish--right > .header-title .field--name-field-paragraph::after,
.has-flourish.flourish--right > .header-title .block-blocksubscribe .field--name-field-paragraph::after,
.block-blocksubscribe .has-flourish.flourish--right > .header-title .field--name-field-paragraph::after,
.has-flourish.flourish--right > .header-title .region-navigation-util #block-utilitynavigation::after,
.region-navigation-util .has-flourish.flourish--right > .header-title #block-utilitynavigation::after,
.has-flourish.flourish--right > .header-title .region-navigation-util [id^=block-utilitynavigation]::after,
.region-navigation-util .has-flourish.flourish--right > .header-title [id^=block-utilitynavigation]::after,
.has-flourish.flourish--right > .header-title .modal.content-modal::after,
.has-flourish.flourish--right > .header-title .messages__wrapper::after,
.has-flourish.flourish--right > .header-title .block-sitemap::after,
.has-flourish.flourish--right > .header-title .eu-cookie-compliance-banner .eu-cookie-compliance-content::after,
.eu-cookie-compliance-banner .has-flourish.flourish--right > .header-title .eu-cookie-compliance-content::after,
.has-flourish.flourish--right > .header-title .block-type--basic::after {
  right: 15px;
  left: auto;
}

.kinaxis-bg-light-teal {
  background-color: #0896b9;
  color: white;
}

.bg-light-grey {
  background-color: #F6F6F6;
}

.bg-dark-blue {
  background-color: #374858;
  color: white;
}

.bg-white {
  background-color: #FFFFFF;
}

.newsroom-grey {
  background-color: #F8F9FA;
}

.anchor-color-alizarin .field--name-field-link a {
  color: #db1d2f;
}

.anchor-color-lightTeal .field--name-field-link a {
  color: #0896b9;
}

.gb-twitter-bg-thick-light-grey-border {
  background-color: #edf0f2;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .gb-twitter-bg-thick-light-grey-border {
    padding: 55px 50px;
  }
}
.gb-twitter-bg-thick-light-grey-border .twitter-block .twitter-block-content {
  max-height: none;
  height: 490px;
}

.col-md-4 .gb-twitter-bg-thick-light-grey-border, .col-lg-4 .gb-twitter-bg-thick-light-grey-border {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .col-md-4 .gb-twitter-bg-thick-light-grey-border, .col-lg-4 .gb-twitter-bg-thick-light-grey-border {
    padding: 30px;
  }
}
.col-md-4 .twitter-block .twitter-block-content, .col-lg-4 .twitter-block .twitter-block-content {
  max-height: none;
}
@media screen and (min-width: 992px) {
  .col-md-4 .twitter-block .twitter-block-content, .col-lg-4 .twitter-block .twitter-block-content {
    height: 510px;
  }
}
@media screen and (min-width: 1250px) {
  .col-md-4 .twitter-block .twitter-block-content, .col-lg-4 .twitter-block .twitter-block-content {
    height: 541px;
  }
}

.gb-social-media-round-dark-blue-horizontal ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
.gb-social-media-round-dark-blue-horizontal ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.gb-social-media-round-dark-blue-horizontal ul li:first-child .social-link {
  margin-left: 0;
}
.gb-social-media-round-dark-blue-horizontal .social-link {
  display: block;
  width: 31px;
  height: 30px;
  transition: opacity 200ms;
  margin: 0 10px;
}
.gb-social-media-round-dark-blue-horizontal .social-link:hover {
  opacity: 0.8;
}
.gb-social-media-round-dark-blue-horizontal .social-twitter {
  background: url("/themes/custom/kinaxis/images/social-icons/twitter.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.gb-social-media-round-dark-blue-horizontal .social-linkedin {
  background: url("/themes/custom/kinaxis/images/social-icons/linkedin.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.gb-social-media-round-dark-blue-horizontal .social-facebook {
  background: url("/themes/custom/kinaxis/images/social-icons/facebook.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

div.rebrand-2019-title-blue-bg {
  background-color: #0896b9;
  background-clip: initial;
  background-image: none;
  background-position: initial;
  padding: 10px 0 25px;
  margin-bottom: 4rem;
}
div.rebrand-2019-title-blue-bg h1 {
  font-family: "Lato", Arial, sans-serif;
  color: white;
}
div.rebrand-2019-title-blue-bg .paragraph-inner {
  padding-top: 0;
}

div.rebrand-2019-header-light-blue h2 {
  color: #0896b9;
}

@media screen and (min-width: 992px) {
  .gb-bootstrap-cols-slight-padding .row > .paragraph > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gb-bootstrap-cols-slight-padding .row > .paragraph:first-child > div {
    padding-left: 0;
  }
  .gb-bootstrap-cols-slight-padding .row > .paragraph:last-child > div {
    padding-right: 0;
  }
}

.standard-padding {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .standard-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.viewsreference-h3 .viewsreference--view-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}

.viewsreference-padded {
  padding: 20px !important;
}
.viewsreference-padded .viewsreference--view-title {
  margin-top: 0;
}
.viewsreference-padded.gb-social-media-round-dark-blue-horizontal {
  padding-bottom: 0 !important;
}

.sidebar-margin {
  margin-bottom: 20px;
}

.contents-white {
  color: white;
  border-color: white;
}
.contents-white .section-title, .contents-white .partners-view h2, .partners-view .contents-white h2, .contents-white .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .contents-white .tabs-title, .contents-white .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .contents-white .title, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .contents-white .field--name-field-title, .contents-white .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .contents-white .tabs-title, .contents-white .block-curatorio .block-title, .block-curatorio .contents-white .block-title, .contents-white #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2,
.contents-white .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2,
.contents-white .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2 {
  margin-top: 0;
}
.contents-white .section-title::after, .contents-white .partners-view h2::after, .partners-view .contents-white h2::after, .contents-white .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .contents-white .tabs-title::after, .contents-white .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .contents-white .title::after, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .contents-white .field--name-field-title::after, .contents-white .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .contents-white .tabs-title::after, .contents-white .block-curatorio .block-title::after, .block-curatorio .contents-white .block-title::after, .contents-white #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2::after,
.contents-white .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2::after,
.contents-white .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .contents-white h2::after {
  border-color: inherit;
}
.contents-white .btn.outline, .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white a.outline,
.contents-white .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white a.outline, .contents-white .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link .contents-white a.outline, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a, .contents-white .paragraph--type--promo-links a.outline, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .paragraph--type--promo-links a, .contents-white .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .contents-white a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .contents-white a, .paragraph--type--promo-links .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.btn.button, .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.btn.button, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white button, .contents-white .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .contents-white li > a.button {
  color: inherit;
  border-color: inherit;
}
.contents-white .btn.outline:hover, .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white a.outline:hover,
.contents-white .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white a.outline:hover, .contents-white .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link .contents-white a.outline:hover, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:hover, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:hover, .contents-white .paragraph--type--promo-links a.outline:hover, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .paragraph--type--promo-links a:hover, .contents-white .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .contents-white a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .contents-white a:hover, .paragraph--type--promo-links .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:hover, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover,
.contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.btn.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.button:hover, .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:hover, .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover,
.contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.btn.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.button:hover, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:hover, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white button:hover, .contents-white .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .contents-white li > a.button:hover, .contents-white .btn.outline:focus, .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white a.outline:focus,
.contents-white .view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white a.outline:focus, .contents-white .gb-dark-blue-view-all-button .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link .contents-white a.outline:focus, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:focus, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:focus, .contents-white .paragraph--type--promo-links a.outline:focus, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .paragraph--type--promo-links a:focus, .contents-white .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .contents-white a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .contents-white a:focus, .paragraph--type--promo-links .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white a:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white a:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:focus, .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus,
.contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.btn.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .contents-white li > a.button:focus, .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:focus, .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus,
.contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .contents-white .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.btn.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .contents-white li > a.button:focus, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:focus, .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .contents-white .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .contents-white .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .contents-white button:focus, .contents-white .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .contents-white li > a.button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #374858;
}

.contents-sr-only-title h2.section-title, .contents-sr-only-title .partners-view h2, .partners-view .contents-sr-only-title h2, .contents-sr-only-title .paragraph--type--vertical-tabs h2.tabs-title, .paragraph--type--vertical-tabs .contents-sr-only-title h2.tabs-title, .contents-sr-only-title .paragraph--type--contributing-authors .featured-authors-wrapper h2.title, .paragraph--type--contributing-authors .featured-authors-wrapper .contents-sr-only-title h2.title, .contents-sr-only-title .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .contents-sr-only-title h2.field--name-field-title, .contents-sr-only-title .paragraph--type--horizontal-tabs h2.tabs-title, .paragraph--type--horizontal-tabs .contents-sr-only-title h2.tabs-title, .contents-sr-only-title .block-curatorio h2.block-title, .block-curatorio .contents-sr-only-title h2.block-title, .contents-sr-only-title #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-sr-only-title h2,
.contents-sr-only-title .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .contents-sr-only-title h2,
.contents-sr-only-title .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .contents-sr-only-title h2 {
  display: none;
}

.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child {
  background-color: #F8F9FA;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph--type--solid-background {
  display: none;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph {
  padding: 20px;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .published-by {
  font-size: 16px;
  line-height: 1.25;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .published-by a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .published-by a:hover, .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .published-by a:focus, .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .published-by a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .view-kinaxis-press-release-newsroom .title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.666;
}
.newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference .view-kinaxis-press-release-newsroom .press-release-date {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child {
    padding-top: 0;
    padding-bottom: 0;
    background-color: inherit;
  }
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph--type--solid-background {
    display: block;
  }
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph {
    background: #F8F9FA;
  }
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference {
    margin-bottom: 20px;
  }
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.paragraph--type--view-reference h4 {
    margin-top: 0;
  }
  .newsroom-sidebar .paragraph--type--child-bootstrap-column:last-child .paragraph.gb-social-media-round-dark-blue-horizontal {
    padding-bottom: 0;
  }
}
.newsroom-sidebar .twitter-block-content a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.newsroom-sidebar .twitter-block-content a:hover, .newsroom-sidebar .twitter-block-content a:focus, .newsroom-sidebar .twitter-block-content a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.newsroom-sidebar.viewsreference-h3 .viewsreference--view-title, .newsroom-sidebar .viewsreference-h3 .viewsreference--view-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 16px 0 15px 0;
}

h1,
.h1 {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 16px 0;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 16px 0;
}

h3,
.h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
}

p.preheading,
p.subheading {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

p.preheading + .section-title, .partners-view p.preheading + h2, .paragraph--type--vertical-tabs p.preheading + .tabs-title, .paragraph--type--contributing-authors .featured-authors-wrapper p.preheading + .title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view p.preheading + .field--name-field-title, .paragraph--type--horizontal-tabs p.preheading + .tabs-title, .block-curatorio p.preheading + .block-title, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body p.preheading + h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body p.preheading + h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body p.preheading + h2 {
  margin-top: 0 !important;
}

img + h1,
img + h2,
img + .section-title,
.partners-view img + h2,
.paragraph--type--vertical-tabs img + .tabs-title,
.paragraph--type--contributing-authors .featured-authors-wrapper img + .title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view img + .field--name-field-title,
.paragraph--type--horizontal-tabs img + .tabs-title,
.block-curatorio img + .block-title,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body img + h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body img + h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body img + h2 {
  margin-top: 20px !important;
}

.section-title, .partners-view h2, .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--horizontal-tabs .tabs-title, .block-curatorio .block-title, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2 {
  margin: 60px 0 30px 0;
}
@media screen and (min-width: 992px) {
  .section-title, .partners-view h2, .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--horizontal-tabs .tabs-title, .block-curatorio .block-title, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2 {
    margin: 60px 0;
  }
}
.section-title::after, .partners-view h2::after, .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--horizontal-tabs .tabs-title::after, .block-curatorio .block-title::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after {
  display: block;
  content: "";
  border-bottom: 3px solid #DB1D2F;
  width: 101px;
  max-width: 100%;
  margin-top: 20px;
}
.section-title.text-align-center::after, .partners-view h2.text-align-center::after, .paragraph--type--vertical-tabs .text-align-center.tabs-title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .text-align-center.field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-title.title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title.title::after, .paragraph--type--horizontal-tabs .text-align-center.tabs-title::after, .block-curatorio .text-align-center.block-title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.section-title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .partners-view h2::after,
.partners-view .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--vertical-tabs h2.tabs-title::after,
.paragraph--type--vertical-tabs .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.tabs-title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--contributing-authors .featured-authors-wrapper h2.title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.field--name-field-title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--horizontal-tabs h2.tabs-title::after,
.paragraph--type--horizontal-tabs .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.tabs-title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .block-curatorio h2.block-title::after,
.block-curatorio .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.block-title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.section-title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .partners-view h2::after,
.partners-view .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--vertical-tabs h2.tabs-title::after,
.paragraph--type--vertical-tabs .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.tabs-title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--contributing-authors .featured-authors-wrapper h2.title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.field--name-field-title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--horizontal-tabs h2.tabs-title::after,
.paragraph--type--horizontal-tabs .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.tabs-title::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .block-curatorio h2.block-title::after,
.block-curatorio .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.block-title::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--contributing-authors .featured-authors-wrapper h2.title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.title::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--contributing-authors .featured-authors-wrapper h2.title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.title::after,
.blog-subscribe .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after {
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-align-center-mobile::after, .partners-view h2.text-align-center-mobile::after, .paragraph--type--vertical-tabs .text-align-center-mobile.tabs-title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .text-align-center-mobile.title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .text-align-center-mobile.field--name-field-title::after, .paragraph--type--horizontal-tabs .text-align-center-mobile.tabs-title::after, .block-curatorio .text-align-center-mobile.block-title::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .section-title.text-align-center-mobile::after, .partners-view h2.text-align-center-mobile::after, .paragraph--type--vertical-tabs .text-align-center-mobile.tabs-title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .text-align-center-mobile.title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .text-align-center-mobile.field--name-field-title::after, .paragraph--type--horizontal-tabs .text-align-center-mobile.tabs-title::after, .block-curatorio .text-align-center-mobile.block-title::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2.text-align-center-mobile::after {
    margin-left: 0;
    margin-right: 0;
  }
}

body,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

p {
  margin-bottom: 30px;
}

.semi-bold {
  font-weight: 600;
}

.intro {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}

.small-print {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: -0.13px;
}

p a:not(.btn) {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  color: #0896B9;
  display: inline-block;
}
p a:not(.btn):hover, p a:not(.btn):focus, p a:not(.btn):active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
p a:not(.btn).external::after {
  font-family: "Material Icons";
  content: "\e895";
  font-size: 0.9em;
  position: relative;
  top: -2px;
  padding-left: 5px;
  vertical-align: middle;
}
p a:not(.btn).external:hover::after, p a:not(.btn).external:focus::after, p a:not(.btn).external:active::after {
  text-decoration: none !important;
}
.blog p a:not(.btn) {
  display: inline;
}

a.icon-caret {
  color: #0896B9;
  display: inline-block;
  font-weight: 600;
  border: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 88px;
}
a.icon-caret:hover, a.icon-caret:focus, a.icon-caret:active {
  color: #077A97;
}
a.icon-caret::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
a.icon-caret:hover, a.icon-caret:focus {
  border: none !important;
}
a.icon-caret:hover::after, a.icon-caret:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}

a.more-link-caret {
  color: #0896B9;
  display: inline-block;
  font-weight: 600;
  border: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 88px;
  font-size: 16px;
}
a.more-link-caret:hover, a.more-link-caret:focus, a.more-link-caret:active {
  color: #077A97;
}
a.more-link-caret::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
a.more-link-caret:hover, a.more-link-caret:focus {
  border: none !important;
}
a.more-link-caret:hover::after, a.more-link-caret:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}

.btn.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal, .gb-dark-blue-view-all-button .more-link a.teal, .paragraph--type--promo-links a.teal, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal, .infinite-scroll-button.pager li > a.teal.button {
  background-color: #0896B9;
  border-color: #0896B9;
}
.btn.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link a.teal:hover, .paragraph--type--promo-links a.teal:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:hover, .infinite-scroll-button.pager li > a.teal.button:hover, .btn.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link a.teal:focus, .paragraph--type--promo-links a.teal:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:focus, .infinite-scroll-button.pager li > a.teal.button:focus, .btn.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link a.teal.focus, .paragraph--type--promo-links a.teal.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal.focus, .infinite-scroll-button.pager li > a.teal.focus.button {
  background-color: #077A97;
  border-color: #077A97;
  color: #FFFFFF;
}
.btn.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .infinite-scroll-button.pager li > a.button:hover, .btn.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:focus, .infinite-scroll-button.pager li > a.button:focus, .btn.outline.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.focus, .gb-dark-blue-view-all-button .more-link a.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .paragraph--type--promo-links a.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.focus, .infinite-scroll-button.pager li > a.focus.button {
  background-color: #1E2E3E;
  color: #FFFFFF;
}
.btn.outline.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal, .gb-dark-blue-view-all-button .more-link a.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .paragraph--type--promo-links a.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal, .infinite-scroll-button.pager li > a.teal.button {
  background-color: transparent;
  border: 2px solid #0896B9;
  color: #0896B9;
}
.btn.outline.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal:hover, .gb-dark-blue-view-all-button .more-link a.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .paragraph--type--promo-links a.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal:hover, .infinite-scroll-button.pager li > a.teal.button:hover, .btn.outline.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal:focus, .gb-dark-blue-view-all-button .more-link a.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .paragraph--type--promo-links a.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal:focus, .infinite-scroll-button.pager li > a.teal.button:focus, .btn.outline.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal.focus, .gb-dark-blue-view-all-button .more-link a.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .paragraph--type--promo-links a.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal.focus, .infinite-scroll-button.pager li > a.teal.focus.button {
  background-color: #077A97;
  border: 2px solid #077A97;
  color: #FFFFFF;
}
.btn.outline.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.icon-play::before, .gb-dark-blue-view-all-button .more-link a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--promo-links a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.icon-play.button::before, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.icon-play.button::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-play::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.icon-play::before, .infinite-scroll-button.pager li > a.icon-play.button::before {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 3.6rem;
  padding-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn.outline.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link a.outline.icon-play::before, .gb-dark-blue-view-all-button .more-link a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before,
  .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--promo-links a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before,
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.icon-play.button::before, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.icon-play.button::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-play::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.icon-play::before, .infinite-scroll-button.pager li > a.icon-play.button::before {
    font-size: 5.6rem;
  }
}
.btn.outline.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed, .gb-dark-blue-view-all-button .more-link a.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .paragraph--type--promo-links a.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed, .infinite-scroll-button.pager li > a.reversed.button {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.outline.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed:hover, .gb-dark-blue-view-all-button .more-link a.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .paragraph--type--promo-links a.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed:hover, .infinite-scroll-button.pager li > a.reversed.button:hover, .btn.outline.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed:focus, .gb-dark-blue-view-all-button .more-link a.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .paragraph--type--promo-links a.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed:focus, .infinite-scroll-button.pager li > a.reversed.button:focus, .btn.outline.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed.focus, .gb-dark-blue-view-all-button .more-link a.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .paragraph--type--promo-links a.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed.focus, .infinite-scroll-button.pager li > a.reversed.focus.button {
  background-color: #FFFFFF;
  color: #1E2E3E;
}
@media only screen and (max-width: 380px) {
  .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link a, .gb-dark-blue-view-all-button .more-link a, .paragraph--type--promo-links a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .infinite-scroll-button.pager li > a.button {
    width: 100%;
  }
}

a.icon-caret {
  display: inline-block;
  margin-right: 60px;
}
a.icon-caret + a {
  margin-top: 20px;
}

.bg-darkGrey,
.bg-darkBlue,
.bg-medGrey,
.bg-teal,
.bg-lightGrey,
.bg-orange,
.bg-darkGreen,
.bg-lightTeal,
.bg-red {
  color: white;
}

.bg-darkGrey {
  background-color: #5f6a70;
}

.bg-darkBlue {
  background-color: #1e2e3e;
}

.bg-medGrey {
  background-color: #7999a5;
}

.bg-teal {
  background-color: #077a97;
}

.bg-lightGrey {
  background-color: #a7b2bc;
}

.bg-orange {
  background-color: #ea5a24;
}

.bg-darkGreen {
  background-color: #1b706a;
}

.bg-lightTeal {
  background-color: #0896b9;
}

.bg-red {
  background-color: #db1d2f;
}

.bg-darkened-darkGrey {
  background-color: #485054;
}

.bg-darkened-darkBlue {
  background-color: #0d151c;
}

.bg-darkened-medGrey {
  background-color: #5e808d;
}

.bg-darkened-teal {
  background-color: #055366;
}

.bg-darkened-lightGrey {
  background-color: #8a99a6;
}

.bg-darkened-orange {
  background-color: #c84413;
}

.bg-darkened-darkGreen {
  background-color: #114743;
}

.bg-darkened-lightTeal {
  background-color: #066e88;
}

.bg-darkened-red {
  background-color: #ae1725;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

blockquote {
  font-size: 4rem;
}

.container img, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) img,
.view-what-others-are-saying-about-kinaxis- img, #block-views-block-kinaxis-resources-resources-list img, #block-views-block-kinaxis-resources-block-case-studies-list img, .paragraph--type--faq-question-list img, .paragraph--type--carousel .field--type-text-long img, .paragraph--type--quote > .field--item img, .paragraph--type--quotes .field--type-text-long img, .paragraph--type--leads-cta > .field.field--name-field-body img, .paragraph--type--announcement .slick img, #block-blogsubscribe .field--name-field-paragraph img,
.block-blocksubscribe .field--name-field-paragraph img, .region-navigation-util #block-utilitynavigation img, .region-navigation-util [id^=block-utilitynavigation] img, .modal.content-modal img, .messages__wrapper img, .block-sitemap img, .eu-cookie-compliance-banner .eu-cookie-compliance-content img, .block-type--basic img {
  max-width: 100%;
}

img .align-left {
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  img .align-left {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
img .align-right {
  margin-left: 15px;
}
@media all and (max-width: 767px) {
  img .align-right {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.field--name-field-body > *:first-child {
  margin-top: 0;
}

.divider {
  margin: 30px 0;
  border-top: 2px solid #FFFFFF;
  max-width: 200px;
  width: 100%;
}

.btgrid .row {
  overflow: hidden;
}
.btgrid .row:not(:last-child) {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .btgrid .row .col {
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .btgrid .row .col {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .btgrid .row .col:nth-child(3n) {
    clear: both;
  }
  .btgrid .row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.stripe-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../../images/wedge.svg") no-repeat bottom right;
}
.stripe-overlay.with-vertical-stripe {
  background-image: url("../../images/wedge.svg"), url("../../images/vertical-wedge.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left -125px center;
  background-size: cover, cover;
}

.kinaxis-icon {
  font-family: "Kinaxis Icons";
}
.kinaxis-icon.icon-googleplus:before {
  content: "\e900";
}
.kinaxis-icon.icon-instagram:before {
  content: "\e901";
}
.kinaxis-icon.icon-linkedin:before {
  content: "\e903";
}
.kinaxis-icon.icon-twitter:before, .kinaxis-icon.icon-x-twitter:before {
  content: "\e904";
}
.kinaxis-icon.icon-youtube:before {
  content: "\e905";
}
.kinaxis-icon.icon-facebook:before {
  content: "\e906";
}
.kinaxis-icon.icon-instagram:before {
  content: "\e902";
}

.basic-wysiwyg-wrapper.bg-grey::before, .basic-wysiwyg-wrapper.bg-grey::after {
  background: #F6F6F6;
}
.basic-wysiwyg-wrapper.bg-a4146::before, .basic-wysiwyg-wrapper.bg-a4146::after {
  background: #1A4146;
}
.basic-wysiwyg-wrapper.has-top-chevron::before {
  width: 100%;
  content: "";
  min-height: 150px;
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%, 0 100%);
  padding-bottom: 0px;
  padding: 0px;
  margin-bottom: -2px;
}
.basic-wysiwyg-wrapper.has-bottom-chevron::after {
  width: 100%;
  content: "";
  min-height: 150px;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding: 0px;
  margin-top: -2px;
  clip-path: polygon(0 0, 100% 0, 100% 5%, 50% 100%, 0 5%);
}
.basic-wysiwyg-wrapper.has-top-chevron.has-bottom-chevron {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  overflow: hidden;
}

.paragraph.paragraph--type--basic-wysiwyg {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--basic-wysiwyg {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph.paragraph--type--basic-wysiwyg.bg-grey {
  background: #F6F6F6;
}
.paragraph.paragraph--type--basic-wysiwyg.bg-a4146 {
  background: #1A4146;
}
.paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h1, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h2, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h3, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h4, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h5, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 h6, .paragraph.paragraph--type--basic-wysiwyg.bg-a4146 p {
  color: #FFFFFF;
}
.paragraph.paragraph--type--basic-wysiwyg.has-top-chevron {
  padding: 60px 30px !important;
}
.paragraph.paragraph--type--basic-wysiwyg.has-bottom-chevron {
  padding: 60px 30px !important;
}
.paragraph.paragraph--type--basic-wysiwyg .paragraph-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.paragraph.paragraph--type--basic-wysiwyg .lottie-animation-embed .field--item.lottie-embed {
  margin: 0 auto;
}

td,
th {
  padding: 8px;
}

.field--type-text-long img,
.field--type-text-with-summary img {
  padding: 20px;
  height: auto;
}
.field--type-text-long img.disable-spacing-top,
.field--type-text-with-summary img.disable-spacing-top {
  padding-top: 0;
}
.field--type-text-long img.disable-spacing-right,
.field--type-text-with-summary img.disable-spacing-right {
  padding-right: 0;
}
.field--type-text-long img.disable-spacing-bottom,
.field--type-text-with-summary img.disable-spacing-bottom {
  padding-bottom: 0;
}
.field--type-text-long img.disable-spacing-left,
.field--type-text-with-summary img.disable-spacing-left {
  padding-left: 0;
}
.field--type-text-long .media-wrapper.align-right, .field--type-text-long .media-wrapper.align-left,
.field--type-text-with-summary .media-wrapper.align-right,
.field--type-text-with-summary .media-wrapper.align-left {
  min-width: auto;
}
.field--type-text-long .media-wrapper.disable-spacing-top img,
.field--type-text-with-summary .media-wrapper.disable-spacing-top img {
  padding-top: 0;
}
.field--type-text-long .media-wrapper.disable-spacing-right img,
.field--type-text-with-summary .media-wrapper.disable-spacing-right img {
  padding-right: 0;
}
.field--type-text-long .media-wrapper.disable-spacing-bottom img,
.field--type-text-with-summary .media-wrapper.disable-spacing-bottom img {
  padding-bottom: 0;
}
.field--type-text-long .media-wrapper.disable-spacing-left img,
.field--type-text-with-summary .media-wrapper.disable-spacing-left img {
  padding-left: 0;
}

h2.stat {
  font-size: 90px;
  margin: 0 6px;
  line-height: 1;
}

.btn.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal, .gb-dark-blue-view-all-button .more-link a.teal, .paragraph--type--promo-links a.teal, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal, .infinite-scroll-button.pager li > a.teal.button {
  background-color: #0896B9;
}
.btn.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link a.teal:hover, .paragraph--type--promo-links a.teal:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:hover, .infinite-scroll-button.pager li > a.teal.button:hover, .btn.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link a.teal:focus, .paragraph--type--promo-links a.teal:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:focus, .infinite-scroll-button.pager li > a.teal.button:focus, .btn.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link a.teal.focus, .paragraph--type--promo-links a.teal.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal.focus, .infinite-scroll-button.pager li > a.teal.focus.button {
  background-color: #077A97;
  color: #FFFFFF;
}
.btn.outline.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal, .gb-dark-blue-view-all-button .more-link a.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .paragraph--type--promo-links a.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal, .infinite-scroll-button.pager li > a.teal.button {
  background-color: transparent;
  border: 2px solid #0896B9;
  color: #0896B9;
}
.btn.outline.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal:hover, .gb-dark-blue-view-all-button .more-link a.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .paragraph--type--promo-links a.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal:hover, .infinite-scroll-button.pager li > a.teal.button:hover, .btn.outline.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal:focus, .gb-dark-blue-view-all-button .more-link a.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .paragraph--type--promo-links a.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal:focus, .infinite-scroll-button.pager li > a.teal.button:focus, .btn.outline.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.teal.focus, .gb-dark-blue-view-all-button .more-link a.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .paragraph--type--promo-links a.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.teal.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.teal.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.teal.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.teal.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.teal.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.teal.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.teal.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.teal.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.teal.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.teal.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.teal.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.teal.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.teal.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.teal.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.teal.focus, .infinite-scroll-button.pager li > a.teal.focus.button {
  background-color: #077A97;
  border: 2px solid #077A97;
  color: #FFFFFF;
}
.btn.outline.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.icon-play::before, .gb-dark-blue-view-all-button .more-link a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--promo-links a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.icon-play.button::before, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.icon-play.button::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-play::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.icon-play::before, .infinite-scroll-button.pager li > a.icon-play.button::before {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 3.6rem;
  padding-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn.outline.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link a.outline.icon-play::before, .gb-dark-blue-view-all-button .more-link a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before,
  .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--promo-links a.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play::before, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before,
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play::before,
  .view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.icon-play::before, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.icon-play::before, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.icon-play::before, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.icon-play.button::before, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.icon-play.button::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.icon-play::before, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.icon-play::before, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.icon-play::before, .infinite-scroll-button.pager li > a.icon-play.button::before {
    font-size: 5.6rem;
  }
}
.btn.outline.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed, .gb-dark-blue-view-all-button .more-link a.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .paragraph--type--promo-links a.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed, .infinite-scroll-button.pager li > a.reversed.button {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.outline.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed:hover, .gb-dark-blue-view-all-button .more-link a.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .paragraph--type--promo-links a.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed:hover, .infinite-scroll-button.pager li > a.reversed.button:hover, .btn.outline.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed:focus, .gb-dark-blue-view-all-button .more-link a.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .paragraph--type--promo-links a.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed:focus, .infinite-scroll-button.pager li > a.reversed.button:focus, .btn.outline.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.reversed.focus, .gb-dark-blue-view-all-button .more-link a.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.reversed.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .paragraph--type--promo-links a.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.reversed.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.reversed.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.reversed.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.reversed.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.reversed.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.reversed.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.reversed.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.reversed.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.reversed.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.reversed.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.reversed.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.reversed.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.reversed.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.reversed.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.reversed.focus, .infinite-scroll-button.pager li > a.reversed.focus.button {
  background-color: #FFFFFF;
  color: #1E2E3E;
}

:root {
  --text-primary: $text-primary;
}

h1,
.h1 {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 16px 0;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 16px 0;
}

h3,
.h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
}

h5,
.h5,
h6,
.h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
}

.subheadline {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0;
  font-family: Lato;
}

.subheadline-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 15px 0;
  letter-spacing: -0.18px;
  font-family: Lato;
}

body,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

p {
  margin-bottom: 30px;
}

.body-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: -0.13px;
}

.caption {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.02px;
  line-height: 1.5;
}

.customer-story {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .customer-story {
    font-size: 24px;
  }
}

.text-white {
  color: #FFFFFF;
}
.ck .text-white {
  background: rgba(0, 0, 0, 0.2);
}

.text-eggshell {
  color: #C2F3FF;
}

.text-primary {
  color: #18181B;
}

/**
 * 1. Primary
 * 2. Primary invert
 * 3. Outline
 * 4. Outline invert
 * 5. Tertiary arrow
 * 6. Tertiary chevron
 */
.btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link a, .gb-dark-blue-view-all-button .more-link a, .paragraph--type--promo-links a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .infinite-scroll-button.pager li > a.button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.13px;
  line-height: 1.2;
  word-break: break-word;
  font-family: Lato;
  min-height: 45px;
  padding: 14px 24px;
  border-radius: 4px;
  background-color: #E30613;
  border: 0.75px solid #E30613;
  color: #FFFFFF;
  white-space: normal;
}
.btn.large, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.large,
.view-what-others-are-saying-about-kinaxis- .more-link a.large, .gb-dark-blue-view-all-button .more-link a.large, .paragraph--type--promo-links a.large, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.large, .infinite-scroll-button.pager li > a.large.button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 1.5;
  word-break: break-word;
  font-family: Lato;
}
.btn:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a:hover, .gb-dark-blue-view-all-button .more-link a:hover, .paragraph--type--promo-links a:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .infinite-scroll-button.pager li > a.button:hover, .btn:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a:focus, .gb-dark-blue-view-all-button .more-link a:focus, .paragraph--type--promo-links a:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .infinite-scroll-button.pager li > a.button:focus, .btn.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.focus, .gb-dark-blue-view-all-button .more-link a.focus, .paragraph--type--promo-links a.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.focus, .infinite-scroll-button.pager li > a.focus.button {
  background: #a51421;
  border-color: #a51421;
}
.btn:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link a:active, .gb-dark-blue-view-all-button .more-link a:active, .paragraph--type--promo-links a:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:active, .infinite-scroll-button.pager li > a.button:active {
  box-shadow: none;
}
.btn.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert,
.view-what-others-are-saying-about-kinaxis- .more-link a.invert, .gb-dark-blue-view-all-button .more-link a.invert, .paragraph--type--promo-links a.invert, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert, .infinite-scroll-button.pager li > a.invert.button {
  color: #18181B;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.invert:hover, .gb-dark-blue-view-all-button .more-link a.invert:hover, .paragraph--type--promo-links a.invert:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert:hover, .infinite-scroll-button.pager li > a.invert.button:hover, .btn.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.invert:focus, .gb-dark-blue-view-all-button .more-link a.invert:focus, .paragraph--type--promo-links a.invert:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert:focus, .infinite-scroll-button.pager li > a.invert.button:focus, .btn.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.invert.focus, .gb-dark-blue-view-all-button .more-link a.invert.focus, .paragraph--type--promo-links a.invert.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert.focus, .infinite-scroll-button.pager li > a.invert.focus.button {
  background-color: #F9FAFB;
  border-color: #F9FAFB;
}
.btn.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline, .gb-dark-blue-view-all-button .more-link a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .infinite-scroll-button.pager li > a.button {
  background: transparent;
  border-color: var(--btn-outline-color, #010233);
  color: var(--btn-outline-text-color, #010233);
}
.btn.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .infinite-scroll-button.pager li > a.button:hover, .btn.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:focus, .infinite-scroll-button.pager li > a.button:focus, .btn.outline.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.focus, .gb-dark-blue-view-all-button .more-link a.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .paragraph--type--promo-links a.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.focus, .infinite-scroll-button.pager li > a.focus.button {
  background: var(--btn-outline-color, #010233);
  color: var(--btn-outline-text-hover-color, #FFFFFF);
}
.btn.outline.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.invert,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.invert, .gb-dark-blue-view-all-button .more-link a.outline.invert, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.invert, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.invert,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.invert, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert, .paragraph--type--promo-links a.outline.invert, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.invert, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.invert, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.invert,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.invert, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.invert, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.invert.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.invert.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.invert, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.invert, .infinite-scroll-button.pager li > a.invert.button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.outline.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.invert:hover, .gb-dark-blue-view-all-button .more-link a.outline.invert:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.invert:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.invert:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:hover, .paragraph--type--promo-links a.outline.invert:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.invert:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.invert:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.invert:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.invert:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.invert.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.button:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.invert.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.button:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.button:hover,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.button:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.invert:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.invert:hover, .infinite-scroll-button.pager li > a.invert.button:hover, .btn.outline.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.invert:focus, .gb-dark-blue-view-all-button .more-link a.outline.invert:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.invert:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.invert:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:focus, .paragraph--type--promo-links a.outline.invert:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.invert:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.invert:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.invert:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.invert:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.invert.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.button:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.invert.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.button:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.button:focus,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.button:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.invert:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.invert:focus, .infinite-scroll-button.pager li > a.invert.button:focus, .btn.outline.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.outline.invert.focus, .gb-dark-blue-view-all-button .more-link a.outline.invert.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn.invert.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert.focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a.invert.focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert.focus, .paragraph--type--promo-links a.outline.invert.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a.invert.focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.invert.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn.invert.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert.focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a.invert.focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a.invert.focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.invert.focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.invert.focus.button, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.focus.button,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.invert.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.invert.focus.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.invert.focus.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.focus.button,
.infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link li > a.invert.focus.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.invert.focus.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline.invert.focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.invert.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button.invert.focus, .infinite-scroll-button.pager li > a.invert.focus.button {
  background: rgba(0, 0, 0, 0.4);
}
.btn.tertiary, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary, .gb-dark-blue-view-all-button .more-link a.tertiary, .paragraph--type--promo-links a.tertiary, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary, .infinite-scroll-button.pager li > a.tertiary.button {
  background: transparent;
  border: transparent;
  color: #18181B;
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 8px;
  transition: all 300ms ease-out;
}
.btn.tertiary::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary::after, .gb-dark-blue-view-all-button .more-link a.tertiary::after, .paragraph--type--promo-links a.tertiary::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary::after, .infinite-scroll-button.pager li > a.tertiary.button::after {
  font-family: Material Icons;
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 0.4s;
}
.btn.tertiary:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary:hover, .gb-dark-blue-view-all-button .more-link a.tertiary:hover, .paragraph--type--promo-links a.tertiary:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary:hover, .infinite-scroll-button.pager li > a.tertiary.button:hover, .btn.tertiary:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary:focus, .gb-dark-blue-view-all-button .more-link a.tertiary:focus, .paragraph--type--promo-links a.tertiary:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary:focus, .infinite-scroll-button.pager li > a.tertiary.button:focus, .btn.tertiary.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.focus, .gb-dark-blue-view-all-button .more-link a.tertiary.focus, .paragraph--type--promo-links a.tertiary.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.focus, .infinite-scroll-button.pager li > a.tertiary.focus.button {
  color: #E30613;
  gap: 16px;
}
.btn.tertiary:hover::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary:hover::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary:hover::after, .gb-dark-blue-view-all-button .more-link a.tertiary:hover::after, .paragraph--type--promo-links a.tertiary:hover::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary:hover::after, .infinite-scroll-button.pager li > a.tertiary.button:hover::after, .btn.tertiary:focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary:focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary:focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary:focus::after, .paragraph--type--promo-links a.tertiary:focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary:focus::after, .infinite-scroll-button.pager li > a.tertiary.button:focus::after, .btn.tertiary.focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary.focus::after, .paragraph--type--promo-links a.tertiary.focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.focus::after, .infinite-scroll-button.pager li > a.tertiary.focus.button::after {
  color: #E30613;
}
.btn.tertiary.chevron::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.chevron::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.chevron::after, .gb-dark-blue-view-all-button .more-link a.tertiary.chevron::after, .paragraph--type--promo-links a.tertiary.chevron::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.chevron::after, .infinite-scroll-button.pager li > a.tertiary.chevron.button::after {
  content: "\e5cc";
  font-size: 1.5em;
}
.btn.tertiary.chevron:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.chevron:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.chevron:hover, .gb-dark-blue-view-all-button .more-link a.tertiary.chevron:hover, .paragraph--type--promo-links a.tertiary.chevron:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.chevron:hover, .infinite-scroll-button.pager li > a.tertiary.chevron.button:hover, .btn.tertiary.chevron:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.chevron:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.chevron:focus, .gb-dark-blue-view-all-button .more-link a.tertiary.chevron:focus, .paragraph--type--promo-links a.tertiary.chevron:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.chevron:focus, .infinite-scroll-button.pager li > a.tertiary.chevron.button:focus, .btn.tertiary.chevron.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.chevron.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.chevron.focus, .gb-dark-blue-view-all-button .more-link a.tertiary.chevron.focus, .paragraph--type--promo-links a.tertiary.chevron.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.chevron.focus, .infinite-scroll-button.pager li > a.tertiary.chevron.focus.button {
  color: #18181B;
}
.btn.tertiary.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert, .gb-dark-blue-view-all-button .more-link a.tertiary.invert, .paragraph--type--promo-links a.tertiary.invert, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert, .infinite-scroll-button.pager li > a.tertiary.invert.button {
  color: #FFFFFF;
}
.btn.tertiary.invert::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert::after, .gb-dark-blue-view-all-button .more-link a.tertiary.invert::after, .paragraph--type--promo-links a.tertiary.invert::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert::after, .infinite-scroll-button.pager li > a.tertiary.invert.button::after {
  color: #FFFFFF;
}
.btn.tertiary.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert:hover, .gb-dark-blue-view-all-button .more-link a.tertiary.invert:hover, .paragraph--type--promo-links a.tertiary.invert:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert:hover, .infinite-scroll-button.pager li > a.tertiary.invert.button:hover, .btn.tertiary.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert:focus, .gb-dark-blue-view-all-button .more-link a.tertiary.invert:focus, .paragraph--type--promo-links a.tertiary.invert:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert:focus, .infinite-scroll-button.pager li > a.tertiary.invert.button:focus, .btn.tertiary.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert.focus, .gb-dark-blue-view-all-button .more-link a.tertiary.invert.focus, .paragraph--type--promo-links a.tertiary.invert.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert.focus, .infinite-scroll-button.pager li > a.tertiary.invert.focus.button {
  background: none;
  color: #FFFFFF;
  border-color: none;
}
.btn.tertiary.invert:hover::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert:hover::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert:hover::after, .gb-dark-blue-view-all-button .more-link a.tertiary.invert:hover::after, .paragraph--type--promo-links a.tertiary.invert:hover::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert:hover::after, .infinite-scroll-button.pager li > a.tertiary.invert.button:hover::after, .btn.tertiary.invert:focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert:focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert:focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary.invert:focus::after, .paragraph--type--promo-links a.tertiary.invert:focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert:focus::after, .infinite-scroll-button.pager li > a.tertiary.invert.button:focus::after, .btn.tertiary.invert.focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.invert.focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.invert.focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary.invert.focus::after, .paragraph--type--promo-links a.tertiary.invert.focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.invert.focus::after, .infinite-scroll-button.pager li > a.tertiary.invert.focus.button::after {
  color: #FFFFFF;
}
.btn.tertiary.red:not(.chevron), .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red:not(.chevron),
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red:not(.chevron), .gb-dark-blue-view-all-button .more-link a.tertiary.red:not(.chevron), .paragraph--type--promo-links a.tertiary.red:not(.chevron), .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red:not(.chevron), .infinite-scroll-button.pager li > a.tertiary.red.button:not(.chevron) {
  color: #E30613;
}
.btn.tertiary.red::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red::after, .gb-dark-blue-view-all-button .more-link a.tertiary.red::after, .paragraph--type--promo-links a.tertiary.red::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red::after, .infinite-scroll-button.pager li > a.tertiary.red.button::after {
  color: #E30613;
}
.btn.tertiary.red:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red:hover,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red:hover, .gb-dark-blue-view-all-button .more-link a.tertiary.red:hover, .paragraph--type--promo-links a.tertiary.red:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red:hover, .infinite-scroll-button.pager li > a.tertiary.red.button:hover, .btn.tertiary.red:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red:focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red:focus, .gb-dark-blue-view-all-button .more-link a.tertiary.red:focus, .paragraph--type--promo-links a.tertiary.red:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red:focus, .infinite-scroll-button.pager li > a.tertiary.red.button:focus, .btn.tertiary.red.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red.focus,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red.focus, .gb-dark-blue-view-all-button .more-link a.tertiary.red.focus, .paragraph--type--promo-links a.tertiary.red.focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red.focus, .infinite-scroll-button.pager li > a.tertiary.red.focus.button {
  background: none;
  color: #18181B;
  border-color: none;
}
.btn.tertiary.red:hover::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red:hover::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red:hover::after, .gb-dark-blue-view-all-button .more-link a.tertiary.red:hover::after, .paragraph--type--promo-links a.tertiary.red:hover::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red:hover::after, .infinite-scroll-button.pager li > a.tertiary.red.button:hover::after, .btn.tertiary.red:focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red:focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red:focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary.red:focus::after, .paragraph--type--promo-links a.tertiary.red:focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red:focus::after, .infinite-scroll-button.pager li > a.tertiary.red.button:focus::after, .btn.tertiary.red.focus::after, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.tertiary.red.focus::after,
.view-what-others-are-saying-about-kinaxis- .more-link a.tertiary.red.focus::after, .gb-dark-blue-view-all-button .more-link a.tertiary.red.focus::after, .paragraph--type--promo-links a.tertiary.red.focus::after, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.tertiary.red.focus::after, .infinite-scroll-button.pager li > a.tertiary.red.focus.button::after {
  color: #18181B;
}

p a.link-button.button--primary,
a.link-button.button--primary {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
  background-color: #DB1D2F;
  border: 0.75px solid #DB1D2F;
  color: #FFFFFF;
}
p a.link-button.button--primary:hover, p a.link-button.button--primary:focus, p a.link-button.button--primary:active,
a.link-button.button--primary:hover,
a.link-button.button--primary:focus,
a.link-button.button--primary:active {
  color: #525252;
  background-color: #AA050E;
  border-color: #AA050E;
  color: #FFFFFF;
}
p a.link-button.button--secondary,
a.link-button.button--secondary {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
}
p a.link-button.button--secondary:hover, p a.link-button.button--secondary:focus, p a.link-button.button--secondary:active,
a.link-button.button--secondary:hover,
a.link-button.button--secondary:focus,
a.link-button.button--secondary:active {
  color: #525252;
}
p a.link-button.button--tertiary,
a.link-button.button--tertiary {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  display: flex;
}
p a.link-button.button--tertiary:hover, p a.link-button.button--tertiary:focus, p a.link-button.button--tertiary:active,
a.link-button.button--tertiary:hover,
a.link-button.button--tertiary:focus,
a.link-button.button--tertiary:active {
  color: #525252;
}
p a.link-button.button--tertiary::after,
a.link-button.button--tertiary::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
  margin-left: 8px;
}
p a.link-button.button--tertiary:hover, p a.link-button.button--tertiary:focus, p a.link-button.button--tertiary:active,
a.link-button.button--tertiary:hover,
a.link-button.button--tertiary:focus,
a.link-button.button--tertiary:active {
  color: #18181B;
}
p a.link-button.button--tertiary:hover::after, p a.link-button.button--tertiary:focus::after, p a.link-button.button--tertiary:active::after,
a.link-button.button--tertiary:hover::after,
a.link-button.button--tertiary:focus::after,
a.link-button.button--tertiary:active::after {
  margin-left: 14px;
}
p a.link-button.button--outline,
a.link-button.button--outline {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
  color: #010233;
  border: 0.75px solid #010233;
  background-color: transparent;
}
p a.link-button.button--outline:hover, p a.link-button.button--outline:focus, p a.link-button.button--outline:active,
a.link-button.button--outline:hover,
a.link-button.button--outline:focus,
a.link-button.button--outline:active {
  color: #525252;
  color: #FFFFFF;
  background-color: #010233;
}
p a.link-button.button--video-link,
a.link-button.button--video-link {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  transition-delay: 0.1s;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
p a.link-button.button--video-link::before,
a.link-button.button--video-link::before {
  background-image: url(/themes/custom/ka/src/images/icons/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}
p a.link-button.button--video-link::after,
a.link-button.button--video-link::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
  margin-left: 8px;
}

.eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #DB1D2F;
  margin-bottom: 12px;
}
.eyebrow.text-primary {
  color: #18181B;
}
.eyebrow.text-eggshell {
  color: #C2F3FF;
}
.eyebrow.text-white {
  color: #FFFFFF;
}
.eyebrow.text-primary, .eyebrow.text-eggshell, .eyebrow.text-white {
  margin: 0;
}
.eyebrow.text-primary + h1, .eyebrow.text-primary + h2, .eyebrow.text-primary + h3, .eyebrow.text-eggshell + h1, .eyebrow.text-eggshell + h2, .eyebrow.text-eggshell + h3, .eyebrow.text-white + h1, .eyebrow.text-white + h2, .eyebrow.text-white + h3 {
  margin-top: 8px;
}

a.arrow-link.arrow-link {
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  display: inline-block;
  color: #18181B;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #E30613;
}
a.arrow-link.arrow-link:hover, a.arrow-link.arrow-link:focus, a.arrow-link.arrow-link:active {
  color: #525252;
}
a.arrow-link.arrow-link::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
  margin-left: 8px;
}
a.arrow-link.arrow-link:hover, a.arrow-link.arrow-link:focus, a.arrow-link.arrow-link:active {
  color: #18181B;
}
a.arrow-link.arrow-link:hover::after, a.arrow-link.arrow-link:focus::after, a.arrow-link.arrow-link:active::after {
  margin-left: 14px;
}
a.arrow-link.arrow-link:hover, a.arrow-link.arrow-link:focus, a.arrow-link.arrow-link:active {
  text-decoration: none;
  color: #AA050E;
  border: none;
}
@media only screen and (max-width: 380px) {
  a.arrow-link.arrow-link {
    width: 100%;
  }
}

ul.checklist li {
  display: flex;
  align-items: center;
  padding: 4px;
}
ul.checklist li.opacity-50 {
  opacity: 0.5;
}
ul.checklist li::before {
  font-family: "Material Icons";
  font-size: 1em;
  content: "\e876";
  margin-right: 0.5em;
}

.block-type--menu-cta {
  text-align: center;
  font-size: 16px;
}
.block-type--menu-cta .field--name-body {
  color: #374858;
  margin-bottom: 30px;
}
.block-type--menu-cta .btn, .block-type--menu-cta .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-type--menu-cta a,
.block-type--menu-cta .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .block-type--menu-cta a, .block-type--menu-cta .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .block-type--menu-cta a, .block-type--menu-cta .paragraph--type--promo-links a, .paragraph--type--promo-links .block-type--menu-cta a, .block-type--menu-cta .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-type--menu-cta button, .block-type--menu-cta .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .block-type--menu-cta li > a.button {
  display: inline;
  word-break: break-word;
  white-space: normal;
  font-size: 16px;
}

@media all and (min-width: 1200px) {
  .block-type--menu-cta .btn, .block-type--menu-cta .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-type--menu-cta a,
  .block-type--menu-cta .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .block-type--menu-cta a, .block-type--menu-cta .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .block-type--menu-cta a, .block-type--menu-cta .paragraph--type--promo-links a, .paragraph--type--promo-links .block-type--menu-cta a, .block-type--menu-cta .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-type--menu-cta button, .block-type--menu-cta .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .block-type--menu-cta li > a.button {
    display: block;
  }
}
.resource-card {
  margin-bottom: 70px;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .resource-card {
    padding: 0;
  }
}
.resource-card .card-image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  height: 267px;
  position: relative;
}
.resource-card .card-image .background-overlay {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.resource-card .card-image .background-overlay.bg-red {
  background-color: #DB1D2F;
}
.resource-card .card-image .background-overlay.bg-teal {
  background-color: #025E76;
}
.resource-card .card-image .background-overlay.bg-blue {
  background-color: #1E2E3E;
}
.resource-card .card-image .title {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.13px;
  background-color: #0896B9;
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .resource-card .card-image .title {
    font-size: 16px;
  }
}
.resource-card .card-image .description {
  position: absolute;
  background: rgba(55, 72, 88, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  color: white;
  text-align: left;
  opacity: 0 !important;
  display: flex !important;
  transition: opacity 300ms;
}
.resource-card .card-image .description .desc-wrapper {
  margin: 0 !important;
  height: auto !important;
  padding: 25px 15px 15px 15px;
  overflow: hidden;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
}
.resource-card .subtitle,
.resource-card .partner-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #374858;
  margin-top: 10px;
  width: 100%;
}
.resource-card:hover .card-image .description {
  opacity: 1 !important;
  display: flex !important;
}

.content-container {
  background: white;
  box-shadow: 0px 15px 21px 0 rgba(0, 0, 0, 0.22);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .content-container {
    padding: 3.8rem;
  }
}

.wedge {
  background: #FFFFFF;
  width: 100%;
  height: 50px;
}
.wedge::before {
  display: block;
  content: "";
  background: #FFFFFF;
  height: 70px;
  width: 101%;
  transform: rotateZ(-2deg);
  transform-origin: bottom left;
}

.post-date-wide {
  color: #374858;
  font-size: 16px;
  letter-spacing: 3.15px;
  text-transform: uppercase;
}

.date-link-title, .paragraph--type--card-article .field--name-field-link {
  font-weight: 600;
  padding-bottom: 29px;
  display: block;
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .date-link-title, .paragraph--type--card-article .field--name-field-link {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 992px) {
  .date-link-title, .paragraph--type--card-article .field--name-field-link {
    font-size: 2.2rem;
  }
}

.date-link-date {
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .date-link-date {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 992px) {
  .date-link-date {
    font-size: 2.2rem;
  }
}

.date-link-image, .paragraph--type--card-article .field--name-field-image {
  margin-bottom: 19px;
}

ul.grey, ul.sitemap-menu {
  list-style: none;
  padding: 0;
}
ul.grey li, ul.sitemap-menu li {
  margin-bottom: 15px;
  padding-left: 2rem;
  position: relative;
}
ul.grey li:before, ul.sitemap-menu li:before {
  content: "• ";
  color: #a7b2bc;
  font-size: 3rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
ul.grey ul, ul.grey ul.sitemap-menu, ul.sitemap-menu ul, ul.sitemap-menu ul.sitemap-menu {
  list-style: none;
  margin-top: 15px;
}

.infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager li > a.button:focus {
  border-color: #0896B9;
}

.sliding-popup-bottom {
  width: 100%;
  min-height: 342px;
}
@media screen and (min-width: 992px) {
  .sliding-popup-bottom {
    min-height: auto;
  }
}

.eu-cookie-compliance-banner {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: white;
  background-color: #374858;
  box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.22);
  padding: 20px;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  max-width: 100%;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  padding-right: 20px;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button {
  width: 100% !important;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-content a {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 991px) {
  .eu-cookie-compliance-banner {
    padding: 30px 20px;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    max-width: 100%;
    width: 100%;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    padding: 0;
    margin-bottom: 20px;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    max-width: 70%;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
    max-width: 30%;
  }
}

.embedded-entity {
  margin-top: 0;
}
.embedded-entity.align-left {
  margin-right: 15px;
}
.embedded-entity.align-right {
  margin-left: 15px;
}
.embedded-entity.align-center {
  margin-left: 15px;
  margin-right: 15px;
}
.embedded-entity.align-left .media-wrapper--blazy, .embedded-entity.align-right .media-wrapper--blazy {
  min-width: auto;
}
@media all and (max-width: 600px) {
  .embedded-entity {
    margin-left: 0;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}

.path-sitemap .sitemap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.node-title h1, .node-title h2, .node-title h3, .node-title h4, .node-title h5, .node-title h6 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .gin--vertical-toolbar.user-logged-in .col-sm-12, .gin--vertical-toolbar.user-logged-in .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content, .paragraph--type--bullet-grid .paragraph--type--bullet-item .gin--vertical-toolbar.user-logged-in .bullet-content, .gin--vertical-toolbar.user-logged-in .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon, .paragraph--type--bullet-grid .paragraph--type--bullet-item .gin--vertical-toolbar.user-logged-in .bullet-icon {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
.gin--vertical-toolbar.user-logged-in .resource-card.col-md-6 {
  width: 50%;
}
@media all and (max-width: 992px) {
  .gin--vertical-toolbar.user-logged-in .resource-card.col-md-6 {
    width: 100%;
  }
}

.container figure, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) figure,
.view-what-others-are-saying-about-kinaxis- figure, #block-views-block-kinaxis-resources-resources-list figure, #block-views-block-kinaxis-resources-block-case-studies-list figure, .paragraph--type--faq-question-list figure, .paragraph--type--carousel .field--type-text-long figure, .paragraph--type--quote > .field--item figure, .paragraph--type--quotes .field--type-text-long figure, .paragraph--type--leads-cta > .field.field--name-field-body figure, .paragraph--type--announcement .slick figure, #block-blogsubscribe .field--name-field-paragraph figure,
.block-blocksubscribe .field--name-field-paragraph figure, .region-navigation-util #block-utilitynavigation figure, .region-navigation-util [id^=block-utilitynavigation] figure, .modal.content-modal figure, .messages__wrapper figure, .block-type--basic figure, .eu-cookie-compliance-banner .eu-cookie-compliance-content figure, .block-sitemap figure {
  display: table;
}
.container figcaption, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) figcaption,
.view-what-others-are-saying-about-kinaxis- figcaption, #block-views-block-kinaxis-resources-resources-list figcaption, #block-views-block-kinaxis-resources-block-case-studies-list figcaption, .paragraph--type--faq-question-list figcaption, .paragraph--type--carousel .field--type-text-long figcaption, .paragraph--type--quote > .field--item figcaption, .paragraph--type--quotes .field--type-text-long figcaption, .paragraph--type--leads-cta > .field.field--name-field-body figcaption, .paragraph--type--announcement .slick figcaption, #block-blogsubscribe .field--name-field-paragraph figcaption,
.block-blocksubscribe .field--name-field-paragraph figcaption, .region-navigation-util #block-utilitynavigation figcaption, .region-navigation-util [id^=block-utilitynavigation] figcaption, .modal.content-modal figcaption, .messages__wrapper figcaption, .block-type--basic figcaption, .eu-cookie-compliance-banner .eu-cookie-compliance-content figcaption, .block-sitemap figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1.5rem;
  font-style: italic;
}

form legend,
form .panel-title {
  font-size: inherit;
  font-weight: 600;
}
form .panel-title {
  margin-bottom: 5px;
  padding-bottom: 0;
}
form legend {
  margin: 0;
  padding-bottom: 5px;
}
form .fieldgroup {
  margin-bottom: 15px;
}
form .form-type-checkbox.form-no-label {
  display: flex;
  align-items: center;
  margin-top: 0;
}

article.rebranded-2019 form .btn, article.rebranded-2019 form .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link article.rebranded-2019 form a,
article.rebranded-2019 form .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link article.rebranded-2019 form a, article.rebranded-2019 form .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link article.rebranded-2019 form a, article.rebranded-2019 form .paragraph--type--promo-links a, .paragraph--type--promo-links article.rebranded-2019 form a, article.rebranded-2019 form .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager article.rebranded-2019 form li > a.button, article.rebranded-2019 form .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons article.rebranded-2019 form button {
  padding: 0 60px 5px;
}

.form-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-item {
    width: 75%;
  }
}
.form-item label {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.form-control {
  box-shadow: none;
  border-width: 2px;
  border-radius: 3px;
  height: 52px;
}

.select-wrapper:after {
  font-family: "Material Icons";
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e313";
  color: #374858;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-top: -0.4em;
  padding-right: 0.25em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

.webform-submission-form .webform-message {
  width: 100%;
}
.webform-submission-form .messages__wrapper {
  width: auto !important;
}

.comment-add {
  display: none !important;
}

.comments {
  border-top: 1px solid #EAECF0;
  margin-top: 60px;
}
.comments .blog-comment-title {
  margin-top: 60px;
  margin-bottom: 0;
}
.comments .new-comment-form-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
  margin-top: 60px;
  margin-bottom: 30px;
}
.comments .comment {
  margin-top: 60px;
}
.comments .comment .comment-header {
  margin-bottom: 15px;
}
.comments .comment .comment-header a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.comments .comment .comment-header a:hover, .comments .comment .comment-header a:focus, .comments .comment .comment-header a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.comments .comment .field--name-field-comment-name {
  display: inline;
  font-weight: bold;
}

form.comment-form {
  padding-left: 0;
  width: 100%;
}
form.comment-form .form-item {
  width: 100%;
}
form.comment-form .form-actions {
  text-align: center;
}
@media screen and (min-width: 768px) {
  form.comment-form .form-actions {
    text-align: left;
  }
}
form.comment-form .form-actions .form-submit {
  margin: 0;
  left: 0;
}

.comment-form-top-wrapper .panel-body {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .comment-form-top-wrapper .panel-body {
    display: flex;
    margin-bottom: 0;
  }
  .comment-form-top-wrapper .panel-body .form-wrapper:first-child {
    padding-right: 9px;
  }
  .comment-form-top-wrapper .panel-body .form-wrapper:last-child {
    padding-left: 9px;
  }
}

.global-modal-wrapper > .content {
  display: none;
}

#global-bootstrap-model .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#global-bootstrap-model .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background-color: #edf0f2;
}
#global-bootstrap-model .modal.fade {
  z-index: 10000000 !important;
}
#global-bootstrap-model .no-bottom-border {
  border-bottom: none;
}

.top-stories-panel {
  padding: 0 0 30px;
}
@media screen and (min-width: 992px) {
  .top-stories-panel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.top-stories-panel .category-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}
.top-stories-panel .category-image .category-image-category {
  bottom: 0;
  display: block;
  position: absolute;
}
.top-stories-panel .category-image .category-image-category a {
  background-color: #0896B9;
  color: white;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 10px;
  transition: all 300ms;
}
.top-stories-panel .category-image .category-image-category a:hover, .top-stories-panel .category-image .category-image-category a:focus {
  background-color: #025E76;
}
.top-stories-panel .title {
  padding: 0;
  margin: 0 0 20px 0;
}
.top-stories-panel .title a {
  display: block;
}
@media screen and (min-width: 992px) {
  .top-stories-panel .view-body.line-clamp-child > div {
    min-height: 112px;
  }
}
.top-stories-panel .row-details {
  padding-top: 15px;
}
.top-stories-panel .row-details .read-more-link {
  flex-grow: 1;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .top-stories-panel .row-details .read-more-link {
    margin-bottom: 10%;
  }
}
.top-stories-panel .row-details .view-row-bottom .gb-author-post-details {
  display: flex;
  margin-bottom: 30px;
}
.top-stories-panel .row-details .view-row-bottom .gb-author-post-details .gb-author-profile-pic-sm-left {
  flex: 0 0 auto;
}
.top-stories-panel .row-details .view-row-bottom .gb-author-post-details .post-details .field--name-field-author {
  display: inline;
}
.top-stories-panel .row-details .view-row-bottom .gb-author-post-details .post-details a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.top-stories-panel .row-details .view-row-bottom .gb-author-post-details .post-details a:hover, .top-stories-panel .row-details .view-row-bottom .gb-author-post-details .post-details a:focus, .top-stories-panel .row-details .view-row-bottom .gb-author-post-details .post-details a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.top-stories-panel .view-row-title {
  margin: 0;
}
.top-stories-panel .view-row-title h1 {
  padding: 0;
  margin: 0;
}
.top-stories-panel .view-row-title, .top-stories-panel .view-row-title h1 {
  color: #374858;
  font-size: 28px;
  transition: color ease-in-out 200ms;
}
.top-stories-panel .view-row-title:hover, .top-stories-panel .view-row-title:focus, .top-stories-panel .view-row-title h1:hover, .top-stories-panel .view-row-title h1:focus {
  color: #0896b9;
}
@media screen and (min-width: 992px) {
  .top-stories-panel .view-row-title, .top-stories-panel .view-row-title h1 {
    font-size: 32px;
  }
  .top-stories-panel .view-row-title.line-clamp {
    min-height: 96px;
  }
}

.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    margin-top: 60px;
  }
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
  font-weight: normal;
}
.breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.breadcrumb li + li::before {
  content: "/";
  padding-left: 4px;
  padding-right: 4px;
}

.pager-nav .pagination {
  margin: 0;
}
.pager-nav .pagination > .active > a {
  transition: background-color 200ms, border-color 200ms;
}
.pager-nav .pagination > li > a {
  position: relative;
  float: left;
  padding: 8px 18px;
  border-width: 2px;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 15px;
  transition: color 200ms, background-color 200ms, border-color 200ms;
}
@media screen and (min-width: 768px) {
  .pager-nav .pagination > li > a {
    margin-bottom: 0;
  }
}
.pager-nav .pagination > li:first-child > a, .pager-nav .pagination > li:last-child > a {
  border-radius: 4px;
}

.checkbox,
.radio {
  position: relative;
  margin-bottom: 12px;
  outline: none;
}
.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 0;
  height: 18px;
  width: 18px;
  z-index: -9;
}
.webform-submission-form .checkbox input,
.webform-submission-form .radio input {
  z-index: 1;
}
.checkbox input:checked + .input-fancy,
.radio input:checked + .input-fancy {
  border-color: #DB1D2F;
  background-color: #DB1D2F;
}
.checkbox input:checked + .input-fancy .enabled,
.radio input:checked + .input-fancy .enabled {
  opacity: 1;
}
.checkbox input:focus + .input-fancy,
.radio input:focus + .input-fancy {
  box-shadow: 0 0 3px 2px rgba(219, 29, 47, 0.65);
  border-color: rgba(219, 29, 47, 0.65);
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}
.checkbox .input-fancy,
.radio .input-fancy {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  border: 2px solid #EAECF0;
  background-color: white;
  transition: background-color 200ms, border 200ms, box-shadow 200ms;
}
.checkbox .input-fancy .enabled,
.radio .input-fancy .enabled {
  content: "";
  position: absolute;
  opacity: 0;
  transition: background-color 200ms, border 200ms, box-shadow 200ms;
}
.checkbox label, .checkbox.form-no-label > .description,
.radio label,
.radio.form-no-label > .description {
  padding-left: 28px;
}

.checkbox input:checked + .input-fancy {
  border-color: #DB1D2F;
  background-color: #DB1D2F;
}
.checkbox .input-fancy {
  border-radius: 3px;
}
.checkbox .input-fancy .enabled {
  left: 5px;
  top: 0;
  border: 1px solid white;
  border-left: 0;
  border-top: 0;
  height: 11px;
  width: 5px;
  transform: rotate(45deg);
  transition: background-color 200ms, border 200ms, box-shadow 200ms;
}

.radio input:checked + .input-fancy {
  border-color: #DB1D2F;
  background-color: #FFFFFF;
}
.radio .input-fancy {
  border-radius: 100px;
}
.radio .input-fancy .enabled {
  width: 10px;
  height: 10px;
  background-color: #DB1D2F;
  border-radius: 100px;
  left: 2.25px;
  top: 2.25px;
}

input[type=date].form-control {
  line-height: 1;
}

.checkboxes--wrapper,
.radios--wrapper {
  margin-bottom: 10px;
}

.modal {
  padding-right: 0 !important;
}
.modal.fade .modal-dialog {
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
  margin: 0;
}
.modal.in .modal-dialog {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-dialog {
  left: 50%;
  top: 60%;
}
.modal .modal-dialog .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 60vw;
    margin: 0;
  }
}
.modal button.close {
  padding: 7px 14px;
  cursor: pointer;
  background: transparent;
  border: 0;
  z-index: 9999999999;
  position: absolute;
  right: 0;
  top: -46px;
}
.modal .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.5;
}
.modal .close:hover, .modal .close:focus, .modal .close:active {
  color: #fff;
  opacity: 0.9;
}
.modal .modal-header.close-inside button.close {
  color: #374858;
  top: 0;
}
.adminimal-admin-toolbar.toolbar-fixed .modal .modal-header.close-inside button.close {
  top: 60px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-fade {
  content: " ";
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.modal-backdrop {
  z-index: 1010;
  background-color: #1E2E3E;
}

.video-modal,
.content-modal {
  z-index: 1050;
}

.slick {
  /* Arrows */
  /* Dots */
}
.slick .slick-prev,
.slick .slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick .slick-prev:hover, .slick .slick-prev:focus,
.slick .slick-next:hover,
.slick .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick .slick-prev:hover:before, .slick .slick-prev:focus:before,
.slick .slick-next:hover:before,
.slick .slick-next:focus:before {
  opacity: 0.9;
}
.slick .slick-prev.slick-disabled,
.slick .slick-next.slick-disabled {
  cursor: default;
}
.slick .slick-prev.slick-disabled:before,
.slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick .slick-prev:before,
.slick .slick-next:before {
  font-family: "Material Icons";
  font-size: 80px;
  line-height: 1;
  color: #1E2E3E;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 300ms, opacity 300ms;
}
.slick .slick-prev {
  left: 40px;
}
.slick .slick-prev:before {
  content: "\e314";
}
.slick .slick-next {
  right: 40px;
}
.slick .slick-next:before {
  content: "\e315";
}
.slick .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 16px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick .slick-dots li button:hover, .slick .slick-dots li button:focus {
  outline: none;
}
.slick .slick-dots li button:hover:before, .slick .slick-dots li button:focus:before {
  opacity: 0.9;
}
.slick .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e061";
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #1E2E3E;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick .slick-dots li.slick-active button:before {
  color: #1E2E3E;
  opacity: 0.9;
}
.slick .slick-dots {
  position: relative;
  bottom: 0;
}
.slick .slick-dots li.slick-active button:before {
  font-size: 23px;
}
.slick .slick-dots li button:before {
  font-size: 16px;
  transition: font-size 300ms, color 300ms, opacity 300ms;
}
@media all and (max-width: 768px) {
  .slick .slick-prev,
  .slick .slick-next {
    height: 40px;
    width: 40px;
  }
  .slick .slick-prev:before,
  .slick .slick-next:before {
    font-size: 50px;
  }
  .slick .slick-prev {
    left: 10px;
  }
  .slick .slick-next {
    right: 10px;
  }
}

.parallax-bg-img {
  transition: background-position 1.5s cubic-bezier(0, 0, 0, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (min-width: 992px) {
  .parallax-bg-img {
    background-size: cover;
  }
}

.parallax-text {
  transition: transform 1.5s cubic-bezier(0, 0, 0, 1);
  transform: translateY(0px);
}

.post-title-messages .messages__wrapper {
  padding-top: 120px;
  margin-bottom: 0;
}

.g-recaptcha {
  margin-bottom: 1.5rem;
}

.modal-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  overflow: hidden;
  transition: box-shadow 300ms;
  height: 100%;
}
.modal-card:hover, .modal-card:focus, .modal-card:active {
  box-shadow: none;
}
.modal-card .card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.modal-card .card-inner.overlay-red .field--type-image::before {
  background-color: rgba(219, 29, 47, 0.8);
}
.modal-card .card-inner.overlay-blue .field--type-image::before {
  background-color: rgba(30, 46, 62, 0.8);
}
.modal-card .card-inner.overlay-cello-blue .field--type-image::before {
  background-color: rgba(55, 72, 88, 0.8);
}
.modal-card .card-inner.overlay-teal .field--type-image::before {
  background-color: rgba(2, 94, 118, 0.8);
}
.modal-card .card-inner:hover, .modal-card .card-inner:focus, .modal-card .card-inner:active {
  cursor: pointer;
}
.modal-card .card-inner:hover .btn, .modal-card .card-inner:hover .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-card .card-inner:hover a,
.modal-card .card-inner:hover .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-card .card-inner:hover a, .modal-card .card-inner:hover .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .modal-card .card-inner:hover a, .modal-card .card-inner:hover .paragraph--type--promo-links a, .paragraph--type--promo-links .modal-card .card-inner:hover a, .modal-card .card-inner:hover .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .modal-card .card-inner:hover li > a.button, .modal-card .card-inner:hover .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-card .card-inner:hover button, .modal-card .card-inner:focus .btn, .modal-card .card-inner:focus .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-card .card-inner:focus a,
.modal-card .card-inner:focus .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-card .card-inner:focus a, .modal-card .card-inner:focus .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .modal-card .card-inner:focus a, .modal-card .card-inner:focus .paragraph--type--promo-links a, .paragraph--type--promo-links .modal-card .card-inner:focus a, .modal-card .card-inner:focus .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .modal-card .card-inner:focus li > a.button, .modal-card .card-inner:focus .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-card .card-inner:focus button, .modal-card .card-inner:active .btn, .modal-card .card-inner:active .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-card .card-inner:active a,
.modal-card .card-inner:active .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-card .card-inner:active a, .modal-card .card-inner:active .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .modal-card .card-inner:active a, .modal-card .card-inner:active .paragraph--type--promo-links a, .paragraph--type--promo-links .modal-card .card-inner:active a, .modal-card .card-inner:active .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .modal-card .card-inner:active li > a.button, .modal-card .card-inner:active .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-card .card-inner:active button {
  box-shadow: none;
  background-color: #077A97;
  color: #FFFFFF;
}
.modal-card .card-inner .field--type-image {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-self: flex-start;
}
.modal-card .card-inner .field--type-image img {
  width: 100%;
}
.modal-card .card-inner .field--type-image .overlay {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-card .card-inner .field--type-image {
    height: 260px;
  }
}
.modal-card .card-inner .fields {
  color: #374858;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.modal-card .card-inner .fields .field {
  font-size: 20px;
  line-height: 1.5;
}
.modal-card .card-inner .field.card-label {
  font-weight: 600;
  margin: 0;
}
.modal-card .card-inner .logo {
  display: flex;
  align-items: center;
  height: 40px;
  margin: auto 0 30px 0;
}
.modal-card .card-inner .logo img {
  max-height: 40px;
  width: auto;
}
.modal-card .card-inner .btn, .modal-card .card-inner .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .modal-card .card-inner a,
.modal-card .card-inner .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .modal-card .card-inner a, .modal-card .card-inner .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .modal-card .card-inner a, .modal-card .card-inner .paragraph--type--promo-links a, .paragraph--type--promo-links .modal-card .card-inner a, .modal-card .card-inner .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .modal-card .card-inner li > a.button, .modal-card .card-inner .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .modal-card .card-inner button {
  margin: 30px;
  align-self: stretch;
  justify-self: flex-end;
}

.modal.content-modal .modal-dialog {
  width: 100%;
}

.modal-content {
  border-radius: 0;
}

.loading-indicator {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: opacity 200ms;
}

.loading .loading-indicator {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #374858;
  margin: -4px 0 0 -4px;
}

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

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

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

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

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

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.ajax-progress.ajax-progress-fullscreen {
  display: none !important;
}

form ul.timeline {
  padding-left: 0;
  list-style: none;
  height: 235px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
form ul.timeline::-webkit-scrollbar {
  display: none;
}
form ul.timeline li {
  border-left: 1px solid #077a97;
  padding-left: 25px;
  margin-left: 11px;
  scroll-snap-align: start;
  color: #A7B2BC;
  font-weight: 100;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
form ul.timeline li:not(:last-child) {
  padding-bottom: 40px;
}
form ul.timeline li::before {
  display: inline-block;
  content: "";
  background: #01a2cb;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  left: -7px;
  top: 8px;
}
form ul.timeline li.active {
  color: #01a2cb;
  font-weight: 700;
}
form ul.timeline li.active::before {
  width: 22px;
  height: 22px;
  left: -11px;
  top: 4px;
}
form ul.timeline li.disabled {
  cursor: default;
}
form ul.timeline li.disabled::before {
  background: #A7B2BC;
}

.paragraph--type--logos-extend {
  text-align: center;
}
.paragraph--type--logos-extend .logos-text + .logos-wrapper,
.paragraph--type--logos-extend .logos-text + .logos-links,
.paragraph--type--logos-extend .logos-wrapper + .logos-links {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend .logos-text + .logos-wrapper,
  .paragraph--type--logos-extend .logos-text + .logos-links,
  .paragraph--type--logos-extend .logos-wrapper + .logos-links {
    margin-top: 40px;
  }
}
.paragraph--type--logos-extend h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend h3 {
    font-size: 27px;
  }
}
.paragraph--type--logos-extend .field--name-field-description {
  font-size: 16px;
  line-height: 1.666;
  letter-spacing: -0.18px;
  font-family: "Lato", Arial, sans-serif;
  max-width: 880px;
  font-weight: 400;
  margin: 16px auto 0;
  color: #374858;
}
.paragraph--type--logos-extend .field--name-field-description * {
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend .field--name-field-description {
    font-size: 18px;
  }
}
.paragraph--type--logos-extend .field--name-field-p-links {
  display: flex;
  justify-content: center;
}
.paragraph--type--logos-extend .slider-wrapper {
  position: relative;
  height: 395px;
  padding-top: 63px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend .slider-wrapper {
    height: 572px;
    padding-top: 90px;
  }
}
.paragraph--type--logos-extend ul {
  padding: 0;
  margin-bottom: 0;
}
.paragraph--type--logos-extend ul li {
  list-style: none;
}
.paragraph--type--logos-extend .button-link-list {
  justify-content: center;
}
.paragraph--type--logos-extend .logo__link,
.paragraph--type--logos-extend .logo__image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
}
.paragraph--type--logos-extend.type--rows .logos-text + .logos-wrapper,
.paragraph--type--logos-extend.type--rows .logos-text + .logos-links,
.paragraph--type--logos-extend.type--rows .logos-wrapper + .logos-links {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend.type--rows .logos-text + .logos-wrapper,
  .paragraph--type--logos-extend.type--rows .logos-text + .logos-links,
  .paragraph--type--logos-extend.type--rows .logos-wrapper + .logos-links {
    margin-top: 25px;
  }
}
.paragraph--type--logos-extend.type--rows .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend.type--rows .logos-wrapper {
    justify-content: center;
  }
}
.paragraph--type--logos-extend.type--rows .logos-wrapper .logo-item {
  width: 50%;
  display: flex;
  height: 120px;
  align-self: center;
  justify-content: center;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend.type--rows .logos-wrapper .logo-item {
    width: 25%;
    height: 190px;
    padding: 25px;
  }
}
.paragraph--type--logos-extend.type--rows .logos-wrapper .logo-item a {
  align-self: center;
}
.paragraph--type--logos-extend.type--rows .logos-wrapper .logo-item img {
  height: auto;
  align-self: center;
  max-width: 180px;
  max-height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.paragraph--type--logos-extend.type--row .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend.type--row .logos-wrapper {
    flex-wrap: nowrap;
    gap: unset;
    justify-content: space-between;
  }
}
.paragraph--type--logos-extend.type--row .logos-wrapper img {
  max-width: 180px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.paragraph--type--logos-extend.type--sidescroll .logos-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.paragraph--type--logos-extend.type--sidescroll .logos-wrapper .logos-wrapper__layout {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.paragraph--type--logos-extend.type--sidescroll .logos-wrapper .logos-wrapper__layout > .logos-slider {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos-extend.type--sidescroll .logos-wrapper .logos-wrapper__layout > .logos-slider {
    justify-content: space-between;
  }
}
.paragraph--type--logos-extend.type--sidescroll .logos-wrapper .logos-wrapper__layout > .logos-slider .logo-item {
  max-width: 295px;
  flex-shrink: 0;
  padding: 0 40px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  position: relative;
}

.lottie-animation-embed .lottie-embed {
  width: 100%;
  height: var(--height);
  max-width: var(--width);
}

@keyframes particleAnimate {
  0% {
    box-shadow: 0px 0px 0px transparent, calc(NaN * 1px) calc(NaN * 1px) transparent, calc(NaN * 1px) calc(NaN * 1px) transparent, 0px 0px 0px transparent, calc(NaN * 1px) calc(NaN * 1px) transparent, calc(NaN * 1px) calc(NaN * 1px) transparent, 0px 0px 0px transparent, calc(NaN * 1px) calc(NaN * 1px) transparent, calc(NaN * 1px) calc(NaN * 1px) transparent;
    transform: rotate(0turn);
    opacity: 1;
  }
  50%, 100% {
    box-shadow: 0px 0px 0px transparent, -2.2392895221px 19.8742441979px #E30613, -19.4985582436px -4.4504186791px #E30613, 6.6055812391px -18.8776666062px #E30613, 18.019377358px 8.6776747824px #E30613, -10.6406415303px 16.9344839846px #E30613, -15.6366296494px -12.4697960372px #E30613, 14.1421356237px -14.1421356237px #E30613, 0px 0px 0px transparent, -25.9807621135px -15px #DADC53, 15px 25.9807621135px #DADC53, 0px -30px #DADC53, 0px 0px 0px transparent, -28.512208774px -14.5276959917px #DC6300, 18.8091280734px 25.88854382px #DC6300, -5.0059028813px -31.606026899px #DC6300, -9.88854382px 30.4338085214px #DC6300, 22.627416998px -22.627416998px #DC6300;
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0.5turn);
  }
}
form.maturity-model {
  --cSize: 30px;
  --cInactive: #232739;
  --cActive: #287271;
  --particleSize: 0px;
  --cEasing: ease;
  --cTiming: 0.5s;
  --innerPaddingSize: 24px;
}
form.maturity-model .webform-progress {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 390px) {
  form.maturity-model .progress-tracker--center .progress-marker {
    gap: 5;
    flex-wrap: wrap;
  }
}
form.maturity-model .progress-tracker--center .progress-marker::before {
  width: 45px;
  height: 45px;
  background-color: #F2FDFF;
  color: #287271;
  border: 1px solid rgba(26, 65, 70, 0.2);
}
@media (max-width: 390px) {
  form.maturity-model .progress-tracker--center .progress-marker::before {
    width: 28px;
    height: 28px;
  }
}
form.maturity-model .progress-tracker--center .progress-marker::after {
  top: 20px;
  height: 1px;
  right: -58%;
  background-color: rgba(26, 65, 70, 0.2);
}
@media (max-width: 390px) {
  form.maturity-model .progress-tracker--center .progress-marker::after {
    top: 14px;
  }
}
form.maturity-model .progress-tracker--center .progress-step.is-active .progress-marker::before {
  background-color: #F2FDFF;
  color: #287271;
  border-color: #287271;
  font-weight: bold;
}
form.maturity-model .progress-tracker--center .progress-step.is-complete .progress-marker::before {
  background-color: #287271;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  border-color: #287271;
  content: "\f00c";
}
form.maturity-model .webform-progress-tracker .progress-step:not(.is-active):not(.is-complete) .progress-marker::before {
  background-color: #F2FDFF;
}
form.maturity-model .webform-progress__status {
  display: none;
}
form.maturity-model .form-type-radio,
form.maturity-model .fieldgroup {
  width: 100%;
}
form.maturity-model div[data-drupal-messages] {
  position: relative;
  top: 0;
  z-index: 1;
}
form.maturity-model .control-label.option {
  display: flex;
  margin: 20px 0;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all var(--cTiming) var(--cEasing);
  padding-left: 0;
}
form.maturity-model .control-label.option span.title {
  border-radius: 4px;
  border: 1px solid rgba(40, 114, 113, 0.16);
  padding: 10px;
  margin-left: 4px;
  padding: var(--innerPaddingSize);
  padding-left: calc(var(--cSize) + var(--innerPaddingSize) + 10px);
  width: 100%;
  transition: all var(--cTiming) var(--cEasing);
  background: #FFFFFF;
}
@media (max-width: 390px) {
  form.maturity-model .control-label.option span.title {
    font-size: var(--font-size-body-md, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-body-md, 16px); /* 114.286% */
  }
}
form.maturity-model .control-label.option .form-radio {
  position: absolute;
  left: var(--innerPaddingSize);
  opacity: 1;
  top: auto;
}
form.maturity-model .control-label.option .input-fancy {
  display: none;
}
form.maturity-model .form-radio {
  height: var(--cSize);
  width: var(--cSize);
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px #60606c solid;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all var(--cTiming) var(--cEasing);
  margin: 2px;
}
form.maturity-model .form-radio:focus {
  outline: 0;
}
form.maturity-model .form-radio:checked {
  background-color: var(--cActive);
  border-color: var(--cActive);
}
form.maturity-model .form-radio:checked::after {
  height: calc(var(--cSize) * 0.3);
  width: calc(var(--cSize) * 0.3);
}
form.maturity-model .form-radio:checked::before {
  /* animation: particleAnimate var(--cTiming) var(--cEasing) forwards; */
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #FFFFFF;
  top: -10px;
  left: -10px;
}
form.maturity-model .form-radio:checked ~ span.title {
  border-color: #18181B;
  color: #60606c;
}
form.maturity-model .form-radio::before, form.maturity-model .form-radio::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: inherit;
  height: 0px;
  width: 0px;
}
form.maturity-model .form-radio::after {
  transition: all var(--cTiming) var(--cEasing);
}
form.maturity-model .form-radio::before {
  --particleSize: 4px;
  height: var(--particleSize);
  width: var(--particleSize);
  z-index: 2;
}
form.maturity-model .form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
form.maturity-model .form-wrapper .form-item {
  margin: 0 auto;
}
form.maturity-model .form-wrapper .form-inline .form-control {
  display: block;
  width: 100%;
}
form.maturity-model .form-wrapper.form-actions {
  max-width: 800px;
  text-align: center;
  margin-top: 20px;
}
form.maturity-model .form-wrapper.form-actions .btn, form.maturity-model .form-wrapper.form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link form.maturity-model .form-wrapper.form-actions a,
form.maturity-model .form-wrapper.form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link form.maturity-model .form-wrapper.form-actions a, form.maturity-model .form-wrapper.form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link form.maturity-model .form-wrapper.form-actions a, form.maturity-model .form-wrapper.form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links form.maturity-model .form-wrapper.form-actions a, form.maturity-model .form-wrapper.form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager form.maturity-model .form-wrapper.form-actions li > a.button, form.maturity-model .form-wrapper.form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons form.maturity-model .form-wrapper.form-actions button {
  border-radius: var(--Radius-xs, 4px);
  padding: 15px 24px;
}
form.maturity-model .form-wrapper.form-actions .btn.webform-button--previous, form.maturity-model .form-wrapper.form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.webform-button--previous, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link form.maturity-model .form-wrapper.form-actions a.webform-button--previous,
form.maturity-model .form-wrapper.form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.webform-button--previous,
.view-what-others-are-saying-about-kinaxis- .more-link form.maturity-model .form-wrapper.form-actions a.webform-button--previous, form.maturity-model .form-wrapper.form-actions .gb-dark-blue-view-all-button .more-link a.webform-button--previous, .gb-dark-blue-view-all-button .more-link form.maturity-model .form-wrapper.form-actions a.webform-button--previous, form.maturity-model .form-wrapper.form-actions .paragraph--type--promo-links a.webform-button--previous, .paragraph--type--promo-links form.maturity-model .form-wrapper.form-actions a.webform-button--previous, form.maturity-model .form-wrapper.form-actions .infinite-scroll-button.pager li > a.webform-button--previous.button, .infinite-scroll-button.pager form.maturity-model .form-wrapper.form-actions li > a.webform-button--previous.button, form.maturity-model .form-wrapper.form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.webform-button--previous, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons form.maturity-model .form-wrapper.form-actions button.webform-button--previous {
  border: 1px solid var(--neutrals-Neutrals400, #A2A2A2);
  background: var(--neutrals-Base-White, #FFF);
  color: #010233;
}
form.maturity-model .panel-title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.4px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 390px) {
  form.maturity-model .panel-title {
    font-size: 20px;
    font-size: var(--font-size-heading-xs, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-heading-xs, 24px); /* 80% */
    letter-spacing: -0.2px;
  }
}
form.maturity-model .form-type-webform-markup {
  text-align: center;
  color: #287271;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

article.maturity-model-report {
  padding-top: 40px;
  padding-bottom: 40px;
}
article.maturity-model-report .category-label {
  text-align: center;
}

.mm-referenced-node {
  background: linear-gradient(180deg, #ECFCFF 0%, #FFF 100%);
}
.mm-referenced-node article {
  color: #010233;
}
.mm-referenced-node .webform-submission-form .messages__wrapper {
  display: none;
}

.mm-results .maturity-model-result .mm-result-header {
  background-image: url("../../images/spider.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--neutrals-Neutrals200, #D1D1D1);
}
.mm-results .maturity-model-result .mm-result-header .container, .mm-results .maturity-model-result .mm-result-header .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.mm-results .maturity-model-result .mm-result-header .view-what-others-are-saying-about-kinaxis-, .mm-results .maturity-model-result .mm-result-header #block-views-block-kinaxis-resources-resources-list, .mm-results .maturity-model-result .mm-result-header #block-views-block-kinaxis-resources-block-case-studies-list, .mm-results .maturity-model-result .mm-result-header .paragraph--type--faq-question-list, .mm-results .maturity-model-result .mm-result-header .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .mm-results .maturity-model-result .mm-result-header .field--type-text-long, .mm-results .maturity-model-result .mm-result-header .paragraph--type--quote > .field--item, .mm-results .maturity-model-result .mm-result-header .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .mm-results .maturity-model-result .mm-result-header .field--type-text-long, .mm-results .maturity-model-result .mm-result-header .paragraph--type--leads-cta > .field.field--name-field-body, .mm-results .maturity-model-result .mm-result-header .paragraph--type--announcement .slick, .paragraph--type--announcement .mm-results .maturity-model-result .mm-result-header .slick, .mm-results .maturity-model-result .mm-result-header #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .mm-results .maturity-model-result .mm-result-header .field--name-field-paragraph,
.mm-results .maturity-model-result .mm-result-header .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .mm-results .maturity-model-result .mm-result-header .field--name-field-paragraph, .mm-results .maturity-model-result .mm-result-header .region-navigation-util #block-utilitynavigation, .region-navigation-util .mm-results .maturity-model-result .mm-result-header #block-utilitynavigation, .mm-results .maturity-model-result .mm-result-header .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .mm-results .maturity-model-result .mm-result-header [id^=block-utilitynavigation], .mm-results .maturity-model-result .mm-result-header .block-type--basic, .mm-results .maturity-model-result .mm-result-header .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .mm-results .maturity-model-result .mm-result-header .eu-cookie-compliance-content, .mm-results .maturity-model-result .mm-result-header .block-sitemap, .mm-results .maturity-model-result .mm-result-header .messages__wrapper, .mm-results .maturity-model-result .mm-result-header .modal.content-modal {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .mm-results .maturity-model-result .mm-result-header .container, .mm-results .maturity-model-result .mm-result-header .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .mm-results .maturity-model-result .mm-result-header .view-what-others-are-saying-about-kinaxis-, .mm-results .maturity-model-result .mm-result-header #block-views-block-kinaxis-resources-resources-list, .mm-results .maturity-model-result .mm-result-header #block-views-block-kinaxis-resources-block-case-studies-list, .mm-results .maturity-model-result .mm-result-header .paragraph--type--faq-question-list, .mm-results .maturity-model-result .mm-result-header .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .mm-results .maturity-model-result .mm-result-header .field--type-text-long, .mm-results .maturity-model-result .mm-result-header .paragraph--type--quote > .field--item, .mm-results .maturity-model-result .mm-result-header .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .mm-results .maturity-model-result .mm-result-header .field--type-text-long, .mm-results .maturity-model-result .mm-result-header .paragraph--type--leads-cta > .field.field--name-field-body, .mm-results .maturity-model-result .mm-result-header .paragraph--type--announcement .slick, .paragraph--type--announcement .mm-results .maturity-model-result .mm-result-header .slick, .mm-results .maturity-model-result .mm-result-header #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .mm-results .maturity-model-result .mm-result-header .field--name-field-paragraph,
  .mm-results .maturity-model-result .mm-result-header .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe .mm-results .maturity-model-result .mm-result-header .field--name-field-paragraph, .mm-results .maturity-model-result .mm-result-header .region-navigation-util #block-utilitynavigation, .region-navigation-util .mm-results .maturity-model-result .mm-result-header #block-utilitynavigation, .mm-results .maturity-model-result .mm-result-header .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .mm-results .maturity-model-result .mm-result-header [id^=block-utilitynavigation], .mm-results .maturity-model-result .mm-result-header .block-type--basic, .mm-results .maturity-model-result .mm-result-header .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .mm-results .maturity-model-result .mm-result-header .eu-cookie-compliance-content, .mm-results .maturity-model-result .mm-result-header .block-sitemap, .mm-results .maturity-model-result .mm-result-header .messages__wrapper, .mm-results .maturity-model-result .mm-result-header .modal.content-modal {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.mm-results .maturity-model-result .mm-result-header .text-section h4 {
  color: #287271;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-transform: uppercase;
}
.mm-results .maturity-model-result .mm-result-header .text-section h2 {
  color: #010233;
  font-size: 48px;
}
.mm-results .maturity-model-result .maturity-accessment {
  color: #010233;
}
.mm-results .maturity-model-result .maturity-accessment .container, .mm-results .maturity-model-result .maturity-accessment .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.mm-results .maturity-model-result .maturity-accessment .view-what-others-are-saying-about-kinaxis-, .mm-results .maturity-model-result .maturity-accessment #block-views-block-kinaxis-resources-resources-list, .mm-results .maturity-model-result .maturity-accessment #block-views-block-kinaxis-resources-block-case-studies-list, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--faq-question-list, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .mm-results .maturity-model-result .maturity-accessment .field--type-text-long, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--quote > .field--item, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .mm-results .maturity-model-result .maturity-accessment .field--type-text-long, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--leads-cta > .field.field--name-field-body, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--announcement .slick, .paragraph--type--announcement .mm-results .maturity-model-result .maturity-accessment .slick, .mm-results .maturity-model-result .maturity-accessment #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .mm-results .maturity-model-result .maturity-accessment .field--name-field-paragraph,
.mm-results .maturity-model-result .maturity-accessment .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .mm-results .maturity-model-result .maturity-accessment .field--name-field-paragraph, .mm-results .maturity-model-result .maturity-accessment .region-navigation-util #block-utilitynavigation, .region-navigation-util .mm-results .maturity-model-result .maturity-accessment #block-utilitynavigation, .mm-results .maturity-model-result .maturity-accessment .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .mm-results .maturity-model-result .maturity-accessment [id^=block-utilitynavigation], .mm-results .maturity-model-result .maturity-accessment .block-type--basic, .mm-results .maturity-model-result .maturity-accessment .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .mm-results .maturity-model-result .maturity-accessment .eu-cookie-compliance-content, .mm-results .maturity-model-result .maturity-accessment .block-sitemap, .mm-results .maturity-model-result .maturity-accessment .messages__wrapper, .mm-results .maturity-model-result .maturity-accessment .modal.content-modal {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .mm-results .maturity-model-result .maturity-accessment .container, .mm-results .maturity-model-result .maturity-accessment .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .mm-results .maturity-model-result .maturity-accessment .view-what-others-are-saying-about-kinaxis-, .mm-results .maturity-model-result .maturity-accessment #block-views-block-kinaxis-resources-resources-list, .mm-results .maturity-model-result .maturity-accessment #block-views-block-kinaxis-resources-block-case-studies-list, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--faq-question-list, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .mm-results .maturity-model-result .maturity-accessment .field--type-text-long, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--quote > .field--item, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .mm-results .maturity-model-result .maturity-accessment .field--type-text-long, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--leads-cta > .field.field--name-field-body, .mm-results .maturity-model-result .maturity-accessment .paragraph--type--announcement .slick, .paragraph--type--announcement .mm-results .maturity-model-result .maturity-accessment .slick, .mm-results .maturity-model-result .maturity-accessment #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .mm-results .maturity-model-result .maturity-accessment .field--name-field-paragraph,
  .mm-results .maturity-model-result .maturity-accessment .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe .mm-results .maturity-model-result .maturity-accessment .field--name-field-paragraph, .mm-results .maturity-model-result .maturity-accessment .region-navigation-util #block-utilitynavigation, .region-navigation-util .mm-results .maturity-model-result .maturity-accessment #block-utilitynavigation, .mm-results .maturity-model-result .maturity-accessment .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .mm-results .maturity-model-result .maturity-accessment [id^=block-utilitynavigation], .mm-results .maturity-model-result .maturity-accessment .block-type--basic, .mm-results .maturity-model-result .maturity-accessment .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .mm-results .maturity-model-result .maturity-accessment .eu-cookie-compliance-content, .mm-results .maturity-model-result .maturity-accessment .block-sitemap, .mm-results .maturity-model-result .maturity-accessment .messages__wrapper, .mm-results .maturity-model-result .maturity-accessment .modal.content-modal {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.mm-results .maturity-model-result .maturity-accessment h4 {
  font-weight: 400;
  line-height: 32px;
}
.mm-results .maturity-model-result .maturity-accessment p {
  font-size: 18px;
  line-height: 24px;
}
.mm-results .maturity-model-result .maturity-accessment .ma-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .mm-results .maturity-model-result .maturity-accessment .ma-img {
    margin-top: 40px;
  }
}
.mm-results .mm-result-subfooter {
  min-height: 120px;
  background: #1A4146;
  clip-path: polygon(50% 0, 100% 100%, 100% 100%, 0 100%, 0 100%);
  margin-bottom: -1px;
}

.mm-landing-node .paragraph--type--solid-background:first-child {
  background: linear-gradient(180deg, #ECFCFF 0%, #FFF 100%);
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  overflow: hidden;
}
.mm-landing-node .paragraph--type--solid-background:first-child h2 {
  color: var(--Midnight-Blue-Core, #010233);
  text-align: center;
  /* Headings/lg */
  font-family: var(--font-Headings, Lato);
  font-size: var(--font-size-heading-lg, 64px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-heading-lg, 64px); /* 100% */
  letter-spacing: -0.64px;
}
.mm-landing-node .paragraph--type--solid-background:first-child p {
  color: var(--Midnight-Blue-Core, #010233);
  text-align: center;
  /* Body/lg */
  font-family: var(--font-Body, Lato);
  font-size: var(--font-size-body-lg, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-body-lg, 32px); /* 133.333% */
}
.mm-landing-node .paragraph--type--solid-background:first-child.paragraph--type--solid-background.has-animated-bg .content-wrapper .field--name-field-body {
  max-width: 968px;
}

.mm-landing-node-body .button.button--ultimenu span.bars, .mm-landing-node-body .button.button--ultimenu span.bars::after, .mm-landing-node-body .button.button--ultimenu span.bars::before, .mm-results .button.button--ultimenu span.bars, .mm-results .button.button--ultimenu span.bars::after, .mm-results .button.button--ultimenu span.bars::before {
  background-color: #4E4D4F !important;
}
.mm-landing-node-body #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before, .mm-results #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before {
  color: #4E4D4F !important;
}
.mm-landing-node-body .region-navigation-collapsible #block-kinaxis-headerutility a:not(.btn), .mm-results .region-navigation-collapsible #block-kinaxis-headerutility a:not(.btn) {
  color: #4E4D4F !important;
}
.mm-landing-node-body #block-utilitynavigation .menu--utility-navigation .language-link a::before, .mm-landing-node-body #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before, .mm-results #block-utilitynavigation .menu--utility-navigation .language-link a::before, .mm-results #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before {
  color: #4E4D4F !important;
}
.mm-landing-node-body .kinaxis-logo .white, .mm-results .kinaxis-logo .white {
  filter: invert(77%) sepia(100%) saturate(1578%) hue-rotate(354deg) brightness(102%) contrast(122%);
}
.mm-landing-node-body #block-utilitynavigation .menu--utility-navigation .language-link a::before, .mm-landing-node-body #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before, .mm-results #block-utilitynavigation .menu--utility-navigation .language-link a::before, .mm-results #block-kinaxis-headerutility .menu--utility-navigation .language-link a::before {
  background: #4E4D4F !important;
}

body:not(.is-ultimenu-canvas--active) .region-navigation {
  z-index: 110;
}

.region-navigation-collapsible {
  display: flex;
  min-height: 78px;
}

@media screen and (min-width: 1200px) {
  .region-navigation {
    display: flex;
  }
}
body:not(.is-ultimenu-canvas--active) .region-navigation,
.region-navigation-collapsible {
  margin: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px 10px 24px;
  position: absolute;
  top: 0px;
  background: transparent;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px 0px 24px 24px;
  width: 100%;
}
body:not(.is-ultimenu-canvas--active) .region-navigation.sticky,
.region-navigation-collapsible.sticky {
  background: #FFFFFF;
  border-color: #F0F0F0;
}
@media screen and (min-width: 992px) {
  body:not(.is-ultimenu-canvas--active) .region-navigation,
  .region-navigation-collapsible {
    width: 980px;
    left: calc(50% - 490px - 4px);
  }
}
@media screen and (min-width: 1200px) {
  body:not(.is-ultimenu-canvas--active) .region-navigation,
  .region-navigation-collapsible {
    width: 1200px;
    left: calc(50% - 600px - 4px);
  }
}
@media screen and (min-width: 1300px) {
  body:not(.is-ultimenu-canvas--active) .region-navigation,
  .region-navigation-collapsible {
    width: 1300px;
    left: calc(50% - 650px - 4px);
  }
}

@media screen and (min-width: 1200px) {
  .region-navigation-collapsible {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .region-navigation-collapsible {
    background: white;
    border-radius: 0;
    position: fixed !important;
    top: 0;
    z-index: 999;
  }
  .caret {
    display: none;
  }
  .region-navigation {
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .region-navigation {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .region-navigation .ultimenu--horizontal > li,
  .region-navigation .menu > li {
    position: relative;
  }
  .region-navigation .ultimenu--horizontal,
  .region-navigation .menu {
    position: static;
    right: 0;
    clear: none;
    margin-top: 10px;
    background: none;
    z-index: 400;
  }
  .region-navigation .ultimenu--horizontal .block,
  .region-navigation .menu .block {
    margin-bottom: 0;
  }
  .region-navigation .ultimenu--horizontal > li > a:not(.btn),
  .region-navigation .menu > li > a:not(.btn) {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 10px;
    transition: none;
    min-height: 20px;
    color: #4E4D4F;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .region-navigation .ultimenu--horizontal > li > a:not(.btn),
  .region-navigation .menu > li > a:not(.btn) {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  [lang=ja] .region-navigation .ultimenu--horizontal > li > a:not(.btn),
  [lang=ja] .region-navigation .menu > li > a:not(.btn) {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1250px) {
  [lang=ja] .region-navigation .ultimenu--horizontal > li > a:not(.btn),
  [lang=ja] .region-navigation .menu > li > a:not(.btn) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1200px) {
  .region-navigation .ultimenu--horizontal > li > a:not(.btn),
  .region-navigation .menu > li > a:not(.btn) {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1199px) {
  .region-navigation .ultimenu--horizontal > li > a:not(.btn):hover, .region-navigation .ultimenu--horizontal > li > a:not(.btn).is-active,
  .region-navigation .menu > li > a:not(.btn):hover,
  .region-navigation .menu > li > a:not(.btn).is-active {
    background: none;
  }
  .region-navigation .nav-underline {
    display: none;
  }
  .region-navigation.sticky .ultimenu--horizontal > li > a:not(.btn) {
    color: #18181B;
  }
}
.ultimenu--basic section.ultimenu__flyout {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  top: 0px;
  transition: opacity 300ms;
  width: 100%;
  z-index: 1200;
}
@media screen and (min-width: 1200px) {
  .ultimenu--basic section.ultimenu__flyout {
    padding: 10px 0 0 0;
    top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .ultimenu--basic section.ultimenu__flyout {
    border: none;
    box-shadow: none;
  }
}

header.navbar-default .navbar-header {
  float: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
header.navbar-default .navbar-header .region-navigation-util {
  order: 2;
}
@media screen and (min-width: 1200px) {
  header.navbar-default .navbar-header {
    display: block;
  }
}
header.navbar-default .caret {
  border: none;
}
header.navbar-default .caret::before {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  header.navbar-default .caret::before {
    display: none;
  }
}
header.navbar-default .has-ultimenu .is-ultimenu-active .caret {
  right: 0;
  top: -2px;
  width: 25%;
}
header.navbar-default .has-ultimenu .is-ultimenu-active .caret::before {
  font-family: "Material Icons";
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e316";
  border: none;
  font-size: 1.8em;
  font-weight: 300;
  position: absolute;
  top: 16px;
  right: 40px;
}
header.navbar-default .has-ultimenu .caret {
  background: none;
  border: none;
  right: 0;
  top: -2px;
  width: 25%;
}
header.navbar-default .has-ultimenu .caret::before {
  font-family: "Material Icons";
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e313";
  border: none;
  font-size: 1.8em;
  font-weight: 300;
  position: absolute;
  top: 16px;
  right: 40px;
}
header.navbar-default .ultimenu__region {
  border: none;
  background: white;
  padding: 0 20px 20px 20px;
  width: 100%;
  margin: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  header.navbar-default .ultimenu__region {
    padding: 20px;
    border-top: none;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
    width: 400px;
  }
  header.navbar-default .ultimenu__region.wide {
    width: 800px;
  }
}
header.navbar-default .ultimenu__region .block-type--menu-cta {
  display: none;
}
header.navbar-default .ultimenu__region:before, header.navbar-default .ultimenu__region:after {
  content: " ";
  display: table;
}
header.navbar-default .ultimenu__region:after {
  clear: both;
}
@media screen and (max-width: 1199px) {
  header.navbar-default .ultimenu__region {
    padding: 0;
  }
}
header.navbar-default .ultimenu__region .block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  header.navbar-default .ultimenu__region .block {
    float: left;
    width: 100%;
  }
}
header.navbar-default .ultimenu__region nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  header.navbar-default .ultimenu__region nav {
    float: left;
    width: 100%;
  }
}
header.navbar-default .menu-level-0 {
  margin-left: -15px;
  margin-right: -15px;
}
header.navbar-default .menu-level-0:before, header.navbar-default .menu-level-0:after {
  content: " ";
  display: table;
}
header.navbar-default .menu-level-0:after {
  clear: both;
}
header.navbar-default .menu-level-0.columns-1 .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  header.navbar-default .menu-level-0.columns-1 .column {
    float: left;
    width: 100%;
  }
}
header.navbar-default .menu-level-0:not(.columns-1) .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  header.navbar-default .menu-level-0:not(.columns-1) .column {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  header.navbar-default .menu-level-0:not(.columns-1) .column {
    float: none;
    width: 100%;
    padding: 0;
  }
}
header.navbar-default .menu-item {
  list-style-type: none;
}
header.navbar-default ul.menu {
  padding: 0;
}
header.navbar-default ul.menu.menu-level-0 {
  margin: 10px auto;
}
@media screen and (min-width: 1200px) {
  header.navbar-default ul.menu.menu-level-0 .menu-item a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 300ms, text-decoration-color 300ms;
  }
  header.navbar-default ul.menu.menu-level-0 .menu-item a:hover, header.navbar-default ul.menu.menu-level-0 .menu-item a:focus, header.navbar-default ul.menu.menu-level-0 .menu-item a:active {
    text-decoration-color: inherit;
  }
}
header.navbar-default ul.menu.menu-level-0 .column > .menu-item {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  header.navbar-default ul.menu.menu-level-0 .column > .menu-item {
    margin: 10px 0;
  }
}
header.navbar-default ul.menu.menu-level-0 .column > .menu-item > a {
  color: #18181B;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
header.navbar-default ul.menu.menu-level-0 .menu-level-1 a {
  color: #18181B;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.region-navigation-collapsible {
  z-index: 110;
  padding-right: 24px;
}
@media all and (min-width: 1200px) {
  .region-navigation-collapsible {
    padding-right: 60px;
  }
}

.button.button--ultimenu {
  background: transparent;
  border: none;
  top: 20px;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .button.button--ultimenu {
    right: calc(50% - 490px + 12px);
  }
}
@media screen and (min-width: 1250px) {
  .button.button--ultimenu {
    right: calc(50% - 650px + 12px);
  }
}
.button.button--ultimenu span.bars, .button.button--ultimenu span.bars::after, .button.button--ultimenu span.bars::before {
  background-color: #FFFFFF;
  height: 4px;
}
.button.button--ultimenu.sticky .bars, .button.button--ultimenu.sticky .bars::after, .button.button--ultimenu.sticky .bars::before {
  background-color: #4E4D4F;
}
.gin--vertical-toolbar .button.button--ultimenu.sticky {
  top: 15px;
  z-index: 0;
}
.is-ultimenu-expanded .button.button--ultimenu .bars {
  background-color: transparent;
}
.button.button--ultimenu:hover, .button.button--ultimenu:active, .button.button--ultimenu:focus {
  background: transparent;
  border: none;
}

.adminimal-admin-toolbar .button.button--ultimenu {
  top: 60px;
}

.is-ultimenu-canvas--active .is-ultimenu-canvas-off {
  background: white !important;
}

@media all and (min-width: 1200px) {
  .ultimenu > li:nth-last-child(2) > a {
    padding-right: 10px !important;
  }
  .ultimenu li:hover > .ultimenu__flyout,
  .ultimenu li a:focus + .ultimenu__flyout {
    display: block;
    margin-top: 15px;
    overflow: visible;
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }
  .ultimenu li .ultimenu__flyout:focus-within {
    display: block;
    margin-top: 15px;
    overflow: visible;
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }
  .ultimenu--main section.ultimenu__flyout ul.menu {
    text-align: left;
    padding: 0;
  }
  header.navbar-default .ultimenu--horizontal .ultimenu__region .block-type--menu-cta {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .region-navigation-util,
  #block-utilitynavigation,
  [id*=block-utilitynavigation],
  .region-navigation,
  .ultimenu__flyout {
    width: 100% !important;
  }
  .ultimenu--basic .ultimenu__flyout {
    background: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .region-navigation-util .caret::after,
  .region-navigation .caret::after {
    font-size: inherit !important;
  }
  .search-icon {
    background-size: 34% !important;
  }
  header.navbar-default ul.menu.menu-level-0 .menu-item a {
    text-decoration: none;
  }
  header.navbar-default ul.menu.menu-level-0 .menu-item a:hover, header.navbar-default ul.menu.menu-level-0 .menu-item a:focus {
    text-decoration: underline;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (display: flow-root) {
    .button.button--ultimenu .bars {
      height: 1px;
    }
  }
}
.region-navigation-util {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .region-navigation-util {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .region-footer {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  padding: 64px 0;
}
.footer .region-footer:before, .footer .region-footer:after {
  content: " ";
  display: table;
}
.footer .region-footer:after {
  clear: both;
}
.footer .block-social-media-links-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .block-social-media-links-block {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .footer .block-social-media-links-block {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer .block-social-media-links-block {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.footer nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .footer nav {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer nav {
    padding-right: 0;
    float: right;
  }
}
.footer .block-type--basic {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .footer .block-type--basic {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .footer .block-type--basic {
    padding-right: 0;
    padding-left: 30px;
  }
}
.footer .block-type--basic p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .block-type--basic p {
    text-align: right;
  }
}

.sub-footer .region-sub-footer {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #EAECF0;
  padding: 32px 0 48px;
  margin-left: 0;
  margin-right: 0;
}
.sub-footer .region-sub-footer:before, .sub-footer .region-sub-footer:after {
  content: " ";
  display: table;
}
.sub-footer .region-sub-footer:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .sub-footer .region-sub-footer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sub-footer .region-sub-footer #block-subfootercopyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 992px) {
  .sub-footer .region-sub-footer #block-subfootercopyright {
    float: left;
    width: 33.3333333333%;
  }
}
.sub-footer .region-sub-footer #block-subfooter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .sub-footer .region-sub-footer #block-subfooter {
    float: left;
    width: 66.6666666667%;
  }
}

.is-ultimenu-expanded .footer, .is-ultimenu-expanded .sub-footer {
  display: none;
}

@media all and (max-width: 992px) {
  .sub-footer .region-sub-footer {
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
  }
  .sub-footer .region-sub-footer #block-subfootercopyright,
  .sub-footer .region-sub-footer #block-subfooter {
    padding: 0;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .sub-footer .region-sub-footer {
    padding: 40px 0 30px 0;
  }
}
.footer, .sub-footer {
  background-color: #1A4146;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.region-footer #block-footersubscribetomailinglist {
  padding: 30px 0 0 0;
}
.region-footer #block-footersubscribetomailinglist .btn, .region-footer #block-footersubscribetomailinglist .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .region-footer #block-footersubscribetomailinglist a,
.region-footer #block-footersubscribetomailinglist .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .paragraph--type--promo-links a, .paragraph--type--promo-links .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .region-footer #block-footersubscribetomailinglist li > a.button, .region-footer #block-footersubscribetomailinglist .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .region-footer #block-footersubscribetomailinglist button {
  margin: 0;
  padding: 12px 40px;
}
@media screen and (max-width: 767px) {
  .region-footer #block-footersubscribetomailinglist {
    padding: 0 15px;
    width: 100%;
  }
  .region-footer #block-footersubscribetomailinglist .btn, .region-footer #block-footersubscribetomailinglist .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .region-footer #block-footersubscribetomailinglist a,
  .region-footer #block-footersubscribetomailinglist .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .paragraph--type--promo-links a, .paragraph--type--promo-links .region-footer #block-footersubscribetomailinglist a, .region-footer #block-footersubscribetomailinglist .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .region-footer #block-footersubscribetomailinglist li > a.button, .region-footer #block-footersubscribetomailinglist .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .region-footer #block-footersubscribetomailinglist button {
    display: inline-block;
  }
}

.region-sub-footer #block-subfootercopyright p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.region-footer ul.nav li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #CBCBCB;
}

.region-sub-footer ul.nav li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.84;
  color: #DCDCDC;
}

@media all and (max-width: 768px) {
  .region-footer ul.nav,
  .region-sub-footer ul.nav {
    margin-bottom: 1.9rem;
  }
}
.region-footer ul.nav li a,
.region-sub-footer ul.nav li a {
  display: inherit;
  padding: 0;
  margin-bottom: 5px;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 400ms;
  transition: text-decoration 400ms;
  transition: text-decoration 400ms, -webkit-text-decoration 400ms;
}
.region-footer ul.nav li a:hover, .region-footer ul.nav li a:focus, .region-footer ul.nav li a:active,
.region-sub-footer ul.nav li a:hover,
.region-sub-footer ul.nav li a:focus,
.region-sub-footer ul.nav li a:active {
  background: none;
  -webkit-text-decoration: underline solid #FFFFFF;
          text-decoration: underline solid #FFFFFF;
}

.region-footer ul.nav {
  display: flex;
  justify-content: space-between;
}
.region-footer ul.nav::before, .region-footer ul.nav::after {
  width: 0;
}
@media all and (max-width: 768px) {
  .region-footer ul.nav {
    flex-wrap: wrap;
  }
}
.region-footer ul.nav li.expanded {
  width: 50%;
}
.region-footer ul.nav li.expanded:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .region-footer ul.nav li.expanded {
    padding-right: 0;
    padding-left: 6px;
    width: 33%;
  }
  .region-footer ul.nav li.expanded:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .region-footer ul.nav li.expanded {
    text-align: left;
  }
}
.region-footer ul.nav li.expanded a {
  margin-bottom: 12px;
}
.region-footer ul.nav li.expanded a span.caret {
  display: none;
}
.region-footer ul.nav li.expanded > a {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 16px;
}
.region-footer ul.nav li.expanded ul {
  padding-left: 0;
  display: inline-block;
}
.region-footer ul.nav li.expanded ul li {
  list-style: none;
}

.region-sub-footer .nav > li {
  display: block;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .region-sub-footer .nav > li {
    display: inline-block;
  }
  .region-sub-footer .nav > li:not(:first-child) {
    margin-left: 15px;
  }
}

.block-social-media-links-block {
  text-align: left;
  max-width: 245px;
}
@media all and (max-width: 992px) {
  .block-social-media-links-block {
    text-align: center;
  }
}
.block-social-media-links-block .footer-logo-link {
  transition: opacity 300ms;
  margin-bottom: 17px;
  display: block;
}
.block-social-media-links-block .footer-logo-link:hover, .block-social-media-links-block .footer-logo-link:focus, .block-social-media-links-block .footer-logo-link:active {
  opacity: 0.8;
}
.block-social-media-links-block .footer-logo-link img {
  margin: 0;
  width: 228px;
  height: 52px;
}
.block-social-media-links-block ul.social-media-links--platforms,
.block-social-media-links-block .btn,
.block-social-media-links-block .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-social-media-links-block a,
.block-social-media-links-block .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .block-social-media-links-block a,
.block-social-media-links-block .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link .block-social-media-links-block a,
.block-social-media-links-block .paragraph--type--promo-links a,
.paragraph--type--promo-links .block-social-media-links-block a,
.block-social-media-links-block .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager .block-social-media-links-block li > a.button,
.block-social-media-links-block .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-social-media-links-block button {
  margin-right: 15px;
}
.block-social-media-links-block .btn, .block-social-media-links-block .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-social-media-links-block a,
.block-social-media-links-block .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .block-social-media-links-block a, .block-social-media-links-block .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .block-social-media-links-block a, .block-social-media-links-block .paragraph--type--promo-links a, .paragraph--type--promo-links .block-social-media-links-block a, .block-social-media-links-block .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .block-social-media-links-block li > a.button, .block-social-media-links-block .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-social-media-links-block button {
  margin-bottom: 25px;
  display: block;
}
.block-social-media-links-block ul.social-media-links--platforms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.block-social-media-links-block ul.social-media-links--platforms li {
  padding: 0;
}
@media all and (max-width: 992px) {
  .block-social-media-links-block ul.social-media-links--platforms li {
    margin: 0 4px;
  }
}
.block-social-media-links-block ul.social-media-links--platforms li a {
  transition: opacity 300ms;
}
.block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: transparent url(../../images/social-icons/footer-linkedin.svg) no-repeat center center;
}
.block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon.icon-twitter::before, .block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon.icon-x-twitter::before {
  background-image: url(../../images/social-icons/footer-twitter.svg);
}
.block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon.icon-youtube::before {
  background-image: url(../../images/social-icons/footer-youtube.svg);
}
.block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon.icon-facebook::before {
  background-image: url(../../images/social-icons/footer-facebook.svg);
}
.block-social-media-links-block ul.social-media-links--platforms li a .kinaxis-icon.icon-instagram::before {
  background-image: url(../../images/social-icons/footer-instagram.svg);
}
.block-social-media-links-block ul.social-media-links--platforms li a:hover, .block-social-media-links-block ul.social-media-links--platforms li a:focus, .block-social-media-links-block ul.social-media-links--platforms li a:active {
  opacity: 0.8;
}

#block-blogsubscribe,
.block-blocksubscribe {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #0896B9;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  #block-blogsubscribe,
  .block-blocksubscribe {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform,
.blog-subscribe .paragraph--type--eloqua-webform {
  text-align: center;
  margin: 0;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2 {
  margin-top: 0;
  text-align: center;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after {
  border-color: white;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body p,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body p,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body p {
  font-size: 24px;
  line-height: 1.3;
  margin: 15px 0;
  font-weight: 600 !important;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form,
.blog-subscribe .paragraph--type--eloqua-webform form {
  margin: 30px auto 0 auto;
  width: 100%;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item,
.blog-subscribe .paragraph--type--eloqua-webform form .form-item {
  width: 100%;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2), #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(3),
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(3),
.blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(2),
.blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(3) {
  flex-grow: 1;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .captcha,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .captcha,
.blog-subscribe .paragraph--type--eloqua-webform form .captcha {
  flex-grow: 1;
  flex-basis: 100%;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions {
  width: 100%;
  text-align: center;
  margin: 0;
}
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
.paragraph--type--promo-links .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .btn,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
.paragraph--type--promo-links .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager .blog-subscribe .paragraph--type--eloqua-webform form .form-actions li > a.button,
.blog-subscribe .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .blog-subscribe .paragraph--type--eloqua-webform form .form-actions button {
  margin: 0;
}
@media screen and (max-width: 991px) {
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
  .gb-dark-blue-view-all-button .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
  .paragraph--type--promo-links .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
  .infinite-scroll-button.pager .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .btn,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
  .gb-dark-blue-view-all-button .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
  .paragraph--type--promo-links .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
  .infinite-scroll-button.pager .blog-subscribe .paragraph--type--eloqua-webform form .form-actions li > a.button,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .blog-subscribe .paragraph--type--eloqua-webform form .form-actions button {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form,
  .blog-subscribe .paragraph--type--eloqua-webform form {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
  }
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-item {
    flex-basis: 50%;
    width: initial;
  }
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(1),
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(1),
  .blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(1) {
    padding-right: 8px;
  }
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
  .blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(2) {
    padding-left: 8px;
  }
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions {
    width: auto;
    margin-left: 15px;
  }
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .btn,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
  .gb-dark-blue-view-all-button .more-link .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
  .paragraph--type--promo-links .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions a,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
  .infinite-scroll-button.pager .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions li > a.button,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-actions button,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .btn,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .gb-dark-blue-view-all-button .more-link a,
  .gb-dark-blue-view-all-button .more-link .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .paragraph--type--promo-links a,
  .paragraph--type--promo-links .blog-subscribe .paragraph--type--eloqua-webform form .form-actions a,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .infinite-scroll-button.pager li > a.button,
  .infinite-scroll-button.pager .blog-subscribe .paragraph--type--eloqua-webform form .form-actions li > a.button,
  .blog-subscribe .paragraph--type--eloqua-webform form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .blog-subscribe .paragraph--type--eloqua-webform form .form-actions button {
    min-width: 300px;
  }
}

@media screen and (-ms-high-contrast: none) and (min-width: 992px), screen and (-ms-high-contrast: active) and (min-width: 992px) {
  #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
  .blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(2) {
    flex-basis: 47%;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media screen and (min-width: 992px) {
      #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
      .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform form .form-item:nth-child(2),
      .blog-subscribe .paragraph--type--eloqua-webform form .form-item:nth-child(2) {
        flex-basis: 47%;
      }
    }
  }
}
.blog-contact-us {
  background-color: #1E2E3E;
  color: #FFFFFF;
}

.block-type--contact-block {
  display: flex;
  flex-wrap: wrap;
}
.block-type--contact-block .field--name-field-title {
  margin-top: 0;
  width: 100%;
}
.block-type--contact-block .field--name-field-title::after {
  border-color: #FFFFFF;
}
.block-type--contact-block .field--name-body {
  flex-grow: 2;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1250px) {
  .block-type--contact-block .field--name-body {
    width: 30%;
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.block-type--contact-block .field--name-body p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
  margin: 0;
}
.block-type--contact-block p {
  font-weight: 600 !important;
}
.block-type--contact-block .field--name-field-contact-1,
.block-type--contact-block .field--name-field-contact-2 {
  flex-grow: 1;
}
.block-type--contact-block .field--name-field-contact-1 .intro,
.block-type--contact-block .field--name-field-contact-2 .intro {
  margin-bottom: 4px;
}
.block-type--contact-block .field--name-field-contact-1 {
  margin-right: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1250px) {
  .block-type--contact-block .field--name-field-contact-1 {
    margin-bottom: 0;
  }
}

.twitter-block .twitter-block-content {
  max-height: 665px;
  overflow-y: scroll;
  background-color: white;
}

#twitter-ienotsupportedmessage a {
  text-decoration: underline;
}
#twitter-ienotsupportedmessage a:hover {
  text-decoration: none;
}

.block-curatorio .block-title {
  text-align: center;
}
.block-curatorio .block-title::after {
  margin-left: auto;
  margin-right: auto;
  border-color: #374858;
}
.block-curatorio .crt-filter {
  display: none;
}
.block-curatorio .crt-feed-window {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-curatorio .crt-feed {
    display: flex;
    flex-wrap: wrap;
  }
  .block-curatorio .crt-feed > .crt-grid-post {
    flex: 1 0 30%;
    margin-bottom: 20px;
  }
  .block-curatorio .crt-feed > .crt-grid-post:nth-child(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.block-curatorio .crt-grid-post-v2 .crt-post-header {
  visibility: hidden;
}
.block-curatorio .crt-grid-post-v2 .crt-post-hover {
  overflow: scroll;
}
.block-curatorio .crt-grid-post-v2 .crt-post-hover .crt-post-footer {
  top: 0;
  bottom: unset;
}

#block-kinaxis-branding .white {
  display: none;
}
@media screen and (min-width: 1200px) {
  #block-kinaxis-branding .white {
    display: block;
  }
  #block-kinaxis-branding .red {
    display: none;
  }
  .sticky #block-kinaxis-branding .white {
    display: none;
  }
  .sticky #block-kinaxis-branding .red {
    display: block;
  }
}

#block-sitebranding .red {
  display: none;
}
@media screen and (max-width: 1199px) {
  #block-sitebranding .red {
    display: block;
  }
  #block-sitebranding .white {
    display: none;
  }
}
.sticky #block-sitebranding .red {
  display: block;
}
.sticky #block-sitebranding .white {
  display: none;
}

article.leadership.teaser {
  margin-bottom: 20px;
}

.leadership-modal .leadership-profile {
  padding: 20px;
  overflow-y: scroll;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .leadership-modal .leadership-profile {
    height: 416.6666666667px;
  }
  .leadership-modal .leadership-profile img {
    width: 100%;
  }
  .leadership-modal .leadership-profile .section-title, .leadership-modal .leadership-profile .partners-view h2, .partners-view .leadership-modal .leadership-profile h2, .leadership-modal .leadership-profile .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .leadership-modal .leadership-profile .tabs-title, .leadership-modal .leadership-profile .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .leadership-modal .leadership-profile .title, .leadership-modal .leadership-profile .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .leadership-modal .leadership-profile .field--name-field-title, .leadership-modal .leadership-profile .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .leadership-modal .leadership-profile .tabs-title, .leadership-modal .leadership-profile #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .leadership-modal .leadership-profile h2,
  .leadership-modal .leadership-profile .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .leadership-modal .leadership-profile h2,
  .leadership-modal .leadership-profile .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .leadership-modal .leadership-profile h2, .leadership-modal .leadership-profile .block-curatorio .block-title, .block-curatorio .leadership-modal .leadership-profile .block-title {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .leadership-modal .leadership-profile {
    height: 538.8888888889px;
  }
}
@media screen and (min-width: 1250px) {
  .leadership-modal .leadership-profile {
    height: 680.5555555556px;
  }
}
.leadership-modal .leadership-profile .description {
  margin-bottom: 20px;
}
.leadership-modal .leadership-profile .description .field:not(.field--type-text-with-summary) {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}

.leadership-card .field--name-field-position {
  min-height: 56px;
}

article.press-release {
  padding-top: 7px;
}
article.press-release .page-content-wrapper {
  border: none;
}
article.press-release > .container, article.press-release > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
article.press-release > .view-what-others-are-saying-about-kinaxis-, article.press-release > #block-views-block-kinaxis-resources-resources-list, article.press-release > #block-views-block-kinaxis-resources-block-case-studies-list, article.press-release > .paragraph--type--faq-question-list, .paragraph--type--carousel article.press-release > .field--type-text-long, article.paragraph--type--quote.press-release > .field--item, .paragraph--type--quotes article.press-release > .field--type-text-long, article.paragraph--type--leads-cta.press-release > .field.field--name-field-body, .paragraph--type--announcement article.press-release > .slick, article.press-release > .block-type--basic, .eu-cookie-compliance-banner article.press-release > .eu-cookie-compliance-content, article.press-release > .block-sitemap, article.press-release > .messages__wrapper, article.press-release > .modal.content-modal, .region-navigation-util article.press-release > #block-utilitynavigation, .region-navigation-util article.press-release > [id^=block-utilitynavigation], #block-blogsubscribe article.press-release > .field--name-field-paragraph,
.block-blocksubscribe article.press-release > .field--name-field-paragraph {
  padding-bottom: 40px;
}
article.press-release .article-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #374858;
}
@media screen and (min-width: 768px) {
  article.press-release .article-title {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
article.press-release ~ section.block-type--paragraph-block .field--name-field-paragraph {
  display: flex;
  flex-direction: column;
}
article.press-release ~ section.block-type--paragraph-block .field--name-field-paragraph .paragraph-field--solid_background {
  order: -1;
}

article.resource.full .resource-fields .field {
  margin: 1.5rem 0;
}
article.resource.full .resource-fields .field.field--label-inline .field--label {
  min-width: 215px;
}
article.resource.full .resource-fields .field.field--label-inline .field--label,
article.resource.full .resource-fields .field.field--label-inline .field--items {
  float: none;
  display: inline-block;
  vertical-align: text-top;
}
article.resource.featured {
  background: #077a97;
  color: white;
  padding: 35px 0;
  height: 100%;
}
article.resource.featured .fa {
  padding-right: 10px;
}
article.resource.featured .field:not(:last-child) {
  margin-bottom: 35px;
}
article.resource.featured .field:not(:last-child):last-child {
  margin-top: 50px;
}
article.resource.featured .field:not(.field--type-image) {
  padding: 0 35px;
}
article.resource.featured .field:not(.field--type-text-long) {
  font-weight: 600;
  text-transform: uppercase;
}
article.resource.featured .field--type-text-long {
  font-weight: 200;
}
article.resource.featured .field--name-field-type-icon,
article.resource.featured .field--name-field-subtitle {
  font-size: 20px;
}
article.resource.featured .field--name-field-image {
  max-height: 265px;
  overflow: hidden;
}
article.resource.featured .field--name-field-type-verb a.playable::before {
  content: "";
  background: white url(../../images/nodes/play-nofeather.png) no-repeat center center;
  width: 26px;
  height: 26px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 6px;
  border-radius: 100px;
}
article.resource.featured .field--name-field-type-verb a:not(.playable) {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  color: #0896B9;
  font-weight: 600;
  border: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
}
article.resource.featured .field--name-field-type-verb a:not(.playable):hover, article.resource.featured .field--name-field-type-verb a:not(.playable):focus, article.resource.featured .field--name-field-type-verb a:not(.playable):active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
}
article.resource.featured .field--name-field-type-verb a:not(.playable)::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
article.resource.featured .field--name-field-type-verb a:not(.playable):hover, article.resource.featured .field--name-field-type-verb a:not(.playable):focus, article.resource.featured .field--name-field-type-verb a:not(.playable):active {
  color: #077A97;
  border: none;
}
article.resource.featured .field--name-field-type-verb a:not(.playable):hover::after, article.resource.featured .field--name-field-type-verb a:not(.playable):focus::after, article.resource.featured .field--name-field-type-verb a:not(.playable):active::after {
  padding-left: 0.4em;
  width: 1.8em;
}
article.resource.featured .field--name-field-type-verb a:not(.playable):hover, article.resource.featured .field--name-field-type-verb a:not(.playable):focus {
  color: white;
}
article.resource.featured img {
  width: 100%;
  margin: 0;
}
article.resource.featured a {
  color: inherit;
  transition: opacity 200ms;
}
article.resource.featured a:hover, article.resource.featured a:focus {
  opacity: 0.8;
}

#global-bootstrap-model .addtoany_list,
#global-bootstrap-model .jump-to-comments {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#global-bootstrap-model .addtoany_list > a,
#global-bootstrap-model .jump-to-comments > a {
  margin: 10px auto;
  transition: transform 0.25s ease-in-out;
}
#global-bootstrap-model .addtoany_list > a:hover, #global-bootstrap-model .addtoany_list > a:focus,
#global-bootstrap-model .jump-to-comments > a:hover,
#global-bootstrap-model .jump-to-comments > a:focus {
  transform: scale(1.1);
}
#global-bootstrap-model .addtoany_list > a img,
#global-bootstrap-model .jump-to-comments > a img {
  width: 30px;
  height: 30px;
  opacity: 1 !important;
}
#global-bootstrap-model .jump-to-comments {
  width: 100%;
  margin-top: 5px;
}
#global-bootstrap-model .jump-to-comments > a {
  background-color: #0896B9;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}
#global-bootstrap-model .jump-to-comments > a img {
  width: 24px;
  height: 24px;
}

.page-style-2019 .addtoany_list,
.page-style-2019 .jump-to-comments {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.page-style-2019 .addtoany_list > a,
.page-style-2019 .jump-to-comments > a {
  margin: 10px auto;
  transition: transform 0.25s ease-in-out;
}
.page-style-2019 .addtoany_list > a:hover, .page-style-2019 .addtoany_list > a:focus,
.page-style-2019 .jump-to-comments > a:hover,
.page-style-2019 .jump-to-comments > a:focus {
  transform: scale(1.1);
}
.page-style-2019 .addtoany_list > a img,
.page-style-2019 .jump-to-comments > a img {
  width: 30px;
  height: 30px;
  opacity: 1 !important;
}
.page-style-2019 .jump-to-comments {
  width: 100%;
  margin-top: 5px;
}
.page-style-2019 .jump-to-comments > a {
  background-color: #0896B9;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}
.page-style-2019 .jump-to-comments > a img {
  width: 24px;
  height: 24px;
}
.page-style-2019 article .main-area {
  padding-top: 0;
  margin-top: 0;
}
.page-style-2019 article .main-area .content > ul.links:first-child {
  display: none;
}
.page-style-2019 article .addtoany-mobile {
  position: fixed;
  left: 8px;
  bottom: 80px;
  z-index: 999;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  background: #0896b9;
  transition: all 0.1s ease-in-out;
  box-shadow: 3px 3px 5px 0px rgb(110, 107, 110);
  border-radius: 50%;
}
.page-style-2019 article .addtoany-mobile img {
  position: absolute;
  top: 12%;
  left: 15%;
}
@media screen and (min-width: 992px) {
  .page-style-2019 article .addtoany-mobile {
    display: none;
  }
}
.page-style-2019 article .addtoany-mobile:hover {
  transform: scale(1.1);
}
.page-style-2019 .blog-move-up {
  margin-top: 11px !important;
  margin-bottom: -11px;
}

.blog-home a::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e021";
  font-size: 0.8em;
  padding-right: 10px;
}

.blog-author-profile .author-header-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .blog-author-profile .author-header-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-author-profile .author-header-wrapper .author-header .author-desc {
    display: flex;
  }
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-profile-pic {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-author-profile .author-header-wrapper .author-header .author-desc .author-profile-pic {
    width: 35%;
    margin-bottom: 0;
    padding-right: 60px;
  }
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-profile-pic img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blog-author-profile .author-header-wrapper .author-header .author-desc .author-profile-pic img {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details {
    width: 65%;
  }
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details .author-social-links {
  margin-bottom: 20px;
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details .author-job-title {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details .author-social-links a {
  margin-right: 10px;
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details .author-social-links a img {
  transition: all 0.1s ease-in-out;
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-header-details .author-social-links a img:hover {
  transform: scale(1.1);
}
.blog-author-profile .author-header-wrapper .author-header .author-desc .author-bio {
  margin-top: 20px;
}

article.partners .static-header {
  margin-top: 0;
}
article.partners .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  article.partners .sidebar {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
article.partners .sidebar .field:not(:last-child) {
  margin-bottom: 30px;
}
article.partners .sidebar .field--type-image img {
  max-width: 375px;
}
article.partners .sidebar .field--label-inline:before, article.partners .sidebar .field--label-inline:after {
  content: " ";
  display: table;
}
article.partners .sidebar .field--label-inline:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  article.partners .sidebar {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  article.partners .sidebar .field:not(:last-child) {
    margin-bottom: 7px;
  }
  article.partners .sidebar .field.field--name-field-logo {
    margin-bottom: 30px;
  }
}
article.partners .field--type-entity-reference .field--items .field--item:not(:last-child)::after {
  content: ", ";
  display: inline;
}

a.resource-card.partners .logo img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a.resource-card.partners .card-image {
  background-position: center;
}
a.resource-card.partners .card-image .background-overlay.bg-blue {
  background-color: transparent;
}

article.event .field--name-field-event-type {
  text-transform: uppercase;
  color: #01a2cb;
  margin: 0;
  font-weight: bold;
  letter-spacing: -1px;
}
article.event .field--name-field-date {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 16px 0;
  margin: 0;
  color: #01a2cb;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
article.event .event-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
  margin: 20px 0 0 0;
}
article.event .field--name-body {
  color: #a0acb7;
}
article.event .link a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  color: #0896B9;
  font-weight: 600;
  border: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
article.event .link a:hover, article.event .link a:focus, article.event .link a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
}
article.event .link a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
article.event .link a:hover, article.event .link a:focus, article.event .link a:active {
  color: #077A97;
  border: none;
}
article.event .link a:hover::after, article.event .link a:focus::after, article.event .link a:active::after {
  padding-left: 0.4em;
  width: 1.8em;
}
article.event .location {
  color: #a0acb7;
  text-transform: uppercase;
}
article.event .location .fa {
  margin-right: 5px;
  position: relative;
  z-index: 5;
}
article.event .event-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
article.event .event-details li {
  display: inline-block;
  padding: 15px 0;
  margin-right: 25px;
}
article.event .event-details li .field {
  display: inline;
}
article.event .event-details .date {
  background: #01a2cb;
  color: white;
  position: relative;
  padding-right: 15px;
  padding-left: 1px;
}
article.event .event-details .date::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  background: #01a2cb;
  height: 100%;
  left: -35px;
  top: 0;
}
@media screen and (min-width: 768px) {
  article.event .event-details .date {
    float: none;
    padding-right: 25px;
  }
}
article.event .details {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  article.event .details {
    padding: 20px 0;
  }
}
article.event.full .container, article.event.full .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
article.event.full .view-what-others-are-saying-about-kinaxis-, article.event.full #block-views-block-kinaxis-resources-resources-list, article.event.full #block-views-block-kinaxis-resources-block-case-studies-list, article.event.full .paragraph--type--faq-question-list, article.event.full .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel article.event.full .field--type-text-long, article.event.full .paragraph--type--quote > .field--item, article.event.full .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes article.event.full .field--type-text-long, article.event.full .paragraph--type--leads-cta > .field.field--name-field-body, article.event.full .paragraph--type--announcement .slick, .paragraph--type--announcement article.event.full .slick, article.event.full .block-type--basic, article.event.full .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner article.event.full .eu-cookie-compliance-content, article.event.full .block-sitemap, article.event.full .messages__wrapper, article.event.full .modal.content-modal, article.event.full .region-navigation-util #block-utilitynavigation, .region-navigation-util article.event.full #block-utilitynavigation, article.event.full .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util article.event.full [id^=block-utilitynavigation], article.event.full #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe article.event.full .field--name-field-paragraph,
article.event.full .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe article.event.full .field--name-field-paragraph {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  article.event.full .container, article.event.full .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  article.event.full .view-what-others-are-saying-about-kinaxis-, article.event.full #block-views-block-kinaxis-resources-resources-list, article.event.full #block-views-block-kinaxis-resources-block-case-studies-list, article.event.full .paragraph--type--faq-question-list, article.event.full .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel article.event.full .field--type-text-long, article.event.full .paragraph--type--quote > .field--item, article.event.full .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes article.event.full .field--type-text-long, article.event.full .paragraph--type--leads-cta > .field.field--name-field-body, article.event.full .paragraph--type--announcement .slick, .paragraph--type--announcement article.event.full .slick, article.event.full .block-type--basic, article.event.full .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner article.event.full .eu-cookie-compliance-content, article.event.full .block-sitemap, article.event.full .messages__wrapper, article.event.full .modal.content-modal, article.event.full .region-navigation-util #block-utilitynavigation, .region-navigation-util article.event.full #block-utilitynavigation, article.event.full .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util article.event.full [id^=block-utilitynavigation], article.event.full #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe article.event.full .field--name-field-paragraph,
  article.event.full .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe article.event.full .field--name-field-paragraph {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
article.event.switchback .event-details {
  margin-top: 35px;
}
article.event.switchback .event-details li {
  display: block;
  padding: 15px 0 0 0;
}
article.event.teaser .date-column {
  display: none;
}
@media screen and (min-width: 768px) {
  article.event.teaser .date-column {
    display: block;
  }
  article.event.teaser .content-column .event-date {
    display: none;
  }
  article.event.teaser .date-display-range {
    text-align: center;
    text-transform: uppercase;
  }
  article.event.teaser .date-display-range span {
    display: block;
  }
}

.kinaxis-bisc-logo {
  display: none;
}

.kinaxis-bisc-logo-white {
  display: none;
}

.bisc-blog-author {
  width: 127px;
  height: auto;
  margin: 0 auto 20px;
}

[class*=page-node-type-bisc] [data-drupal-messages] {
  display: none;
}
[class*=page-node-type-bisc] .kinaxis-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .kinaxis-bisc-logo {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  [class*=page-node-type-bisc] .kinaxis-bisc-logo-white {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .hero-title-content.normal-padding {
    padding-top: 0;
  }
}
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars,
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars {
  background-color: transparent !important;
}
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars:before,
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars:before {
  background-color: #1E2E3E;
}
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars:after,
[class*=page-node-type-bisc] .button--ultimenu.is-ultimenu-button-active .bars:after {
  background-color: #1E2E3E;
}
[class*=page-node-type-bisc] .navbar {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .navbar-header {
    background-color: #f6f6f6;
  }
}
[class*=page-node-type-bisc] .region.region-navigation-collapsible .kinaxis-bisc-logo-white {
  display: block;
}
[class*=page-node-type-bisc] .region.region-navigation-collapsible .kinaxis-bisc-logo {
  display: none;
}
[class*=page-node-type-bisc] .region.region-navigation-util {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .region-navigation #block-kinaxis-branding,
  [class*=page-node-type-bisc] .region-navigation #block-sitebranding,
  [class*=page-node-type-bisc] .mobile-header #block-kinaxis-branding,
  [class*=page-node-type-bisc] .mobile-header #block-sitebranding {
    padding: 25px 0;
  }
}
[class*=page-node-type-bisc] .region-navigation .block-ultimenu-blockultimenu-bisc-header-navigation-menu .ultimenu > li:nth-last-child(2) > a,
[class*=page-node-type-bisc] .mobile-header .block-ultimenu-blockultimenu-bisc-header-navigation-menu .ultimenu > li:nth-last-child(2) > a {
  padding-right: 24px !important;
}
[class*=page-node-type-bisc] .paragraph--type--hero-title {
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content .hero-title-content-inner {
  text-align: left;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content .hero-title-content-inner {
    max-width: 70%;
    text-align: left;
  }
}
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h1 {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h1 {
    max-width: 100%;
  }
}
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h1,
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h4,
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content .subheading {
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h4 {
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .paragraph--type--hero-title .hero-title-content h4 {
    max-width: 80%;
  }
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta.bg-bisc-dark-blue {
  background-color: #1E2E3E;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .paragraph--type--leads-cta.bg-bisc-dark-blue {
    text-align: center;
  }
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue {
  background-color: #1E2E3E;
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--child-switchback-basic {
  color: #FFFFFF;
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--child-switchback-basic h2 {
  color: #FFFFFF;
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--child-switchback-basic p {
  color: #FFFFFF;
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .btn.outline, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links a.outline, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a.btn, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .paragraph--type--promo-links a, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.btn.button, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager .bg-bisc-dark-blue li > a.btn.button, [class*=page-node-type-bisc] .infinite-scroll-button.pager .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.btn.button, [class*=page-node-type-bisc] .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue li > a.btn.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue li > a.btn.button, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue li > a.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .btn.outline:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline:hover,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links a.outline:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a:hover, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a.btn:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a:hover,
[class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue .paragraph--type--promo-links a:hover, .paragraph--type--promo-links [class*=page-node-type-bisc] .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .bg-bisc-dark-blue a:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.outline:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue button:hover, [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager [class*=page-node-type-bisc] .paragraph--type--leads-cta .bg-bisc-dark-blue li > a.button:hover {
  background: #FFFFFF;
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .view-display-id-block_latest_blogs {
  padding: 40px 0 !important;
  margin-bottom: -120px !important;
}
[class*=page-node-type-bisc] .view-display-id-block_latest_blogs .view-filters.form-group {
  display: none !important;
}
[class*=page-node-type-bisc] .view-display-id-block_latest_blogs .speakers,
[class*=page-node-type-bisc] .view-display-id-block_latest_blogs .field--name-field-author {
  display: inline !important;
}
[class*=page-node-type-bisc] .resources .bisc-resource-container {
  color: #1E2E3E;
  background: #FFFFFF;
  display: flex;
  padding: 20px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  [class*=page-node-type-bisc] .resources .bisc-resource-container {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .card-image {
  min-height: 250px;
  min-width: 250px;
  margin-right: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .resources .bisc-resource-container .card-image {
    min-height: 280px;
  }
}
@media screen and (max-width: 991px) {
  [class*=page-node-type-bisc] .resources .bisc-resource-container .card-image {
    margin-right: 0px;
    border-radius: 0px;
  }
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .bisc-resource-content {
  position: relative;
  min-height: 260px;
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .bisc-resource-content .resource-type {
  color: #1E2E3E;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .bisc-resource-content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .bisc-resource-content .speakers {
  margin-bottom: 10px;
}
[class*=page-node-type-bisc] .resources .bisc-resource-container .bisc-resource-content .bisc-resource-link {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
[class*=page-node-type-bisc] .bisc-resource-paragraph-footer {
  text-align: center;
  margin: 50px 0;
}
[class*=page-node-type-bisc] .bisc-resource-paragraph-footer .btn.btn-outline, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.btn-outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline,
[class*=page-node-type-bisc] .bisc-resource-paragraph-footer .view-what-others-are-saying-about-kinaxis- .more-link a.btn-outline,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .gb-dark-blue-view-all-button .more-link a.btn-outline, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .paragraph--type--promo-links a.btn-outline, .paragraph--type--promo-links [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .infinite-scroll-button.pager li > a.btn-outline.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .bisc-resource-paragraph-footer li > a.btn-outline.button, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.btn-outline, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .bisc-resource-paragraph-footer button.btn-outline {
  background: transparent;
  border: 2px solid #1E2E3E;
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .bisc-resource-paragraph-footer .btn.btn-outline:hover, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.btn-outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline:hover,
[class*=page-node-type-bisc] .bisc-resource-paragraph-footer .view-what-others-are-saying-about-kinaxis- .more-link a.btn-outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline:hover, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .gb-dark-blue-view-all-button .more-link a.btn-outline:hover, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline:hover, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .paragraph--type--promo-links a.btn-outline:hover, .paragraph--type--promo-links [class*=page-node-type-bisc] .bisc-resource-paragraph-footer a.btn-outline:hover, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .infinite-scroll-button.pager li > a.btn-outline.button:hover, .infinite-scroll-button.pager [class*=page-node-type-bisc] .bisc-resource-paragraph-footer li > a.btn-outline.button:hover, [class*=page-node-type-bisc] .bisc-resource-paragraph-footer .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.btn-outline:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .bisc-resource-paragraph-footer button.btn-outline:hover {
  background: #1E2E3E;
  color: #F6F6F6;
}
[class*=page-node-type-bisc] .footer .region-footer {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  [class*=page-node-type-bisc] .footer .region-footer {
    flex-direction: column;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-id-bisc_resources_and_blogs .content-resources .search-exposed .kas-secondary,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-id-bisc_resources_and_blogs .content-resources .search-exposed .kas-secondary {
  display: none;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-header,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-header {
  margin-bottom: 60px;
  text-align: center;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-header .search-exposed,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-header .search-exposed {
  display: none;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-header,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-header {
    text-align: left;
  }
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-header .search-exposed,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-header .search-exposed {
    display: block;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item.form-item-search-api-fulltext,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item.form-item-search-api-fulltext {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item.form-item-search-api-fulltext,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item.form-item-search-api-fulltext {
    top: -44px;
  }
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item.form-item-search-api-fulltext,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item.form-item-search-api-fulltext {
    top: 0px;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item.form-item-search-api-fulltext .form-text,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item.form-item-search-api-fulltext .form-text {
  font-size: 20px;
  font-weight: 600;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext input,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext input {
  width: 100%;
  position: relative;
  padding-left: 52px;
  font-size: 20px;
  font-weight: 600;
  height: 43px;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext label,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext label {
  visibility: hidden;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext::after,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext::after {
  display: block;
  position: absolute;
  left: 27px;
  bottom: 28%;
  transform: translateY(50%);
  font-family: "Material Icons";
  font-size: 30px;
  content: "\e8b6";
  color: #A7B2BC;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext {
    position: absolute;
    text-align: right;
    top: 0;
    right: 15px;
    width: 100%;
  }
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext::after,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext::after {
    bottom: 50%;
    right: 41.5%;
  }
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext input,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext input {
    width: 47%;
  }
}
@media screen and (min-width: 1250px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .form-item-search-api-fulltext::after,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .form-item-search-api-fulltext::after {
    right: 42.5%;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters {
  background: #FFFFFF;
  padding: 12px;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-item-search-api-fulltext,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-item-search-api-fulltext {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters {
    margin-bottom: 60px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters {
    margin-top: 0;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel {
  border-bottom: 1px solid #ebedef;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel:last-of-type,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel:last-of-type {
  border-bottom: none;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .panel-title,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .panel-title {
  font-size: 18px;
  line-height: 1.625;
  font-weight: 600;
  margin: 4px 0;
  outline: none;
  padding: 0;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .panel-title::before, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .panel-title::-webkit-details-marker,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .panel-title::before,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .panel-title::-webkit-details-marker {
  display: none;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .panel-title::after,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .panel-title::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e313";
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  right: 25px;
  transition: transform 300ms;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .panel-title[aria-expanded=true]::after,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .panel-title[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .form-checkboxes,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .form-checkboxes {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .form-checkboxes,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .form-checkboxes {
    -moz-column-count: 1;
         column-count: 1;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .form-type-checkbox .control-label,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .form-type-checkbox .control-label {
  padding-left: 28px;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .form-type-checkbox .control-label input[type=checkbox],
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .form-type-checkbox .control-label input[type=checkbox] {
  position: absolute;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .panel .form-type-checkbox .control-label .input-fancy,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .panel .form-type-checkbox .control-label .input-fancy {
  top: 10px;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-item.panel.panel-default,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-item.panel.panel-default {
  padding: 4px 0;
  width: 100%;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions {
  width: 100%;
  text-align: center;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions button,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions button {
  margin: 15px auto 0;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit {
    left: 0;
    top: 10px;
    margin-bottom: 10px;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit span.icon,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit span.icon {
  display: none;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit + .form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit + .form-submit {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  border-radius: 0;
  background: none;
  color: #0896B9;
  letter-spacing: normal;
  outline: none;
  padding: 0 0 3px 0;
  text-transform: initial;
  width: auto;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit + .form-submit:hover, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit + .form-submit:focus, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .form-actions .form-submit + .form-submit:active,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit + .form-submit:hover,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit + .form-submit:focus,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .form-actions .form-submit + .form-submit:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-filters .advanced-search,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-filters .advanced-search {
  width: 100%;
  display: none;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form h4,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form h4 {
  font-weight: 600;
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-item,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-item {
  width: 100%;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .btn, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions li > a.button, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions button,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .btn,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .paragraph--type--promo-links a,
.paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions li > a.button,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions button {
  width: 100%;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .btn.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.form-submit, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.form-submit,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.form-submit, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .paragraph--type--promo-links a.form-submit, .paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.form-submit.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions li > a.form-submit.button, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.form-submit, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions button.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .btn.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.form-submit,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.form-submit,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.form-submit,
.gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .paragraph--type--promo-links a.form-submit,
.paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.form-submit.button,
.infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions li > a.form-submit.button,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.form-submit,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions button.form-submit {
  height: 43px;
}
@media (max-width: 991px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .btn.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.form-submit, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.form-submit,
  .view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.form-submit, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .paragraph--type--promo-links a.form-submit, .paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.form-submit, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.form-submit.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions li > a.form-submit.button, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.form-submit, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions button.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .btn.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.form-submit,
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.form-submit,
  .view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.form-submit,
  .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .paragraph--type--promo-links a.form-submit,
  .paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.form-submit,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.form-submit.button,
  .infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions li > a.form-submit.button,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.form-submit,
  .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions button.form-submit {
    left: 0;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .btn.hidden, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.hidden, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.hidden,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.hidden, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.hidden, .gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.hidden, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .paragraph--type--promo-links a.hidden, .paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions a.hidden, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.hidden.button, .infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions li > a.hidden.button, [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.hidden, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-actions button.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .btn.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.hidden,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a.hidden,
.view-what-others-are-saying-about-kinaxis- .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .gb-dark-blue-view-all-button .more-link a.hidden,
.gb-dark-blue-view-all-button .more-link [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .paragraph--type--promo-links a.hidden,
.paragraph--type--promo-links [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions a.hidden,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .infinite-scroll-button.pager li > a.hidden.button,
.infinite-scroll-button.pager [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions li > a.hidden.button,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.hidden,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-actions button.hidden {
  display: block !important;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .bisc-mailing-form .form-control,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .bisc-mailing-form .form-control {
  height: 40px;
  font-weight: 600;
  color: #a7b2bc;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content {
  background: #FFFFFF;
  padding: 15px;
  position: relative;
  min-height: 492px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-image img,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-image img {
  width: 100%;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content:after,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content:after {
  content: "";
  position: absolute;
  bottom: 37px;
  height: 2px;
  padding: 0 15px;
  width: 93%;
  background: #707070;
}
@media screen and (max-width: 389px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content:after,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content:after {
    width: 94%;
  }
}
@media screen and (max-width: 991px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content:after,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content:after {
    width: 96%;
  }
}
@media screen and (min-width: 992px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content:after,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content:after {
    width: 93%;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-bisc-resource-type,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-bisc-resource-type {
  margin: 32px 0 18px 0px;
}
@media screen and (min-width: 660px) and (max-width: 991px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-bisc-resource-type,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-bisc-resource-type {
    margin: 8px 0;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-bisc-resource-type .badge,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-bisc-resource-type .badge {
  background: #0896b9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 2px 31px;
  border-radius: 20px;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-title,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-title {
  font-size: 24px;
  font-weight: 700;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-title a,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-title a {
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-resource-author,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-resource-author {
  font-weight: 16px;
  color: #1E2E3E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 660px) and (max-width: 991px) {
  [class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-resource-author,
  [class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-resource-author {
    -webkit-line-clamp: 2;
  }
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-resource-author .views-label,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-resource-author .views-label {
  display: inline;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-resource-author .field-content,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-resource-author .field-content {
  display: inline;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-bisc-topic,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-bisc-topic {
  display: inline-block;
  width: 50%;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: #1E2E3E;
}
[class*=page-node-type-bisc] .view-bisc-resources-and-blog .view-content .resource-content .views-field-field-duration,
[class*=page-node-type-bisc] .view-bisc-resources-and-blogs .view-content .resource-content .views-field-field-duration {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  text-align: right;
  font-size: 16px;
  width: 50%;
  font-weight: 600;
  color: #1E2E3E;
}

.region-footer #block-biscfooter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .region-footer #block-biscfooter {
    float: left;
    width: 33.3333333333%;
  }
}
.region-footer #block-biscfooter div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .region-footer #block-biscfooter div {
    flex-direction: column;
  }
}
.region-footer #block-biscfooter div p {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 1249px) {
  .region-footer #block-biscfooter div p {
    font-size: 18px;
  }
}
.region-footer #block-biscfooter div a {
  margin-left: 15px;
  transition: opacity 500ms;
}
@media screen and (max-width: 991px) {
  .region-footer #block-biscfooter div a {
    margin-top: 15px;
    margin-left: 0px;
  }
}
.region-footer #block-biscfooter div a:hover {
  text-decoration: none;
  opacity: 0.8;
  border: 0;
}
.region-footer #block-bischeadernavigationmenu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .region-footer #block-bischeadernavigationmenu {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .region-footer #block-bischeadernavigationmenu {
    margin: 40px 0;
  }
}
.region-footer #block-bischeadernavigationmenu ul.nav {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .region-footer #block-bischeadernavigationmenu ul.nav {
    justify-content: center;
  }
}
.region-footer #block-bischeadernavigationmenu ul.nav li {
  margin-right: 40px;
}
.region-footer #block-bischeadernavigationmenu ul.nav li a {
  font-size: 16px;
  font-weight: bold;
}
.region-footer #block-bischeadernavigationmenu ul.nav li:last-child {
  margin-right: 0;
}
.region-footer #block-biscfootersubscribetomailinglist {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .region-footer #block-biscfootersubscribetomailinglist {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1249px) {
  .region-footer #block-biscfootersubscribetomailinglist p a {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-bisc-homepage .hero-title-content.normal-padding {
    padding: 0;
  }
}
@media screen and (max-width: 389px) {
  .page-node-type-bisc-homepage .image_background_wrapper .paragraph--type--image-background {
    background-size: 100% 100%;
  }
}
.page-node-type-bisc-homepage .image_background_wrapper .paragraph--type--image-background.paragraph--view-mode--default {
  color: #1E2E3E;
}
.page-node-type-bisc-homepage .image_background_wrapper .paragraph--type--image-background.paragraph--view-mode--default .field--name-field-body h1 {
  max-width: 60%;
  line-height: 80px;
}
.page-node-type-bisc-homepage .image_background_wrapper .paragraph--type--image-background.paragraph--view-mode--default .field--name-field-body .subheading {
  font-size: 24px;
  font-weight: 600;
  max-width: 40%;
  letter-spacing: 0em;
  line-height: 24px;
  text-transform: none;
}

.page-node-type-bisc-basic-page .paragraphs-container {
  background: #FFFFFF;
}

.bisc-resource-fields .resources-flex {
  display: flex;
}
@media screen and (max-width: 991px) {
  .bisc-resource-fields .resources-flex {
    flex-direction: column;
  }
  .bisc-resource-fields .resources-flex .resource-left {
    order: 2;
  }
  .bisc-resource-fields .resources-flex .resource-content-authors {
    order: 1;
    margin-bottom: 50px;
  }
  .bisc-resource-fields .resources-flex .resource-content-authors .speaker-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.bisc-resource-fields .resources-flex .resource-content-authors .bisc--resource--type {
  background: #0896b9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 2px 25px;
  border-radius: 20px;
}
.bisc-resource-fields .resources-flex .resource-content-authors .bisc-resource-body {
  margin-top: 15px;
}

.has-overlay .bisc-resource-fields .resource-left {
  padding-left: 0;
  margin-bottom: 80px;
}
.has-overlay .bisc-resource-fields .video-card .field--name-field-bisc-video-thumbnail {
  position: relative;
}
.has-overlay .bisc-resource-fields .video-card .field--name-field-bisc-video-thumbnail:before {
  background-color: rgba(30, 46, 62, 0.8);
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
}
.has-overlay .bisc-resource-fields .video-card .field--name-field-bisc-video-thumbnail:after {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  transition: font-size 250ms;
}

.bisc-resource-fields {
  margin: 50px 0;
}
.bisc-resource-fields .field--name-field-podcast-embed {
  margin-top: 50px;
}
.bisc-resource-fields .speaker-title {
  color: #1E2E3E;
}
.bisc-resource-fields .speaker-content {
  margin: 10px 0;
  text-align: center;
}
.bisc-resource-fields .speaker-content img {
  max-width: 120px;
}
.bisc-resource-fields .speaker-content .speaker-name {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
.bisc-resource-fields .speaker-content .job-title {
  font-size: 20px;
  margin-bottom: 0px;
}
.bisc-resource-fields .speaker-content .company {
  font-size: 20px;
}

.paragraph--type--header-title.header-title-bisc-resources .header-title {
  padding-top: 85px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--header-title.header-title-bisc-resources .header-title {
    padding-top: 0;
  }
}

.resources-bisc--main .region.region-navigation-util,
resources-bisc---main .region.region-navigation-util {
  visibility: hidden;
}

.resources-bisc-only .region.region-navigation-util {
  visibility: hidden;
}

.resources-bisc-only .kinaxis-logo,
.resources-bisc--main .kinaxis-logo,
.resources-bisc---main .kinaxis-logo {
  display: none;
}
.resources-bisc-only [data-drupal-messages],
.resources-bisc--main [data-drupal-messages],
.resources-bisc---main [data-drupal-messages] {
  display: none;
}
.resources-bisc-only .region-navigation.sticky .kinaxis-bisc-logo-white,
.resources-bisc--main .region-navigation.sticky .kinaxis-bisc-logo-white,
.resources-bisc---main .region-navigation.sticky .kinaxis-bisc-logo-white {
  display: none;
}
.resources-bisc-only .region-navigation.sticky .kinaxis-bisc-logo,
.resources-bisc--main .region-navigation.sticky .kinaxis-bisc-logo,
.resources-bisc---main .region-navigation.sticky .kinaxis-bisc-logo {
  display: block;
}

.page-node-type-resource.resources-bisc-only .kinaxis-bisc-logo-white, .page-node-type-resource.resources-bisc--main .kinaxis-bisc-logo-white, .page-node-type-resource.resources-bisc---main .kinaxis-bisc-logo-white,
.page-node-type-blog.resources-bisc-only .kinaxis-bisc-logo-white,
.page-node-type-blog.resources-bisc--main .kinaxis-bisc-logo-white,
.page-node-type-blog.resources-bisc---main .kinaxis-bisc-logo-white {
  display: block;
}
@media screen and (max-width: 991px) {
  .page-node-type-resource .speaker-title + .row,
  .page-node-type-blog .speaker-title + .row {
    justify-content: center;
  }
  .page-node-type-resource .bisc-resource-fields .resources-flex,
  .page-node-type-blog .bisc-resource-fields .resources-flex {
    align-items: center;
  }
}
.page-node-type-resource .speaker-title + .row,
.page-node-type-blog .speaker-title + .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .page-node-type-resource .bisc-resource-fields .speaker-content,
  .page-node-type-blog .bisc-resource-fields .speaker-content {
    flex-basis: fit-content;
    margin: 20px auto;
  }
}

.field--name-field-display-option {
  display: none;
}

.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page {
  background-color: #FFFFFF;
  position: relative;
}
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .container:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):before,
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .view-what-others-are-saying-about-kinaxis-:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-views-block-kinaxis-resources-resources-list:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-views-block-kinaxis-resources-block-case-studies-list:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--faq-question-list:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--carousel .field--type-text-long:before, .paragraph--type--carousel .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--type-text-long:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--quote > .field--item:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--quotes .field--type-text-long:before, .paragraph--type--quotes .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--type-text-long:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--leads-cta > .field.field--name-field-body:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--announcement .slick:before, .paragraph--type--announcement .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .slick:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-type--basic:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .eu-cookie-compliance-banner .eu-cookie-compliance-content:before, .eu-cookie-compliance-banner .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .eu-cookie-compliance-content:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-sitemap:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .messages__wrapper:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .modal.content-modal:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .region-navigation-util #block-utilitynavigation:before, .region-navigation-util .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-utilitynavigation:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .region-navigation-util [id^=block-utilitynavigation]:before, .region-navigation-util .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page [id^=block-utilitynavigation]:before, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-blogsubscribe .field--name-field-paragraph:before, #block-blogsubscribe .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--name-field-paragraph:before,
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-blocksubscribe .field--name-field-paragraph:before,
.block-blocksubscribe .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--name-field-paragraph:before {
  background-image: none, url(../../images/bubble-bg-top.png);
  position: absolute;
  display: block;
  background-size: 100%;
  top: 0%;
  height: 100%;
  width: 306px;
  background-repeat: no-repeat;
}
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .container:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):after,
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .view-what-others-are-saying-about-kinaxis-:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-views-block-kinaxis-resources-resources-list:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-views-block-kinaxis-resources-block-case-studies-list:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--faq-question-list:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--carousel .field--type-text-long:after, .paragraph--type--carousel .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--type-text-long:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--quote > .field--item:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--quotes .field--type-text-long:after, .paragraph--type--quotes .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--type-text-long:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--leads-cta > .field.field--name-field-body:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .paragraph--type--announcement .slick:after, .paragraph--type--announcement .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .slick:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-type--basic:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .eu-cookie-compliance-banner .eu-cookie-compliance-content:after, .eu-cookie-compliance-banner .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .eu-cookie-compliance-content:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-sitemap:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .messages__wrapper:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .modal.content-modal:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .region-navigation-util #block-utilitynavigation:after, .region-navigation-util .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-utilitynavigation:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .region-navigation-util [id^=block-utilitynavigation]:after, .region-navigation-util .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page [id^=block-utilitynavigation]:after, .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page #block-blogsubscribe .field--name-field-paragraph:after, #block-blogsubscribe .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--name-field-paragraph:after,
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .block-blocksubscribe .field--name-field-paragraph:after,
.block-blocksubscribe .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .field--name-field-paragraph:after {
  background-image: url(../../images/bubble-bg-bottom.png);
  position: absolute;
  width: 182px;
  height: 39px;
  bottom: 0%;
  right: 8%;
}
.paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .authors-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .paragraph--type--contributing-authors.bisc--authors--bisc_basic_page .authors-row {
    display: flex;
    justify-content: center;
  }
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors {
  margin-top: 30px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .author-header-wrapper {
  margin-bottom: 25px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .title:after {
  border-bottom: 0px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .field--name-field-bisc-subtitle {
  text-align: center;
  margin-bottom: 35px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .authors-row .author-desc {
  text-align: center;
  font-size: 20px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .authors-row .author-desc .author-profile-pic img {
  max-width: 179px;
  display: inline;
  cursor: pointer;
}
.paragraph--type--contributing-authors .featured-authors-wrapper.bisc--authors .authors-row .author-desc .author-name {
  font-weight: 700;
  margin: 10px 0;
}

.view-bisc-innovators .authors-row {
  display: flex;
  justify-content: center;
}
.view-bisc-innovators .authors-row .bisc-author .author-desc {
  text-align: center;
  font-size: 20px;
}
.view-bisc-innovators .authors-row .bisc-author .author-desc .author-profile-pic .field--name-field-bisc-profile-picture img {
  max-width: 179px;
  display: inline;
}
.view-bisc-innovators .authors-row .bisc-author .author-desc .author-name {
  font-weight: 700;
  margin: 10px 0;
}

.page-node-type-resource.resources-bisc-only .paragraph--type--view-reference.background_white,
.page-node-type-resource.resources-bisc--main .paragraph--type--view-reference.background_white,
.page-node-type-bisc-homepage .paragraph--type--view-reference.background_white,
.page-node-type-bisc-basic-page .paragraph--type--view-reference.background_white,
.page-node-type-resource.resources-bisc---main .paragraph--type--view-reference.background_white {
  background: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .page-node-type-resource.resources-bisc-only .video-container,
  .page-node-type-resource.resources-bisc--main .video-container,
  .page-node-type-bisc-homepage .video-container,
  .page-node-type-bisc-basic-page .video-container,
  .page-node-type-resource.resources-bisc---main .video-container {
    height: 70%;
    background-position: 75% 540px;
  }
  .page-node-type-resource.resources-bisc-only .hero-title-content.normal-padding,
  .page-node-type-resource.resources-bisc--main .hero-title-content.normal-padding,
  .page-node-type-bisc-homepage .hero-title-content.normal-padding,
  .page-node-type-bisc-basic-page .hero-title-content.normal-padding,
  .page-node-type-resource.resources-bisc---main .hero-title-content.normal-padding {
    padding: 365px 0 0px 0;
  }
  .page-node-type-resource.resources-bisc-only .paragraph--type--hero-title .hero-title-content .hero-title-content-inner div *,
  .page-node-type-resource.resources-bisc--main .paragraph--type--hero-title .hero-title-content .hero-title-content-inner div *,
  .page-node-type-bisc-homepage .paragraph--type--hero-title .hero-title-content .hero-title-content-inner div *,
  .page-node-type-bisc-basic-page .paragraph--type--hero-title .hero-title-content .hero-title-content-inner div *,
  .page-node-type-resource.resources-bisc---main .paragraph--type--hero-title .hero-title-content .hero-title-content-inner div * {
    text-align: center;
    margin: 40px auto;
  }
  .page-node-type-resource.resources-bisc-only .hero-title-content .cta-buttons,
  .page-node-type-resource.resources-bisc--main .hero-title-content .cta-buttons,
  .page-node-type-bisc-homepage .hero-title-content .cta-buttons,
  .page-node-type-bisc-basic-page .hero-title-content .cta-buttons,
  .page-node-type-resource.resources-bisc---main .hero-title-content .cta-buttons {
    margin-top: 0;
  }
  .page-node-type-resource.resources-bisc-only .paragraph--type--hero-title .hero-title-content .hero-title-content-inner,
  .page-node-type-resource.resources-bisc--main .paragraph--type--hero-title .hero-title-content .hero-title-content-inner,
  .page-node-type-bisc-homepage .paragraph--type--hero-title .hero-title-content .hero-title-content-inner,
  .page-node-type-bisc-basic-page .paragraph--type--hero-title .hero-title-content .hero-title-content-inner,
  .page-node-type-resource.resources-bisc---main .paragraph--type--hero-title .hero-title-content .hero-title-content-inner {
    max-width: 100% !important;
  }
  .page-node-type-resource.resources-bisc-only .resources .bisc-resource-container .card-image,
  .page-node-type-resource.resources-bisc--main .resources .bisc-resource-container .card-image,
  .page-node-type-bisc-homepage .resources .bisc-resource-container .card-image,
  .page-node-type-bisc-basic-page .resources .bisc-resource-container .card-image,
  .page-node-type-resource.resources-bisc---main .resources .bisc-resource-container .card-image {
    min-height: 400px !important;
    background-size: contain !important;
  }
}
.page-node-type-resource.resources-bisc-only .button--ultimenu .bars,
.page-node-type-resource.resources-bisc--main .button--ultimenu .bars,
.page-node-type-bisc-homepage .button--ultimenu .bars,
.page-node-type-bisc-basic-page .button--ultimenu .bars,
.page-node-type-resource.resources-bisc---main .button--ultimenu .bars {
  background-color: #1E2E3E;
}
.page-node-type-resource.resources-bisc-only .button--ultimenu .bars:before,
.page-node-type-resource.resources-bisc--main .button--ultimenu .bars:before,
.page-node-type-bisc-homepage .button--ultimenu .bars:before,
.page-node-type-bisc-basic-page .button--ultimenu .bars:before,
.page-node-type-resource.resources-bisc---main .button--ultimenu .bars:before {
  background-color: #1E2E3E;
}
.page-node-type-resource.resources-bisc-only .button--ultimenu .bars:after,
.page-node-type-resource.resources-bisc--main .button--ultimenu .bars:after,
.page-node-type-bisc-homepage .button--ultimenu .bars:after,
.page-node-type-bisc-basic-page .button--ultimenu .bars:after,
.page-node-type-resource.resources-bisc---main .button--ultimenu .bars:after {
  background-color: #1E2E3E;
}
.page-node-type-resource.resources-bisc-only .button--ultimenu.is-ultimenu-button-active .bars,
.page-node-type-resource.resources-bisc--main .button--ultimenu.is-ultimenu-button-active .bars,
.page-node-type-bisc-homepage .button--ultimenu.is-ultimenu-button-active .bars,
.page-node-type-bisc-basic-page .button--ultimenu.is-ultimenu-button-active .bars,
.page-node-type-resource.resources-bisc---main .button--ultimenu.is-ultimenu-button-active .bars {
  background-color: transparent !important;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active.is-ultimenu-expanded .is-ultimenu-canvas-off,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active.is-ultimenu-expanded .is-ultimenu-canvas-off,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active.is-ultimenu-expanded .is-ultimenu-canvas-off,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active.is-ultimenu-expanded .is-ultimenu-canvas-off,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active.is-ultimenu-expanded .is-ultimenu-canvas-off {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on {
  background: #F6F6F6 !important;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo-white,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo-white,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo-white,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo-white,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo-white {
  display: none;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .mobile-header.is-ultimenu-canvas-on .kinaxis-bisc-logo {
  display: block;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off {
  background: #F6F6F6 !important;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo-white,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo-white,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo-white,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo-white,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo-white {
  display: none;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .kinaxis-bisc-logo {
  display: block;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link {
  color: #1E2E3E;
}
.page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:hover, .page-node-type-resource.resources-bisc-only.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:active,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:hover,
.page-node-type-resource.resources-bisc--main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:active,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:hover,
.page-node-type-bisc-homepage.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:active,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:hover,
.page-node-type-bisc-basic-page.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:active,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:hover,
.page-node-type-resource.resources-bisc---main.is-ultimenu-canvas--active .is-ultimenu-canvas-off .region-navigation #block-ultimenubischeadernavigationmenu .ultimenu--horizontal .ultimenu__link:active {
  text-decoration: underline;
}
.page-node-type-resource.resources-bisc-only .footer .region-footer,
.page-node-type-resource.resources-bisc--main .footer .region-footer,
.page-node-type-bisc-homepage .footer .region-footer,
.page-node-type-bisc-basic-page .footer .region-footer,
.page-node-type-resource.resources-bisc---main .footer .region-footer {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-node-type-resource.resources-bisc-only .footer .region-footer,
  .page-node-type-resource.resources-bisc--main .footer .region-footer,
  .page-node-type-bisc-homepage .footer .region-footer,
  .page-node-type-bisc-basic-page .footer .region-footer,
  .page-node-type-resource.resources-bisc---main .footer .region-footer {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .bisc-user-modal {
    max-width: 950px;
  }
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile {
  overflow-y: scroll;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile {
    height: 416.6666666667px;
  }
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .headshot img {
    width: 100%;
  }
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .section-title, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .partners-view h2, .partners-view .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile h2, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .tabs-title, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .title, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .field--name-field-title, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .tabs-title, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile h2,
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile h2,
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile h2, .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .block-curatorio .block-title, .block-curatorio .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .block-title {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile {
    height: 538.8888888889px;
  }
}
@media screen and (min-width: 1250px) {
  .bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile {
    height: 538.8888888889px;
  }
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .description {
  margin-bottom: 20px;
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .description .field:not(.field--type-text-with-summary) {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .bisc-user-bio .section-job-title {
  margin-bottom: 0;
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .bisc-user-bio .section-company {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bisc-user-modal.modal .modal-dialog .modal-content .modal-body .bisc-user-profile .bisc-user-bio .author-social-links {
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-bisc-homepage .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-image {
    background-size: auto 125% !important;
  }
}
@media screen and (max-width: 479px) {
  .page-node-type-bisc-homepage .image_background_wrapper .paragraph--type--image-background {
    background-size: cover !important;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1600px) {
  .page-node-type-bisc-homepage .paragraph--type--image-background .field--type-text-long.field--item {
    padding: 0 120px;
  }
}

.bisc-author > div > a.blog-author-name-single-anchor {
  color: #374858;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
.bisc-author > div > a.blog-author-name-single-anchor:hover {
  color: #374858 !important;
  text-decoration: none !important;
}

.view-display-id-block_latest_blogs .bisc-resource-container {
  color: #1E2E3E;
  background: #FFFFFF;
  display: flex;
  padding: 20px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .view-display-id-block_latest_blogs .bisc-resource-container {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.view-display-id-block_latest_blogs .bisc-resource-container .card-image {
  min-height: 250px;
  min-width: 250px;
  margin-right: 20px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .view-display-id-block_latest_blogs .bisc-resource-container .card-image {
    min-height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .view-display-id-block_latest_blogs .bisc-resource-container .card-image {
    margin-right: 0px;
    border-radius: 0px;
  }
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content {
  position: relative;
  min-height: 260px;
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content .resource-type {
  color: #1E2E3E;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content .speakers {
  margin-bottom: 10px;
  display: inline;
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content .field--name-field-author {
  display: inline;
}
.view-display-id-block_latest_blogs .bisc-resource-container .bisc-resource-content .bisc-resource-link {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.view-display-id-block_latest_blogs {
  margin: 0 auto;
}

.content-resources .search-exposed #views-exposed-form-bisc-resources-and-blogs-bisc .kas-secondary.panel.panel-default {
  display: none;
}

.modal.menu-modal .modal-content {
  border-radius: 3px;
}
.modal.menu-modal button.close {
  color: #A7B2BC;
  display: block;
  font-size: 6rem;
  padding: 7px 10px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
.modal.menu-modal .modal-header {
  border: none;
  padding: 11px 20px;
  position: relative;
}
.modal.menu-modal .modal-header .modal-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
  margin: 7px 0;
}
.modal.menu-modal .modal-body {
  background-color: #f8f9fA;
}
.modal.menu-modal .modal-header,
.modal.menu-modal .modal-body,
.modal.menu-modal .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.modal.menu-modal .menu {
  padding-bottom: 12px;
  padding-top: 8px;
}
.modal.menu-modal .menu > li > a {
  color: #374858;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 6px 20px 7px;
  position: relative;
  transition: all 300ms;
}
.modal.menu-modal .menu > li > a:hover, .modal.menu-modal .menu > li > a:focus, .modal.menu-modal .menu > li > a:active {
  background: none;
  color: #0896B9;
}

.modal-backdrop.in {
  opacity: 0.9;
}

@media (min-width: 992px) and (max-width: 1249px) {
  .blog-category-menu {
    margin-bottom: -60px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 1250px) {
  .blog-category-menu {
    background-color: #f8f9fA;
    padding: 15px 15px 18px;
  }
}
.blog-category-menu .is-hidden {
  display: none;
}
.blog-category-menu .nav > li {
  padding: 0;
}
.blog-category-menu .nav > li > a {
  color: #374858;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 5px 15px 6px;
  position: relative;
  transition: all 300ms;
}
.blog-category-menu .nav > li > a:hover, .blog-category-menu .nav > li > a:focus, .blog-category-menu .nav > li > a:active {
  background: none;
  color: #0896B9;
}
.blog-category-menu .search-button {
  margin-bottom: 9px;
}
.blog-category-menu .search-button .form-item {
  width: 100% !important;
}
.blog-category-menu .search-button .form-text {
  font-size: 20px;
  font-weight: 600;
  height: 43px;
  width: 100%;
}
.blog-category-menu .search-button .form-item-search {
  position: relative;
}
.blog-category-menu .search-button .form-item-search:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  color: #A7B2BC;
  font-size: 2.25rem;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-category-menu .search-button .form-item-search .form-text {
  padding-left: 52px;
}
.blog-category-menu .search-button .form-actions {
  display: none;
}
.blog-category-menu .menu-button .btn, .blog-category-menu .menu-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .blog-category-menu .menu-button a,
.blog-category-menu .menu-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .blog-category-menu .menu-button a, .blog-category-menu .menu-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .blog-category-menu .menu-button a, .blog-category-menu .menu-button .paragraph--type--promo-links a, .paragraph--type--promo-links .blog-category-menu .menu-button a, .blog-category-menu .menu-button .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .blog-category-menu .menu-button li > a.button, .blog-category-menu .menu-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .blog-category-menu .menu-button button {
  width: 100%;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
  z-index: 999;
}

.adminimal-admin-toolbar .sticky {
  margin-top: 39px !important;
}

.adminimal-admin-toolbar.toolbar-tray-open .sticky {
  margin-top: 78px !important;
}

#block-ultimenuprimarynavigation,
#block-utilitynavigation,
#block-kinaxis-headerutility {
  font-size: 15px;
  line-height: 1.46;
}
@media screen and (min-width: 1200px) {
  #block-ultimenuprimarynavigation a.ultimenu__link:not(.btn),
  #block-ultimenuprimarynavigation .menu--utility-navigation a:not(.btn),
  #block-utilitynavigation a.ultimenu__link:not(.btn),
  #block-utilitynavigation .menu--utility-navigation a:not(.btn),
  #block-kinaxis-headerutility a.ultimenu__link:not(.btn),
  #block-kinaxis-headerutility .menu--utility-navigation a:not(.btn) {
    font-weight: 500;
    color: #FFFFFF;
  }
  .sticky #block-ultimenuprimarynavigation a.ultimenu__link:not(.btn),
  .sticky #block-ultimenuprimarynavigation .menu--utility-navigation a:not(.btn),
  .sticky #block-utilitynavigation a.ultimenu__link:not(.btn),
  .sticky #block-utilitynavigation .menu--utility-navigation a:not(.btn),
  .sticky #block-kinaxis-headerutility a.ultimenu__link:not(.btn),
  .sticky #block-kinaxis-headerutility .menu--utility-navigation a:not(.btn) {
    color: #4E4D4F;
  }
}
.region-navigation-collapsible #block-ultimenuprimarynavigation a:not(.btn),
.region-navigation-collapsible #block-utilitynavigation a:not(.btn),
.region-navigation-collapsible #block-kinaxis-headerutility a:not(.btn) {
  font-weight: 500;
  color: #FFFFFF;
}
.region-navigation-collapsible #block-ultimenuprimarynavigation.sticky a:not(.btn),
.region-navigation-collapsible #block-utilitynavigation.sticky a:not(.btn),
.region-navigation-collapsible #block-kinaxis-headerutility.sticky a:not(.btn) {
  color: #4E4D4F;
}
.region-navigation-collapsible.sticky #block-ultimenuprimarynavigation a:not(.btn),
.region-navigation-collapsible.sticky #block-utilitynavigation a:not(.btn),
.region-navigation-collapsible.sticky #block-kinaxis-headerutility a:not(.btn) {
  color: #4E4D4F;
}
@media screen and (max-width: 1199px) {
  .region-navigation-collapsible #block-ultimenuprimarynavigation a:not(.btn),
  .region-navigation-collapsible #block-utilitynavigation a:not(.btn),
  .region-navigation-collapsible #block-kinaxis-headerutility a:not(.btn) {
    color: #4E4D4F;
  }
}
#block-ultimenuprimarynavigation .btn, #block-ultimenuprimarynavigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-ultimenuprimarynavigation a,
#block-ultimenuprimarynavigation .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link #block-ultimenuprimarynavigation a, #block-ultimenuprimarynavigation .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link #block-ultimenuprimarynavigation a, #block-ultimenuprimarynavigation .paragraph--type--promo-links a, .paragraph--type--promo-links #block-ultimenuprimarynavigation a, #block-ultimenuprimarynavigation .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager #block-ultimenuprimarynavigation li > a.button, #block-ultimenuprimarynavigation .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-ultimenuprimarynavigation button,
#block-utilitynavigation .btn,
#block-utilitynavigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-utilitynavigation a,
#block-utilitynavigation .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link #block-utilitynavigation a,
#block-utilitynavigation .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link #block-utilitynavigation a,
#block-utilitynavigation .paragraph--type--promo-links a,
.paragraph--type--promo-links #block-utilitynavigation a,
#block-utilitynavigation .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager #block-utilitynavigation li > a.button,
#block-utilitynavigation .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-utilitynavigation button,
#block-kinaxis-headerutility .btn,
#block-kinaxis-headerutility .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link #block-kinaxis-headerutility a,
#block-kinaxis-headerutility .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link #block-kinaxis-headerutility a,
#block-kinaxis-headerutility .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link #block-kinaxis-headerutility a,
#block-kinaxis-headerutility .paragraph--type--promo-links a,
.paragraph--type--promo-links #block-kinaxis-headerutility a,
#block-kinaxis-headerutility .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager #block-kinaxis-headerutility li > a.button,
#block-kinaxis-headerutility .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons #block-kinaxis-headerutility button {
  font-weight: 700;
}
#block-ultimenuprimarynavigation > .menu,
#block-utilitynavigation > .menu,
#block-kinaxis-headerutility > .menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #block-ultimenuprimarynavigation > .menu,
  #block-utilitynavigation > .menu,
  #block-kinaxis-headerutility > .menu {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
}
.region-navigation-collapsible #block-ultimenuprimarynavigation > .menu,
.region-navigation-collapsible #block-utilitynavigation > .menu,
.region-navigation-collapsible #block-kinaxis-headerutility > .menu {
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.gin--vertical-toolbar .region-navigation-collapsible #block-ultimenuprimarynavigation > .menu,
.gin--vertical-toolbar .region-navigation-collapsible #block-utilitynavigation > .menu,
.gin--vertical-toolbar .region-navigation-collapsible #block-kinaxis-headerutility > .menu {
  padding-right: 30px;
}

#block-ultimenuprimarynavigation {
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  #block-ultimenuprimarynavigation {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1250px) {
  #block-ultimenuprimarynavigation {
    margin: 0 50px;
  }
}
#block-ultimenuprimarynavigation .ultimenu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #block-ultimenuprimarynavigation .ultimenu {
    align-items: center;
    gap: 24px;
    flex-direction: row;
  }
}

#block-utilitynavigation .btn-link,
#block-kinaxis-headerutility .btn-link {
  flex-shrink: 0;
}
#block-utilitynavigation .menu--utility-navigation,
#block-kinaxis-headerutility .menu--utility-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-utilitynavigation .menu--utility-navigation > li.dropdown > a,
#block-kinaxis-headerutility .menu--utility-navigation > li.dropdown > a {
  display: flex;
  align-items: center;
}
#block-utilitynavigation .menu--utility-navigation > .language-link > a,
#block-kinaxis-headerutility .menu--utility-navigation > .language-link > a {
  display: flex;
  align-items: center;
}
#block-utilitynavigation .menu--utility-navigation > .language-link > a::before,
#block-kinaxis-headerutility .menu--utility-navigation > .language-link > a::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../../images/language-globe.svg);
          mask-image: url(../../images/language-globe.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #FFFFFF;
}
.sticky #block-utilitynavigation .menu--utility-navigation > .language-link > a::before,
.sticky #block-kinaxis-headerutility .menu--utility-navigation > .language-link > a::before {
  background: #18181B;
}
#block-utilitynavigation .menu--utility-navigation .dropdown-menu a,
#block-kinaxis-headerutility .menu--utility-navigation .dropdown-menu a {
  color: #4E4D4F;
}
#block-utilitynavigation .search-icon a,
#block-kinaxis-headerutility .search-icon a {
  display: flex;
  align-items: center;
}
.region-navigation-collapsible #block-utilitynavigation .search-icon a,
.region-navigation-collapsible #block-kinaxis-headerutility .search-icon a {
  text-indent: -9999px;
}
@media screen and (min-width: 1200px) {
  #block-utilitynavigation .search-icon a,
  #block-kinaxis-headerutility .search-icon a {
    text-indent: -9999px;
  }
}
#block-utilitynavigation .search-icon a::before,
#block-kinaxis-headerutility .search-icon a::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../../images/search.svg);
          mask-image: url(../../images/search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #18181B;
}
@media all and (min-width: 600px) {
  #block-utilitynavigation .search-icon a::before,
  #block-kinaxis-headerutility .search-icon a::before {
    background: #FFFFFF;
  }
}
.sticky #block-utilitynavigation .search-icon a::before,
.sticky #block-kinaxis-headerutility .search-icon a::before {
  background: #18181B;
}

@media screen and (min-width: 1200px) {
  .uitem--services .ultimenu__region {
    position: absolute;
    right: 25%;
  }
  .uitem--resources .ultimenu__region,
  .uitem--about-us .ultimenu__region {
    position: absolute;
    right: 0;
  }
}
.region-navigation-collapsible .menu--utility-navigation > li {
  display: none;
}
.region-navigation-collapsible li.language-link .dropdown-menu {
  left: -90%;
  font-size: 20px;
}
@media all and (min-width: 370px) {
  .region-navigation-collapsible li.language-link {
    display: block;
  }
}
@media all and (min-width: 600px) {
  .region-navigation-collapsible li.btn-link {
    display: block;
  }
}
@media all and (min-width: 550px) {
  .region-navigation-collapsible li:nth-child(2) {
    display: block;
  }
}
@media all and (min-width: 600px) {
  .region-navigation-collapsible li {
    display: block;
  }
}

@media all and (max-width: 369px) {
  .is-ultimenu-canvas--active .region-navigation #block-utilitynavigation li.language-link a::before {
    background-color: #18181B;
  }
}
@media all and (min-width: 370px) {
  .is-ultimenu-canvas--active .region-navigation #block-utilitynavigation li.language-link {
    display: none;
  }
}
@media all and (min-width: 480px) {
  .is-ultimenu-canvas--active .region-navigation #block-utilitynavigation li.btn-link {
    display: none;
  }
}
@media all and (min-width: 550px) {
  .is-ultimenu-canvas--active .region-navigation #block-utilitynavigation li:nth-child(2) {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .is-ultimenu-canvas--active .region-navigation #block-utilitynavigation li {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #block-kinaxis-branding {
    padding: 10px;
  }
  .region-navigation {
    display: none;
  }
  .region-navigation .btn-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .region-navigation .btn-link + li {
    margin-bottom: 5px;
  }
  .is-ultimenu-expanded .region-navigation {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .region-navigation #block-ultimenuprimarynavigation .ultimenu > .has-ultimenu > a::after {
    font-family: Material Icons;
    font-size: 1.1em;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    content: "\e5cf";
    white-space: pre-wrap;
    transition: all 0.2s;
    color: inherit;
    display: inline-block;
  }
  .region-navigation #block-ultimenuprimarynavigation .ultimenu > .has-ultimenu > a:hover::after, .region-navigation #block-ultimenuprimarynavigation .ultimenu > .has-ultimenu > a:focus::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  #block-kinaxis-headerutility {
    padding-right: 40px;
  }
}
.is-ultimenu-canvas--active .region-navigation a.btn.invert, .is-ultimenu-canvas--active .region-navigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .is-ultimenu-canvas--active .region-navigation a.invert,
.is-ultimenu-canvas--active .region-navigation .view-what-others-are-saying-about-kinaxis- .more-link a.invert,
.view-what-others-are-saying-about-kinaxis- .more-link .is-ultimenu-canvas--active .region-navigation a.invert, .is-ultimenu-canvas--active .region-navigation .gb-dark-blue-view-all-button .more-link a.invert, .gb-dark-blue-view-all-button .more-link .is-ultimenu-canvas--active .region-navigation a.invert, .is-ultimenu-canvas--active .region-navigation .paragraph--type--promo-links a.invert, .paragraph--type--promo-links .is-ultimenu-canvas--active .region-navigation a.invert, .is-ultimenu-canvas--active .region-navigation .infinite-scroll-button.pager li > a.invert.button, .infinite-scroll-button.pager .is-ultimenu-canvas--active .region-navigation li > a.invert.button {
  background-color: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
.is-ultimenu-canvas--active .region-navigation a.btn.invert:hover, .is-ultimenu-canvas--active .region-navigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .is-ultimenu-canvas--active .region-navigation a.invert:hover,
.is-ultimenu-canvas--active .region-navigation .view-what-others-are-saying-about-kinaxis- .more-link a.invert:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .is-ultimenu-canvas--active .region-navigation a.invert:hover, .is-ultimenu-canvas--active .region-navigation .gb-dark-blue-view-all-button .more-link a.invert:hover, .gb-dark-blue-view-all-button .more-link .is-ultimenu-canvas--active .region-navigation a.invert:hover, .is-ultimenu-canvas--active .region-navigation .paragraph--type--promo-links a.invert:hover, .paragraph--type--promo-links .is-ultimenu-canvas--active .region-navigation a.invert:hover, .is-ultimenu-canvas--active .region-navigation .infinite-scroll-button.pager li > a.invert.button:hover, .infinite-scroll-button.pager .is-ultimenu-canvas--active .region-navigation li > a.invert.button:hover, .is-ultimenu-canvas--active .region-navigation a.btn.invert:focus, .is-ultimenu-canvas--active .region-navigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .is-ultimenu-canvas--active .region-navigation a.invert:focus,
.is-ultimenu-canvas--active .region-navigation .view-what-others-are-saying-about-kinaxis- .more-link a.invert:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .is-ultimenu-canvas--active .region-navigation a.invert:focus, .is-ultimenu-canvas--active .region-navigation .gb-dark-blue-view-all-button .more-link a.invert:focus, .gb-dark-blue-view-all-button .more-link .is-ultimenu-canvas--active .region-navigation a.invert:focus, .is-ultimenu-canvas--active .region-navigation .paragraph--type--promo-links a.invert:focus, .paragraph--type--promo-links .is-ultimenu-canvas--active .region-navigation a.invert:focus, .is-ultimenu-canvas--active .region-navigation .infinite-scroll-button.pager li > a.invert.button:focus, .infinite-scroll-button.pager .is-ultimenu-canvas--active .region-navigation li > a.invert.button:focus, .is-ultimenu-canvas--active .region-navigation a.btn.invert.focus, .is-ultimenu-canvas--active .region-navigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.invert.focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .is-ultimenu-canvas--active .region-navigation a.invert.focus,
.is-ultimenu-canvas--active .region-navigation .view-what-others-are-saying-about-kinaxis- .more-link a.invert.focus,
.view-what-others-are-saying-about-kinaxis- .more-link .is-ultimenu-canvas--active .region-navigation a.invert.focus, .is-ultimenu-canvas--active .region-navigation .gb-dark-blue-view-all-button .more-link a.invert.focus, .gb-dark-blue-view-all-button .more-link .is-ultimenu-canvas--active .region-navigation a.invert.focus, .is-ultimenu-canvas--active .region-navigation .paragraph--type--promo-links a.invert.focus, .paragraph--type--promo-links .is-ultimenu-canvas--active .region-navigation a.invert.focus, .is-ultimenu-canvas--active .region-navigation .infinite-scroll-button.pager li > a.invert.focus.button, .infinite-scroll-button.pager .is-ultimenu-canvas--active .region-navigation li > a.invert.focus.button {
  background: #a51421;
  border-color: #a51421;
}

html.no-scroll, html.no-scroll body {
  overflow: hidden;
  max-height: 100vh;
}

.block-system-branding-block:has(~ .tbm--mobile) {
  margin-right: auto;
}

.sticky .tbm.tbm-main .level-1 > .tbm-link-container {
  color: #4E4D4F;
}

.sticky .tbm.tbm--mobile .tbm-button > .tbm-button-container {
  color: #4E4D4F;
}

.tbm {
  background-color: transparent;
  /* Blocks */
}
.tbm .tbm-column.bg-kingfisher-green p, .tbm .tbm-column.bg-kingfisher-green a:not(.btn), .tbm .tbm-column.bg-kingfisher-green h1, .tbm .tbm-column.bg-kingfisher-green h2, .tbm .tbm-column.bg-kingfisher-green h3, .tbm .tbm-column.bg-kingfisher-green h4, .tbm .tbm-column.bg-kingfisher-green h5, .tbm .tbm-column.bg-midnight-green p, .tbm .tbm-column.bg-midnight-green a:not(.btn), .tbm .tbm-column.bg-midnight-green h1, .tbm .tbm-column.bg-midnight-green h2, .tbm .tbm-column.bg-midnight-green h3, .tbm .tbm-column.bg-midnight-green h4, .tbm .tbm-column.bg-midnight-green h5, .tbm .tbm-column.bg-midnight-blue p, .tbm .tbm-column.bg-midnight-blue a:not(.btn), .tbm .tbm-column.bg-midnight-blue h1, .tbm .tbm-column.bg-midnight-blue h2, .tbm .tbm-column.bg-midnight-blue h3, .tbm .tbm-column.bg-midnight-blue h4, .tbm .tbm-column.bg-midnight-blue h5, .tbm .tbm-column.bg-poppy-red p, .tbm .tbm-column.bg-poppy-red a:not(.btn), .tbm .tbm-column.bg-poppy-red h1, .tbm .tbm-column.bg-poppy-red h2, .tbm .tbm-column.bg-poppy-red h3, .tbm .tbm-column.bg-poppy-red h4, .tbm .tbm-column.bg-poppy-red h5 {
  color: white;
}
.tbm .tbm-column.bg-kingfisher-green {
  background: #287271;
}
.tbm .tbm-column.bg-midnight-green {
  background: #1A4146;
}
.tbm .tbm-column.bg-midnight-blue {
  background: #010233;
}
.tbm .tbm-column.bg-poppy-red {
  background: #E30613;
}
.tbm .tbm-block .block-type--paragraph-block h1, .tbm .tbm-block .block-type--paragraph-block h2, .tbm .tbm-block .block-type--paragraph-block h3, .tbm .tbm-block .block-type--paragraph-block h4, .tbm .tbm-block .block-type--paragraph-block h5 {
  margin-top: 0;
  margin-bottom: 16px;
}
.tbm .tbm-block .block-type--paragraph-block p.body-md {
  margin: 16px 0;
}
.tbm .tbm-block .block-type--paragraph-block p {
  margin: 0;
}
.tbm .tbm-item.level-1 {
  border-right: 0;
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu {
  width: 100vw;
}
@media all and (min-width: 1200px) {
  .tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu {
    padding: 0;
  }
  .tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu > .tbm-row > .tbm-column {
    padding: 16px 16px 120px 16px;
  }
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu > .tbm-row {
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media all and (min-width: 1282px) {
  .tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu > .tbm-row:not(.has-block) {
    width: 1300px;
    padding: 16px;
  }
  .tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-submenu > .tbm-row:not(.has-block) > .tbm-column {
    padding: 0;
  }
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-block * {
  max-width: 100%;
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-block .paragraph {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-block .paragraph.section-layout {
  padding: 0;
}
.tbm .tbm-item.level-1.tbm-item--has-dropdown .tbm-block .paragraph.paragraph--type--basic-wysiwyg img {
  padding: 0;
}
.tbm .tbm-item.level-1.open > .tbm-link-container > .tbm-submenu-toggle:before {
  transform: rotate(180deg);
}
.tbm .tbm-item.level-1 .tbm-link.level-1,
.tbm .tbm-item.level-1 .tbm-submenu-toggle {
  border-bottom: 4px solid transparent;
}
.tbm .tbm-item.level-1.open .tbm-link.level-1::after {
  transform: rotate(180deg);
}
@media all and (min-width: 1200px) {
  .tbm .tbm-item.level-1 .tbm-link.level-1::after {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 12px;
    margin-left: 12px;
    transition-delay: 0.1s;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.tbm .tbm-link:not(.level-0):not(.level-1):not(.no-link) {
  color: #18181B;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 300ms;
}
.tbm .tbm-link:not(.level-0):not(.level-1):not(.no-link):hover, .tbm .tbm-link:not(.level-0):not(.level-1):not(.no-link):focus {
  color: #18181B;
  text-decoration-color: #18181B;
}
.tbm .tbm-submenu-toggle {
  background-color: transparent;
}
.tbm .tbm-submenu-toggle::before {
  content: "\e5cf";
  font-family: Material Icons;
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  white-space: pre-wrap;
  transition: all 0.2s;
  color: inherit;
  display: inline-block;
  top: auto;
  transform: none;
  left: 0;
  border: 0;
}
.tbm .focus-visible {
  outline: 2px solid #287271;
}
.tbm:not(.tbm--mobile) .tbm-submenu {
  position: fixed;
  left: 0;
  top: 77px;
}
.tbm:not(.tbm--mobile) .tbm-link-container:hover .tbm-link.level-1, .tbm:not(.tbm--mobile) .tbm-link-container:hover .tbm-submenu-toggle, .tbm:not(.tbm--mobile) .tbm-link-container:focus-within .tbm-link.level-1, .tbm:not(.tbm--mobile) .tbm-link-container:focus-within .tbm-submenu-toggle {
  border-bottom: 4px solid #E30613;
  background-color: transparent;
}
.tbm:not(.tbm--mobile) .level-1 > .tbm-link-container {
  padding: 0 1.25rem;
  color: #FFFFFF;
}
.tbm:not(.tbm--mobile) .level-1 > .tbm-link-container > .tbm-link,
.tbm:not(.tbm--mobile) .level-1 > .tbm-link-container > .tbm-submenu-toggle {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.tbm:not(.tbm--mobile).animate .tbm-item > .tbm-submenu {
  transition-property: background-color, color, opacity, transform, left, right, bottom;
}
.tbm.tbm--mobile {
  margin-left: 2rem;
  line-height: 1.5;
}
.tbm.tbm--mobile .tbm-item {
  margin-top: 0;
  font-size: 18px;
  font-weight: 800;
  border: none;
}
.tbm.tbm--mobile .tbm-item.level-3 {
  font-weight: 400;
}
.tbm.tbm--mobile .tbm-item.level-1,
.tbm.tbm--mobile .tbm-item .tbm-group-container,
.tbm.tbm--mobile .tbm-item .tbm-submenu {
  border: none;
}
.tbm.tbm--mobile .tbm-item .tbm-group-title {
  text-transform: none;
}
.tbm.tbm--mobile .tbm-item .tbm-submenu-toggle::before {
  font-weight: 400;
  font-family: "FontAwesome";
  content: "\f078";
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .dropdown-menu {
  left: 0;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .btn, .tbm.tbm--mobile #block-utilitynavigation--cloned .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .tbm.tbm--mobile #block-utilitynavigation--cloned a,
.tbm.tbm--mobile #block-utilitynavigation--cloned .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .tbm.tbm--mobile #block-utilitynavigation--cloned a, .tbm.tbm--mobile #block-utilitynavigation--cloned .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .tbm.tbm--mobile #block-utilitynavigation--cloned a, .tbm.tbm--mobile #block-utilitynavigation--cloned .paragraph--type--promo-links a, .paragraph--type--promo-links .tbm.tbm--mobile #block-utilitynavigation--cloned a, .tbm.tbm--mobile #block-utilitynavigation--cloned .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .tbm.tbm--mobile #block-utilitynavigation--cloned li > a.button, .tbm.tbm--mobile #block-utilitynavigation--cloned .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .tbm.tbm--mobile #block-utilitynavigation--cloned button {
  background-color: #E30613;
  color: #FFFFFF;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .menu--utility-navigation {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 2rem;
  padding: 0 17px;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .menu--utility-navigation > li {
  display: none;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .menu--utility-navigation > li .caret {
  display: none;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .menu--utility-navigation > li a:not(.btn) {
  color: #18181B;
  padding: 16px 20px;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .search-icon a {
  display: flex;
  align-items: center;
}
.tbm.tbm--mobile #block-utilitynavigation--cloned .search-icon a::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../../images/search.svg);
          mask-image: url(../../images/search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #18181B;
}
@media all and (max-width: 370px) {
  .tbm.tbm--mobile #block-utilitynavigation--cloned li.language-link {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .tbm.tbm--mobile #block-utilitynavigation--cloned li.btn-link {
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .tbm.tbm--mobile #block-utilitynavigation--cloned li.search-icon {
    display: block;
  }
}
@media all and (max-width: 550px) {
  .tbm.tbm--mobile #block-utilitynavigation--cloned li:nth-child(2) {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .tbm.tbm--mobile #block-utilitynavigation--cloned li {
    display: block;
  }
}
.tbm.tbm--mobile .tbm-nav {
  background-color: #FFFFFF;
}
.tbm.tbm--mobile .tbm-collapse {
  display: block;
  width: 100vw;
  height: calc(100vh - 77px);
  padding-top: 0;
  overflow-y: scroll;
  padding-bottom: 8em;
  position: fixed;
  top: 77px;
  left: -105%;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  transition-property: background-color, color, opacity, transform, left, right, bottom;
}
.tbm.tbm--mobile.tbm--mobile-show .tbm-collapse {
  left: 0;
  visibility: visible;
}
.tbm.tbm--mobile .caret {
  display: none;
}
.tbm.tbm--mobile .tbm-button {
  margin-bottom: 0;
  background: none;
  border: 0;
}
.tbm.tbm--mobile .tbm-button > .tbm-button-container {
  color: #FFFFFF;
  width: 40px;
  height: 32px;
}
.tbm.tbm--mobile .tbm-button > .tbm-button-container span {
  border-radius: 0;
  height: 6px;
}
.tbm.tbm--mobile .tbm-button > .tbm-button-container span:nth-child(2), .tbm.tbm--mobile .tbm-button > .tbm-button-container span:nth-child(3) {
  top: calc(50% - 3px);
}
.tbm.tbm--mobile .tbm-item.level-1 {
  padding: 0 0.875em;
  background-color: #FFFFFF;
}
.tbm.tbm--mobile .tbm-item.level-1 > .tbm-link-container {
  color: #18181B;
}
.tbm.tbm--mobile .tbm-item.level-1 > .tbm-link-container .tbm-link {
  flex-grow: 0;
  min-width: 25%;
}
.tbm.tbm--mobile .tbm-item.level-1 > .tbm-link-container .tbm-submenu-toggle {
  border-left: 0;
  flex-grow: 1;
}
.tbm.tbm--mobile .tbm-item.level-1 > .tbm-link-container > .tbm-submenu-toggle::before {
  left: 50%;
  transform: translateX(-50%);
}
.tbm.tbm--mobile .tbm-item.level-1.open > .tbm-link-container > .tbm-submenu-toggle::before {
  transform: translateX(-50%) rotate(180deg);
}
.tbm.tbm--mobile .tbm-item.level-2 .tbm-link-container {
  padding-left: 2rem;
}
.tbm.tbm--mobile a:not(.btn) {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 300ms;
}
.tbm.tbm--mobile a:not(.btn):hover, .tbm.tbm--mobile a:not(.btn):focus, .tbm.tbm--mobile a:not(.btn):active {
  background-color: transparent;
  text-decoration-color: #18181B;
}

.paragraph .paragraph-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph--type--announcement {
  min-height: 60px;
}
.paragraph--type--announcement h1, .paragraph--type--announcement h2, .paragraph--type--announcement h3, .paragraph--type--announcement h4, .paragraph--type--announcement h5, .paragraph--type--announcement h6,
.paragraph--type--announcement p, .paragraph--type--announcement ul, .paragraph--type--announcement ol, .paragraph--type--announcement dl,
.paragraph--type--announcement table {
  color: white;
}
.paragraph--type--announcement a, .paragraph--type--announcement a:not(.btn) {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  border-bottom-color: white;
  color: white;
}
.paragraph--type--announcement a:hover, .paragraph--type--announcement a:focus, .paragraph--type--announcement a:active, .paragraph--type--announcement a:not(.btn):hover, .paragraph--type--announcement a:not(.btn):focus, .paragraph--type--announcement a:not(.btn):active {
  text-decoration: none;
  border-bottom: 1px solid white;
  border-bottom-color: transparent;
  color: white;
}
.paragraph--type--announcement a.btn, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a, .paragraph--type--announcement .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement a, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button {
  background-color: white;
  border: 2px solid white;
  color: #374858;
  padding: 10px 50px;
  transition: all 300ms;
}
.paragraph--type--announcement a.btn:hover, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a:hover,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a:hover, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a:hover, .paragraph--type--announcement .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement a:hover, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:hover, .paragraph--type--announcement a.btn:focus, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a:focus,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a:focus, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a:focus, .paragraph--type--announcement .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement a:focus, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:focus, .paragraph--type--announcement a.btn:active, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a:active,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a:active, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a:active, .paragraph--type--announcement .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement a:active, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:active {
  background-color: transparent;
  border-color: white;
  color: white;
}
.paragraph--type--announcement a.btn.outline, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a.outline,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a.outline, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a.outline, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a.btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a, .paragraph--type--announcement .paragraph--type--promo-links a.outline, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .paragraph--type--promo-links a, .paragraph--type--announcement .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .paragraph--type--announcement a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement a, .paragraph--type--promo-links .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button {
  background-color: transparent;
  border-color: white;
  color: white;
}
.paragraph--type--announcement a.btn.outline:hover, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a.outline:hover,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a.outline:hover, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a.outline:hover, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:hover, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a.btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:hover, .paragraph--type--announcement .paragraph--type--promo-links a.outline:hover, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .paragraph--type--promo-links a:hover, .paragraph--type--announcement .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .paragraph--type--announcement a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement a:hover, .paragraph--type--promo-links .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:hover, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:hover, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:hover, .paragraph--type--announcement a.btn.outline:focus, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a.outline:focus,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a.outline:focus, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a.outline:focus, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:focus, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a.btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:focus, .paragraph--type--announcement .paragraph--type--promo-links a.outline:focus, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .paragraph--type--promo-links a:focus, .paragraph--type--announcement .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .paragraph--type--announcement a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement a:focus, .paragraph--type--promo-links .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:focus, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:focus, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:focus, .paragraph--type--announcement a.btn.outline:active, .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement a.outline:active,
.paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a.outline:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement a.outline:active, .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a.outline:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement a.outline:active, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:active, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active,
.paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a.btn:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:active,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:active, .paragraph--type--announcement .paragraph--type--promo-links a.outline:active, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement .paragraph--type--promo-links a:active, .paragraph--type--announcement .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .paragraph--type--announcement a.outline:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement a:active, .paragraph--type--promo-links .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement a:active, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:active, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active,
.paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a.btn:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement a:active, .paragraph--type--announcement .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement li > a.button:active {
  background-color: white;
  border-color: white;
  color: #374858;
}
.paragraph--type--announcement table {
  border: 1px solid white;
}
.paragraph--type--announcement table th, .paragraph--type--announcement table td {
  border: 1px solid white;
  padding: 5px 10px;
}
.paragraph--type--announcement.overlay-blue a.btn, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button {
  color: #1E2E3E;
}
.paragraph--type--announcement.overlay-blue a.btn:hover, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a:hover,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:hover, .paragraph--type--announcement.overlay-blue a.btn:focus, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a:focus,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:focus, .paragraph--type--announcement.overlay-blue a.btn:active, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a:active,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:active {
  color: white;
}
.paragraph--type--announcement.overlay-blue a.btn.outline, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a.outline,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a.outline, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a.outline, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a.btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a.outline, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button {
  color: white;
}
.paragraph--type--announcement.overlay-blue a.btn.outline:hover, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a.outline:hover,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a.outline:hover, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a.outline:hover, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:hover, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a.btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a.outline:hover, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:hover, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:hover, .paragraph--type--announcement.overlay-blue a.btn.outline:focus, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a.outline:focus,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a.outline:focus, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a.outline:focus, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:focus, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a.btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a.outline:focus, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:focus, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:focus, .paragraph--type--announcement.overlay-blue a.btn.outline:active, .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue a.outline:active,
.paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a.outline:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue a.outline:active, .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a.outline:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue a.outline:active, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:active, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active,
.paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a.btn:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:active,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a.outline:active, .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a.outline:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:active, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active,
.paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a.btn:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-blue a:active, .paragraph--type--announcement.overlay-blue .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-blue li > a.button:active {
  color: #1E2E3E;
}
.paragraph--type--announcement.overlay-red a.btn, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button {
  color: #DB1D2F;
}
.paragraph--type--announcement.overlay-red a.btn:hover, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a:hover,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:hover, .paragraph--type--announcement.overlay-red a.btn:focus, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a:focus,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:focus, .paragraph--type--announcement.overlay-red a.btn:active, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a:active,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:active {
  color: white;
}
.paragraph--type--announcement.overlay-red a.btn.outline, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a.outline,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a.outline, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a.outline, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a.btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a.outline, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button {
  color: white;
}
.paragraph--type--announcement.overlay-red a.btn.outline:hover, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a.outline:hover,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a.outline:hover, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a.outline:hover, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:hover, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a.btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a.outline:hover, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:hover, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:hover, .paragraph--type--announcement.overlay-red a.btn.outline:focus, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a.outline:focus,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a.outline:focus, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a.outline:focus, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:focus, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a.btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a.outline:focus, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:focus, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:focus, .paragraph--type--announcement.overlay-red a.btn.outline:active, .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red a.outline:active,
.paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a.outline:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red a.outline:active, .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a.outline:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red a.outline:active, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:active, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active,
.paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a.btn:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:active,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a.outline:active, .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:active, .paragraph--type--announcement.overlay-red .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a.outline:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-red a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:active, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active,
.paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a.btn:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-red a:active, .paragraph--type--announcement.overlay-red .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-red li > a.button:active {
  color: #DB1D2F;
}
.paragraph--type--announcement.overlay-teal a.btn, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button {
  color: #0896B9;
}
.paragraph--type--announcement.overlay-teal a.btn:hover, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a:hover,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:hover, .paragraph--type--announcement.overlay-teal a.btn:focus, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a:focus,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:focus, .paragraph--type--announcement.overlay-teal a.btn:active, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a:active,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:active {
  color: white;
}
.paragraph--type--announcement.overlay-teal a.btn.outline, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a.outline,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a.outline,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a.outline, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a.outline, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a.outline, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a.btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a.outline, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a.outline, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button {
  color: white;
}
.paragraph--type--announcement.overlay-teal a.btn.outline:hover, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a.outline:hover,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a.outline:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a.outline:hover, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a.outline:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a.outline:hover, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:hover, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a.btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a.outline:hover, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a.outline:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:hover, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:hover, .paragraph--type--announcement.overlay-teal a.btn.outline:focus, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a.outline:focus,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a.outline:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a.outline:focus, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a.outline:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a.outline:focus, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:focus, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a.btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a.outline:focus, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a.outline:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:focus, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:focus, .paragraph--type--announcement.overlay-teal a.btn.outline:active, .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.outline:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal a.outline:active,
.paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a.outline:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal a.outline:active, .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a.outline:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal a.outline:active, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a.btn:active, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active,
.paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a.btn:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:active,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a.outline:active, .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a.outline:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:active, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active,
.paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--announcement.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a.btn:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--announcement.overlay-teal a:active, .paragraph--type--announcement.overlay-teal .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--announcement.overlay-teal li > a.button:active {
  color: #0896B9;
}
.paragraph--type--announcement.overlay-blue {
  background-color: #1E2E3E;
}
.paragraph--type--announcement.overlay-cello-blue {
  background-color: #374858;
}
.paragraph--type--announcement.overlay-red {
  background-color: #DB1D2F;
}
.paragraph--type--announcement.overlay-teal {
  background-color: #0896B9;
}
.paragraph--type--announcement .slick {
  position: relative;
}
.paragraph--type--announcement .slick-prev,
.paragraph--type--announcement .slick-next {
  bottom: 0;
  height: auto;
  top: 0;
  transform: none;
  width: 28px;
}
.paragraph--type--announcement .slick-prev:before,
.paragraph--type--announcement .slick-next:before {
  color: white;
  font-size: 28px;
}
.paragraph--type--announcement .slick-prev {
  left: 0;
}
.paragraph--type--announcement .slick-next {
  right: 0;
}

.paragraph--type--announcement-item {
  padding: 17px 50px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--announcement-item {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.bg-blue {
  background-color: #077a97;
}

.bg-grey {
  background-color: #F6F6F6;
}

.bg-red {
  background-color: #DB1D2F;
}

.bg-white {
  background-color: #FFFFFF;
}

.overlay-blue .background-overlay {
  background-color: rgba(30, 46, 62, 0.8);
}
.overlay-blue.no-background .background-overlay {
  background-color: #1e2e3e;
}

.overlay-red .background-overlay {
  background-color: rgba(219, 29, 47, 0.8);
}
.overlay-red.no-background .background-overlay {
  background-color: #db1d2f;
}

.overlay-teal .background-overlay {
  background-color: rgba(2, 94, 118, 0.8);
}
.overlay-teal.no-background .background-overlay {
  background-color: #0896b9;
}

.overlay-dark-teal .background-overlay {
  background-color: rgba(7, 122, 151, 0.8);
}
.overlay-dark-teal.no-background .background-overlay {
  background-color: #077a97;
}

.overlay-cello-blue .background-overlay {
  background-color: rgba(55, 72, 88, 0.8);
}
.overlay-cello-blue.no-background .background-overlay {
  background-color: #374858;
}

section:not(.rebranded-2019) .paragraph.paragraph--type--basic-wysiwyg {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  section:not(.rebranded-2019) .paragraph.paragraph--type--basic-wysiwyg {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.paragraph--type--section.paragraph--type--section .paragraph--type--basic-wysiwyg.paragraph--type--basic-wysiwyg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.paragraph--type--section.paragraph--type--section .paragraph--type--basic-wysiwyg.paragraph--type--basic-wysiwyg[class*=bg-] {
  background-color: transparent;
}
.paragraph--type--basic-page-header .paragraph-inner {
  padding-bottom: 0;
}

.paragraph--type--modal.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(30, 46, 62, 0.9);
}
.paragraph--type--modal.modal .paragraph-modal-wrapper {
  position: relative;
  width: var(--width-desktop);
  height: var(--height-desktop);
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .paragraph--type--modal.modal .paragraph-modal-wrapper {
    width: var(--width-mobile);
    height: var(--height-mobile);
  }
}
.paragraph--type--modal.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px;
  padding-top: var(--padding-top-desktop);
  padding-bottom: var(--padding-bottom-desktop);
  /* Enable scroll if needed */
}
@media only screen and (max-width: 800px) {
  .paragraph--type--modal.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    overflow: auto;
    padding: 10px;
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
  .paragraph--type--modal.modal .modal-content .field--type-text-long img {
    margin: 0;
  }
}
.paragraph--type--modal.modal .modal-content.video-only {
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .paragraph--type--modal.modal .modal-content.video-only {
    padding: 0;
  }
}
.paragraph--type--modal.modal .modal-content .field--type-text-long img {
  max-width: 100%;
}
.paragraph--type--modal.modal .field--type-text-long img, .paragraph--type--modal.modal .field--type-text-with-summary img {
  padding: 0;
}
.paragraph--type--modal.modal .align-left img {
  padding-right: 15px;
}
.paragraph--type--modal.modal .align-right img {
  padding-left: 15px;
}

.spotlight-container {
  position: absolute;
  top: 75%;
}
.spotlight-container img {
  margin-left: auto;
  margin-right: auto;
  max-height: 250px;
  width: auto;
}

.has-spotlight {
  margin-bottom: 160px;
}
.has-spotlight .cta-container .btn, .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a,
.has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a, .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a, .has-spotlight .cta-container .paragraph--type--promo-links a, .paragraph--type--promo-links .has-spotlight .cta-container a, .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button {
  margin-bottom: 15px;
  margin-top: 0;
  margin-right: 15px;
}
.has-spotlight .cta-container .btn + .btn, .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + .btn, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + .btn,
.has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + .btn,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + .btn, .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .btn + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .btn + a, .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + a,
.has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + a,
.has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link .btn + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .btn + a,
.has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + a,
.view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + a,
.has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + a, .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + .btn, .has-spotlight .cta-container .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + a,
.has-spotlight .cta-container .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + .btn, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + a, .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link .btn + a, .has-spotlight .cta-container .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + a,
.has-spotlight .cta-container .gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container .btn + a, .gb-dark-blue-view-all-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + a,
.gb-dark-blue-view-all-button .view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container a + a,
.view-what-others-are-saying-about-kinaxis- .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + a, .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + a, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container a + a, .has-spotlight .cta-container .paragraph--type--promo-links a + .btn, .has-spotlight .cta-container .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .paragraph--type--promo-links a + a,
.has-spotlight .cta-container .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .paragraph--type--promo-links a + a, .paragraph--type--promo-links .has-spotlight .cta-container a + .btn, .paragraph--type--promo-links .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .has-spotlight .cta-container a + a,
.paragraph--type--promo-links .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .has-spotlight .cta-container a + a, .has-spotlight .cta-container .paragraph--type--promo-links .btn + a, .has-spotlight .cta-container .paragraph--type--promo-links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .paragraph--type--promo-links a + a,
.has-spotlight .cta-container .paragraph--type--promo-links .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .paragraph--type--promo-links a + a, .paragraph--type--promo-links .has-spotlight .cta-container .btn + a, .paragraph--type--promo-links .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--promo-links .has-spotlight .cta-container a + a,
.paragraph--type--promo-links .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--promo-links .has-spotlight .cta-container a + a, .has-spotlight .cta-container .paragraph--type--promo-links a + a, .paragraph--type--promo-links .has-spotlight .cta-container a + a, .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button + .btn, .has-spotlight .cta-container .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button + a,
.has-spotlight .cta-container .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button + a, .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button + .btn, .infinite-scroll-button.pager .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a.button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button + a,
.infinite-scroll-button.pager .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link li > a.button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button + a, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + .btn, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a,
.has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links button + a, .paragraph--type--promo-links .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + .btn, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link button + a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + a,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link button + a,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link button + a, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + a, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .paragraph--type--promo-links button + a, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + a, .has-spotlight .cta-container .infinite-scroll-button.pager li > .btn + a.button, .has-spotlight .cta-container .infinite-scroll-button.pager .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .infinite-scroll-button.pager li > a + a.button,
.has-spotlight .cta-container .infinite-scroll-button.pager .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .infinite-scroll-button.pager li > a + a.button, .infinite-scroll-button.pager .has-spotlight .cta-container li > .btn + a.button, .infinite-scroll-button.pager .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link li > a + a.button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .infinite-scroll-button.pager .has-spotlight .cta-container li > a + a.button,
.infinite-scroll-button.pager .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link li > a + a.button,
.view-what-others-are-saying-about-kinaxis- .more-link .infinite-scroll-button.pager .has-spotlight .cta-container li > a + a.button, .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button + a.button, .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button + a.button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager li > button + a.button, .infinite-scroll-button.pager .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > button + a.button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .infinite-scroll-button.pager li > button + a.button, .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container li > button + a.button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .btn + button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button,
.has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--promo-links a + button, .paragraph--type--promo-links .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .btn + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a + button, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container a + button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .view-what-others-are-saying-about-kinaxis- .more-link a + button,
.view-what-others-are-saying-about-kinaxis- .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .gb-dark-blue-view-all-button .more-link a + button, .gb-dark-blue-view-all-button .more-link .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container a + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .paragraph--type--promo-links a + button, .paragraph--type--promo-links .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container a + button, .has-spotlight .cta-container .infinite-scroll-button.pager .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container .infinite-scroll-button.pager li > a.button + button, .infinite-scroll-button.pager .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons li > a.button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .infinite-scroll-button.pager .has-spotlight .cta-container li > a.button + button, .has-spotlight .cta-container .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button + button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .has-spotlight .cta-container button + button {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .spotlight-container {
    position: absolute;
    bottom: -130px;
    right: 0;
    top: auto;
  }
  .spotlight-container img {
    max-height: 400px;
  }
}
#spotlight-embed {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding-left: 0;
}
#spotlight-embed::-webkit-scrollbar {
  display: none;
}
#spotlight-embed .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
#spotlight-embed .modal-body {
  max-height: calc(100vh - 100px);
  padding: 15px;
}
#spotlight-embed .field--type-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#spotlight-embed img {
  margin: 0 auto;
}
#spotlight-embed button.close {
  top: 0;
}
.adminimal-admin-toolbar #spotlight-embed button.close {
  top: 30px;
}

.hero-title {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video,
.no-video .video-container .vidyard-player-container,
.touch .video-container .vidyard-player-container {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center center;
}

.video-container .poster img {
  width: 100%;
  top: 0;
  position: absolute;
}
.video-container .poster img.img-responsive {
  max-width: unset !important;
}

.video-container .filter {
  z-index: 90;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.video-clipper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video-container video,
.video-container .vidyard-player-container {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  visibility: hidden;
}
.video-container video.fade,
.video-container .vidyard-player-container.fade {
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .video-container video,
  .video-container .vidyard-player-container {
    visibility: visible;
  }
}

.video-container video.fillWidth {
  width: 100%;
}

.video-container video.fillHeight {
  height: 100%;
}

.hero-title-content {
  position: relative;
  z-index: 100;
}
.hero-title-content.normal-padding {
  padding: 60px 0 60px 0;
}
.hero-title-content.spotlight-padding {
  padding: 60px 0 120px 0;
}
.hero-title-content.spotlight-padding .cta-buttons a {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .hero-title-content.spotlight-padding .cta-buttons a {
    margin-left: 0;
  }
}
.hero-title-content .hero-title-content-inner {
  padding-top: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-title-content.normal-padding {
    padding: 135px 0 120px 0;
  }
  .hero-title-content.spotlight-padding {
    padding: 135px 0 200px 0;
  }
  .hero-title-content .hero-title-content-inner {
    padding-top: 120px;
    text-align: left;
  }
}
.hero-title-content h1,
.hero-title-content h4,
.hero-title-content .subheading {
  color: #FFFFFF;
}
.hero-title-content h1,
.hero-title-content .preheading {
  margin: 0;
}
.hero-title-content h1 {
  min-height: 50px;
}
@media screen and (min-width: 992px) {
  .hero-title-content h1 {
    min-height: 90px;
  }
}
.hero-title-content .preheading {
  color: #0896B9;
  letter-spacing: 0.8rem;
}
.paragraph--type--header-event .hero-title-content .preheading,
.paragraph--type--header-event .hero-title-content .subheading {
  line-height: 1;
}
.hero-title-content .cta-buttons {
  margin-top: 40px;
}
.hero-title-content .cta-buttons a + a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .hero-title-content .cta-buttons a + a {
    display: inline-block;
    margin-left: 28px;
  }
}
.hero-title-content .cta-buttons a.btn.icon-play, .hero-title-content .cta-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .hero-title-content .cta-buttons a.icon-play,
.hero-title-content .cta-buttons .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play,
.view-what-others-are-saying-about-kinaxis- .more-link .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .gb-dark-blue-view-all-button .more-link a.icon-play, .gb-dark-blue-view-all-button .more-link .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .paragraph--type--promo-links a.icon-play, .paragraph--type--promo-links .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .infinite-scroll-button.pager li > a.icon-play.button, .infinite-scroll-button.pager .hero-title-content .cta-buttons li > a.icon-play.button {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero-title-content .cta-buttons a.btn.icon-play, .hero-title-content .cta-buttons .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.icon-play, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .hero-title-content .cta-buttons a.icon-play,
  .hero-title-content .cta-buttons .view-what-others-are-saying-about-kinaxis- .more-link a.icon-play,
  .view-what-others-are-saying-about-kinaxis- .more-link .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .gb-dark-blue-view-all-button .more-link a.icon-play, .gb-dark-blue-view-all-button .more-link .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .paragraph--type--promo-links a.icon-play, .paragraph--type--promo-links .hero-title-content .cta-buttons a.icon-play, .hero-title-content .cta-buttons .infinite-scroll-button.pager li > a.icon-play.button, .infinite-scroll-button.pager .hero-title-content .cta-buttons li > a.icon-play.button {
    width: 408px;
  }
}

.hero-title-body {
  z-index: 1120;
}
.hero-title-body .cta-container {
  position: relative;
  top: -45px;
}

.paragraph--type--header-event .btn, .paragraph--type--header-event .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--header-event a,
.paragraph--type--header-event .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--header-event a, .paragraph--type--header-event .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--header-event a, .paragraph--type--header-event .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--header-event a, .paragraph--type--header-event .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--header-event li > a.button, .paragraph--type--header-event .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--header-event button {
  margin-top: 15px;
  width: auto;
}

.paragraph--type--resources {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .paragraph--type--resources {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--resources {
    padding-bottom: 50px !important;
  }
}
.paragraph--type--resources .paragraph-body {
  margin-bottom: 60px;
}
.paragraph--type--resources .resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 685px) {
  .paragraph--type--resources .resources {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 768px) {
  .paragraph--type--resources .resources {
    justify-content: flex-start;
  }
}
.paragraph--type--resources .resources::before, .paragraph--type--resources .resources::after {
  display: none;
}
.paragraph--type--resources .bisc-resource-paragraph-footer {
  text-align: center;
  margin-bottom: 32px;
}

.feature-resources .section-title, .feature-resources .partners-view h2, .partners-view .feature-resources h2, .feature-resources .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .feature-resources .tabs-title, .feature-resources .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .feature-resources .title, .feature-resources .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .feature-resources .field--name-field-title, .feature-resources .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .feature-resources .tabs-title, .feature-resources #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2,
.feature-resources .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2,
.feature-resources .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2, .feature-resources .block-curatorio .block-title, .block-curatorio .feature-resources .block-title {
  text-align: center;
  margin-bottom: 37px;
}
.feature-resources .section-title .title, .feature-resources .partners-view h2 .title, .partners-view .feature-resources h2 .title, .feature-resources .paragraph--type--vertical-tabs .tabs-title .title, .paragraph--type--vertical-tabs .feature-resources .tabs-title .title, .feature-resources .paragraph--type--contributing-authors .featured-authors-wrapper .title .title, .paragraph--type--contributing-authors .featured-authors-wrapper .feature-resources .title .title, .feature-resources .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title .title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .feature-resources .field--name-field-title .title, .feature-resources .paragraph--type--horizontal-tabs .tabs-title .title, .paragraph--type--horizontal-tabs .feature-resources .tabs-title .title, .feature-resources #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2 .title, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2 .title,
.feature-resources .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2 .title,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2 .title,
.feature-resources .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2 .title,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .feature-resources h2 .title, .feature-resources .block-curatorio .block-title .title, .block-curatorio .feature-resources .block-title .title {
  font-size: 1.2em;
  font-weight: 600;
}

.paragraph--type--horizontal-tabs .header {
  text-align: center;
  margin-bottom: 64px;
}
.paragraph--type--horizontal-tabs .header * {
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--horizontal-tabs .header .eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #DB1D2F;
  margin-bottom: 12px;
}
.paragraph--type--horizontal-tabs .header h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 120%;
  font-weight: 500;
  color: #101828;
}
.paragraph--type--horizontal-tabs .header .description {
  margin-top: 20px;
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.paragraph--type--horizontal-tabs .header .description * {
  font-weight: 400;
}
.paragraph--type--horizontal-tabs .header {
  margin-bottom: 32px;
}
.paragraph--type--horizontal-tabs .bg {
  display: none;
}
.paragraph--type--horizontal-tabs .stripe-overlay {
  background-position: bottom -2px right;
}
.paragraph--type--horizontal-tabs .paragraph-inner {
  position: relative;
  z-index: 1000;
}
@media all and (min-width: 768px) {
  .paragraph--type--horizontal-tabs .tabs-container {
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
.paragraph--type--horizontal-tabs .tabs-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--horizontal-tabs .tabs-title {
    text-align: center;
  }
  .paragraph--type--horizontal-tabs .tabs-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.paragraph--type--horizontal-tabs .field--name-field-body {
  margin-bottom: 60px;
}
.paragraph--type--horizontal-tabs .row {
  margin: 0;
}
.paragraph--type--horizontal-tabs .nav-tabs {
  padding: 0;
  border: none;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .paragraph--type--horizontal-tabs .nav-tabs {
    justify-content: flex-start;
  }
}
@media all and (min-width: 768px) {
  .paragraph--type--horizontal-tabs .nav-tabs {
    display: block;
  }
}
.paragraph--type--horizontal-tabs .nav-tabs .nav-underline {
  border: none;
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph--type--horizontal-tabs .nav-tabs .nav-underline {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0px;
    height: 4px;
    background: #E30613;
    will-change: left, width;
    transition: left 0.2s, width 0.2s;
  }
}
.paragraph--type--horizontal-tabs .nav-tabs li {
  border-bottom: 4px solid #F2F4F7;
  margin-bottom: 0;
  text-align: center;
}
.paragraph--type--horizontal-tabs .nav-tabs li:first-child {
  padding-left: 0;
}
.paragraph--type--horizontal-tabs .nav-tabs li:nth-last-child(2) {
  padding-right: 0;
}
.paragraph--type--horizontal-tabs .nav-tabs li a {
  line-height: 2;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  background: none;
  border: none;
  color: #101828;
  padding: 0 0 24px;
  font-weight: 700 !important;
  white-space: nowrap;
  transition: color 200ms;
}
.paragraph--type--horizontal-tabs .nav-tabs li a:hover, .paragraph--type--horizontal-tabs .nav-tabs li a:focus, .paragraph--type--horizontal-tabs .nav-tabs li a:active {
  background: none;
  border: none;
  color: #101828;
}
.paragraph--type--horizontal-tabs .nav-tabs li.active a {
  border: none;
  color: #101828;
}
@media screen and (max-width: 767px) {
  .paragraph--type--horizontal-tabs .nav-tabs li.active a:after {
    background-color: #E30613;
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 4px;
    width: 100%;
  }
}
.paragraph--type--horizontal-tabs .tab-content {
  padding: 30px 0 0 0;
}
.paragraph--type--horizontal-tabs .tab-content .tab-pane {
  min-height: 250px !important;
}
.paragraph--type--horizontal-tabs .tab-content .tabs-item {
  display: none;
}
.paragraph--type--horizontal-tabs .tab-content .tabs-item.active {
  display: block;
}
.paragraph--type--horizontal-tabs .tab-content .text-col {
  padding-top: 15px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.paragraph--type--horizontal-tabs .tab-content .text-col h3 {
  color: #101828;
  font-size: 27px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.5px;
}
.paragraph--type--horizontal-tabs .tab-content .text-col .body {
  margin-top: 8px;
  color: #475467;
}
.paragraph--type--horizontal-tabs .tab-content .text-col .links {
  margin-top: 32px;
}
.paragraph--type--horizontal-tabs .tab-content .text-col .links .button-link-list {
  display: flex;
  justify-content: center;
}
.paragraph--type--horizontal-tabs .tab-content .img-col {
  max-width: 700px;
  margin: auto;
}
.paragraph--type--horizontal-tabs .tab-content .img-col img {
  width: 100%;
}
.paragraph--type--horizontal-tabs .tab-content img {
  max-width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .paragraph--type--horizontal-tabs .tab-content {
    padding: 36px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .paragraph--type--horizontal-tabs .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.paragraph--type--leads-cta > .field.field--name-field-body {
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--leads-cta > .field.field--name-field-body {
    padding: 60px 0 0 0;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile {
    flex-direction: row;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item {
    min-height: 566px;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item > .paragraph {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.mobile {
    display: none;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.desktop {
    display: block;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.bg-blue {
  background-color: #374858;
  color: #FFFFFF;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view {
    padding: 40px 15px;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-kinaxis-resources, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-kinaxis-resources, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-kinaxis-resources {
  padding: 0;
  margin: 0;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .switchback.view-press-releases a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource-link a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .link-to-page a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .switchback.view-press-releases a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource-link a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .link-to-page a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .switchback.view-press-releases a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource-link a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .link-to-page a {
  color: #0896B9;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .switchback.view-press-releases a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .switchback.view-press-releases a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .switchback.view-press-releases a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource-link a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource-link a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource-link a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .field--name-field-resource a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .link-to-page a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .link-to-page a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .view-display-id-block_switchback .link-to-page a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .switchback.view-press-releases a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .switchback.view-press-releases a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .switchback.view-press-releases a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource-link a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource-link a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource-link a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .field--name-field-resource a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .link-to-page a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .link-to-page a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .view-display-id-block_switchback .link-to-page a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .switchback.view-press-releases a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .switchback.view-press-releases a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .switchback.view-press-releases a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource-link a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource-link a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource-link a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .field--name-field-resource a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .link-to-page a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .link-to-page a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-display-id-block_switchback .link-to-page a:active {
  color: #077A97;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic a.icon-caret, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial a.icon-caret, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view a.icon-caret {
  margin-right: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic a.icon-caret, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial a.icon-caret, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view a.icon-caret {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view {
    width: 375px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view {
    width: 485px;
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view {
    width: 612.5px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--child-switchback-view {
    margin-left: auto;
    padding-left: 15px;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .container, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .view-what-others-are-saying-about-kinaxis-, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links #block-views-block-kinaxis-resources-resources-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--faq-question-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .field--type-text-long, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--quote > .field--item, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .field--type-text-long, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .block-type--basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .eu-cookie-compliance-content, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .block-sitemap, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .messages__wrapper, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .modal.content-modal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links #block-utilitynavigation, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links [id^=block-utilitynavigation], .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .field--name-field-paragraph,
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .field--name-field-paragraph, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .slick, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--links .paragraph--type--leads-cta > .field.field--name-field-body {
    margin-right: 0;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--child-switchback-view {
    margin-right: auto;
    padding-right: 15px;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .container, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .view-what-others-are-saying-about-kinaxis-, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links #block-views-block-kinaxis-resources-resources-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--faq-question-list, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .field--type-text-long, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--quote > .field--item, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .field--type-text-long, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .block-type--basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .eu-cookie-compliance-content, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .block-sitemap, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .messages__wrapper, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .modal.content-modal, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links #block-utilitynavigation, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links [id^=block-utilitynavigation], .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .field--name-field-paragraph,
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .field--name-field-paragraph, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .slick, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--links .paragraph--type--leads-cta > .field.field--name-field-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--child-switchback-view {
    padding-left: 0;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--child-switchback-basic, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--testimonial, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--child-switchback-view {
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.odd .paragraph--type--child-switchback-image {
    margin-left: auto;
  }
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item.even .paragraph--type--child-switchback-image {
    margin-right: auto;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .section-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .partners-view h2, .partners-view .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic h2, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .tabs-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic h2, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .block-curatorio .block-title, .block-curatorio .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .block-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-basic .tabs-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .section-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .partners-view h2,
.partners-view .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--vertical-tabs .tabs-title,
.paragraph--type--vertical-tabs .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .tabs-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--contributing-authors .featured-authors-wrapper .title,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-curatorio .block-title,
.block-curatorio .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--horizontal-tabs .tabs-title,
.paragraph--type--horizontal-tabs .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .tabs-title {
  margin-bottom: 40px;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 125%;
  min-height: 266px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-image {
    background-size: auto 200%;
  }
}
@media screen and (min-width: 2000px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-image {
    max-width: 612.5px;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial {
  align-items: center;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .quotations::before {
  font-family: "Material Icons";
  content: "\e244";
  display: block;
  color: #0896B9;
  font-size: 70px;
  margin-bottom: 30px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .quotations::before {
    font-size: 90px;
    line-height: 1;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial > .field--item {
  width: 100%;
  text-align: center;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 32px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 42px;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-plain-body {
  margin-bottom: 30px;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-job-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-company {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-job-title,
  .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--testimonial .field--name-field-company {
    font-size: 20px;
    line-height: 20px;
  }
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases {
  padding: 0;
  margin: 0;
  width: inherit;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-row {
  margin: 0;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 16px 0;
  margin-bottom: 40px;
  margin-top: 0;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .views-field-title .date-link-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .views-field-title .paragraph--type--card-article .field--name-field-link, .paragraph--type--card-article .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .views-field-title .field--name-field-link,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  padding: 0;
  margin: 0 0 10px 0;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node {
  margin-bottom: 20px;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a {
  border: none;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a:focus {
  border: none;
  color: #077A97;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a:hover::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource-link a:focus::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a:hover::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-resource a:focus::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a:hover::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .link-to-page a:focus::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a:hover::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-press-releases .views-field-view-node a:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button {
  border-color: #0896B9;
  color: #0896B9;
}
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:hover, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:focus, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a.btn:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .paragraph--type--promo-links a:active, .paragraph--type--promo-links .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button a:active, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-cta-button li > a.button:active {
  background-color: #077A97;
  border-color: #077A97;
  color: #FFFFFF;
}

.testimonials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.testimonials .testimonial {
  flex: 1;
  align-self: stretch;
  min-width: 46%;
  margin-bottom: 7rem;
}
.testimonials .testimonial:nth-child(odd) {
  padding-right: 2%;
}
.testimonials .testimonial:nth-child(even) {
  padding-left: 2%;
}
.testimonials .testimonial:last-child {
  padding-right: 0;
}
@media all and (max-width: 991px) {
  .testimonials .testimonial {
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .testimonials .testimonial:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .testimonials .testimonial {
    margin-bottom: 30px;
  }
}
.testimonials .testimonial .testimonial-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  background-color: #efefef;
  padding: 5rem;
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .testimonials .testimonial .testimonial-inner {
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .testimonials .testimonial .testimonial-inner {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .testimonials .testimonial .testimonial-inner {
    padding: 30px;
  }
}
.testimonials .testimonial .testimonial-inner .testimonial-header {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #077a97;
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 2.14rem;
  font-weight: 700;
}
.testimonials .testimonial .testimonial-inner .testimonial-body {
  font-size: 2.6666666667rem;
  margin-bottom: 1.7rem;
  color: #374858;
  position: relative;
}
@media all and (min-width: 768px) {
  .testimonials .testimonial .testimonial-inner .testimonial-body {
    font-size: 2.375rem;
  }
}
@media all and (min-width: 992px) {
  .testimonials .testimonial .testimonial-inner .testimonial-body {
    font-size: 2.4rem;
  }
}
.testimonials .testimonial .testimonial-inner .testimonial-body p {
  display: inline;
}
.testimonials .testimonial .testimonial-inner .testimonial-body:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "format_quote";
  font-size: 8rem;
  position: absolute;
  left: -80px;
  top: -32px;
  transform: rotate(180deg);
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .testimonials .testimonial .testimonial-inner .testimonial-body:before {
    left: -66px;
    top: -28px;
  }
}
@media all and (max-width: 767px) {
  .testimonials .testimonial .testimonial-inner .testimonial-body:before {
    font-size: 30px;
    left: -30px;
    top: -7px;
  }
}
.testimonials .testimonial .testimonial-inner .testimonial-body:after {
  content: '"';
  display: inline;
}
.testimonials .testimonial .testimonial-inner .testimonial-meta {
  font-size: 2.6666666667rem;
  line-height: 1.39;
  font-weight: 700;
  color: #374858;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .testimonials .testimonial .testimonial-inner .testimonial-meta {
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .testimonials .testimonial .testimonial-inner .testimonial-meta {
    font-size: 1.7rem;
  }
}
.testimonials .testimonial .testimonial-inner .testimonial-meta .meta-job-title {
  display: block;
}
@media all and (min-width: 992px) {
  .testimonials .testimonial:last-child:nth-child(odd) .testimonial-meta .meta-job-title {
    display: inline;
  }
}

.paragraph--type--video-block,
.paragraph--type--image {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block,
  .paragraph--type--image {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--video-block .video-block .video-meta,
.paragraph--type--image .video-block .video-meta {
  margin: 40px 0 0 0;
}
@media all and (min-width: 992px) {
  .paragraph--type--video-block .video-block .video-meta,
  .paragraph--type--image .video-block .video-meta {
    margin: 0;
  }
  .paragraph--type--video-block .video-block .video-meta.meta-right,
  .paragraph--type--image .video-block .video-meta.meta-right {
    padding-left: 65px;
  }
}
.paragraph--type--video-block .video-block .video-meta.meta-left,
.paragraph--type--image .video-block .video-meta.meta-left {
  margin: 0 0 40px 0;
}
@media all and (min-width: 992px) {
  .paragraph--type--video-block .video-block .video-meta.meta-left,
  .paragraph--type--image .video-block .video-meta.meta-left {
    margin: 0;
    padding-right: 65px;
  }
}
.paragraph--type--video-block .video-block .video-meta .video-title,
.paragraph--type--image .video-block .video-meta .video-title {
  margin-top: 0;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon,
.paragraph--type--image .video-block .video-wrapper .video-play-icon {
  display: block;
  position: relative;
  cursor: pointer;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon:after,
.paragraph--type--image .video-block .video-wrapper .video-play-icon:after {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  transition: font-size 200ms;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon:hover:after,
.paragraph--type--image .video-block .video-wrapper .video-play-icon:hover:after {
  font-size: 90px;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on),
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .blazy--on .media,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on),
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .blazy--on .media,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on),
.paragraph--type--image .video-block .video-wrapper .video-play-icon .blazy--on .media,
.paragraph--type--image .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on),
.paragraph--type--image .video-block .video-wrapper .video-thumb .blazy--on .media {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on):before,
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .blazy--on .media:before,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on):before,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .blazy--on .media:before,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on):before,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .blazy--on .media:before,
.paragraph--type--image .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on):before,
.paragraph--type--image .video-block .video-wrapper .video-thumb .blazy--on .media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on) > img,
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .blazy--on .media > img,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on) > img,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .blazy--on .media > img,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on) > img,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .blazy--on .media > img,
.paragraph--type--image .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on) > img,
.paragraph--type--image .video-block .video-wrapper .video-thumb .blazy--on .media > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on) img,
.paragraph--type--video-block .video-block .video-wrapper .video-play-icon .blazy--on .media img,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on) img,
.paragraph--type--video-block .video-block .video-wrapper .video-thumb .blazy--on .media img,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .field--type-image:not(.blazy--on) img,
.paragraph--type--image .video-block .video-wrapper .video-play-icon .blazy--on .media img,
.paragraph--type--image .video-block .video-wrapper .video-thumb .field--type-image:not(.blazy--on) img,
.paragraph--type--image .video-block .video-wrapper .video-thumb .blazy--on .media img {
  width: 100%;
}
.paragraph--type--video-block .video-block .background-overlay,
.paragraph--type--image .video-block .background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-block.vertical-center .video-block,
  .paragraph--type--image.vertical-center .video-block {
    display: flex;
    align-items: center;
  }
}

.paragraph--type--navigation {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 110px 15px 0;
  position: relative;
}
.paragraph--type--navigation .content-container {
  position: relative;
  z-index: 1000;
}
.paragraph--type--navigation .paragraph--type--navigation-item {
  margin-bottom: 40px;
}
.paragraph--type--navigation .field--name-field-link a {
  align-items: center;
  background-color: #F6F6F6;
  color: #db1d2f;
  display: flex;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  min-height: 125px;
  padding: 38px;
  position: relative;
}
.paragraph--type--navigation .field--name-field-link a:active, .paragraph--type--navigation .field--name-field-link a:hover, .paragraph--type--navigation .field--name-field-link a:focus {
  color: #c41a2a;
}
.paragraph--type--navigation .field--name-field-link a:after {
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #F6F6F6;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  pointer-events: none;
  top: 100%;
  width: 0;
}
.paragraph--type--navigation .field--name-field-link a:before {
  background-color: #db1d2f;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35%;
}
.paragraph--type--navigation .field--name-field-body {
  line-height: 1.25;
}
.paragraph--type--navigation .field--name-field-body a {
  font-size: 2.6666666667rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .paragraph--type--navigation .field--name-field-body a {
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .paragraph--type--navigation .field--name-field-body a {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--navigation .field--name-field-link {
    padding-right: 20px;
  }
  .paragraph--type--navigation .field--name-field-link a {
    margin-bottom: 0;
    min-height: 200px;
  }
  .paragraph--type--navigation .field--name-field-link a:after {
    border-bottom: 24px solid transparent;
    border-left: 24px solid #F6F6F6;
    border-right: none;
    border-top-color: transparent;
    left: 100%;
    margin-left: 0;
    margin-top: -24px;
    top: 50%;
  }
  .paragraph--type--navigation .field--name-field-body {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1225px) {
  .paragraph--type--navigation .paragraph-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.paragraph--type--bullet-grid {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .paragraph--type--bullet-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--bullet-grid .field--name-field-subtitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.paragraph--type--bullet-grid .titles.col-sm-6 {
  padding-right: 20px;
}
.paragraph--type--bullet-grid .titles.col-sm-8 {
  width: 60%;
}
.paragraph--type--bullet-grid .titles .section-title, .paragraph--type--bullet-grid .titles .partners-view h2, .partners-view .paragraph--type--bullet-grid .titles h2, .paragraph--type--bullet-grid .titles .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .paragraph--type--bullet-grid .titles .tabs-title, .paragraph--type--bullet-grid .titles .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bullet-grid .titles .title, .paragraph--type--bullet-grid .titles #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2,
.paragraph--type--bullet-grid .titles .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2,
.paragraph--type--bullet-grid .titles .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2, .paragraph--type--bullet-grid .titles .block-curatorio .block-title, .block-curatorio .paragraph--type--bullet-grid .titles .block-title, .paragraph--type--bullet-grid .titles .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--bullet-grid .titles .tabs-title, .paragraph--type--bullet-grid .titles .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bullet-grid .titles .field--name-field-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 16px 0;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .paragraph--type--bullet-grid .titles .section-title, .paragraph--type--bullet-grid .titles .partners-view h2, .partners-view .paragraph--type--bullet-grid .titles h2, .paragraph--type--bullet-grid .titles .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .paragraph--type--bullet-grid .titles .tabs-title, .paragraph--type--bullet-grid .titles .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bullet-grid .titles .title, .paragraph--type--bullet-grid .titles #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2,
  .paragraph--type--bullet-grid .titles .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2,
  .paragraph--type--bullet-grid .titles .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bullet-grid .titles h2, .paragraph--type--bullet-grid .titles .block-curatorio .block-title, .block-curatorio .paragraph--type--bullet-grid .titles .block-title, .paragraph--type--bullet-grid .titles .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--bullet-grid .titles .tabs-title, .paragraph--type--bullet-grid .titles .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bullet-grid .titles .field--name-field-title {
    margin: 0 0 60px 0;
  }
}
.paragraph--type--bullet-grid .body.col-sm-6 {
  padding-left: 20px;
  margin-top: 50px;
}
.paragraph--type--bullet-grid .body > .field--name-field-body {
  margin-bottom: 60px;
}
.paragraph--type--bullet-grid .bullet-grid {
  margin-bottom: -60px;
}
.paragraph--type--bullet-grid .bullet-grid .row:before,
.paragraph--type--bullet-grid .bullet-grid .row:after {
  display: none;
}
.paragraph--type--bullet-grid .field--name-field-bullet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.paragraph--type--bullet-grid .field--name-field-bullet [class^=col-].field--item, .paragraph--type--bullet-grid .field--name-field-bullet [class*=" col-"].field--item {
  margin-bottom: 60px;
}
.paragraph--type--bullet-grid .paragraph--type--bullet-item {
  position: relative;
}
.paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
  color: #0896B9;
  font-family: "neue-haas-grotesk-display";
  font-weight: 800;
  line-height: 48px;
  font-size: 48px;
  letter-spacing: -0.02em;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
    line-height: 46px;
    font-size: 34px;
  }
}
.paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon .field--type-image {
  margin-top: 5px;
}
.paragraph--type--bullet-grid .paragraph--type--bullet-item .field--name-field-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
  line-height: 41px;
  margin: 0 0 15px 0;
}

@media all and (max-width: 992px) {
  .paragraph--type--bullet-grid .titles.col-sm-6 {
    padding-right: 15px;
  }
  .paragraph--type--bullet-grid .titles.col-sm-8 {
    width: 100%;
  }
  .paragraph--type--bullet-grid .body.col-sm-6 {
    padding-left: 15px;
    margin-top: 0;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item {
    text-align: center;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon {
    font-size: 42px;
    padding: 0;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-icon img {
    max-width: 20%;
    margin: 0 auto 10px auto;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .bullet-content {
    padding: 0;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .field--name-field {
    padding-bottom: 0;
  }
  .paragraph--type--bullet-grid .paragraph--type--bullet-item .field--name-field-title {
    margin: 0 0 15px 0;
  }
}
.paragraph--type--promo-links {
  padding: 50px 0;
}
.paragraph--type--promo-links .field--name-field-promo-link {
  text-align: center;
}
.paragraph--type--promo-links .field--name-field-promo-link > .field--item:not(:first-child) {
  margin-top: 30px;
}
.paragraph--type--promo-links .field--name-field-title {
  font-size: 2.7rem;
  line-height: 1.333333;
  margin-bottom: 10px;
  font-weight: 600;
}
.paragraph--type--promo-links a {
  display: block;
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .paragraph--type--promo-links a {
    font-size: 3.125rem;
  }
}
@media all and (min-width: 992px) {
  .paragraph--type--promo-links a {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--promo-links .field--name-field-promo-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -20px;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item {
    flex: 0 1 50%;
    padding: 0 20px;
    width: 50%;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item:not(:first-child) {
    margin-top: 0;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item:nth-child(n+3) {
    margin-top: 30px;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item .paragraph--type--promo-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--promo-links .field--name-field-title {
    margin-bottom: 30px;
  }
  .paragraph--type--promo-links .field--name-field-promo-link {
    margin: 0 -35px;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item {
    flex: 0 1 33.33333%;
    padding: 0 35px;
    width: 33.33333%;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item:nth-child(n+3) {
    margin-top: 0;
  }
  .paragraph--type--promo-links .field--name-field-promo-link > .field--item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1225px) {
  .paragraph--type--promo-links .paragraph-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

div.paragraph.paragraph--type--pillars .paragraph--type--resources > .container, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
div.paragraph.paragraph--type--pillars .paragraph--type--resources > .view-what-others-are-saying-about-kinaxis-, div.paragraph.paragraph--type--pillars .paragraph--type--resources > #block-views-block-kinaxis-resources-resources-list, div.paragraph.paragraph--type--pillars .paragraph--type--resources > #block-views-block-kinaxis-resources-block-case-studies-list, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .paragraph--type--faq-question-list, div.paragraph.paragraph--type--pillars .paragraph--type--carousel .paragraph--type--resources > .field--type-text-long, .paragraph--type--carousel div.paragraph.paragraph--type--pillars .paragraph--type--resources > .field--type-text-long, div.paragraph.paragraph--type--pillars .paragraph--type--quote.paragraph--type--resources > .field--item, div.paragraph.paragraph--type--pillars .paragraph--type--quotes .paragraph--type--resources > .field--type-text-long, .paragraph--type--quotes div.paragraph.paragraph--type--pillars .paragraph--type--resources > .field--type-text-long, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .block-type--basic, div.paragraph.paragraph--type--pillars .eu-cookie-compliance-banner .paragraph--type--resources > .eu-cookie-compliance-content, .eu-cookie-compliance-banner div.paragraph.paragraph--type--pillars .paragraph--type--resources > .eu-cookie-compliance-content, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .block-sitemap, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .messages__wrapper, div.paragraph.paragraph--type--pillars .paragraph--type--resources > .modal.content-modal, div.paragraph.paragraph--type--pillars .region-navigation-util .paragraph--type--resources > #block-utilitynavigation, .region-navigation-util div.paragraph.paragraph--type--pillars .paragraph--type--resources > #block-utilitynavigation, div.paragraph.paragraph--type--pillars .region-navigation-util .paragraph--type--resources > [id^=block-utilitynavigation], .region-navigation-util div.paragraph.paragraph--type--pillars .paragraph--type--resources > [id^=block-utilitynavigation], div.paragraph.paragraph--type--pillars #block-blogsubscribe .paragraph--type--resources > .field--name-field-paragraph, #block-blogsubscribe div.paragraph.paragraph--type--pillars .paragraph--type--resources > .field--name-field-paragraph,
div.paragraph.paragraph--type--pillars .block-blocksubscribe .paragraph--type--resources > .field--name-field-paragraph,
.block-blocksubscribe div.paragraph.paragraph--type--pillars .paragraph--type--resources > .field--name-field-paragraph, div.paragraph.paragraph--type--pillars .paragraph--type--announcement .paragraph--type--resources > .slick, .paragraph--type--announcement div.paragraph.paragraph--type--pillars .paragraph--type--resources > .slick, div.paragraph.paragraph--type--pillars .paragraph--type--leads-cta.paragraph--type--resources > .field.field--name-field-body {
  max-width: 100%;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav {
  cursor: pointer;
  margin: 30px 0;
  display: flex;
  position: sticky;
  top: 0px;
  align-self: flex-start;
  background: white;
  z-index: 100;
  width: 100%;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav:hover li {
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 991px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav {
    padding: 12px;
    border: 3px solid #d3d3d3;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav .pillar-mobile-caret {
  padding-right: 20px;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav .pillar-mobile-caret::after {
  font-family: "Material Icons";
  content: "\e5cf";
  display: inline;
  position: absolute;
  font-size: 24px !important;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav > ul > li {
  list-style: none;
  width: 100%;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  height: 0;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav > ul > li:first-child {
  opacity: 1;
  height: auto;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav > ul > li > a {
  width: 100%;
  color: #374858;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap nav.pillar-mobile-nav {
    display: none;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside {
  display: none;
  flex: 1 0 30%;
  height: auto;
  margin: 0 0 60px;
  position: sticky;
  top: 199px;
  align-self: flex-start;
  padding: 0 30px 30px 0;
}
@media screen and (min-width: 992px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside {
    display: block;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul {
    padding: 12px;
    border: 3px solid #d3d3d3;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li {
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li {
    display: none;
  }
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li:first-child {
    display: block;
  }
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li:first-child::after {
    font-family: "Material Icons";
    content: "\e5cf";
    display: inline;
    position: absolute;
    left: 87%;
    font-size: 24px !important;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li > a {
  width: 100%;
  color: #374858;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li > a {
    transition: all 200ms;
    color: #374858;
    font-weight: 300;
    border-left: 3px solid #d3d3d3;
    padding: 0 12px 12px;
    display: inline-block;
  }
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li > a:hover {
    border-left: 3px solid #777777;
  }
  div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li > a:active, div.paragraph.paragraph--type--pillars > .pillar-wrap aside.pillar-aside > ul > li > a:focus {
    border-left: 3px solid #db1d2f;
    outline: none;
  }
}
div.paragraph.paragraph--type--pillars > .pillar-wrap .pillar-content {
  width: 100%;
  margin-bottom: 60px;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap .pillar-content .field--name-field-body {
  margin-bottom: 30px;
}
div.paragraph.paragraph--type--pillars > .pillar-wrap .pillar-content .field--name-field-body > div > img {
  padding: 0;
}
@media screen and (min-width: 992px) {
  div.paragraph.paragraph--type--pillars > .pillar-wrap .pillar-content {
    max-width: 70%;
    position: relative;
  }
}

.paragraph--type--pillars-child {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .paragraph--type--pillars-child {
    padding-top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--pillars-child {
    scroll-margin-top: 105px;
  }
}

.paragraph-field--pillars_child .container, .paragraph-field--pillars_child .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph-field--pillars_child .view-what-others-are-saying-about-kinaxis-, .paragraph-field--pillars_child #block-views-block-kinaxis-resources-resources-list, .paragraph-field--pillars_child #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph-field--pillars_child .paragraph--type--faq-question-list, .paragraph-field--pillars_child .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph-field--pillars_child .field--type-text-long, .paragraph-field--pillars_child .paragraph--type--quote > .field--item, .paragraph-field--pillars_child .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph-field--pillars_child .field--type-text-long, .paragraph-field--pillars_child .block-type--basic, .paragraph-field--pillars_child .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph-field--pillars_child .eu-cookie-compliance-content, .paragraph-field--pillars_child .block-sitemap, .paragraph-field--pillars_child .messages__wrapper, .paragraph-field--pillars_child .modal.content-modal, .paragraph-field--pillars_child .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph-field--pillars_child #block-utilitynavigation, .paragraph-field--pillars_child .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph-field--pillars_child [id^=block-utilitynavigation], .paragraph-field--pillars_child #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph-field--pillars_child .field--name-field-paragraph,
.paragraph-field--pillars_child .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph-field--pillars_child .field--name-field-paragraph, .paragraph-field--pillars_child .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph-field--pillars_child .slick, .paragraph-field--pillars_child .paragraph--type--leads-cta > .field.field--name-field-body {
  max-width: 100%;
  padding: 0;
}

.paragraph--type--pillars-child h2.section-title, .paragraph--type--pillars-child .partners-view h2, .partners-view .paragraph--type--pillars-child h2, .paragraph--type--pillars-child .paragraph--type--vertical-tabs h2.tabs-title, .paragraph--type--vertical-tabs .paragraph--type--pillars-child h2.tabs-title, .paragraph--type--pillars-child .paragraph--type--contributing-authors .featured-authors-wrapper h2.title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--pillars-child h2.title, .paragraph--type--pillars-child #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--pillars-child h2,
.paragraph--type--pillars-child .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--pillars-child h2,
.paragraph--type--pillars-child .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--pillars-child h2, .paragraph--type--pillars-child .block-curatorio h2.block-title, .block-curatorio .paragraph--type--pillars-child h2.block-title, .paragraph--type--pillars-child .paragraph--type--horizontal-tabs h2.tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--pillars-child h2.tabs-title, .paragraph--type--pillars-child .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--pillars-child h2.field--name-field-title {
  margin-top: 0;
}
.paragraph--type--pillars-child .paragraph--type--basic-wysiwyg,
.paragraph--type--pillars-child .paragraph--type--resources,
.paragraph--type--pillars-child .paragraph--type--video-cards {
  padding: 30px 0 !important;
}
.paragraph--type--pillars-child .paragraph--type--resources .container > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) > div.resources > a.resource-card,
.paragraph--type--pillars-child .paragraph--type--resources .view-what-others-are-saying-about-kinaxis- > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources #block-views-block-kinaxis-resources-resources-list > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources #block-views-block-kinaxis-resources-block-case-studies-list > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--faq-question-list > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--carousel .field--type-text-long > div.resources > a.resource-card, .paragraph--type--carousel .paragraph--type--pillars-child .paragraph--type--resources .field--type-text-long > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--quote > .field--item > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--quotes .field--type-text-long > div.resources > a.resource-card, .paragraph--type--quotes .paragraph--type--pillars-child .paragraph--type--resources .field--type-text-long > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .block-type--basic > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .eu-cookie-compliance-banner .eu-cookie-compliance-content > div.resources > a.resource-card, .eu-cookie-compliance-banner .paragraph--type--pillars-child .paragraph--type--resources .eu-cookie-compliance-content > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .block-sitemap > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .messages__wrapper > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .modal.content-modal > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .region-navigation-util #block-utilitynavigation > div.resources > a.resource-card, .region-navigation-util .paragraph--type--pillars-child .paragraph--type--resources #block-utilitynavigation > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .region-navigation-util [id^=block-utilitynavigation] > div.resources > a.resource-card, .region-navigation-util .paragraph--type--pillars-child .paragraph--type--resources [id^=block-utilitynavigation] > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources #block-blogsubscribe .field--name-field-paragraph > div.resources > a.resource-card, #block-blogsubscribe .paragraph--type--pillars-child .paragraph--type--resources .field--name-field-paragraph > div.resources > a.resource-card,
.paragraph--type--pillars-child .paragraph--type--resources .block-blocksubscribe .field--name-field-paragraph > div.resources > a.resource-card,
.block-blocksubscribe .paragraph--type--pillars-child .paragraph--type--resources .field--name-field-paragraph > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--announcement .slick > div.resources > a.resource-card, .paragraph--type--announcement .paragraph--type--pillars-child .paragraph--type--resources .slick > div.resources > a.resource-card, .paragraph--type--pillars-child .paragraph--type--resources .paragraph--type--leads-cta > .field.field--name-field-body > div.resources > a.resource-card {
  margin-bottom: 0 !important;
}

.wayfinder-focus-highlight {
  border-left: 3px solid #db1d2f !important;
}

.paragraph--type--quotes {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .paragraph--type--quotes {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--quotes.bg-blue {
  background-color: #374858;
  color: #FFFFFF;
}
.paragraph--type--quotes.bg-blue .slick-prev:before,
.paragraph--type--quotes.bg-blue .slick-next:before,
.paragraph--type--quotes.bg-blue .slick-dots li button:before {
  color: #FFFFFF;
}
.paragraph--type--quotes .slick__slider:not(.slick-initialized) .slick__slide:not(:first-child) {
  display: none;
}
.paragraph--type--quotes .slick__slider:not(.slick-initialized) .slick__slide {
  transition: none !important;
}
.paragraph--type--quote {
  margin-bottom: 30px;
}
.paragraph--type--quote .quotations {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote .quotations {
    margin-bottom: 30px;
  }
}
.paragraph--type--quote .quotations::before {
  font-family: "Material Icons";
  content: "\e244";
  display: block;
  color: #0896B9;
  font-size: 70px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote .quotations::before {
    font-size: 90px;
  }
}
.paragraph--type--quote.has-image .quote-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.paragraph--type--quote.has-image .quote-container .field--name-field-job-title,
.paragraph--type--quote.has-image .quote-container .field--name-field-company {
  font-weight: normal;
}
.paragraph--type--quote.has-image .quote-container .quote-attrs {
  display: inline;
}
.paragraph--type--quote.has-image .quote-container .quote-attrs .field {
  display: inline-block;
}
.paragraph--type--quote.has-image .quote-container .quote-attrs .field:not(:last-child)::after {
  display: inline-block;
  content: ", ";
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote.has-image .quote-container {
    flex-direction: row;
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.paragraph--type--quote.has-image img {
  border-radius: 1000px;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote.has-image img {
    max-width: auto;
  }
}
.paragraph--type--quote.has-image .quote-attr {
  display: flex;
}
.paragraph--type--quote.has-image .quote-attr > div:not(:last-child) {
  margin-right: 15px;
}
.paragraph--type--quote > .field--item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote > .field--item {
    padding: 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--quote > .field--item {
    padding: 0 60px;
  }
}
.paragraph--type--quote .field--name-field-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 32px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--quote .field--name-field-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 42px;
  }
}
.paragraph--type--quote .field--name-field-plain-body {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--quote .field--name-field-plain-body {
    font-size: 24px;
  }
}
.paragraph--type--quote .field--name-field-full-name,
.paragraph--type--quote .field--name-field-job-title,
.paragraph--type--quote .field--name-field-company {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .paragraph--type--quote .field--name-field-full-name,
  .paragraph--type--quote .field--name-field-job-title,
  .paragraph--type--quote .field--name-field-company {
    font-size: 20px;
    line-height: 20px;
  }
}

.paragraph--type--image-blurb {
  background-color: #F6F6F6;
  position: relative;
}
.paragraph--type--image-blurb.bg-white {
  background-color: #FFFFFF;
}
.paragraph--type--image-blurb .paragraph-inner {
  padding-bottom: 0;
  padding-top: 75px;
}
.paragraph--type--image-blurb .field--name-field-image {
  margin-top: 30px;
  padding: 0 15px;
  padding-bottom: 75px;
}
.paragraph--type--image-blurb .field--name-field-image img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-blurb .paragraph-inner {
    padding-bottom: 75px;
  }
  .paragraph--type--image-blurb .field--name-field-image {
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 5%;
    transform: translateY(-50%);
    top: 50%;
    width: 40%;
  }
}
@media screen and (min-width: 1225px) {
  .paragraph--type--image-blurb .paragraph-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.paragraph--type--logos,
.paragraph--type--partner-logos {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  /* Blazy adjustment for Safari */
  /* IE10+ */
  /* IE Edge 12+ */
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos,
  .paragraph--type--partner-logos {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--logos.has-bg, .paragraph--type--logos.overlay-blue, .paragraph--type--logos.overlay-cello-blue, .paragraph--type--logos.overlay-teal, .paragraph--type--logos.overlay-dark-teal, .paragraph--type--logos.overlay-red,
.paragraph--type--partner-logos.has-bg,
.paragraph--type--partner-logos.overlay-blue,
.paragraph--type--partner-logos.overlay-cello-blue,
.paragraph--type--partner-logos.overlay-teal,
.paragraph--type--partner-logos.overlay-dark-teal,
.paragraph--type--partner-logos.overlay-red {
  color: #FFFFFF;
}
.paragraph--type--logos.has-bg .section-title::after, .paragraph--type--logos.has-bg .partners-view h2::after, .partners-view .paragraph--type--logos.has-bg h2::after, .paragraph--type--logos.has-bg .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.has-bg .tabs-title::after, .paragraph--type--logos.has-bg .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.has-bg .title::after, .paragraph--type--logos.has-bg #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.has-bg h2::after,
.paragraph--type--logos.has-bg .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.has-bg h2::after,
.paragraph--type--logos.has-bg .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.has-bg h2::after, .paragraph--type--logos.has-bg .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.has-bg .block-title::after, .paragraph--type--logos.has-bg .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.has-bg .tabs-title::after, .paragraph--type--logos.has-bg .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.has-bg .field--name-field-title::after, .paragraph--type--logos.overlay-blue .section-title::after, .paragraph--type--logos.overlay-blue .partners-view h2::after, .partners-view .paragraph--type--logos.overlay-blue h2::after, .paragraph--type--logos.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.overlay-blue .tabs-title::after, .paragraph--type--logos.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.overlay-blue .title::after, .paragraph--type--logos.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-blue h2::after,
.paragraph--type--logos.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-blue h2::after,
.paragraph--type--logos.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-blue h2::after, .paragraph--type--logos.overlay-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.overlay-blue .block-title::after, .paragraph--type--logos.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.overlay-blue .tabs-title::after, .paragraph--type--logos.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.overlay-blue .field--name-field-title::after, .paragraph--type--logos.overlay-cello-blue .section-title::after, .paragraph--type--logos.overlay-cello-blue .partners-view h2::after, .partners-view .paragraph--type--logos.overlay-cello-blue h2::after, .paragraph--type--logos.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.overlay-cello-blue .tabs-title::after, .paragraph--type--logos.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.overlay-cello-blue .title::after, .paragraph--type--logos.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-cello-blue h2::after,
.paragraph--type--logos.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-cello-blue h2::after,
.paragraph--type--logos.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-cello-blue h2::after, .paragraph--type--logos.overlay-cello-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.overlay-cello-blue .block-title::after, .paragraph--type--logos.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.overlay-cello-blue .tabs-title::after, .paragraph--type--logos.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.overlay-cello-blue .field--name-field-title::after, .paragraph--type--logos.overlay-teal .section-title::after, .paragraph--type--logos.overlay-teal .partners-view h2::after, .partners-view .paragraph--type--logos.overlay-teal h2::after, .paragraph--type--logos.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.overlay-teal .tabs-title::after, .paragraph--type--logos.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.overlay-teal .title::after, .paragraph--type--logos.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-teal h2::after,
.paragraph--type--logos.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-teal h2::after,
.paragraph--type--logos.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-teal h2::after, .paragraph--type--logos.overlay-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.overlay-teal .block-title::after, .paragraph--type--logos.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.overlay-teal .tabs-title::after, .paragraph--type--logos.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.overlay-teal .field--name-field-title::after, .paragraph--type--logos.overlay-dark-teal .section-title::after, .paragraph--type--logos.overlay-dark-teal .partners-view h2::after, .partners-view .paragraph--type--logos.overlay-dark-teal h2::after, .paragraph--type--logos.overlay-dark-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.overlay-dark-teal .tabs-title::after, .paragraph--type--logos.overlay-dark-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.overlay-dark-teal .title::after, .paragraph--type--logos.overlay-dark-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-dark-teal h2::after,
.paragraph--type--logos.overlay-dark-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-dark-teal h2::after,
.paragraph--type--logos.overlay-dark-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-dark-teal h2::after, .paragraph--type--logos.overlay-dark-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.overlay-dark-teal .block-title::after, .paragraph--type--logos.overlay-dark-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.overlay-dark-teal .tabs-title::after, .paragraph--type--logos.overlay-dark-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.overlay-dark-teal .field--name-field-title::after, .paragraph--type--logos.overlay-red .section-title::after, .paragraph--type--logos.overlay-red .partners-view h2::after, .partners-view .paragraph--type--logos.overlay-red h2::after, .paragraph--type--logos.overlay-red .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--logos.overlay-red .tabs-title::after, .paragraph--type--logos.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--logos.overlay-red .title::after, .paragraph--type--logos.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-red h2::after,
.paragraph--type--logos.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-red h2::after,
.paragraph--type--logos.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--logos.overlay-red h2::after, .paragraph--type--logos.overlay-red .block-curatorio .block-title::after, .block-curatorio .paragraph--type--logos.overlay-red .block-title::after, .paragraph--type--logos.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--logos.overlay-red .tabs-title::after, .paragraph--type--logos.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--logos.overlay-red .field--name-field-title::after,
.paragraph--type--partner-logos.has-bg .section-title::after,
.paragraph--type--partner-logos.has-bg .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.has-bg h2::after,
.paragraph--type--partner-logos.has-bg .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.has-bg .tabs-title::after,
.paragraph--type--partner-logos.has-bg .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.has-bg .title::after,
.paragraph--type--partner-logos.has-bg #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.has-bg h2::after,
.paragraph--type--partner-logos.has-bg .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.has-bg h2::after,
.paragraph--type--partner-logos.has-bg .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.has-bg h2::after,
.paragraph--type--partner-logos.has-bg .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.has-bg .block-title::after,
.paragraph--type--partner-logos.has-bg .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.has-bg .tabs-title::after,
.paragraph--type--partner-logos.has-bg .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.has-bg .field--name-field-title::after,
.paragraph--type--partner-logos.overlay-blue .section-title::after,
.paragraph--type--partner-logos.overlay-blue .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.overlay-blue h2::after,
.paragraph--type--partner-logos.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.overlay-blue .tabs-title::after,
.paragraph--type--partner-logos.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.overlay-blue .title::after,
.paragraph--type--partner-logos.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-blue h2::after,
.paragraph--type--partner-logos.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-blue h2::after,
.paragraph--type--partner-logos.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-blue h2::after,
.paragraph--type--partner-logos.overlay-blue .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.overlay-blue .block-title::after,
.paragraph--type--partner-logos.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.overlay-blue .tabs-title::after,
.paragraph--type--partner-logos.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.overlay-blue .field--name-field-title::after,
.paragraph--type--partner-logos.overlay-cello-blue .section-title::after,
.paragraph--type--partner-logos.overlay-cello-blue .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.overlay-cello-blue h2::after,
.paragraph--type--partner-logos.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.overlay-cello-blue .tabs-title::after,
.paragraph--type--partner-logos.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.overlay-cello-blue .title::after,
.paragraph--type--partner-logos.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-cello-blue h2::after,
.paragraph--type--partner-logos.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-cello-blue h2::after,
.paragraph--type--partner-logos.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-cello-blue h2::after,
.paragraph--type--partner-logos.overlay-cello-blue .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.overlay-cello-blue .block-title::after,
.paragraph--type--partner-logos.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.overlay-cello-blue .tabs-title::after,
.paragraph--type--partner-logos.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.overlay-cello-blue .field--name-field-title::after,
.paragraph--type--partner-logos.overlay-teal .section-title::after,
.paragraph--type--partner-logos.overlay-teal .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.overlay-teal h2::after,
.paragraph--type--partner-logos.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.overlay-teal .tabs-title::after,
.paragraph--type--partner-logos.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.overlay-teal .title::after,
.paragraph--type--partner-logos.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-teal h2::after,
.paragraph--type--partner-logos.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-teal h2::after,
.paragraph--type--partner-logos.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-teal h2::after,
.paragraph--type--partner-logos.overlay-teal .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.overlay-teal .block-title::after,
.paragraph--type--partner-logos.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.overlay-teal .tabs-title::after,
.paragraph--type--partner-logos.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.overlay-teal .field--name-field-title::after,
.paragraph--type--partner-logos.overlay-dark-teal .section-title::after,
.paragraph--type--partner-logos.overlay-dark-teal .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.overlay-dark-teal h2::after,
.paragraph--type--partner-logos.overlay-dark-teal .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.overlay-dark-teal .tabs-title::after,
.paragraph--type--partner-logos.overlay-dark-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.overlay-dark-teal .title::after,
.paragraph--type--partner-logos.overlay-dark-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-dark-teal h2::after,
.paragraph--type--partner-logos.overlay-dark-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-dark-teal h2::after,
.paragraph--type--partner-logos.overlay-dark-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-dark-teal h2::after,
.paragraph--type--partner-logos.overlay-dark-teal .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.overlay-dark-teal .block-title::after,
.paragraph--type--partner-logos.overlay-dark-teal .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.overlay-dark-teal .tabs-title::after,
.paragraph--type--partner-logos.overlay-dark-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.overlay-dark-teal .field--name-field-title::after,
.paragraph--type--partner-logos.overlay-red .section-title::after,
.paragraph--type--partner-logos.overlay-red .partners-view h2::after,
.partners-view .paragraph--type--partner-logos.overlay-red h2::after,
.paragraph--type--partner-logos.overlay-red .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--partner-logos.overlay-red .tabs-title::after,
.paragraph--type--partner-logos.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--partner-logos.overlay-red .title::after,
.paragraph--type--partner-logos.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-red h2::after,
.paragraph--type--partner-logos.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-red h2::after,
.paragraph--type--partner-logos.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--partner-logos.overlay-red h2::after,
.paragraph--type--partner-logos.overlay-red .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--partner-logos.overlay-red .block-title::after,
.paragraph--type--partner-logos.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--partner-logos.overlay-red .tabs-title::after,
.paragraph--type--partner-logos.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--partner-logos.overlay-red .field--name-field-title::after {
  border-color: #FFFFFF;
}
.paragraph--type--logos.wysiwyg-body,
.paragraph--type--partner-logos.wysiwyg-body {
  margin-top: 0;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos.columns-4 .logo-content .field--name-field-images .field--item,
  .paragraph--type--partner-logos.columns-4 .logo-content .field--name-field-images .field--item {
    width: 25%;
  }
  .paragraph--type--logos .logo-content .paragraph--type--child-logos.columns-4 .field--name-field-paragraphs .field--item,
  .paragraph--type--partner-logos .logo-content .paragraph--type--child-logos.columns-4 .field--name-field-paragraphs .field--item {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--logos.mobile-columns-3 .logo-content .field--name-field-images .field--item,
  .paragraph--type--logos .logo-content .paragraph--type--child-logos.mobile-columns-3 .field--name-field-paragraphs .field--item,
  .paragraph--type--partner-logos.mobile-columns-3 .logo-content .field--name-field-images .field--item,
  .paragraph--type--partner-logos .logo-content .paragraph--type--child-logos.mobile-columns-3 .field--name-field-paragraphs .field--item {
    width: 33%;
    padding: 25px;
  }
}
.paragraph--type--logos .background-overlay,
.paragraph--type--partner-logos .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.paragraph--type--logos .logo-content,
.paragraph--type--partner-logos .logo-content {
  position: relative;
  z-index: 2;
}
.paragraph--type--logos .logo-content .field--name-field-images,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs,
.paragraph--type--partner-logos .logo-content .field--name-field-images,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.paragraph--type--logos .logo-content .field--name-field-images .field--item,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--logos .logo-content .field--name-field-images .field--item,
  .paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item,
  .paragraph--type--partner-logos .logo-content .field--name-field-images .field--item,
  .paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item {
    width: 33%;
  }
}
.paragraph--type--logos .logo-content .field--name-field-images .field--item a,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item a,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a {
  transition: opacity 300ms;
  cursor: pointer;
}
.paragraph--type--logos .logo-content .field--name-field-images .field--item a:hover, .paragraph--type--logos .logo-content .field--name-field-images .field--item a:focus, .paragraph--type--logos .logo-content .field--name-field-images .field--item a:active,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:hover,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:focus,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:active,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item a:hover,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item a:focus,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item a:active,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:hover,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:focus,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item a:active {
  opacity: 0.5;
}
.paragraph--type--logos .logo-content .field--name-field-images .field--item img,
.paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item img,
.paragraph--type--partner-logos .logo-content .field--name-field-images .field--item img,
.paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item img {
  max-height: 80px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .paragraph--type--logos .logo-content .field--name-field-images .field--item img,
  .paragraph--type--logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item img,
  .paragraph--type--partner-logos .logo-content .field--name-field-images .field--item img,
  .paragraph--type--partner-logos .logo-content .paragraph--type--child-logos .field--name-field-paragraphs .field--item img {
    max-height: 100px;
  }
}
.paragraph--type--logos .field--name-field-cta-button,
.paragraph--type--partner-logos .field--name-field-cta-button {
  text-align: center;
  margin-top: 60px;
}
.paragraph--type--logos .field--name-field-cta-button .btn, .paragraph--type--logos .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--logos .field--name-field-cta-button a,
.paragraph--type--logos .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--logos .field--name-field-cta-button a, .paragraph--type--logos .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--logos .field--name-field-cta-button a, .paragraph--type--logos .field--name-field-cta-button .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--logos .field--name-field-cta-button li > a.button, .paragraph--type--logos .field--name-field-cta-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--logos .field--name-field-cta-button button, .paragraph--type--logos .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--logos .field--name-field-cta-button a,
.paragraph--type--partner-logos .field--name-field-cta-button .btn,
.paragraph--type--partner-logos .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a,
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--partner-logos .field--name-field-cta-button a,
.paragraph--type--partner-logos .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--partner-logos .field--name-field-cta-button a,
.paragraph--type--partner-logos .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a,
.gb-dark-blue-view-all-button .more-link .paragraph--type--partner-logos .field--name-field-cta-button a,
.paragraph--type--partner-logos .field--name-field-cta-button .infinite-scroll-button.pager li > a.button,
.infinite-scroll-button.pager .paragraph--type--partner-logos .field--name-field-cta-button li > a.button,
.paragraph--type--partner-logos .field--name-field-cta-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button,
.eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--partner-logos .field--name-field-cta-button button,
.paragraph--type--partner-logos .field--name-field-cta-button .paragraph--type--promo-links a,
.paragraph--type--promo-links .paragraph--type--partner-logos .field--name-field-cta-button a {
  margin-bottom: 0;
}
.paragraph--type--logos .is-b-loading img,
.paragraph--type--partner-logos .is-b-loading img {
  width: 100% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .paragraph--type--logos .field--type-image,
  .paragraph--type--partner-logos .field--type-image {
    justify-content: space-around;
  }
  .paragraph--type--logos .field--type-image .field--item,
  .paragraph--type--partner-logos .field--type-image .field--item {
    padding: 15px !important;
  }
  .paragraph--type--logos .field--type-image .field--item img,
  .paragraph--type--partner-logos .field--type-image .field--item img {
    width: 80%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (-ms-high-contrast: active) and (min-width: 768px) {
  .paragraph--type--logos .field--type-image .field--item img,
  .paragraph--type--partner-logos .field--type-image .field--item img {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 1250px), screen and (-ms-high-contrast: active) and (min-width: 1250px) {
  .paragraph--type--logos .field--type-image .field--item img,
  .paragraph--type--partner-logos .field--type-image .field--item img {
    width: 80%;
  }
}
@supports (-ms-accelerator: true) {
  .paragraph--type--logos .field--type-image,
  .paragraph--type--partner-logos .field--type-image {
    justify-content: space-around;
  }
  .paragraph--type--logos .field--type-image .field--item,
  .paragraph--type--partner-logos .field--type-image .field--item {
    padding: 15px !important;
  }
  .paragraph--type--logos .field--type-image .field--item img,
  .paragraph--type--partner-logos .field--type-image .field--item img {
    width: 80%;
  }
  @media screen and (min-width: 768px) {
    .paragraph--type--logos .field--type-image .field--item img,
    .paragraph--type--partner-logos .field--type-image .field--item img {
      width: 100%;
    }
  }
  @media screen and (min-width: 1250px) {
    .paragraph--type--logos .field--type-image .field--item img,
    .paragraph--type--partner-logos .field--type-image .field--item img {
      width: 80%;
    }
  }
}

.paragraph--type--partner-logos .intro {
  margin-bottom: 30px;
}
.paragraph--type--partner-logos .paragraph--type--child-section-title {
  border-bottom: 1px solid white;
  position: relative;
  margin-top: 40px;
  padding-bottom: 15px;
}
.paragraph--type--partner-logos .paragraph--type--child-section-title .field--name-field-title,
.paragraph--type--partner-logos .paragraph--type--child-section-title .field--name-field-plain-body {
  padding-right: 30px;
  margin-top: 7px;
}
.paragraph--type--partner-logos .paragraph--type--child-section-title .field--name-field-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}
.paragraph--type--partner-logos .paragraph--type--child-section-title .field--name-field-plain-body {
  line-height: 20px;
}
.paragraph--type--partner-logos .paragraph--type--child-section-title .field--name-field-paragraphs {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--partner-logos .toggle {
    cursor: pointer;
  }
  .paragraph--type--partner-logos .toggle::after {
    font-family: "Material Icons";
    font-size: 1.1em;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    content: "\e313";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .paragraph--type--partner-logos .toggle.open::after {
    font-family: "Material Icons";
    font-size: 1.1em;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    content: "\e316";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.paragraph--type--partner-logos .paragraph--type--child-logos {
  margin-top: 10px;
}

.modal.content-modal.logos {
  padding: 0;
}
.modal.content-modal.logos .modal-body {
  padding: 20px;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flickerAnimationOpposite {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.paragraph-field--logo_grid:first-child .paragraph--type--logo-grid .container-fluid {
  padding-top: 0;
}

.paragraph--type--logo-grid .container-fluid {
  padding-bottom: 20px;
  padding-top: 20px;
}
.paragraph--type--logo-grid .logo-grid-wrapper {
  position: relative;
}
.paragraph--type--logo-grid .logo-grid-wrapper.animate .logo-grid > div {
  opacity: 1;
  animation: flickerAnimation 8s infinite;
  animation-direction: alternate;
}
.paragraph--type--logo-grid .logo-grid-wrapper.animate .logo-grid:last-child {
  left: 0;
  position: absolute;
  top: 0;
}
.paragraph--type--logo-grid .logo-grid-wrapper.animate .logo-grid:last-child > div {
  opacity: 0;
  animation: flickerAnimationOpposite 8s infinite;
  animation-direction: alternate;
}
.paragraph--type--logo-grid .logo-grid h2 {
  background-color: #374858;
  color: white;
}
.paragraph--type--logo-grid .logo-grid img {
  max-height: 125px;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .paragraph--type--logo-grid .logo-grid img {
    width: initial;
  }
}
@media (max-width: 389px) {
  .paragraph--type--logo-grid .logo-grid > * {
    display: none;
  }
  .paragraph--type--logo-grid .logo-grid:first-child h2 {
    display: block;
    font-size: 41px;
    height: auto !important;
    margin: 0 -15px 4rem;
    padding: 50px 15px;
  }
}
@media (min-width: 390px) {
  .paragraph--type--logo-grid .logo-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--logo-grid .logo-grid > * {
    align-items: center;
    background: #efefef;
    display: flex;
    justify-content: center;
    margin: 7.5px;
    padding: 7.5px 15px;
  }
}
@media (min-width: 390px) and (max-width: 991px) {
  .paragraph--type--logo-grid .logo-grid > * {
    display: none;
    width: calc(25% - 15px);
  }
  .paragraph--type--logo-grid .logo-grid > *:nth-child(7n+1), .paragraph--type--logo-grid .logo-grid > *:nth-child(7n+4) {
    width: calc(50% - 15px);
  }
  .paragraph--type--logo-grid .logo-grid > *:nth-child(6n+1), .paragraph--type--logo-grid .logo-grid > *:nth-child(6n+2), .paragraph--type--logo-grid .logo-grid > *:nth-child(6n+3) {
    display: flex;
  }
}
@media (min-width: 992px) {
  .paragraph--type--logo-grid .logo-grid > * {
    width: calc(12.5% - 15px);
  }
  .paragraph--type--logo-grid .logo-grid > *:nth-child(7n+1), .paragraph--type--logo-grid .logo-grid > *:nth-child(7n+4) {
    width: calc(25% - 15px);
  }
}

.paragraph--type--image-cta {
  position: relative;
  z-index: 1;
}
.paragraph--type--image-cta .image-cta-container {
  min-height: 400px;
  padding: 20px;
  position: relative;
  z-index: 1130;
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.22);
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .paragraph--type--image-cta .image-cta-container {
    box-shadow: none;
    background-position: right;
  }
}
.paragraph--type--image-cta .image-cta-container .image-cta-body {
  padding: 40px;
}
.paragraph--type--image-cta .image-cta-container .image-cta-body p {
  font-size: 3.2rem;
  color: #FFFFFF;
}
.paragraph--type--image-cta .image-cta-container .image-cta-body .btn, .paragraph--type--image-cta .image-cta-container .image-cta-body .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a,
.paragraph--type--image-cta .image-cta-container .image-cta-body .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--image-cta .image-cta-container .image-cta-body li > a.button, .paragraph--type--image-cta .image-cta-container .image-cta-body .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--image-cta .image-cta-container .image-cta-body button, .paragraph--type--image-cta .image-cta-container .image-cta-body .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--image-cta .image-cta-container .image-cta-body a {
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .paragraph--type--image-cta .image-cta-container .image-cta-body .btn, .paragraph--type--image-cta .image-cta-container .image-cta-body .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a,
  .paragraph--type--image-cta .image-cta-container .image-cta-body .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--image-cta .image-cta-container .image-cta-body li > a.button, .paragraph--type--image-cta .image-cta-container .image-cta-body .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--image-cta .image-cta-container .image-cta-body button, .paragraph--type--image-cta .image-cta-container .image-cta-body .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--image-cta .image-cta-container .image-cta-body a {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 992px) {
  .paragraph--type--image-cta .image-cta-container .image-cta-body .btn, .paragraph--type--image-cta .image-cta-container .image-cta-body .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a,
  .paragraph--type--image-cta .image-cta-container .image-cta-body .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--image-cta .image-cta-container .image-cta-body a, .paragraph--type--image-cta .image-cta-container .image-cta-body .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--image-cta .image-cta-container .image-cta-body li > a.button, .paragraph--type--image-cta .image-cta-container .image-cta-body .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--image-cta .image-cta-container .image-cta-body button, .paragraph--type--image-cta .image-cta-container .image-cta-body .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--image-cta .image-cta-container .image-cta-body a {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .paragraph--type--image-cta .stripe {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .paragraph--type--image-cta .stripe::before {
    background-position: top 50px right;
  }
  html[lang=ja] .paragraph--type--image-cta .stripe::before {
    background-image: none;
  }
}
.paragraph--type--image-cta .wysiwyg-body {
  background-position: right -10px top -80px;
  z-index: 1120;
}
@media all and (min-width: 768px) {
  .paragraph--type--image-cta .wysiwyg-body {
    margin-top: -90px;
  }
}
.paragraph--type--image-cta .paragraph--type--logos .paragraph-inner {
  padding-top: 60px;
}

.paragraph--type--card-view .card-title,
.paragraph--type--card-article .card-title {
  margin-bottom: 17px;
}
.paragraph--type--card-view .section-title, .paragraph--type--card-view .partners-view h2, .partners-view .paragraph--type--card-view h2, .paragraph--type--card-view .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .paragraph--type--card-view .tabs-title, .paragraph--type--card-view .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--card-view .title, .paragraph--type--card-view #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2,
.paragraph--type--card-view .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2,
.paragraph--type--card-view .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2, .paragraph--type--card-view .block-curatorio .block-title, .block-curatorio .paragraph--type--card-view .block-title, .paragraph--type--card-view .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--card-view .tabs-title, .paragraph--type--card-view .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--card-view .field--name-field-title,
.paragraph--type--card-article .section-title,
.paragraph--type--card-article .partners-view h2,
.partners-view .paragraph--type--card-article h2,
.paragraph--type--card-article .paragraph--type--vertical-tabs .tabs-title,
.paragraph--type--vertical-tabs .paragraph--type--card-article .tabs-title,
.paragraph--type--card-article .paragraph--type--contributing-authors .featured-authors-wrapper .title,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--card-article .title,
.paragraph--type--card-article #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2,
.paragraph--type--card-article .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2,
.paragraph--type--card-article .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2,
.paragraph--type--card-article .block-curatorio .block-title,
.block-curatorio .paragraph--type--card-article .block-title,
.paragraph--type--card-article .paragraph--type--horizontal-tabs .tabs-title,
.paragraph--type--horizontal-tabs .paragraph--type--card-article .tabs-title,
.paragraph--type--card-article .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--card-article .field--name-field-title {
  text-align: left;
  margin-top: 0;
}
.paragraph--type--card-view .section-title::after, .paragraph--type--card-view .partners-view h2::after, .partners-view .paragraph--type--card-view h2::after, .paragraph--type--card-view .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--card-view .tabs-title::after, .paragraph--type--card-view .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--card-view .title::after, .paragraph--type--card-view #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2::after,
.paragraph--type--card-view .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2::after,
.paragraph--type--card-view .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-view h2::after, .paragraph--type--card-view .block-curatorio .block-title::after, .block-curatorio .paragraph--type--card-view .block-title::after, .paragraph--type--card-view .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--card-view .tabs-title::after, .paragraph--type--card-view .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--card-view .field--name-field-title::after,
.paragraph--type--card-article .section-title::after,
.paragraph--type--card-article .partners-view h2::after,
.partners-view .paragraph--type--card-article h2::after,
.paragraph--type--card-article .paragraph--type--vertical-tabs .tabs-title::after,
.paragraph--type--vertical-tabs .paragraph--type--card-article .tabs-title::after,
.paragraph--type--card-article .paragraph--type--contributing-authors .featured-authors-wrapper .title::after,
.paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--card-article .title::after,
.paragraph--type--card-article #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2::after,
.paragraph--type--card-article .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2::after,
.paragraph--type--card-article .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--card-article h2::after,
.paragraph--type--card-article .block-curatorio .block-title::after,
.block-curatorio .paragraph--type--card-article .block-title::after,
.paragraph--type--card-article .paragraph--type--horizontal-tabs .tabs-title::after,
.paragraph--type--horizontal-tabs .paragraph--type--card-article .tabs-title::after,
.paragraph--type--card-article .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--card-article .field--name-field-title::after {
  margin: 15px 0;
  width: 50%;
}

.paragraph--type--card-cta {
  background: #DB1D2F url(../../images/card-cta.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: white;
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.22);
  margin-top: 20px;
}
.paragraph--type--card-cta .paragraph-inner {
  padding: 0;
}
.paragraph--type--card-cta .cta-link {
  padding: 100px 35px;
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph--type--card-cta .title, .paragraph--type--card-cta .subtitle {
  color: #FFFFFF;
}
.paragraph--type--card-cta .subtitle {
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .paragraph--type--card-cta .subtitle {
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .paragraph--type--card-cta .subtitle {
    font-size: 2rem;
  }
}
.paragraph--type--card-cta .title::after {
  display: block;
  content: "";
  margin: 20px auto;
  border-bottom: 2px solid #FFFFFF;
  width: 50px;
}

.paragraph--type--card-basic {
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.path-frontpage .paragraph--type--cards > .paragraph-inner {
  padding-top: 9rem;
}

.paragraph--type--carousel {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--carousel {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--carousel .field--type-text-long {
  margin-bottom: 60px;
}
.paragraph--type--carousel .carousel-slide {
  padding-bottom: 40px;
}
.paragraph--type--carousel img {
  width: 80vw;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .paragraph--type--carousel img {
    width: 60vw;
  }
}
.paragraph--type--carousel .slide-text {
  text-align: center;
  max-width: 100%;
  margin: 20px auto 0;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .paragraph--type--carousel .slide-text .field {
    padding: 0 70px;
  }
}
.paragraph--type--carousel .slick-slide {
  transform: scale(0.75);
  opacity: 0.2;
  outline: none;
  transition: transform 300ms, opacity 300ms;
}
.paragraph--type--carousel .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.image_background_wrapper .paragraph--type--image-background {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .image_background_wrapper .paragraph--type--image-background {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 382px;
  }
}
@media screen and (min-width: 3000px) {
  .image_background_wrapper .paragraph--type--image-background {
    background-position: var(--bp-xlarge);
  }
}
.image_background_wrapper .paragraph--type--image-background.overlay-blue, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue, .image_background_wrapper .paragraph--type--image-background.overlay-teal, .image_background_wrapper .paragraph--type--image-background.overlay-red {
  color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background.overlay-blue .section-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .partners-view h2::after, .partners-view .image_background_wrapper .paragraph--type--image-background.overlay-blue h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .image_background_wrapper .paragraph--type--image-background.overlay-blue .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .image_background_wrapper .paragraph--type--image-background.overlay-blue .title::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-blue h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-blue h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-blue h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .block-curatorio .block-title::after, .block-curatorio .image_background_wrapper .paragraph--type--image-background.overlay-blue .block-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .image_background_wrapper .paragraph--type--image-background.overlay-blue .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .image_background_wrapper .paragraph--type--image-background.overlay-blue .field--name-field-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .section-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .partners-view h2::after, .partners-view .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .block-curatorio .block-title::after, .block-curatorio .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .block-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .image_background_wrapper .paragraph--type--image-background.overlay-cello-blue .field--name-field-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .section-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .partners-view h2::after, .partners-view .image_background_wrapper .paragraph--type--image-background.overlay-teal h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .image_background_wrapper .paragraph--type--image-background.overlay-teal .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .image_background_wrapper .paragraph--type--image-background.overlay-teal .title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-teal h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-teal h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-teal h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .block-curatorio .block-title::after, .block-curatorio .image_background_wrapper .paragraph--type--image-background.overlay-teal .block-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .image_background_wrapper .paragraph--type--image-background.overlay-teal .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .image_background_wrapper .paragraph--type--image-background.overlay-teal .field--name-field-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .section-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .partners-view h2::after, .partners-view .image_background_wrapper .paragraph--type--image-background.overlay-red h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .image_background_wrapper .paragraph--type--image-background.overlay-red .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .image_background_wrapper .paragraph--type--image-background.overlay-red .title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-red h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-red h2::after,
.image_background_wrapper .paragraph--type--image-background.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background.overlay-red h2::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .block-curatorio .block-title::after, .block-curatorio .image_background_wrapper .paragraph--type--image-background.overlay-red .block-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .image_background_wrapper .paragraph--type--image-background.overlay-red .tabs-title::after, .image_background_wrapper .paragraph--type--image-background.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .image_background_wrapper .paragraph--type--image-background.overlay-red .field--name-field-title::after {
  border-color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background .section-title::after, .image_background_wrapper .paragraph--type--image-background .partners-view h2::after, .partners-view .image_background_wrapper .paragraph--type--image-background h2::after, .image_background_wrapper .paragraph--type--image-background .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .image_background_wrapper .paragraph--type--image-background .tabs-title::after, .image_background_wrapper .paragraph--type--image-background .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .image_background_wrapper .paragraph--type--image-background .title::after, .image_background_wrapper .paragraph--type--image-background #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background h2::after,
.image_background_wrapper .paragraph--type--image-background .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background h2::after,
.image_background_wrapper .paragraph--type--image-background .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .image_background_wrapper .paragraph--type--image-background h2::after, .image_background_wrapper .paragraph--type--image-background .block-curatorio .block-title::after, .block-curatorio .image_background_wrapper .paragraph--type--image-background .block-title::after, .image_background_wrapper .paragraph--type--image-background .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .image_background_wrapper .paragraph--type--image-background .tabs-title::after, .image_background_wrapper .paragraph--type--image-background .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .image_background_wrapper .paragraph--type--image-background .field--name-field-title::after {
  border-color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.image_background_wrapper .paragraph--type--image-background .container, .image_background_wrapper .paragraph--type--image-background .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.image_background_wrapper .paragraph--type--image-background .view-what-others-are-saying-about-kinaxis-, .image_background_wrapper .paragraph--type--image-background #block-views-block-kinaxis-resources-resources-list, .image_background_wrapper .paragraph--type--image-background #block-views-block-kinaxis-resources-block-case-studies-list, .image_background_wrapper .paragraph--type--image-background .paragraph--type--faq-question-list, .image_background_wrapper .paragraph--type--image-background .block-type--basic, .image_background_wrapper .paragraph--type--image-background .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .image_background_wrapper .paragraph--type--image-background .eu-cookie-compliance-content, .image_background_wrapper .paragraph--type--image-background .block-sitemap, .image_background_wrapper .paragraph--type--image-background .messages__wrapper, .image_background_wrapper .paragraph--type--image-background .modal.content-modal, .image_background_wrapper .paragraph--type--image-background .region-navigation-util #block-utilitynavigation, .region-navigation-util .image_background_wrapper .paragraph--type--image-background #block-utilitynavigation, .image_background_wrapper .paragraph--type--image-background .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .image_background_wrapper .paragraph--type--image-background [id^=block-utilitynavigation], .image_background_wrapper .paragraph--type--image-background #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .image_background_wrapper .paragraph--type--image-background .field--name-field-paragraph,
.image_background_wrapper .paragraph--type--image-background .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .image_background_wrapper .paragraph--type--image-background .field--name-field-paragraph, .image_background_wrapper .paragraph--type--image-background .paragraph--type--announcement .slick, .paragraph--type--announcement .image_background_wrapper .paragraph--type--image-background .slick, .image_background_wrapper .paragraph--type--image-background .paragraph--type--leads-cta > .field.field--name-field-body, .image_background_wrapper .paragraph--type--image-background .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .image_background_wrapper .paragraph--type--image-background .field--type-text-long, .image_background_wrapper .paragraph--type--image-background .paragraph--type--quote > .field--item, .image_background_wrapper .paragraph--type--image-background .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .image_background_wrapper .paragraph--type--image-background .field--type-text-long {
  position: relative;
  z-index: 2;
}
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .image_background_wrapper .paragraph--type--image-background:not(.no-outline) li > a.button, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .image_background_wrapper .paragraph--type--image-background:not(.no-outline) li > a.button:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:hover, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .image_background_wrapper .paragraph--type--image-background:not(.no-outline) li > a.button:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:focus, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .btn:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:active, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active,
.image_background_wrapper .paragraph--type--image-background:not(.no-outline) .view-what-others-are-saying-about-kinaxis- .more-link a:active,
.view-what-others-are-saying-about-kinaxis- .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .gb-dark-blue-view-all-button .more-link a:active, .gb-dark-blue-view-all-button .more-link .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .infinite-scroll-button.pager li > a.button:active, .infinite-scroll-button.pager .image_background_wrapper .paragraph--type--image-background:not(.no-outline) li > a.button:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:active, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .image_background_wrapper .paragraph--type--image-background:not(.no-outline) button:active, .image_background_wrapper .paragraph--type--image-background:not(.no-outline) .paragraph--type--promo-links a:active, .paragraph--type--promo-links .image_background_wrapper .paragraph--type--image-background:not(.no-outline) a:active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #374858;
}
.image_background_wrapper .paragraph--type--image-background a {
  color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background a:hover, .image_background_wrapper .paragraph--type--image-background a:focus, .image_background_wrapper .paragraph--type--image-background a:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.image_background_wrapper .paragraph--type--image-background img {
  padding: 0;
}

.paragraph--type--links {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--links {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--links .field--name-field-paragraph-links::after, .paragraph--type--links .field--name-field-paragraph-links::before {
  display: none;
}
.paragraph--type--links .field--name-field-paragraph-links > .field--item {
  margin-bottom: 3rem;
  min-height: 250px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--links .field--name-field-paragraph-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.paragraph--type--links .paragraph--type--link {
  height: 100%;
}
.paragraph--type--links .row.content {
  margin-bottom: 60px;
}

.link-block {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  margin: 3rem 0;
  min-height: 250px;
}
@media screen and (min-width: 1250px) {
  .link-block {
    margin: 0;
  }
}
.link-block .link-block-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.link-block .link-block-image,
.link-block .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 200ms;
}
.link-block .block-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 1 0 0px;
}
.link-block .block-content .link-block-icons {
  margin-bottom: 15px;
}
.link-block .block-content .link-block-icons .icon {
  display: block;
}
.link-block .block-content .link-block-icons .icon-hover {
  display: none;
}
.link-block .block-content .link-block-icons img {
  max-height: 100px;
  width: auto;
}
.link-block .block-content .link-block-title,
.link-block .block-content .link-block-body {
  word-break: break-word;
  text-align: center;
  width: 100%;
}
.link-block .block-content .link-block-title {
  color: #077A97;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.link-block .block-content .link-block-body {
  color: #374858;
  margin-top: 15px;
}
.link-block:active .background-overlay,
.link-block:active .link-block-image, .link-block:focus .background-overlay,
.link-block:focus .link-block-image, .link-block:hover .background-overlay,
.link-block:hover .link-block-image, .link-block.reverse .background-overlay,
.link-block.reverse .link-block-image {
  opacity: 1;
}
.link-block:active .link-block-icons .icon, .link-block:focus .link-block-icons .icon, .link-block:hover .link-block-icons .icon, .link-block.reverse .link-block-icons .icon {
  display: none;
}
.link-block:active .link-block-icons .icon-hover, .link-block:focus .link-block-icons .icon-hover, .link-block:hover .link-block-icons .icon-hover, .link-block.reverse .link-block-icons .icon-hover {
  display: block;
}
.link-block:active .link-block-title,
.link-block:active .link-block-body, .link-block:focus .link-block-title,
.link-block:focus .link-block-body, .link-block:hover .link-block-title,
.link-block:hover .link-block-body, .link-block.reverse .link-block-title,
.link-block.reverse .link-block-body {
  color: #FFFFFF;
}
.link-block.reverse:active .background-overlay,
.link-block.reverse:active .link-block-image, .link-block.reverse:hover .background-overlay,
.link-block.reverse:hover .link-block-image, .link-block.reverse:focus .background-overlay,
.link-block.reverse:focus .link-block-image {
  opacity: 0;
}
.link-block.reverse:active .link-block-icons .icon, .link-block.reverse:hover .link-block-icons .icon, .link-block.reverse:focus .link-block-icons .icon {
  display: block;
}
.link-block.reverse:active .link-block-icons .icon-hover, .link-block.reverse:hover .link-block-icons .icon-hover, .link-block.reverse:focus .link-block-icons .icon-hover {
  display: none;
}
.link-block.reverse:active .link-block-title, .link-block.reverse:hover .link-block-title, .link-block.reverse:focus .link-block-title {
  color: #077A97;
}
.link-block.reverse:active .link-block-body, .link-block.reverse:hover .link-block-body, .link-block.reverse:focus .link-block-body {
  color: #374858;
}

.button-link-list,
.button-link-list__item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.button-link-list {
  align-items: stretch;
  gap: 10px;
}

.button-link-list__item,
.button-link-list__item > * {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.button-link-list__item {
  align-items: center;
}

.paragraph--type--link-default.button--primary a {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
  background-color: #DB1D2F;
  border: 0.75px solid #DB1D2F;
  color: #FFFFFF;
}
.paragraph--type--link-default.button--primary a:hover, .paragraph--type--link-default.button--primary a:focus, .paragraph--type--link-default.button--primary a:active {
  color: #525252;
  background-color: #AA050E;
  border-color: #AA050E;
  color: #FFFFFF;
}
.paragraph--type--link-default.button--secondary a {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
}
.paragraph--type--link-default.button--secondary a:hover, .paragraph--type--link-default.button--secondary a:focus, .paragraph--type--link-default.button--secondary a:active {
  color: #525252;
}
.paragraph--type--link-default.button--tertiary a {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  display: flex;
}
.paragraph--type--link-default.button--tertiary a:hover, .paragraph--type--link-default.button--tertiary a:focus, .paragraph--type--link-default.button--tertiary a:active {
  color: #525252;
}
.paragraph--type--link-default.button--tertiary a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
  margin-left: 8px;
}
.paragraph--type--link-default.button--tertiary a:hover, .paragraph--type--link-default.button--tertiary a:focus, .paragraph--type--link-default.button--tertiary a:active {
  color: #18181B;
}
.paragraph--type--link-default.button--tertiary a:hover::after, .paragraph--type--link-default.button--tertiary a:focus::after, .paragraph--type--link-default.button--tertiary a:active::after {
  margin-left: 14px;
}
.paragraph--type--link-default.button--outline a {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  padding: 14px 24px;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 4px;
  color: #010233;
  border: 0.75px solid #010233;
  background-color: transparent;
}
.paragraph--type--link-default.button--outline a:hover, .paragraph--type--link-default.button--outline a:focus, .paragraph--type--link-default.button--outline a:active {
  color: #525252;
  color: #FFFFFF;
  background-color: #010233;
}
.button-link-list__item + .button-link-list__item .paragraph--type--link-default.button--tertiary {
  padding-left: 10px;
}

.paragraph--type--split-text-image .split-image {
  margin-top: 25px;
}
.paragraph--type--split-text-image .paragraph-inner {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--split-text-image .paragraph-inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .paragraph--type--split-text-image .split-text-image {
    display: flex;
  }
  .paragraph--type--split-text-image .split-text-image .split-image {
    display: flex;
    margin-top: 0;
  }
  .paragraph--type--split-text-image .split-text-image .split-image.position-bottom {
    align-items: flex-end;
  }
  .paragraph--type--split-text-image .split-text-image .split-image.position-center {
    align-items: center;
  }
  .paragraph--type--split-text-image .split-text-image .split-image.position-top {
    align-items: flex-start;
  }
  .paragraph--type--split-text-image .split-text-image .split-image .field--type-image {
    flex: 1;
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--split-text-image .paragraph-inner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.paragraph--type--header-title,
.paragraph--type--header-half-blue-half-image,
.paragraph--type--header-image-title,
.paragraph-extra.menu {
  margin-bottom: 4rem;
}

.paragraph--type--header-image-title.has-menu {
  margin-bottom: 0;
}

.header-paragraph {
  position: relative;
}
.header-paragraph:not(.paragraph--type--header-title) .header-title {
  background-color: #374858;
  overflow: hidden;
}
.header-paragraph .header-title {
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  position: relative;
}
.header-paragraph .header-title h1, .header-paragraph .header-title .h1, .header-paragraph .header-title h2, .header-paragraph .header-title .h2, .header-paragraph .header-title p {
  color: #FFFFFF;
}
.header-paragraph .header-title h2, .header-paragraph .header-title .h2 {
  margin-top: 0;
}
.header-paragraph .filter {
  z-index: 900;
}
.header-paragraph .text-content {
  padding-top: 145px;
  z-index: 1000;
}
.header-paragraph .stripe {
  display: none;
  background: white;
  top: 0;
}
.header-paragraph .stripe::before {
  background: transparent;
}
@media all and (min-width: 768px) {
  .header-paragraph .stripe {
    display: block;
  }
}

.paragraph--type--header-title {
  margin-bottom: 0;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.paragraph--type--header-title .header-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.paragraph--type--header-title .header-title h1, .paragraph--type--header-title .header-title .h1 {
  margin: 30px 0 0;
}
@media all and (min-width: 768px) {
  .paragraph--type--header-title .header-title {
    text-align: left;
  }
  .paragraph--type--header-title .header-title h1, .paragraph--type--header-title .header-title .h1 {
    margin: 60px 0 0;
  }
}
@media all and (min-width: 992px) {
  .paragraph--type--header-title .header-title {
    padding-top: 135px;
    text-align: left;
  }
  .paragraph--type--header-title .header-title h1, .paragraph--type--header-title .header-title .h1 {
    margin: 60px 0 0;
  }
}
.paragraph--type--header-title .header-title .has_subheading h1 {
  margin-bottom: 0;
}
.paragraph--type--header-title .header-title .has_subheading h4 {
  margin-top: 0;
  margin-left: 4px;
}
@media all and (min-width: 992px) {
  .paragraph--type--header-title .header-title .has_subheading h4 {
    margin-bottom: 60px;
  }
}

.paragraph--type--header-image-title .header-title {
  padding: 125px 0 150px;
  background-position: top center;
}
.paragraph--type--header-image-title .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(55, 72, 88, 0.88);
}
.paragraph--type--header-image-title .filter::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #1e2e3e;
}
.paragraph--type--header-image-title.has-menu .stripe {
  display: none;
}
.paragraph--type--header-image-title.has-menu .filter::after {
  display: none;
}

.paragraph--type--header-image-title .stripe,
.paragraph-extra.menu .stripe {
  background: #1e2e3e;
  left: 0;
  width: 101%;
}

.paragraph-extra.menu {
  background: #1e2e3e;
  position: relative;
  z-index: 1200;
  padding-bottom: 25px;
}
.paragraph-extra.menu .caret {
  display: inline-block;
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .caret {
    display: none;
  }
}
.paragraph-extra.menu .nav a {
  font-size: 2.6666666667rem;
  color: #FFFFFF;
  background: none;
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav a {
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav a {
    font-size: 1.9rem;
  }
}
.paragraph-extra.menu .nav a:hover, .paragraph-extra.menu .nav a:focus {
  color: #efefef;
  background: none;
}
.paragraph-extra.menu .nav .open > a .caret {
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  border-top: none;
}
.paragraph-extra.menu .nav .open a {
  background: none;
  border: none;
  color: #efefef;
}
.paragraph-extra.menu .nav > li {
  display: block;
  float: none;
}
.paragraph-extra.menu .nav.has-1 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-1 > li {
    float: left;
    width: 100%;
  }
}
.paragraph-extra.menu .nav.has-2 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-2 > li {
    float: left;
    width: 50%;
  }
}
.paragraph-extra.menu .nav.has-3 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-3 > li {
    float: left;
    width: 33.3333333333%;
  }
}
.paragraph-extra.menu .nav.has-4 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-4 > li {
    float: left;
    width: 25%;
  }
}
.paragraph-extra.menu .nav.has-5 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-5 > li {
    float: left;
    width: 20%;
  }
}
.paragraph-extra.menu .nav.has-6 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-6 > li {
    float: left;
    width: 16.6666666667%;
  }
}
.paragraph-extra.menu .nav.has-7 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-7 > li {
    float: left;
    width: 14.1666666667%;
  }
}
.paragraph-extra.menu .nav.has-8 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.has-8 > li {
    float: left;
    width: 12.5%;
  }
}
.paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li {
    float: left;
    width: 14.1666666667%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(1) {
    left: -1.0666666667%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(1) {
    left: -0.824742268%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(1) {
    left: -0.6530612245%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(2) {
    left: -1.3333333333%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(2) {
    left: -1.0309278351%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(2) {
    left: -0.8163265306%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(3) {
    left: 0.2666666667%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(3) {
    left: 0.206185567%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(3) {
    left: 0.1632653061%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(4) {
    left: -2.9333333333%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(4) {
    left: -2.2680412371%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(4) {
    left: -1.7959183673%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(5) {
    left: 0.6666666667%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(5) {
    left: 0.5154639175%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(5) {
    left: 0.4081632653%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(6) {
    left: -2.2666666667%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(6) {
    left: -1.7525773196%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(6) {
    left: -1.387755102%;
  }
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(7) {
    left: -2%;
  }
}
@media all and (min-width: 992px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(7) {
    left: -1.5463917526%;
  }
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .nav.menu--knowledge-services.has-7 > li:nth-child(7) {
    left: -1.2244897959%;
  }
}
.paragraph-extra.menu .menu > li {
  display: block;
}
@media all and (min-width: 768px) {
  .paragraph-extra.menu .menu > li {
    float: left;
  }
}
.paragraph-extra.menu .menu > li:hover .dropdown-menu, .paragraph-extra.menu .menu > li:focus .dropdown-menu {
  display: block;
}
.paragraph-extra.menu .menu > li > a {
  font-weight: 700;
}
.paragraph-extra.menu .menu li:hover > a, .paragraph-extra.menu .menu li:focus > a {
  color: #077a97;
}
.paragraph-extra.menu .dropdown-menu {
  position: relative;
  float: none;
  top: 0;
  left: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.paragraph-extra.menu .stripe {
  height: 55px;
}
@media all and (min-width: 1250px) {
  .paragraph-extra.menu .stripe {
    height: 70px;
  }
}
.paragraph-extra.menu .stripe::before {
  display: none;
}

@media all and (min-width: 768px) {
  .paragraph--type--header-half-blue-half-image .header-title-content {
    padding-top: 60px;
  }
}

h2.stat {
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  font-size: 90px;
  margin: 0 6px;
  line-height: 1;
}

paragraph.paragraph--view-mode--default h2.stat, .paragraph.bg-white h2.stat, paragraph.bg-grey h2.stat {
  color: #077a97;
}

paragraph.bg-blue h2.stat, paragraph.bg-red h2.stat {
  color: #FFFFFF;
}

.paragraph--type--resources-block {
  position: relative;
  z-index: 1;
  background: #F6F6F6 url("../../images/resources-block-pattern.png") no-repeat right bottom;
  background-size: cover;
  margin-top: 145px;
}
.paragraph--type--resources-block:before {
  background: inherit;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  transform: skewY(-2deg);
  transform-origin: 0 0;
  background-image: unset;
  height: 11%;
}
.paragraph--type--resources-block .paragraph-inner {
  padding-bottom: 4.583333em;
}
.paragraph--type--resources-block .paragraph-inner .resources {
  margin-top: -120px;
}
.paragraph--type--resources-block .paragraph-inner .content {
  text-align: center;
}
.paragraph--type--resources-block .paragraph-inner .content .title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0.6em;
  margin-bottom: 0.8em;
  color: #077a97;
}

.paragraph--type--campaign-page-landing {
  background-repeat: no-repeat;
  background-size: contain;
}
.paragraph--type--campaign-page-landing > .paragraph-inner {
  padding-top: 8rem;
}
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner {
  padding: 0;
  max-width: 1000px;
}
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .section-title, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .partners-view h2, .partners-view .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner h2, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .tabs-title, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .title, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner h2,
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner h2,
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner h2, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .block-curatorio .block-title, .block-curatorio .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .block-title, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .tabs-title, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--image-background .paragraph-inner .field--name-field-title {
  margin-top: 0;
}
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .field--name-field-paragraph-links {
  margin: 0 -15px;
}
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.container, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.view-what-others-are-saying-about-kinaxis-, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner#block-views-block-kinaxis-resources-resources-list, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner#block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.paragraph--type--faq-question-list, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.block-type--basic, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .eu-cookie-compliance-banner .paragraph-inner.eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.eu-cookie-compliance-content, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.block-sitemap, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.messages__wrapper, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.modal.content-modal, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .region-navigation-util .paragraph-inner#block-utilitynavigation, .region-navigation-util .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner#block-utilitynavigation, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .region-navigation-util .paragraph-inner[id^=block-utilitynavigation], .region-navigation-util .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner[id^=block-utilitynavigation], .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links #block-blogsubscribe .paragraph-inner.field--name-field-paragraph, #block-blogsubscribe .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.field--name-field-paragraph,
.paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .block-blocksubscribe .paragraph-inner.field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.field--name-field-paragraph, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph--type--announcement .paragraph-inner.slick, .paragraph--type--announcement .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.slick, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph--type--leads-cta > .paragraph-inner.field.field--name-field-body, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph--type--quotes .paragraph-inner.field--type-text-long, .paragraph--type--quotes .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.field--type-text-long, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph--type--quote > .paragraph-inner.field--item, .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph--type--carousel .paragraph-inner.field--type-text-long, .paragraph--type--carousel .paragraph--type--campaign-page-landing > .paragraph-inner .paragraph--type--links .paragraph-inner.field--type-text-long {
  padding-bottom: 0;
  width: auto;
}
.paragraph--type--campaign-page-landing .image-cta-container {
  min-height: 400px;
  padding: 11rem 11rem 8rem 11rem;
  position: relative;
  z-index: 1130;
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.22);
  background-color: #FFFFFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
@media all and (max-width: 767px) {
  .paragraph--type--campaign-page-landing .image-cta-container {
    background-image: none !important;
  }
}
.paragraph--type--campaign-page-landing .image-cta-container .image-cta-body {
  padding: 0 15px 15px 0;
}

.paragraph--type--header-half-blue-half-image.no-cta .text-content {
  padding-bottom: 50px;
  padding-top: 145px;
}
.paragraph--type--header-half-blue-half-image.has-cta {
  padding-bottom: 18px;
}
.paragraph--type--header-half-blue-half-image .header-title {
  background-color: #374858;
  background-size: auto 100%;
  background-position: right center;
  overflow: visible;
}
@media all and (max-width: 1249px) {
  .paragraph--type--header-half-blue-half-image .header-title {
    background-image: none !important;
  }
}
.paragraph--type--header-half-blue-half-image .text-content {
  padding-top: 3.4rem;
  padding-bottom: 0;
  position: relative;
  z-index: 1000;
  padding-top: 145px;
}
.paragraph--type--header-half-blue-half-image .text-content h1 {
  margin: 0;
}
@media all and (min-width: 992px) {
  .paragraph--type--header-half-blue-half-image .text-content-inner {
    min-height: 20rem;
  }
}
.paragraph--type--header-half-blue-half-image .cta-container {
  position: relative;
  top: 18px;
}
.paragraph--type--header-half-blue-half-image .stripe-overlay {
  display: none;
}
@media all and (min-width: 768px) {
  .paragraph--type--header-half-blue-half-image .stripe-overlay {
    display: block;
  }
}
.paragraph--type--header-half-blue-half-image .stripe-overlay.with-vertical-stripe {
  background-size: contain, cover;
  background-position: bottom right, left -70px center;
}

.paragraph--type--eloqua-webform {
  min-height: 308px;
  height: initial !important;
  margin-bottom: 20px;
}
.paragraph--type--eloqua-webform .fields-column {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--eloqua-webform .fields-column {
    margin-bottom: 0;
  }
}
.paragraph--type--eloqua-webform .one-column .field--name-field-body {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--eloqua-webform .one-column form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .paragraph--type--eloqua-webform .one-column form > .form-group, .paragraph--type--eloqua-webform .one-column form > .fieldgroup {
    flex: 1 0 496px;
    max-width: 49%;
  }
  .paragraph--type--eloqua-webform .one-column form > .form-group.form-type-checkbox, .paragraph--type--eloqua-webform .one-column form > .form-group.js-webform-type-checkboxes, .paragraph--type--eloqua-webform .one-column form > .form-group.form-actions, .paragraph--type--eloqua-webform .one-column form > .fieldgroup.form-type-checkbox, .paragraph--type--eloqua-webform .one-column form > .fieldgroup.js-webform-type-checkboxes, .paragraph--type--eloqua-webform .one-column form > .fieldgroup.form-actions {
    flex: 1 0 992px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--eloqua-webform .one-column form > .form-group,
  .paragraph--type--eloqua-webform .one-column form > .fieldgroup {
    flex-basis: 625px;
  }
  .paragraph--type--eloqua-webform .one-column form > .form-group.form-type-checkbox, .paragraph--type--eloqua-webform .one-column form > .form-group.js-webform-type-checkboxes, .paragraph--type--eloqua-webform .one-column form > .form-group.form-actions,
  .paragraph--type--eloqua-webform .one-column form > .fieldgroup.form-type-checkbox,
  .paragraph--type--eloqua-webform .one-column form > .fieldgroup.js-webform-type-checkboxes,
  .paragraph--type--eloqua-webform .one-column form > .fieldgroup.form-actions {
    flex-basis: 1250px;
  }
}
.paragraph--type--eloqua-webform.paragraph--parent--node .paragraph-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--eloqua-webform.paragraph--parent--node .paragraph-inner {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph {
  background: #0896b9;
  color: white;
  padding: 25px 35px 25px 50px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph {
    padding: 25px 85px 25px 100px;
  }
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph h1, .paragraph--type--eloqua-webform.paragraph--parent--paragraph h2, .paragraph--type--eloqua-webform.paragraph--parent--paragraph h3, .paragraph--type--eloqua-webform.paragraph--parent--paragraph h4, .paragraph--type--eloqua-webform.paragraph--parent--paragraph h5, .paragraph--type--eloqua-webform.paragraph--parent--paragraph h6 {
  color: white;
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form {
  margin: 0;
  margin-top: 20px;
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-control {
  height: 40px;
  font-size: 1.9rem;
}
@media screen and (min-width: 992px) {
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-control {
    font-size: 1.6rem;
  }
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-item {
  padding-right: 15px;
  padding-top: 20px;
  width: 100%;
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-item:nth-child(2), .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-item:nth-child(3) {
  flex-grow: 1;
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions {
  float: left;
  margin-right: 12px;
}
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .btn, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form a,
.paragraph--type--eloqua-webform.paragraph--parent--paragraph form .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form a, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form a, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--eloqua-webform.paragraph--parent--paragraph form li > a.button, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--eloqua-webform.paragraph--parent--paragraph form button, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--eloqua-webform.paragraph--parent--paragraph form a {
  padding: 10px 35px;
  margin-top: 14px;
}
@media screen and (min-width: 1250px) {
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-item {
    flex-basis: 50%;
    width: initial;
  }
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions {
    width: 20%;
  }
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .btn, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions a,
  .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .view-what-others-are-saying-about-kinaxis- .more-link a,
  .view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions a, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions a, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions li > a.button, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions button, .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--eloqua-webform.paragraph--parent--paragraph form .form-actions a {
    float: right;
    margin: 0;
  }
}

.paragraph--type--blue-box-grid {
  color: white;
  padding: 40px;
}
.paragraph--type--blue-box-grid > .field--name-field-blue-boxes {
  display: grid;
  grid-gap: 4vw;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  justify-items: stretch;
}
@media (max-width: 768px) {
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-xs {
    position: relative;
  }
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-xs:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    width: 0;
    height: 0;
    border-top: solid 1.5vw #212e3c;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes {
    grid-template-columns: 1fr 1fr;
  }
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-sm {
    position: relative;
  }
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-sm:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    width: 0;
    height: 0;
    border-top: solid 1.5vw #212e3c;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-md {
    position: relative;
  }
  .paragraph--type--blue-box-grid > .field--name-field-blue-boxes .down-point-md:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    width: 0;
    height: 0;
    border-top: solid 1.5vw #212e3c;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
  }
}
.paragraph--type--blue-box-grid > .field--name-field-blue-boxes .field--item {
  background-color: #212e3c;
}
.paragraph--type--blue-box-grid .paragraph--type--blue-box .blue-box {
  counter-increment: grid-item;
  padding: 15% 10% 20% 10%;
}
.paragraph--type--blue-box-grid .field--name-field-call-out-body {
  margin-top: 4vw;
  background-color: #212e3c;
  padding: 2%;
}

.paragraph--type--contributing-authors {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f8f9fA;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .title {
  margin: 0;
  text-align: center;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author {
    flex-wrap: initial;
    justify-content: space-between;
  }
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item {
  min-width: 50%;
  text-align: center;
}
@media screen and (min-width: 450px) {
  .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item {
    min-width: 33.3333333333%;
  }
}
@media screen and (min-width: 580px) {
  .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item {
    min-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item {
    min-width: 130px;
  }
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name {
  display: inline-block;
  padding-top: 30px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name {
    padding-top: 60px;
  }
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-image-wrapper {
  margin: auto auto 2px auto;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-image-wrapper .gb-author-profile-pic-sm {
  margin: auto;
  border: 1px solid #EBEEF0;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-image-wrapper .gb-author-profile-pic-sm img {
  width: 60px;
  height: 60px;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-image-wrapper .gb-author-profile-pic-sm .default-author-profile-pic {
  background-color: #0896b9;
  padding-top: 20%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-name .blog-author-name-single-anchor {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
  transition: all 300ms;
}
.paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-name .blog-author-name-single-anchor:hover, .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-name .blog-author-name-single-anchor:focus, .paragraph--type--contributing-authors .featured-authors-wrapper .field--name-field-author .field--item .author-profile-image-name .author-name .blog-author-name-single-anchor:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}

.paragraph-2-column-wrapper {
  display: block;
}
@media screen and (min-width: 1250px) {
  .paragraph-2-column-wrapper {
    display: flex;
  }
}

.triple-box-paragraph-wrapper .triple-box-paragraph h2, .triple-box-paragraph-wrapper .triple-box-paragraph h3 {
  font-family: "Lato", Arial, sans-serif;
  color: #374858;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph h2, .triple-box-paragraph-wrapper .triple-box-paragraph h3 {
    font-size: 3.8rem;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.triple-box-paragraph-wrapper {
  background-color: #d3d8dd;
}
@media screen and (min-width: 992px) {
  .triple-box-paragraph-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .triple-box-paragraph-wrapper {
    padding-bottom: initial;
  }
}
.triple-box-paragraph-wrapper .triple-box-paragraph {
  color: #374858;
  font-size: 2.6rem;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph {
    font-size: 2.1rem;
  }
}
.triple-box-paragraph-wrapper .triple-box-paragraph h1 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  color: #0896b9;
}
.triple-box-paragraph-wrapper .triple-box-paragraph h2 a, .triple-box-paragraph-wrapper .triple-box-paragraph h3 a {
  color: #374858;
}
.triple-box-paragraph-wrapper .triple-box-paragraph .content h2 {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph {
    flex-direction: row;
    align-items: initial;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper {
  padding: 30px 50px 60px;
  background-color: white;
  border: 1px solid #a7b2bc;
  height: 450px;
  margin: 8px;
  margin-bottom: 30px;
  max-width: 380px;
  box-sizing: border-box;
}
@media (max-width: 350px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper {
    margin: 0px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper {
    width: 31.5%;
  }
}
@media screen and (min-width: 1250px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper {
    width: 33%;
    margin-bottom: 80px;
  }
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box h2 {
  border-bottom: 1px solid #a7b2bc;
  height: 120px;
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box h2 {
    height: 100px;
    margin-bottom: 20px;
  }
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box .field--name-field-link {
  padding-top: 30px;
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box .field--name-field-link a {
  text-decoration: underline;
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box .field--name-field-link a:hover {
  text-decoration: none;
}
.triple-box-paragraph-wrapper .triple-box-paragraph .box-wrapper .paragraph--type--white-link-box .field--name-field-plain-body {
  flex-grow: 1;
  width: 100%;
}

.paragraph--type--faq-question-list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--faq-question-list {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--faq-question-list .field--name-field-questions {
  margin-top: 60px;
}
.paragraph--type--faq-question-list .field--name-field-questions .field--item:last-child .dropdown-toggle-wrapper {
  border-bottom: 1px solid #EAECF0;
}
.paragraph--type--faq-question-list .field--name-field-questions .field--item:last-child .dropdown-togglable {
  border-top: none;
  border-bottom: 1px solid #EAECF0;
}

.faq-dropdown .dropdown-toggle-wrapper {
  margin: 0;
  border-top: 1px solid #EAECF0;
}
.faq-dropdown .dropdown-toggle-wrapper a.faq-question-link {
  font-size: 18px;
  line-height: 1.625;
  color: #374858;
  font-weight: 700;
}
.faq-dropdown .dropdown-toggle-wrapper a.faq-question-link:hover, .faq-dropdown .dropdown-toggle-wrapper a.faq-question-link:focus, .faq-dropdown .dropdown-toggle-wrapper a.faq-question-link:active {
  text-decoration: none;
}
.faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle {
  cursor: pointer;
  padding: 18px 30px 12px 50px;
  position: relative;
  transition: background-color 300ms;
}
.faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle:hover, .faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle:focus, .faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle:active, .faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle.dropdown-toggled {
  background-color: #F6F6F6;
}
.faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle:not(.dropdown-toggled)::before {
  font-family: "Material Icons";
  content: "\e145";
  font-size: 1.5em;
  position: relative;
  top: -2px;
  margin-left: -30px;
  vertical-align: middle;
}
.faq-dropdown .dropdown-toggle-wrapper .dropdown-toggle.dropdown-toggled::before {
  font-family: "Material Icons";
  content: "\e15b";
  font-size: 1.5em;
  position: relative;
  top: -2px;
  margin-left: -30px;
  vertical-align: middle;
}
.faq-dropdown .dropdown-togglable {
  border-top: 1px solid #EAECF0;
  padding: 30px 30px 30px 50px;
  text-align: justify;
}

@media screen and (min-width: 992px) and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .paragraph--type--bootstrap-columns .col-md-6:last-child, .paragraph--type--bootstrap-columns .col-lg-6:last-child {
    width: 49%;
  }
  .paragraph--type--bootstrap-columns .col-md-4, .paragraph--type--bootstrap-columns .col-lg-4 {
    width: 33.1%;
  }
}

.paragraph--type--blog-top-stories {
  padding: 0;
}
@media screen and (min-width: 1250px) {
  .paragraph--type--blog-top-stories {
    padding-bottom: 90px;
    padding-top: 120px;
  }
}
.paragraph--type--blog-top-stories h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  transition: color ease-in-out 200ms;
}
.paragraph--type--blog-top-stories h2:hover, .paragraph--type--blog-top-stories h2:focus {
  color: #0896b9;
}
.paragraph--type--blog-top-stories .blog-image-top-box {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--blog-top-stories .blog-image-top-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .blog-image-top-box .top-stories-panel {
    border-bottom: 1px solid #A7B2BC;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .blog-image-top-box:last-child .top-stories-panel {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .view-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .blog-image-top-box {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .blog-image-top-box:nth-child(2n+1) .top-stories-panel {
    padding-left: 0;
  }
  .paragraph--type--blog-top-stories .gb-top-stories-2-row .blog-image-top-box:nth-child(2n) .top-stories-panel {
    padding-right: 0;
  }
}

.paragraph--type--incrementing-number-list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 992px) {
  .paragraph--type--incrementing-number-list {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--incrementing-number-list.has-bg, .paragraph--type--incrementing-number-list.overlay-blue, .paragraph--type--incrementing-number-list.overlay-cello-blue, .paragraph--type--incrementing-number-list.overlay-teal, .paragraph--type--incrementing-number-list.overlay-dark-teal, .paragraph--type--incrementing-number-list.overlay-red {
  color: #FFFFFF;
}
.paragraph--type--incrementing-number-list.has-bg .section-title::after, .paragraph--type--incrementing-number-list.has-bg .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.has-bg h2::after, .paragraph--type--incrementing-number-list.has-bg .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.has-bg .tabs-title::after, .paragraph--type--incrementing-number-list.has-bg #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.has-bg h2::after,
.paragraph--type--incrementing-number-list.has-bg .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.has-bg h2::after,
.paragraph--type--incrementing-number-list.has-bg .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.has-bg h2::after, .paragraph--type--incrementing-number-list.has-bg .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.has-bg .block-title::after, .paragraph--type--incrementing-number-list.has-bg .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.has-bg .tabs-title::after, .paragraph--type--incrementing-number-list.has-bg .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.has-bg .field--name-field-title::after, .paragraph--type--incrementing-number-list.has-bg .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.has-bg .title::after, .paragraph--type--incrementing-number-list.overlay-blue .section-title::after, .paragraph--type--incrementing-number-list.overlay-blue .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.overlay-blue h2::after, .paragraph--type--incrementing-number-list.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.overlay-blue .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-blue h2::after,
.paragraph--type--incrementing-number-list.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-blue h2::after,
.paragraph--type--incrementing-number-list.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-blue h2::after, .paragraph--type--incrementing-number-list.overlay-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.overlay-blue .block-title::after, .paragraph--type--incrementing-number-list.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.overlay-blue .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.overlay-blue .field--name-field-title::after, .paragraph--type--incrementing-number-list.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.overlay-blue .title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .section-title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.overlay-cello-blue h2::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.overlay-cello-blue .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-cello-blue h2::after,
.paragraph--type--incrementing-number-list.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-cello-blue h2::after,
.paragraph--type--incrementing-number-list.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-cello-blue h2::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.overlay-cello-blue .block-title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.overlay-cello-blue .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.overlay-cello-blue .field--name-field-title::after, .paragraph--type--incrementing-number-list.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.overlay-cello-blue .title::after, .paragraph--type--incrementing-number-list.overlay-teal .section-title::after, .paragraph--type--incrementing-number-list.overlay-teal .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.overlay-teal h2::after, .paragraph--type--incrementing-number-list.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.overlay-teal .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-teal h2::after,
.paragraph--type--incrementing-number-list.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-teal h2::after,
.paragraph--type--incrementing-number-list.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-teal h2::after, .paragraph--type--incrementing-number-list.overlay-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.overlay-teal .block-title::after, .paragraph--type--incrementing-number-list.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.overlay-teal .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.overlay-teal .field--name-field-title::after, .paragraph--type--incrementing-number-list.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.overlay-teal .title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .section-title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.overlay-dark-teal h2::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.overlay-dark-teal .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-dark-teal h2::after,
.paragraph--type--incrementing-number-list.overlay-dark-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-dark-teal h2::after,
.paragraph--type--incrementing-number-list.overlay-dark-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-dark-teal h2::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.overlay-dark-teal .block-title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.overlay-dark-teal .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.overlay-dark-teal .field--name-field-title::after, .paragraph--type--incrementing-number-list.overlay-dark-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.overlay-dark-teal .title::after, .paragraph--type--incrementing-number-list.overlay-red .section-title::after, .paragraph--type--incrementing-number-list.overlay-red .partners-view h2::after, .partners-view .paragraph--type--incrementing-number-list.overlay-red h2::after, .paragraph--type--incrementing-number-list.overlay-red .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--incrementing-number-list.overlay-red .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-red h2::after,
.paragraph--type--incrementing-number-list.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-red h2::after,
.paragraph--type--incrementing-number-list.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--incrementing-number-list.overlay-red h2::after, .paragraph--type--incrementing-number-list.overlay-red .block-curatorio .block-title::after, .block-curatorio .paragraph--type--incrementing-number-list.overlay-red .block-title::after, .paragraph--type--incrementing-number-list.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--incrementing-number-list.overlay-red .tabs-title::after, .paragraph--type--incrementing-number-list.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--incrementing-number-list.overlay-red .field--name-field-title::after, .paragraph--type--incrementing-number-list.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--incrementing-number-list.overlay-red .title::after {
  border-color: #FFFFFF;
}
.paragraph--type--incrementing-number-list .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.paragraph--type--incrementing-number-list .content {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.incrementing-number-list-wrapper {
  position: relative;
  z-index: 9;
}
.incrementing-number-list-wrapper .incrementing-number-list {
  width: 100%;
  display: flex;
  margin: -55px 0 0px 0;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .incrementing-number-list-wrapper .incrementing-number-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number {
  width: 100%;
  margin: 30px 3.2vw;
  flex-grow: 1;
}
.paragraph--type--incrementing-number-list:not(.no-overlay) .incrementing-number-list-wrapper .incrementing-number-list .incrementing-number,
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .paragraph--type--incrementing-number-list.has-bg {
  color: white;
}
@media screen and (min-width: 768px) {
  .incrementing-number-list-wrapper .incrementing-number-list .incrementing-number {
    width: 200px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number > div {
  text-align: center;
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .number-wrapper {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .number-wrapper .number {
  font-size: 90px;
  margin: 0 6px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .number-wrapper .number {
    font-size: 90px;
  }
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .number-wrapper p {
  font-size: 90px;
  margin: 0 6px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .number-wrapper p {
    font-size: 90px;
  }
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .subtitle p {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .subtitle p {
    font-size: 24px;
  }
}
.incrementing-number-list-wrapper .incrementing-number-list .incrementing-number .subtitle div.field p {
  margin: 0;
}

.newstat {
  font-size: 88px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .newstat {
    font-size: 70px;
  }
}
.showcase-header {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 992px) {
  .showcase-header {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1920px) {
  .showcase-header::before {
    position: absolute;
    background: var(--bg-color);
    display: block;
    content: "";
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: -50vw;
    right: -50vw;
  }
}
.showcase-header .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background: var(--bg-color);
}
.showcase-header .background-overlay ~ div {
  position: relative;
  z-index: 10;
}
.showcase-header .showcase-title {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .showcase-header .showcase-title {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}
.showcase-header .header-article {
  max-width: 800px;
  background-color: white;
  font-family: "Lato", Arial, sans-serif;
  padding: 30px 35px;
  overflow: hidden;
}
.showcase-header .header-article .paragraph--type--basic-wysiwyg > .paragraph-inner {
  width: 100%;
  padding: 0;
}
.showcase-header .header-article .paragraph.paragraph--type--basic-wysiwyg {
  padding: 0;
}
.showcase-header .header-article blockquote {
  font-family: "Lato", Arial, sans-serif;
  background: none;
  color: #374858;
  font-size: 3rem;
  margin: 0;
  padding: 0;
}
.showcase-header .header-article blockquote:before {
  border: none;
}
.showcase-header .header-article blockquote footer,
.showcase-header .header-article blockquote .small {
  color: #0896b9;
}
.showcase-header .show-case-header-featured-article p:not(.h1):not(.h2):not(.h3):not(.h4) {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-transform: uppercase;
}
.showcase-header .show-case-header-featured-article h3, .showcase-header .show-case-header-featured-article .h3 {
  margin-bottom: 30px;
}
.showcase-header .show-case-header-featured-article h3 a, .showcase-header .show-case-header-featured-article .h3 a {
  transition: color ease-in-out 200ms;
  color: #374858;
}
.showcase-header .show-case-header-featured-article h3 a:hover, .showcase-header .show-case-header-featured-article h3 a:focus, .showcase-header .show-case-header-featured-article .h3 a:hover, .showcase-header .show-case-header-featured-article .h3 a:focus {
  color: #0896b9;
  border-bottom: none;
}
.showcase-header .show-case-header-featured-article div {
  margin-bottom: 30px;
}
.showcase-header .show-case-header-featured-article a.read-more-link {
  font-weight: 600;
  border: none;
  color: #0896B9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.showcase-header .show-case-header-featured-article a.read-more-link::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
.showcase-header .show-case-header-featured-article a.read-more-link:hover, .showcase-header .show-case-header-featured-article a.read-more-link:focus {
  border: none;
  color: #077A97;
}
.showcase-header .show-case-header-featured-article a.read-more-link:hover::after, .showcase-header .show-case-header-featured-article a.read-more-link:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}

.paragraph--type--solid-background {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--solid-background {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--solid-background.has-animated-bg {
  position: relative;
  overflow: hidden; /* Ensures content doesn't overflow */
}
.paragraph--type--solid-background.has-animated-bg .field--name-field-media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); /* Center the Lottie animation */
  z-index: 1; /* Ensure it's above the background image, but below the text */
  pointer-events: none; /* Disable interaction with the Lottie animation */
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper {
  position: relative;
  z-index: 2; /* Higher z-index so the text is above the animation */
  text-align: center; /* Centering content */
  padding: 20px;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .field--name-field-body {
  max-width: 720px;
  margin: 0 auto;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .block-webform {
  max-width: 600px;
  margin: 0 auto;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .block-webform .webform-submission-form {
  text-align: left;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .block-webform .form-item {
  margin: 0 auto;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .block-webform .form-item.form-type-tel.form-inline .form-control {
  display: block;
  width: 100%;
}
.paragraph--type--solid-background.has-animated-bg .content-wrapper .block-webform .form-actions {
  text-align: center;
  margin-top: 20px;
}

.paragraph--type--video-cards {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--video-cards {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--video-cards .field--name-field-video-cards {
  display: flex;
  margin-top: 60px;
}
.paragraph--type--video-cards .field--name-field-video-cards > .field--item {
  display: flex;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider {
  flex-direction: column;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider .slick-list {
  display: flex;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider .slick-list .slick-track {
  display: flex;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider .slick-list .slick-track .slick-slide {
  padding-bottom: 20px;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.paragraph--type--video-cards .field--name-field-video-cards.slick-slider .slick-list .slick-track .slick-slide > div > .field--item {
  height: 100%;
}
.paragraph--type--video-cards .video-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  overflow: hidden;
  transition: box-shadow 300ms;
}
@media screen and (max-width: 991px) {
  .paragraph--type--video-cards .video-card {
    height: 100%;
  }
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 20px 20px;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card.overlay-red .field--name-field-image::before {
  background-color: rgba(219, 29, 47, 0.8);
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card.overlay-blue .field--name-field-image::before {
  background-color: rgba(30, 46, 62, 0.8);
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card.overlay-cello-blue .field--name-field-image::before {
  background-color: rgba(55, 72, 88, 0.8);
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card.overlay-teal .field--name-field-image::before {
  background-color: rgba(2, 94, 118, 0.8);
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card:hover, .paragraph--type--video-cards .video-card .paragraph--type--video-card:focus, .paragraph--type--video-cards .video-card .paragraph--type--video-card:active {
  cursor: pointer;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card:hover .field--name-field-image:after, .paragraph--type--video-cards .video-card .paragraph--type--video-card:focus .field--name-field-image:after, .paragraph--type--video-cards .video-card .paragraph--type--video-card:active .field--name-field-image:after {
  font-size: 90px;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-image {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  overflow: hidden;
  max-height: 150px;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-image:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-image:after {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  transition: font-size 200ms;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-job-type,
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-full-name,
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-job-title {
  color: #374858;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-job-type {
  letter-spacing: 2.4px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-job-title {
  margin-bottom: 30px;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-logo {
  display: flex;
  align-items: center;
  height: 40px;
  margin: auto 0 30px 0;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .field--name-field-logo img {
  max-height: 40px;
  width: auto;
}
.paragraph--type--video-cards .video-card .paragraph--type--video-card .btn, .paragraph--type--video-cards .video-card .paragraph--type--video-card .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--video-cards .video-card .paragraph--type--video-card a,
.paragraph--type--video-cards .video-card .paragraph--type--video-card .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--video-cards .video-card .paragraph--type--video-card a, .paragraph--type--video-cards .video-card .paragraph--type--video-card .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--video-cards .video-card .paragraph--type--video-card a, .paragraph--type--video-cards .video-card .paragraph--type--video-card .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--video-cards .video-card .paragraph--type--video-card li > a.button, .paragraph--type--video-cards .video-card .paragraph--type--video-card .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--video-cards .video-card .paragraph--type--video-card button, .paragraph--type--video-cards .video-card .paragraph--type--video-card .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--video-cards .video-card .paragraph--type--video-card a {
  width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  _:-ms-fullscreen,
  :root .slick-list {
    display: block !important;
  }
}

.paragraph--type--timeline {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--timeline {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--timeline.bg-grey .field--name-field-dates .paragraph--type--date .timeline-year {
  background-color: #F6F6F6;
}
.paragraph--type--timeline.bg-white .field--name-field-dates .paragraph--type--date .timeline-year {
  background-color: #FFFFFF;
}
.paragraph--type--timeline .field--name-field-dates {
  position: relative;
}
.paragraph--type--timeline .field--name-field-dates::before {
  background-color: #EAECF0;
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
}
.paragraph--type--timeline .field--name-field-dates .even {
  text-align: right;
}
.paragraph--type--timeline .field--name-field-dates .even .timeline-title::before {
  transform: translate(-179px, 0);
}
.paragraph--type--timeline .field--name-field-dates .odd .timeline-title,
.paragraph--type--timeline .field--name-field-dates .odd .timeline-body {
  margin-left: auto !important;
}
.paragraph--type--timeline .field--name-field-dates .paragraph--type--date {
  margin-top: 60px;
  position: relative;
  min-height: 195px;
}
.paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-year {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 32px;
  color: #0896B9;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-year {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 58px;
  }
}
.paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 15px 0;
  margin-top: -55px;
  width: 40%;
}
.paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-title::before {
  background-color: #EAECF0;
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 180px;
}
.paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .paragraph--type--timeline .field--name-field-dates::before {
    display: none;
  }
  .paragraph--type--timeline .field--name-field-dates .even,
  .paragraph--type--timeline .field--name-field-dates .odd {
    text-align: left;
    margin-bottom: 40px;
  }
  .paragraph--type--timeline .field--name-field-dates .even .timeline-title,
  .paragraph--type--timeline .field--name-field-dates .even .timeline-body,
  .paragraph--type--timeline .field--name-field-dates .odd .timeline-title,
  .paragraph--type--timeline .field--name-field-dates .odd .timeline-body {
    margin-left: 0 !important;
  }
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date {
    margin-top: 30px;
    min-height: 0;
  }
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-year {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-title {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-title::before {
    display: none;
  }
  .paragraph--type--timeline .field--name-field-dates .paragraph--type--date .timeline-body {
    width: 100%;
  }
}

.paragraph--type--image h1, .paragraph--type--image h2, .paragraph--type--image h3, .paragraph--type--image h4, .paragraph--type--image h5, .paragraph--type--image h6 {
  margin-top: 0;
}
.paragraph--type--image .field--name-field-image {
  position: relative;
}

/**
 * Bubbles parent
 */
.paragraph--type--bubbles {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .paragraph--type--bubbles {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-image: none;
    max-width: 100%;
  }
  .paragraph--type--bubbles .field--name-field-paragraphs {
    background: transparent url(../../images/paragraphs/bubble-curve.png) repeat-y center 190px;
  }
}
.paragraph--type--bubbles .container, .paragraph--type--bubbles .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--bubbles .view-what-others-are-saying-about-kinaxis-, .paragraph--type--bubbles #block-views-block-kinaxis-resources-resources-list, .paragraph--type--bubbles #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--bubbles .block-type--basic, .paragraph--type--bubbles .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--bubbles .eu-cookie-compliance-content, .paragraph--type--bubbles .block-sitemap, .paragraph--type--bubbles .messages__wrapper, .paragraph--type--bubbles .modal.content-modal, .paragraph--type--bubbles .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--bubbles #block-utilitynavigation, .paragraph--type--bubbles .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--bubbles [id^=block-utilitynavigation], .paragraph--type--bubbles #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--bubbles .field--name-field-paragraph,
.paragraph--type--bubbles .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--bubbles .field--name-field-paragraph, .paragraph--type--bubbles .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--bubbles .slick, .paragraph--type--bubbles .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--bubbles .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--bubbles .field--type-text-long, .paragraph--type--bubbles .paragraph--type--quote > .field--item, .paragraph--type--bubbles .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--bubbles .field--type-text-long, .paragraph--type--bubbles .paragraph--type--faq-question-list {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--bubbles .row {
    display: flex;
  }
  .paragraph--type--bubbles .body-container {
    position: relative;
  }
  .paragraph--type--bubbles .body-container .body-inner {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .paragraph--type--bubbles .body-container .body-inner > div {
    position: fixed;
    width: 23%;
    padding: 0 15px;
    top: 50%;
  }
}
@media screen and (min-width: 1920px) {
  .paragraph--type--bubbles .body-container .body-inner > div {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--bubbles .field--name-field-paragraphs > .field--item {
    display: flex;
    padding: 60px 30px;
  }
  .paragraph--type--bubbles .field--name-field-paragraphs > .field--item:nth-child(even) {
    justify-content: flex-end;
  }
  .paragraph--type--bubbles .field--name-field-paragraphs > .field--item:nth-child(even) .bubble-aside {
    left: auto;
    right: -300px;
    margin-left: 0;
    margin-right: 15px;
  }
  .paragraph--type--bubbles .field--name-field-paragraphs > .field--item:nth-child(even) .bubble {
    order: 1;
  }
  .paragraph--type--bubbles .field--name-field-paragraphs > .field--item:nth-child(even) .bubble:hover + .bubble-aside, .paragraph--type--bubbles .field--name-field-paragraphs > .field--item:nth-child(even) .bubble:focus + .bubble-aside {
    left: auto;
    right: 75px;
  }
}

/**
 * Bubble items
 */
@media screen and (max-width: 991px) {
  .paragraph--type--bubble-item {
    margin-bottom: 15px;
  }
  .paragraph--type--bubble-item .bubble {
    background: none !important;
    border-top-style: solid;
    border-top-width: 2px;
    padding: 5px 5px 5px 0;
    box-shadow: none !important;
  }
  .paragraph--type--bubble-item .field--name-field-icon {
    display: none;
  }
  .paragraph--type--bubble-item .field--name-field-title {
    font-size: inherit !important;
    font-weight: bold !important;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--bubble-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .paragraph--type--bubble-item .bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 200px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 200ms;
    box-shadow: 5px 5px 13px 3px rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 300px;
    height: 300px;
    padding: 75px;
  }
  .paragraph--type--bubble-item .bubble.has-bg, .paragraph--type--bubble-item .bubble.overlay-blue, .paragraph--type--bubble-item .bubble.overlay-cello-blue, .paragraph--type--bubble-item .bubble.overlay-teal, .paragraph--type--bubble-item .bubble.overlay-dark-teal, .paragraph--type--bubble-item .bubble.overlay-red {
    color: #FFFFFF;
  }
  .paragraph--type--bubble-item .bubble.has-bg .section-title::after, .paragraph--type--bubble-item .bubble.has-bg .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.has-bg h2::after, .paragraph--type--bubble-item .bubble.has-bg .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.has-bg .tabs-title::after, .paragraph--type--bubble-item .bubble.has-bg #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.has-bg h2::after,
  .paragraph--type--bubble-item .bubble.has-bg .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.has-bg h2::after,
  .paragraph--type--bubble-item .bubble.has-bg .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.has-bg h2::after, .paragraph--type--bubble-item .bubble.has-bg .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.has-bg .block-title::after, .paragraph--type--bubble-item .bubble.has-bg .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.has-bg .tabs-title::after, .paragraph--type--bubble-item .bubble.has-bg .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.has-bg .field--name-field-title::after, .paragraph--type--bubble-item .bubble.has-bg .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.has-bg .title::after, .paragraph--type--bubble-item .bubble.overlay-blue .section-title::after, .paragraph--type--bubble-item .bubble.overlay-blue .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.overlay-blue h2::after, .paragraph--type--bubble-item .bubble.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.overlay-blue .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-blue h2::after,
  .paragraph--type--bubble-item .bubble.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-blue h2::after,
  .paragraph--type--bubble-item .bubble.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-blue h2::after, .paragraph--type--bubble-item .bubble.overlay-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.overlay-blue .block-title::after, .paragraph--type--bubble-item .bubble.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.overlay-blue .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.overlay-blue .field--name-field-title::after, .paragraph--type--bubble-item .bubble.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.overlay-blue .title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .section-title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.overlay-cello-blue h2::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.overlay-cello-blue .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-cello-blue h2::after,
  .paragraph--type--bubble-item .bubble.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-cello-blue h2::after,
  .paragraph--type--bubble-item .bubble.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-cello-blue h2::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.overlay-cello-blue .block-title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.overlay-cello-blue .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.overlay-cello-blue .field--name-field-title::after, .paragraph--type--bubble-item .bubble.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.overlay-cello-blue .title::after, .paragraph--type--bubble-item .bubble.overlay-teal .section-title::after, .paragraph--type--bubble-item .bubble.overlay-teal .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.overlay-teal h2::after, .paragraph--type--bubble-item .bubble.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.overlay-teal .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-teal h2::after,
  .paragraph--type--bubble-item .bubble.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-teal h2::after,
  .paragraph--type--bubble-item .bubble.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-teal h2::after, .paragraph--type--bubble-item .bubble.overlay-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.overlay-teal .block-title::after, .paragraph--type--bubble-item .bubble.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.overlay-teal .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.overlay-teal .field--name-field-title::after, .paragraph--type--bubble-item .bubble.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.overlay-teal .title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .section-title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.overlay-dark-teal h2::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.overlay-dark-teal .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-dark-teal h2::after,
  .paragraph--type--bubble-item .bubble.overlay-dark-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-dark-teal h2::after,
  .paragraph--type--bubble-item .bubble.overlay-dark-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-dark-teal h2::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.overlay-dark-teal .block-title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.overlay-dark-teal .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.overlay-dark-teal .field--name-field-title::after, .paragraph--type--bubble-item .bubble.overlay-dark-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.overlay-dark-teal .title::after, .paragraph--type--bubble-item .bubble.overlay-red .section-title::after, .paragraph--type--bubble-item .bubble.overlay-red .partners-view h2::after, .partners-view .paragraph--type--bubble-item .bubble.overlay-red h2::after, .paragraph--type--bubble-item .bubble.overlay-red .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--bubble-item .bubble.overlay-red .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-red h2::after,
  .paragraph--type--bubble-item .bubble.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-red h2::after,
  .paragraph--type--bubble-item .bubble.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--bubble-item .bubble.overlay-red h2::after, .paragraph--type--bubble-item .bubble.overlay-red .block-curatorio .block-title::after, .block-curatorio .paragraph--type--bubble-item .bubble.overlay-red .block-title::after, .paragraph--type--bubble-item .bubble.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--bubble-item .bubble.overlay-red .tabs-title::after, .paragraph--type--bubble-item .bubble.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--bubble-item .bubble.overlay-red .field--name-field-title::after, .paragraph--type--bubble-item .bubble.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--bubble-item .bubble.overlay-red .title::after {
    border-color: #FFFFFF;
  }
  .paragraph--type--bubble-item .bubble .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .paragraph--type--bubble-item .bubble .field--type-image {
    display: none;
  }
  .paragraph--type--bubble-item .bubble .field--name-field-title {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
  }
  .paragraph--type--bubble-item .bubble:hover, .paragraph--type--bubble-item .bubble:focus {
    transform: scale(1.2);
    background-image: none !important;
  }
  .paragraph--type--bubble-item .bubble:hover .background-overlay,
  .paragraph--type--bubble-item .bubble:hover .field--name-field-title, .paragraph--type--bubble-item .bubble:focus .background-overlay,
  .paragraph--type--bubble-item .bubble:focus .field--name-field-title {
    display: none;
  }
  .paragraph--type--bubble-item .bubble:hover .field--type-image, .paragraph--type--bubble-item .bubble:focus .field--type-image {
    display: block;
  }
  .paragraph--type--bubble-item .bubble:hover + .bubble-aside, .paragraph--type--bubble-item .bubble:focus + .bubble-aside {
    left: 75px;
    color: inherit;
  }
  .paragraph--type--bubble-item .bubble-aside {
    font-size: 20px;
    flex: 1 0 0px;
    margin-left: 0;
    overflow: hidden;
    width: 250px;
    height: 250px;
    position: relative;
    left: -300px;
    display: flex;
    align-items: center;
    z-index: 0;
    color: transparent;
    transition: all 200ms;
  }
}
.paragraph--type--dial {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background: white;
}
@media screen and (min-width: 992px) {
  .paragraph--type--dial {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--dial > .field--name-field-body {
  margin-bottom: 60px;
}
.paragraph--type--dial .field--name-field-paragraphs {
  position: relative;
}
@media screen and (min-width: 992px) {
  .paragraph--type--dial .field--name-field-paragraphs {
    max-width: 694.4px;
    margin: 0 auto;
  }
  .paragraph--type--dial .item-contents {
    display: none;
  }
}
.paragraph--type--dial .item-contents ~ .borders {
  content: "";
  position: absolute;
  top: 4px;
  right: -6px;
  width: 362px;
  height: 362px;
  padding: 1px;
  border-radius: 370px;
  background: white;
  z-index: 1;
  display: none;
  background-clip: content-box;
}
@media screen and (max-width: 991px) {
  .paragraph--type--dial .item-contents {
    background-image: none !important;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--dial .item-contents {
    position: absolute;
    top: 10px;
    right: 0;
    width: 350px;
    height: 350px;
    border-radius: 350px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .paragraph--type--dial .item-contents.default {
    display: block;
  }
  .paragraph--type--dial .item-contents.default .item-inner {
    font-size: 25px;
  }
  .paragraph--type--dial .item-contents.default ~ .borders {
    box-shadow: 0 0 0 4px #1e2e3e;
    display: block;
    z-index: 0;
  }
  .paragraph--type--dial .item-contents .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 350px;
  }
  .paragraph--type--dial .item-contents .item-inner {
    width: 350px;
    height: 350px;
    border-radius: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .paragraph--type--dial .item-contents .item-inner a {
    color: white;
  }
  .paragraph--type--dial .item-contents .item-inner a:hover, .paragraph--type--dial .item-contents .item-inner a:focus {
    color: inherit;
  }
}
.paragraph--type--dial .default {
  display: none;
}

.paragraph--type--child-dial-item {
  margin-bottom: 10px;
}
.paragraph--type--child-dial-item.overlay-blue .item-title {
  border-color: #1E2E3E;
}
.paragraph--type--child-dial-item.overlay-blue .borders {
  box-shadow: 0 0 0 4px #1E2E3E;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item.overlay-blue:hover .item-title, .paragraph--type--child-dial-item.overlay-blue:focus .item-title {
    background-color: #1E2E3E;
  }
}
.paragraph--type--child-dial-item.overlay-cello-blue .item-title {
  border-color: #374858;
}
.paragraph--type--child-dial-item.overlay-cello-blue .borders {
  box-shadow: 0 0 0 4px #374858;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item.overlay-cello-blue:hover .item-title, .paragraph--type--child-dial-item.overlay-cello-blue:focus .item-title {
    background-color: #374858;
  }
}
.paragraph--type--child-dial-item.overlay-teal .item-title {
  border-color: #025E76;
}
.paragraph--type--child-dial-item.overlay-teal .borders {
  box-shadow: 0 0 0 4px #025E76;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item.overlay-teal:hover .item-title, .paragraph--type--child-dial-item.overlay-teal:focus .item-title {
    background-color: #025E76;
  }
}
.paragraph--type--child-dial-item.overlay-dark-teal .item-title {
  border-color: #077A97;
}
.paragraph--type--child-dial-item.overlay-dark-teal .borders {
  box-shadow: 0 0 0 4px #077A97;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item.overlay-dark-teal:hover .item-title, .paragraph--type--child-dial-item.overlay-dark-teal:focus .item-title {
    background-color: #077A97;
  }
}
.paragraph--type--child-dial-item.overlay-red .item-title {
  border-color: #DB1D2F;
}
.paragraph--type--child-dial-item.overlay-red .borders {
  box-shadow: 0 0 0 4px #DB1D2F;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item.overlay-red:hover .item-title, .paragraph--type--child-dial-item.overlay-red:focus .item-title {
    background-color: #DB1D2F;
  }
  .paragraph--type--child-dial-item:hover .item-title, .paragraph--type--child-dial-item:focus .item-title {
    color: white;
  }
  .paragraph--type--child-dial-item:hover .item-contents, .paragraph--type--child-dial-item:focus .item-contents {
    z-index: 3;
    display: block;
  }
  .paragraph--type--child-dial-item:hover .item-contents ~ .borders, .paragraph--type--child-dial-item:focus .item-contents ~ .borders {
    display: block;
  }
}
.paragraph--type--child-dial-item .item-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-top: 2px solid #1E2E3E;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-dial-item .item-title {
    padding-left: 5px;
    max-width: 75%;
    cursor: pointer;
  }
}
.paragraph--type--child-dial-item .item-contents {
  padding: 0 5px;
}
.paragraph--type--child-dial-item .item-contents .item-inner {
  left: -5px;
}
.paragraph--type--child-dial-item .field--name-field-link a {
  color: #0896B9;
  display: inline-block;
  font-weight: 600;
  border: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 88px;
  font-size: 16px;
}
.paragraph--type--child-dial-item .field--name-field-link a:hover, .paragraph--type--child-dial-item .field--name-field-link a:focus, .paragraph--type--child-dial-item .field--name-field-link a:active {
  color: #077A97;
}
.paragraph--type--child-dial-item .field--name-field-link a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  white-space: pre-wrap;
  position: absolute;
  transition: all 400ms;
}
.paragraph--type--child-dial-item .field--name-field-link a:hover, .paragraph--type--child-dial-item .field--name-field-link a:focus {
  border: none !important;
}
.paragraph--type--child-dial-item .field--name-field-link a:hover::after, .paragraph--type--child-dial-item .field--name-field-link a:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}
.paragraph--type--child-dial-item .field--name-field-plain-body {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph--type--countdown {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .paragraph--type--countdown {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--countdown.overlay-blue, .paragraph--type--countdown.overlay-cello-blue, .paragraph--type--countdown.overlay-teal, .paragraph--type--countdown.overlay-red {
  color: #FFFFFF;
}
.paragraph--type--countdown.overlay-blue .section-title::after, .paragraph--type--countdown.overlay-blue .partners-view h2::after, .partners-view .paragraph--type--countdown.overlay-blue h2::after, .paragraph--type--countdown.overlay-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--countdown.overlay-blue .tabs-title::after, .paragraph--type--countdown.overlay-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-blue h2::after,
.paragraph--type--countdown.overlay-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-blue h2::after,
.paragraph--type--countdown.overlay-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-blue h2::after, .paragraph--type--countdown.overlay-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--countdown.overlay-blue .block-title::after, .paragraph--type--countdown.overlay-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--countdown.overlay-blue .tabs-title::after, .paragraph--type--countdown.overlay-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--countdown.overlay-blue .field--name-field-title::after, .paragraph--type--countdown.overlay-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--countdown.overlay-blue .title::after, .paragraph--type--countdown.overlay-cello-blue .section-title::after, .paragraph--type--countdown.overlay-cello-blue .partners-view h2::after, .partners-view .paragraph--type--countdown.overlay-cello-blue h2::after, .paragraph--type--countdown.overlay-cello-blue .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--countdown.overlay-cello-blue .tabs-title::after, .paragraph--type--countdown.overlay-cello-blue #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-cello-blue h2::after,
.paragraph--type--countdown.overlay-cello-blue .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-cello-blue h2::after,
.paragraph--type--countdown.overlay-cello-blue .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-cello-blue h2::after, .paragraph--type--countdown.overlay-cello-blue .block-curatorio .block-title::after, .block-curatorio .paragraph--type--countdown.overlay-cello-blue .block-title::after, .paragraph--type--countdown.overlay-cello-blue .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--countdown.overlay-cello-blue .tabs-title::after, .paragraph--type--countdown.overlay-cello-blue .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--countdown.overlay-cello-blue .field--name-field-title::after, .paragraph--type--countdown.overlay-cello-blue .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--countdown.overlay-cello-blue .title::after, .paragraph--type--countdown.overlay-teal .section-title::after, .paragraph--type--countdown.overlay-teal .partners-view h2::after, .partners-view .paragraph--type--countdown.overlay-teal h2::after, .paragraph--type--countdown.overlay-teal .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--countdown.overlay-teal .tabs-title::after, .paragraph--type--countdown.overlay-teal #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-teal h2::after,
.paragraph--type--countdown.overlay-teal .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-teal h2::after,
.paragraph--type--countdown.overlay-teal .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-teal h2::after, .paragraph--type--countdown.overlay-teal .block-curatorio .block-title::after, .block-curatorio .paragraph--type--countdown.overlay-teal .block-title::after, .paragraph--type--countdown.overlay-teal .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--countdown.overlay-teal .tabs-title::after, .paragraph--type--countdown.overlay-teal .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--countdown.overlay-teal .field--name-field-title::after, .paragraph--type--countdown.overlay-teal .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--countdown.overlay-teal .title::after, .paragraph--type--countdown.overlay-red .section-title::after, .paragraph--type--countdown.overlay-red .partners-view h2::after, .partners-view .paragraph--type--countdown.overlay-red h2::after, .paragraph--type--countdown.overlay-red .paragraph--type--vertical-tabs .tabs-title::after, .paragraph--type--vertical-tabs .paragraph--type--countdown.overlay-red .tabs-title::after, .paragraph--type--countdown.overlay-red #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-red h2::after,
.paragraph--type--countdown.overlay-red .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-red h2::after,
.paragraph--type--countdown.overlay-red .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2::after,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--countdown.overlay-red h2::after, .paragraph--type--countdown.overlay-red .block-curatorio .block-title::after, .block-curatorio .paragraph--type--countdown.overlay-red .block-title::after, .paragraph--type--countdown.overlay-red .paragraph--type--horizontal-tabs .tabs-title::after, .paragraph--type--horizontal-tabs .paragraph--type--countdown.overlay-red .tabs-title::after, .paragraph--type--countdown.overlay-red .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title::after, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--countdown.overlay-red .field--name-field-title::after, .paragraph--type--countdown.overlay-red .paragraph--type--contributing-authors .featured-authors-wrapper .title::after, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--countdown.overlay-red .title::after {
  border-color: #FFFFFF;
}
.paragraph--type--countdown .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.paragraph--type--countdown .container, .paragraph--type--countdown .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--countdown .view-what-others-are-saying-about-kinaxis-, .paragraph--type--countdown #block-views-block-kinaxis-resources-resources-list, .paragraph--type--countdown #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--countdown .block-type--basic, .paragraph--type--countdown .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--countdown .eu-cookie-compliance-content, .paragraph--type--countdown .block-sitemap, .paragraph--type--countdown .messages__wrapper, .paragraph--type--countdown .modal.content-modal, .paragraph--type--countdown .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--countdown #block-utilitynavigation, .paragraph--type--countdown .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--countdown [id^=block-utilitynavigation], .paragraph--type--countdown #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--countdown .field--name-field-paragraph,
.paragraph--type--countdown .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--countdown .field--name-field-paragraph, .paragraph--type--countdown .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--countdown .slick, .paragraph--type--countdown .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--countdown .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--countdown .field--type-text-long, .paragraph--type--countdown .paragraph--type--quote > .field--item, .paragraph--type--countdown .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--countdown .field--type-text-long, .paragraph--type--countdown .paragraph--type--faq-question-list {
  position: relative;
  z-index: 1;
}
.paragraph--type--countdown .paragraph-inner,
.paragraph--type--countdown time {
  display: flex;
}
.paragraph--type--countdown .paragraph-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.paragraph--type--countdown .field--name-field-datetime,
.paragraph--type--countdown time {
  width: 100%;
}
.paragraph--type--countdown time {
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--countdown {
    text-align: left;
  }
  .paragraph--type--countdown .paragraph-inner,
  .paragraph--type--countdown time {
    flex-direction: row;
    justify-content: flex-start;
  }
  .paragraph--type--countdown .paragrpah-inner {
    justify-content: flex-start;
  }
  .paragraph--type--countdown time {
    justify-content: space-between;
  }
  .paragraph--type--countdown .value {
    margin: 0;
  }
  .paragraph--type--countdown .field--name-field-body {
    flex: 1 0 40%;
  }
  .paragraph--type--countdown .field--name-field-datetime {
    flex: 1 0 60%;
  }
}

.paragraph.paragraph--type--resource-listing .paragraph-inner > .field:not(:last-child) {
  margin-bottom: 30px;
}
.paragraph.paragraph--type--resource-listing .row > div {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--resource-listing {
    background: white;
    background: linear-gradient(180deg, white 0%, white 50%, #eceff1 50%, #eceff1 100%);
  }
  .paragraph.paragraph--type--resource-listing .row {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .paragraph.paragraph--type--resource-listing .row > div {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .paragraph-field--dynamic_header li .tp-parallax-wrap:nth-child(13) .tp-mask-wrap {
    width: 100% !important;
  }
  .paragraph-field--dynamic_header li .tp-parallax-wrap:nth-child(13) {
    left: 0 !important;
    width: 100% !important;
    min-height: 100px !important;
  }
  .paragraph-field--dynamic_header li .tp-parallax-wrap:nth-child(13) .tp-loop-wrap {
    width: 100%;
  }
}
.paragraph-field--dynamic_header li .dynamic-header-icon-play {
  white-space: inherit;
  padding: 8px 30px !important;
  min-height: 30px;
}
.paragraph-field--dynamic_header li .dynamic-header-icon-play.reversed {
  background-color: #DB1D2F;
  border: 2px solid #DB1D2F;
  color: #FFFFFF;
}
.paragraph-field--dynamic_header li .dynamic-header-icon-play.reversed:hover {
  background-color: #A51421;
  border: 2px solid #A51421;
  color: #FFFFFF;
}
@media all and (min-width: 1024px) {
  .paragraph-field--dynamic_header li .dynamic-header-icon-play {
    padding: 8px 30px !important;
  }
}
@media all and (min-width: 992px) {
  .paragraph-field--dynamic_header li .dynamic-header-icon-play {
    padding: 3px 30px !important;
  }
}
.paragraph-field--dynamic_header li .dynamic-header-icon-play:before {
  font-size: 2.6rem !important;
  top: -1px !important;
}
@media all and (max-width: 768px) {
  .paragraph-field--dynamic_header .tp-caption.subheading .dynamic-sub-heading {
    text-align: center !important;
    width: 100%;
  }
  .paragraph-field--dynamic_header .tp-caption.subheading {
    white-space: normal !important;
    margin-top: 30px !important;
  }
}
.paragraph-field--dynamic_header h1 {
  font-size: 65px !important;
  line-height: 75px !important;
  border-bottom: 3px solid transparent;
}
@media all and (max-width: 992px) {
  .paragraph-field--dynamic_header h1 {
    font-size: 40px !important;
    line-height: 40px !important;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
  }
}
.paragraph-field--dynamic_header .dynamic-heading-link {
  color: #FFFFFF;
}
.paragraph-field--dynamic_header .dynamic-heading-link:hover h1 {
  border-bottom: 3px solid #FFFFFF !important;
}
.paragraph-field--dynamic_header .dynamic-heading {
  margin-top: 0;
}
.paragraph-field--dynamic_header .dynamic-sub-heading {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 37px !important;
  font-weight: 600 !important;
  line-height: 46px !important;
}
@media all and (max-width: 992px) {
  .paragraph-field--dynamic_header .dynamic-sub-heading {
    font-size: 20px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.paragraph-field--dynamic_header .dynamic-header-cta {
  word-break: inherit;
  white-space: inherit;
}
@media all and (max-width: 768px) {
  .paragraph-field--dynamic_header .dynamic-header-cta {
    margin-top: 40px !important;
  }
}
.paragraph-field--dynamic_header .dynamic-header-cta.btn, .paragraph-field--dynamic_header .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a.dynamic-header-cta, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph-field--dynamic_header a.dynamic-header-cta,
.paragraph-field--dynamic_header .view-what-others-are-saying-about-kinaxis- .more-link a.dynamic-header-cta,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph-field--dynamic_header a.dynamic-header-cta, .paragraph-field--dynamic_header .gb-dark-blue-view-all-button .more-link a.dynamic-header-cta, .gb-dark-blue-view-all-button .more-link .paragraph-field--dynamic_header a.dynamic-header-cta, .paragraph-field--dynamic_header .infinite-scroll-button.pager li > a.dynamic-header-cta.button, .infinite-scroll-button.pager .paragraph-field--dynamic_header li > a.dynamic-header-cta.button, .paragraph-field--dynamic_header .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button.dynamic-header-cta, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph-field--dynamic_header button.dynamic-header-cta, .paragraph-field--dynamic_header .paragraph--type--promo-links a.dynamic-header-cta, .paragraph--type--promo-links .paragraph-field--dynamic_header a.dynamic-header-cta {
  line-height: 0px;
  padding: 20px 35px !important;
  min-height: auto;
}
@media all and (max-width: 768px) {
  .paragraph-field--dynamic_header .tparrows {
    display: none;
  }
}
.paragraph-field--dynamic_header .tparrows:before {
  font-family: "Material Icons";
  line-height: 1;
  font-size: 60px;
}
.paragraph-field--dynamic_header .tparrows.uranus:before {
  font-size: 70px;
}
.paragraph-field--dynamic_header .tparrows.tp-rightarrow:before {
  content: "\e315";
}
.paragraph-field--dynamic_header .tparrows.tp-leftarrow:before {
  content: "\e314";
}
.paragraph-field--dynamic_header .rs-custom-actions {
  font-family: "Material Icons";
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.paragraph-field--dynamic_header .rs-custom-actions .rev-slider-pause:before {
  content: "\e034";
}
.paragraph-field--dynamic_header .rs-custom-actions .rev-slider-play:before {
  content: "\e037";
}
.paragraph-field--dynamic_header .tp-bullets {
  font-family: "Material Icons";
}
.paragraph-field--dynamic_header .tp-bullets:before {
  background-color: white;
  color: #000000;
  border: white;
  font-family: "Material Icons";
  position: a;
  /* margin-left: -37px; */
  margin-top: -5px;
  left: -27px;
  position: absolute;
}
@media all and (max-width: 768px) {
  .paragraph-field--dynamic_header .tp-bullets .tp-bullet {
    width: 20px !important;
    height: 20px !important;
  }
}
.paragraph-field--dynamic_header #custom-button {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

.rs-custom-actions-pause, .rs-custom-actions-play {
  position: absolute;
  left: 0%;
  bottom: 16px;
  z-index: 999999 !important;
  color: #fff;
  cursor: pointer;
  max-width: 24px;
}
@media all and (max-width: 768px) {
  .rs-custom-actions-pause, .rs-custom-actions-play {
    font-size: 30px;
    margin-left: 13px;
  }
}

.paragraph--type--featured-items {
  background: #F6F6F6;
}
.paragraph--type--featured-items .feature-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.paragraph--type--featured-items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
.paragraph--type--featured-items .paragraph--type--feature-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  position: relative;
  filter: brightness(100%);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  cursor: pointer;
}
.paragraph--type--featured-items .paragraph--type--feature-item:hover {
  filter: brightness(125%);
}
.paragraph--type--featured-items .feature-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #FFFFFF;
  max-width: 395px;
}
.paragraph--type--featured-items .feature-content .category {
  margin-bottom: 0px;
}
.paragraph--type--featured-items .feature-content .category span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  transition: none 0s ease 0s;
  padding: 1px 5px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.paragraph--type--featured-items .feature-content .feature-item-title h3 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper {
  display: flex;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper .author {
  font-weight: 700;
  margin-right: 40px;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper .author a {
  color: #FFFFFF;
  cursor: none;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper .author a:hover {
  text-decoration: none;
}
.paragraph--type--featured-items .feature-content .author-date-wrapper .date {
  font-weight: 400;
}
.paragraph--type--featured-items .cust-feature-items {
  padding: 30px 0px;
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works! */
}
.paragraph--type--featured-items .cust-feature-items video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
  position: absolute;
  top: -9999px;
}
.paragraph--type--featured-items .cust-feature-items video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.paragraph--type--featured-items .cust-feature-items video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.paragraph--type--featured-items .cust-feature-items video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.paragraph--type--featured-items .cust-feature-items video::slotted::-webkit-media-controls-container, .paragraph--type--featured-items .cust-feature-items video::-webkit-media-controls-enclosure {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}
.paragraph--type--featured-items .cust-feature-items .featured-first {
  padding: 0px 1px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-items .cust-feature-items .featured-first {
    padding: 4px 4px;
  }
}
.paragraph--type--featured-items .cust-feature-items .featured-first .paragraph--type--feature-item {
  height: 500px;
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col {
  padding: 0px 4px;
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .paragraph--type--feature-item {
  height: 215px;
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-md-box {
  padding-bottom: 1px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-md-box {
    padding-top: 4px;
  }
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-md-box .paragraph--type--feature-item {
  height: 280px;
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box {
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box {
    padding-bottom: 4px;
  }
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box.pl-0 {
  padding-left: 0px;
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box.pl-8 {
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box.pl-8 {
    padding-left: 15px;
  }
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box.pr-0 {
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box.pr-0 {
    padding-right: 15px;
  }
}
.paragraph--type--featured-items .cust-feature-items .feature-right-col .feature-sm-box .feature-item-title h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #FFFFFF;
}

.paragraph--type--new-carousel-paragraph {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--new-carousel-paragraph {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph--type--new-carousel-paragraph .slide-wysiwyg-content {
  display: none;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-arrow {
  display: none !important;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slide-wysiwyg-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 18rem;
  color: #FFFFFF;
}
@media screen and (max-width: 389px) {
  .paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slide-wysiwyg-content {
    max-width: 100%;
    top: 0;
    padding: 20px;
  }
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slide-image {
  position: relative;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots {
  margin-top: -10px;
  background: #1E2E3E;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li.custom-action-li {
  vertical-align: sub;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots .custom-action {
  color: #FFFFFF;
  font-size: 22px;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li {
  vertical-align: -webkit-baseline-middle;
  vertical-align: baseline;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li button:before {
  line-height: 12px;
  transition: none;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li button:hover:before {
  opacity: 0;
}
.paragraph--type--new-carousel-paragraph.show-wysiwyg-content .slick-dots li.slick-active button:before {
  color: #FFFFFF;
  height: 10px;
  width: 10px;
  font-size: 18px;
  left: -2px;
}
.paragraph--type--new-carousel-paragraph .field--name-field-title h2 {
  text-align: center;
  margin-bottom: 30px;
}
.paragraph--type--new-carousel-paragraph img {
  width: 100%;
  margin: 0 auto;
}
.paragraph--type--new-carousel-paragraph .slick-slide {
  transform: scale(0.75);
  opacity: 0.2;
  outline: none;
  transition: transform 300ms, opacity 300ms;
}
.paragraph--type--new-carousel-paragraph .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.paragraph--type--new-carousel-paragraph .field--name-field-subheading p {
  margin-bottom: 30px;
}
.paragraph--type--new-carousel-paragraph .custom-action-pause-li {
  display: none !important;
}
.paragraph--type--new-carousel-paragraph .custom-action-pause-li:last-child {
  display: inline-block !important;
}
.paragraph--type--new-carousel-paragraph .slick-dots {
  margin-top: 10px;
}
.paragraph--type--new-carousel-paragraph .slick-dots .custom-action-li .custom-action {
  margin-top: -3px;
}
.paragraph--type--new-carousel-paragraph .custom-action {
  z-index: 999999 !important;
  color: #1E2E3E;
  cursor: pointer;
  max-width: 24px;
}
@media all and (max-width: 768px) {
  .paragraph--type--new-carousel-paragraph .custom-action {
    font-size: 30px;
    margin-left: 13px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--basic-wysiwyg, .paragraph--type--new-carousel-paragraph, .paragraph--type--resources {
    padding-top: 30px !important;
    padding-bottom: 90px !important;
  }
}
.paragraph--type--section > .container:before, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases):before,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis-:before, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list:before, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list:before, .paragraph--type--section > .block-type--basic:before, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content:before, .paragraph--type--section > .block-sitemap:before, .paragraph--type--section > .messages__wrapper:before, .paragraph--type--section > .modal.content-modal:before, .region-navigation-util .paragraph--type--section > #block-utilitynavigation:before, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation]:before, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph:before,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph:before, .paragraph--type--announcement .paragraph--type--section > .slick:before, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body:before, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long:before, .paragraph--type--quote.paragraph--type--section > .field--item:before, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long:before, .paragraph--type--section > .paragraph--type--faq-question-list:before {
  display: none;
}
.paragraph--type--section > .container .container, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .container,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .container, .paragraph--type--section > .container .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases), .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .container .view-what-others-are-saying-about-kinaxis-,
.paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .view-what-others-are-saying-about-kinaxis-,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .container, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .container #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) #block-views-block-kinaxis-resources-resources-list,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .container, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .container #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) #block-views-block-kinaxis-resources-block-case-studies-list,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .block-type--basic .container, .paragraph--type--section > .block-type--basic .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .block-type--basic .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .block-type--basic #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .block-type--basic #block-views-block-kinaxis-resources-block-case-studies-list, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .container, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .view-what-others-are-saying-about-kinaxis-, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content #block-views-block-kinaxis-resources-resources-list, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .block-sitemap .container, .paragraph--type--section > .block-sitemap .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .block-sitemap .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .block-sitemap #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .block-sitemap #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .messages__wrapper .container, .paragraph--type--section > .messages__wrapper .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .messages__wrapper .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .messages__wrapper #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .messages__wrapper #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .modal.content-modal .container, .paragraph--type--section > .modal.content-modal .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .modal.content-modal .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .modal.content-modal #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .modal.content-modal #block-views-block-kinaxis-resources-block-case-studies-list, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .container, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.region-navigation-util .paragraph--type--section > #block-utilitynavigation .view-what-others-are-saying-about-kinaxis-, .region-navigation-util .paragraph--type--section > #block-utilitynavigation #block-views-block-kinaxis-resources-resources-list, .region-navigation-util .paragraph--type--section > #block-utilitynavigation #block-views-block-kinaxis-resources-block-case-studies-list, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .container, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .view-what-others-are-saying-about-kinaxis-, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] #block-views-block-kinaxis-resources-resources-list, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] #block-views-block-kinaxis-resources-block-case-studies-list, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .container, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
#block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .view-what-others-are-saying-about-kinaxis-, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph #block-views-block-kinaxis-resources-resources-list, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph #block-views-block-kinaxis-resources-block-case-studies-list,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .container,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .view-what-others-are-saying-about-kinaxis-,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph #block-views-block-kinaxis-resources-resources-list,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--announcement .paragraph--type--section > .slick .container, .paragraph--type--announcement .paragraph--type--section > .slick .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--announcement .paragraph--type--section > .slick .view-what-others-are-saying-about-kinaxis-, .paragraph--type--announcement .paragraph--type--section > .slick #block-views-block-kinaxis-resources-resources-list, .paragraph--type--announcement .paragraph--type--section > .slick #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .container, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .view-what-others-are-saying-about-kinaxis-, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body #block-views-block-kinaxis-resources-resources-list, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .container, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--quotes .paragraph--type--section > .field--type-text-long .view-what-others-are-saying-about-kinaxis-, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long #block-views-block-kinaxis-resources-resources-list, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--quote.paragraph--type--section > .field--item .container, .paragraph--type--quote.paragraph--type--section > .field--item .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--quote.paragraph--type--section > .field--item .view-what-others-are-saying-about-kinaxis-, .paragraph--type--quote.paragraph--type--section > .field--item #block-views-block-kinaxis-resources-resources-list, .paragraph--type--quote.paragraph--type--section > .field--item #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .container, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--carousel .paragraph--type--section > .field--type-text-long .view-what-others-are-saying-about-kinaxis-, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long #block-views-block-kinaxis-resources-resources-list, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .paragraph--type--faq-question-list .container, .paragraph--type--section > .paragraph--type--faq-question-list .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section > .paragraph--type--faq-question-list .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section > .paragraph--type--faq-question-list #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section > .paragraph--type--faq-question-list #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section > .container .block-type--basic, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .block-type--basic,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .block-type--basic, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .block-type--basic, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .block-type--basic, .paragraph--type--section > .block-type--basic .block-type--basic, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .block-type--basic, .paragraph--type--section > .block-sitemap .block-type--basic, .paragraph--type--section > .messages__wrapper .block-type--basic, .paragraph--type--section > .modal.content-modal .block-type--basic, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .block-type--basic, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .block-type--basic, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .block-type--basic,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .block-type--basic, .paragraph--type--announcement .paragraph--type--section > .slick .block-type--basic, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .block-type--basic, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .block-type--basic, .paragraph--type--quote.paragraph--type--section > .field--item .block-type--basic, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .block-type--basic, .paragraph--type--section > .paragraph--type--faq-question-list .block-type--basic, .paragraph--type--section > .container .eu-cookie-compliance-banner .eu-cookie-compliance-content, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .eu-cookie-compliance-banner .eu-cookie-compliance-content,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .eu-cookie-compliance-banner .eu-cookie-compliance-content, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .eu-cookie-compliance-banner .eu-cookie-compliance-content, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .container .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .eu-cookie-compliance-content,
.eu-cookie-compliance-banner .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .eu-cookie-compliance-content, .paragraph--type--section > .block-type--basic .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .block-type--basic .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .eu-cookie-compliance-content, .paragraph--type--section > .block-sitemap .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .block-sitemap .eu-cookie-compliance-content, .paragraph--type--section > .messages__wrapper .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .messages__wrapper .eu-cookie-compliance-content, .paragraph--type--section > .modal.content-modal .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .modal.content-modal .eu-cookie-compliance-content, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .region-navigation-util .paragraph--type--section > #block-utilitynavigation .eu-cookie-compliance-content, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .eu-cookie-compliance-content, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .eu-cookie-compliance-content,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .eu-cookie-compliance-banner .eu-cookie-compliance-content,
.eu-cookie-compliance-banner .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .eu-cookie-compliance-content, .paragraph--type--announcement .paragraph--type--section > .slick .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--announcement .paragraph--type--section > .slick .eu-cookie-compliance-content, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .eu-cookie-compliance-content, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .eu-cookie-compliance-content, .paragraph--type--quote.paragraph--type--section > .field--item .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--quote.paragraph--type--section > .field--item .eu-cookie-compliance-content, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .eu-cookie-compliance-content, .paragraph--type--section > .paragraph--type--faq-question-list .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--section > .paragraph--type--faq-question-list .eu-cookie-compliance-content, .paragraph--type--section > .container .block-sitemap, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .block-sitemap,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .block-sitemap, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .block-sitemap, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .block-sitemap, .paragraph--type--section > .block-type--basic .block-sitemap, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .block-sitemap, .paragraph--type--section > .block-sitemap .block-sitemap, .paragraph--type--section > .messages__wrapper .block-sitemap, .paragraph--type--section > .modal.content-modal .block-sitemap, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .block-sitemap, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .block-sitemap, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .block-sitemap,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .block-sitemap, .paragraph--type--announcement .paragraph--type--section > .slick .block-sitemap, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .block-sitemap, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .block-sitemap, .paragraph--type--quote.paragraph--type--section > .field--item .block-sitemap, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .block-sitemap, .paragraph--type--section > .paragraph--type--faq-question-list .block-sitemap, .paragraph--type--section > .container .messages__wrapper, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .messages__wrapper,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .messages__wrapper, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .messages__wrapper, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .messages__wrapper, .paragraph--type--section > .block-type--basic .messages__wrapper, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .messages__wrapper, .paragraph--type--section > .block-sitemap .messages__wrapper, .paragraph--type--section > .messages__wrapper .messages__wrapper, .paragraph--type--section > .modal.content-modal .messages__wrapper, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .messages__wrapper, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .messages__wrapper, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .messages__wrapper,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .messages__wrapper, .paragraph--type--announcement .paragraph--type--section > .slick .messages__wrapper, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .messages__wrapper, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .messages__wrapper, .paragraph--type--quote.paragraph--type--section > .field--item .messages__wrapper, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .messages__wrapper, .paragraph--type--section > .paragraph--type--faq-question-list .messages__wrapper, .paragraph--type--section > .container .modal.content-modal, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .modal.content-modal,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .modal.content-modal, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .modal.content-modal, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .modal.content-modal, .paragraph--type--section > .block-type--basic .modal.content-modal, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .modal.content-modal, .paragraph--type--section > .block-sitemap .modal.content-modal, .paragraph--type--section > .messages__wrapper .modal.content-modal, .paragraph--type--section > .modal.content-modal .modal.content-modal, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .modal.content-modal, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .modal.content-modal, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .modal.content-modal,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .modal.content-modal, .paragraph--type--announcement .paragraph--type--section > .slick .modal.content-modal, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .modal.content-modal, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .modal.content-modal, .paragraph--type--quote.paragraph--type--section > .field--item .modal.content-modal, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .modal.content-modal, .paragraph--type--section > .paragraph--type--faq-question-list .modal.content-modal, .paragraph--type--section > .container .region-navigation-util #block-utilitynavigation, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .region-navigation-util #block-utilitynavigation,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .region-navigation-util #block-utilitynavigation, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .region-navigation-util #block-utilitynavigation, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .container #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) #block-utilitynavigation,
.region-navigation-util .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- #block-utilitynavigation, .region-navigation-util .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list #block-utilitynavigation, .region-navigation-util .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list #block-utilitynavigation, .paragraph--type--section > .block-type--basic .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .block-type--basic #block-utilitynavigation, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .region-navigation-util #block-utilitynavigation, .region-navigation-util .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content #block-utilitynavigation, .paragraph--type--section > .block-sitemap .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .block-sitemap #block-utilitynavigation, .paragraph--type--section > .messages__wrapper .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .messages__wrapper #block-utilitynavigation, .paragraph--type--section > .modal.content-modal .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .modal.content-modal #block-utilitynavigation, .region-navigation-util .paragraph--type--section > #block-utilitynavigation #block-utilitynavigation, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] #block-utilitynavigation, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .region-navigation-util #block-utilitynavigation, .region-navigation-util #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph #block-utilitynavigation,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .region-navigation-util #block-utilitynavigation,
.region-navigation-util .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph #block-utilitynavigation, .paragraph--type--announcement .paragraph--type--section > .slick .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--announcement .paragraph--type--section > .slick #block-utilitynavigation, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body #block-utilitynavigation, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--quotes .paragraph--type--section > .field--type-text-long #block-utilitynavigation, .paragraph--type--quote.paragraph--type--section > .field--item .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--quote.paragraph--type--section > .field--item #block-utilitynavigation, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--carousel .paragraph--type--section > .field--type-text-long #block-utilitynavigation, .paragraph--type--section > .paragraph--type--faq-question-list .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--section > .paragraph--type--faq-question-list #block-utilitynavigation, .paragraph--type--section > .container .region-navigation-util [id^=block-utilitynavigation], .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .region-navigation-util [id^=block-utilitynavigation],
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .region-navigation-util [id^=block-utilitynavigation], .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .region-navigation-util [id^=block-utilitynavigation], .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .container [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) [id^=block-utilitynavigation],
.region-navigation-util .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list [id^=block-utilitynavigation], .paragraph--type--section > .block-type--basic .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .block-type--basic [id^=block-utilitynavigation], .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content [id^=block-utilitynavigation], .paragraph--type--section > .block-sitemap .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .block-sitemap [id^=block-utilitynavigation], .paragraph--type--section > .messages__wrapper .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .messages__wrapper [id^=block-utilitynavigation], .paragraph--type--section > .modal.content-modal .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .modal.content-modal [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > #block-utilitynavigation [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] [id^=block-utilitynavigation], #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph [id^=block-utilitynavigation],
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .region-navigation-util [id^=block-utilitynavigation],
.region-navigation-util .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph [id^=block-utilitynavigation], .paragraph--type--announcement .paragraph--type--section > .slick .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--announcement .paragraph--type--section > .slick [id^=block-utilitynavigation], .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body [id^=block-utilitynavigation], .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--quotes .paragraph--type--section > .field--type-text-long [id^=block-utilitynavigation], .paragraph--type--quote.paragraph--type--section > .field--item .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--quote.paragraph--type--section > .field--item [id^=block-utilitynavigation], .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--carousel .paragraph--type--section > .field--type-text-long [id^=block-utilitynavigation], .paragraph--type--section > .paragraph--type--faq-question-list .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--section > .paragraph--type--faq-question-list [id^=block-utilitynavigation], .paragraph--type--section > .container #block-blogsubscribe .field--name-field-paragraph, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) #block-blogsubscribe .field--name-field-paragraph,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- #block-blogsubscribe .field--name-field-paragraph, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list #block-blogsubscribe .field--name-field-paragraph, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .container .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--name-field-paragraph,
#block-blogsubscribe .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .field--name-field-paragraph, .paragraph--type--section > .block-type--basic #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .block-type--basic .field--name-field-paragraph, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .field--name-field-paragraph, .paragraph--type--section > .block-sitemap #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .block-sitemap .field--name-field-paragraph, .paragraph--type--section > .messages__wrapper #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .messages__wrapper .field--name-field-paragraph, .paragraph--type--section > .modal.content-modal #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .modal.content-modal .field--name-field-paragraph, .region-navigation-util .paragraph--type--section > #block-utilitynavigation #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .region-navigation-util .paragraph--type--section > #block-utilitynavigation .field--name-field-paragraph, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph #block-blogsubscribe .field--name-field-paragraph,
#block-blogsubscribe .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .field--name-field-paragraph, .paragraph--type--announcement .paragraph--type--section > .slick #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--announcement .paragraph--type--section > .slick .field--name-field-paragraph, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .field--name-field-paragraph, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .field--name-field-paragraph, .paragraph--type--quote.paragraph--type--section > .field--item #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--quote.paragraph--type--section > .field--item .field--name-field-paragraph, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .field--name-field-paragraph, .paragraph--type--section > .paragraph--type--faq-question-list #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--section > .paragraph--type--faq-question-list .field--name-field-paragraph,
.paragraph--type--section > .container .block-blocksubscribe .field--name-field-paragraph,
.paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .block-blocksubscribe .field--name-field-paragraph,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .block-blocksubscribe .field--name-field-paragraph,
.paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .block-blocksubscribe .field--name-field-paragraph,
.paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .container .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .field--name-field-paragraph,
.paragraph--type--section > .block-type--basic .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .block-type--basic .field--name-field-paragraph,
.eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .field--name-field-paragraph,
.paragraph--type--section > .block-sitemap .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .block-sitemap .field--name-field-paragraph,
.paragraph--type--section > .messages__wrapper .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .messages__wrapper .field--name-field-paragraph,
.paragraph--type--section > .modal.content-modal .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .modal.content-modal .field--name-field-paragraph,
.region-navigation-util .paragraph--type--section > #block-utilitynavigation .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .region-navigation-util .paragraph--type--section > #block-utilitynavigation .field--name-field-paragraph,
.region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .field--name-field-paragraph,
#block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .field--name-field-paragraph,
.paragraph--type--announcement .paragraph--type--section > .slick .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--announcement .paragraph--type--section > .slick .field--name-field-paragraph,
.paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .field--name-field-paragraph,
.paragraph--type--quotes .paragraph--type--section > .field--type-text-long .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .field--name-field-paragraph,
.paragraph--type--quote.paragraph--type--section > .field--item .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--quote.paragraph--type--section > .field--item .field--name-field-paragraph,
.paragraph--type--carousel .paragraph--type--section > .field--type-text-long .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .field--name-field-paragraph,
.paragraph--type--section > .paragraph--type--faq-question-list .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section > .paragraph--type--faq-question-list .field--name-field-paragraph, .paragraph--type--section > .container .paragraph--type--announcement .slick, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--announcement .slick,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--announcement .slick, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--announcement .slick, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .container .slick, .paragraph--type--announcement .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .slick,
.paragraph--type--announcement .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .slick, .paragraph--type--announcement .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .slick, .paragraph--type--announcement .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .slick, .paragraph--type--section > .block-type--basic .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .block-type--basic .slick, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--announcement .slick, .paragraph--type--announcement .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .slick, .paragraph--type--section > .block-sitemap .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .block-sitemap .slick, .paragraph--type--section > .messages__wrapper .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .messages__wrapper .slick, .paragraph--type--section > .modal.content-modal .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .modal.content-modal .slick, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--announcement .slick, .paragraph--type--announcement .region-navigation-util .paragraph--type--section > #block-utilitynavigation .slick, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--announcement .slick, .paragraph--type--announcement .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .slick, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--announcement .slick, .paragraph--type--announcement #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .slick,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--announcement .slick,
.paragraph--type--announcement .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .slick, .paragraph--type--announcement .paragraph--type--section > .slick .slick, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .slick, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .slick, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--quote.paragraph--type--section > .field--item .slick, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .slick, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--section > .paragraph--type--faq-question-list .slick, .paragraph--type--section > .container .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--leads-cta > .field.field--name-field-body,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .block-type--basic .paragraph--type--leads-cta > .field.field--name-field-body, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .block-sitemap .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .messages__wrapper .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .modal.content-modal .paragraph--type--leads-cta > .field.field--name-field-body, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--leads-cta > .field.field--name-field-body, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--leads-cta > .field.field--name-field-body, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--leads-cta > .field.field--name-field-body,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--announcement .paragraph--type--section > .slick .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--section > .container .paragraph--type--quotes .field--type-text-long, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--quotes .field--type-text-long,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--quotes .field--type-text-long, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--quotes .field--type-text-long, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .container .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--type-text-long,
.paragraph--type--quotes .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .field--type-text-long, .paragraph--type--section > .block-type--basic .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .block-type--basic .field--type-text-long, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .field--type-text-long, .paragraph--type--section > .block-sitemap .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .block-sitemap .field--type-text-long, .paragraph--type--section > .messages__wrapper .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .messages__wrapper .field--type-text-long, .paragraph--type--section > .modal.content-modal .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .modal.content-modal .field--type-text-long, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .region-navigation-util .paragraph--type--section > #block-utilitynavigation .field--type-text-long, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .field--type-text-long, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .field--type-text-long,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--quotes .field--type-text-long,
.paragraph--type--quotes .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .field--type-text-long, .paragraph--type--announcement .paragraph--type--section > .slick .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--announcement .paragraph--type--section > .slick .field--type-text-long, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .field--type-text-long, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--quote.paragraph--type--section > .field--item .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .field--type-text-long, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .paragraph--type--faq-question-list .field--type-text-long, .paragraph--type--section > .container .paragraph--type--quote > .field--item, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--quote > .field--item,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--quote > .field--item, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--quote > .field--item, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--quote > .field--item, .paragraph--type--section > .block-type--basic .paragraph--type--quote > .field--item, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--quote > .field--item, .paragraph--type--section > .block-sitemap .paragraph--type--quote > .field--item, .paragraph--type--section > .messages__wrapper .paragraph--type--quote > .field--item, .paragraph--type--section > .modal.content-modal .paragraph--type--quote > .field--item, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--quote > .field--item, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--quote > .field--item, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--quote > .field--item,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--quote > .field--item, .paragraph--type--announcement .paragraph--type--section > .slick .paragraph--type--quote > .field--item, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--quote > .field--item, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .paragraph--type--quote > .field--item, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--quote > .field--item, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .paragraph--type--quote > .field--item, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--quote > .field--item, .paragraph--type--section > .container .paragraph--type--carousel .field--type-text-long, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--carousel .field--type-text-long,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--carousel .field--type-text-long, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--carousel .field--type-text-long, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .container .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--type-text-long,
.paragraph--type--carousel .paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .field--type-text-long, .paragraph--type--section > .block-type--basic .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .block-type--basic .field--type-text-long, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .field--type-text-long, .paragraph--type--section > .block-sitemap .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .block-sitemap .field--type-text-long, .paragraph--type--section > .messages__wrapper .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .messages__wrapper .field--type-text-long, .paragraph--type--section > .modal.content-modal .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .modal.content-modal .field--type-text-long, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .region-navigation-util .paragraph--type--section > #block-utilitynavigation .field--type-text-long, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .field--type-text-long, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .field--type-text-long,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--carousel .field--type-text-long,
.paragraph--type--carousel .block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .field--type-text-long, .paragraph--type--announcement .paragraph--type--section > .slick .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--announcement .paragraph--type--section > .slick .field--type-text-long, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .field--type-text-long, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .field--type-text-long, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--quote.paragraph--type--section > .field--item .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .field--type-text-long, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--section > .paragraph--type--faq-question-list .field--type-text-long, .paragraph--type--section > .container .paragraph--type--faq-question-list, .paragraph--type--section > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .paragraph--type--faq-question-list,
.paragraph--type--section > .view-what-others-are-saying-about-kinaxis- .paragraph--type--faq-question-list, .paragraph--type--section > #block-views-block-kinaxis-resources-resources-list .paragraph--type--faq-question-list, .paragraph--type--section > #block-views-block-kinaxis-resources-block-case-studies-list .paragraph--type--faq-question-list, .paragraph--type--section > .block-type--basic .paragraph--type--faq-question-list, .eu-cookie-compliance-banner .paragraph--type--section > .eu-cookie-compliance-content .paragraph--type--faq-question-list, .paragraph--type--section > .block-sitemap .paragraph--type--faq-question-list, .paragraph--type--section > .messages__wrapper .paragraph--type--faq-question-list, .paragraph--type--section > .modal.content-modal .paragraph--type--faq-question-list, .region-navigation-util .paragraph--type--section > #block-utilitynavigation .paragraph--type--faq-question-list, .region-navigation-util .paragraph--type--section > [id^=block-utilitynavigation] .paragraph--type--faq-question-list, #block-blogsubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--faq-question-list,
.block-blocksubscribe .paragraph--type--section > .field--name-field-paragraph .paragraph--type--faq-question-list, .paragraph--type--announcement .paragraph--type--section > .slick .paragraph--type--faq-question-list, .paragraph--type--leads-cta.paragraph--type--section > .field.field--name-field-body .paragraph--type--faq-question-list, .paragraph--type--quotes .paragraph--type--section > .field--type-text-long .paragraph--type--faq-question-list, .paragraph--type--quote.paragraph--type--section > .field--item .paragraph--type--faq-question-list, .paragraph--type--carousel .paragraph--type--section > .field--type-text-long .paragraph--type--faq-question-list, .paragraph--type--section > .paragraph--type--faq-question-list .paragraph--type--faq-question-list {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.paragraph--type--section:not(.has-flourish) > .container::after, .paragraph--type--section:not(.has-flourish) > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases)::after,
.paragraph--type--section:not(.has-flourish) > .view-what-others-are-saying-about-kinaxis-::after, .paragraph--type--section:not(.has-flourish) > #block-views-block-kinaxis-resources-resources-list::after, .paragraph--type--section:not(.has-flourish) > #block-views-block-kinaxis-resources-block-case-studies-list::after, .paragraph--type--section:not(.has-flourish) > .block-type--basic::after, .eu-cookie-compliance-banner .paragraph--type--section:not(.has-flourish) > .eu-cookie-compliance-content::after, .paragraph--type--section:not(.has-flourish) > .block-sitemap::after, .paragraph--type--section:not(.has-flourish) > .messages__wrapper::after, .paragraph--type--section:not(.has-flourish) > .modal.content-modal::after, .region-navigation-util .paragraph--type--section:not(.has-flourish) > #block-utilitynavigation::after, .region-navigation-util .paragraph--type--section:not(.has-flourish) > [id^=block-utilitynavigation]::after, #block-blogsubscribe .paragraph--type--section:not(.has-flourish) > .field--name-field-paragraph::after,
.block-blocksubscribe .paragraph--type--section:not(.has-flourish) > .field--name-field-paragraph::after, .paragraph--type--announcement .paragraph--type--section:not(.has-flourish) > .slick::after, .paragraph--type--leads-cta.paragraph--type--section:not(.has-flourish) > .field.field--name-field-body::after, .paragraph--type--quotes .paragraph--type--section:not(.has-flourish) > .field--type-text-long::after, .paragraph--type--quote.paragraph--type--section:not(.has-flourish) > .field--item::after, .paragraph--type--carousel .paragraph--type--section:not(.has-flourish) > .field--type-text-long::after, .paragraph--type--section:not(.has-flourish) > .paragraph--type--faq-question-list::after {
  display: none;
}
.paragraph--type--section.bg-color--white {
  background-color: #FFFFFF;
}
.paragraph--type--section.bg-color--gray {
  background-color: rgb(250, 250, 250);
}
.paragraph--type--section.columns--2 > .container, .paragraph--type--section.columns--2 > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section.columns--2 > .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section.columns--2 > .block-type--basic, .eu-cookie-compliance-banner .paragraph--type--section.columns--2 > .eu-cookie-compliance-content, .paragraph--type--section.columns--2 > .block-sitemap, .paragraph--type--section.columns--2 > .messages__wrapper, .paragraph--type--section.columns--2 > .modal.content-modal, .region-navigation-util .paragraph--type--section.columns--2 > #block-utilitynavigation, .region-navigation-util .paragraph--type--section.columns--2 > [id^=block-utilitynavigation], #block-blogsubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph, .paragraph--type--announcement .paragraph--type--section.columns--2 > .slick, .paragraph--type--leads-cta.paragraph--type--section.columns--2 > .field.field--name-field-body, .paragraph--type--quotes .paragraph--type--section.columns--2 > .field--type-text-long, .paragraph--type--quote.paragraph--type--section.columns--2 > .field--item, .paragraph--type--carousel .paragraph--type--section.columns--2 > .field--type-text-long, .paragraph--type--section.columns--2 > .paragraph--type--faq-question-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--section.columns--2 > .container, .paragraph--type--section.columns--2 > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .paragraph--type--section.columns--2 > .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section.columns--2 > .block-type--basic, .eu-cookie-compliance-banner .paragraph--type--section.columns--2 > .eu-cookie-compliance-content, .paragraph--type--section.columns--2 > .block-sitemap, .paragraph--type--section.columns--2 > .messages__wrapper, .paragraph--type--section.columns--2 > .modal.content-modal, .region-navigation-util .paragraph--type--section.columns--2 > #block-utilitynavigation, .region-navigation-util .paragraph--type--section.columns--2 > [id^=block-utilitynavigation], #block-blogsubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph,
  .block-blocksubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph, .paragraph--type--announcement .paragraph--type--section.columns--2 > .slick, .paragraph--type--leads-cta.paragraph--type--section.columns--2 > .field.field--name-field-body, .paragraph--type--quotes .paragraph--type--section.columns--2 > .field--type-text-long, .paragraph--type--quote.paragraph--type--section.columns--2 > .field--item, .paragraph--type--carousel .paragraph--type--section.columns--2 > .field--type-text-long, .paragraph--type--section.columns--2 > .paragraph--type--faq-question-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .paragraph--type--section.columns--2 > .container > div, .paragraph--type--section.columns--2 > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) > div,
  .paragraph--type--section.columns--2 > .view-what-others-are-saying-about-kinaxis- > div, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-resources-list > div, .paragraph--type--section.columns--2 > #block-views-block-kinaxis-resources-block-case-studies-list > div, .paragraph--type--section.columns--2 > .block-type--basic > div, .eu-cookie-compliance-banner .paragraph--type--section.columns--2 > .eu-cookie-compliance-content > div, .paragraph--type--section.columns--2 > .block-sitemap > div, .paragraph--type--section.columns--2 > .messages__wrapper > div, .paragraph--type--section.columns--2 > .modal.content-modal > div, .region-navigation-util .paragraph--type--section.columns--2 > #block-utilitynavigation > div, .region-navigation-util .paragraph--type--section.columns--2 > [id^=block-utilitynavigation] > div, #block-blogsubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph > div,
  .block-blocksubscribe .paragraph--type--section.columns--2 > .field--name-field-paragraph > div, .paragraph--type--announcement .paragraph--type--section.columns--2 > .slick > div, .paragraph--type--leads-cta.paragraph--type--section.columns--2 > .field.field--name-field-body > div, .paragraph--type--quotes .paragraph--type--section.columns--2 > .field--type-text-long > div, .paragraph--type--quote.paragraph--type--section.columns--2 > .field--item > div, .paragraph--type--carousel .paragraph--type--section.columns--2 > .field--type-text-long > div, .paragraph--type--section.columns--2 > .paragraph--type--faq-question-list > div {
    width: calc(50% - 20px);
  }
}
.paragraph--type--section.vertical-center > .container, .paragraph--type--section.vertical-center > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--section.vertical-center > .view-what-others-are-saying-about-kinaxis-, .paragraph--type--section.vertical-center > #block-views-block-kinaxis-resources-resources-list, .paragraph--type--section.vertical-center > #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--section.vertical-center > .block-type--basic, .eu-cookie-compliance-banner .paragraph--type--section.vertical-center > .eu-cookie-compliance-content, .paragraph--type--section.vertical-center > .block-sitemap, .paragraph--type--section.vertical-center > .messages__wrapper, .paragraph--type--section.vertical-center > .modal.content-modal, .region-navigation-util .paragraph--type--section.vertical-center > #block-utilitynavigation, .region-navigation-util .paragraph--type--section.vertical-center > [id^=block-utilitynavigation], #block-blogsubscribe .paragraph--type--section.vertical-center > .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--section.vertical-center > .field--name-field-paragraph, .paragraph--type--announcement .paragraph--type--section.vertical-center > .slick, .paragraph--type--leads-cta.paragraph--type--section.vertical-center > .field.field--name-field-body, .paragraph--type--quotes .paragraph--type--section.vertical-center > .field--type-text-long, .paragraph--type--quote.paragraph--type--section.vertical-center > .field--item, .paragraph--type--carousel .paragraph--type--section.vertical-center > .field--type-text-long, .paragraph--type--section.vertical-center > .paragraph--type--faq-question-list {
  align-items: center;
}

.paragraph--type--benefits-scroller {
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--benefits-scroller .text-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .text-wrapper {
    padding-right: 51.5%;
  }
}
.paragraph--type--benefits-scroller .text-wrapper .field--name-field-eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #DB1D2F;
}
.paragraph--type--benefits-scroller .text-wrapper h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 16px;
  color: #18181B;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .text-wrapper h2 {
    font-size: 36px;
  }
}
.paragraph--type--benefits-scroller .text-wrapper .field--name-field-description {
  font-size: 18px;
  color: #475467;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller.no-active-items .paragraph--type--scroller-content, .paragraph--type--benefits-scroller.in-viewport:not(.end) .paragraph--type--scroller-content {
    opacity: 1 !important;
  }
  .paragraph--type--benefits-scroller.no-active-items .paragraph--type--scroller-content:first-child .field--name-field-media, .paragraph--type--benefits-scroller.in-viewport:not(.end) .paragraph--type--scroller-content:first-child .field--name-field-media {
    position: absolute;
    opacity: 1;
    top: 0;
    transform: none;
  }
  .paragraph--type--benefits-scroller.end .paragraph--type--scroller-content {
    opacity: 1 !important;
  }
}
.paragraph--type--benefits-scroller.end .paragraph--type--scroller-content:last-child .field--name-field-media {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller.end .paragraph--type--scroller-content:last-child .field--name-field-media {
    position: absolute;
    opacity: 1;
    bottom: 0;
    top: unset;
    transform: none;
  }
  .paragraph--type--benefits-scroller.end .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media {
    transition: none;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content {
  position: relative;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content > .paragraph--type--scroller-content:not(:last-child) {
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content > .paragraph--type--scroller-content:not(:last-child) {
    padding-bottom: 0;
  }
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content.active .field--name-field-media {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content {
    opacity: 0.25;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content:first-of-type .text {
  padding-top: 0;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content:last-of-type .text {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content.active {
    opacity: 1;
  }
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content.active .field--name-field-media {
    opacity: 1;
  }
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .text {
    margin-left: auto;
    width: calc(100% - 640px);
    padding: 60px 0 60px;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .text .field--name-field-description p {
  font-size: 18px;
  color: #475467;
  font-weight: 400;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media {
  margin-top: 0;
  margin-bottom: auto;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media {
    width: 530px !important;
    min-width: auto;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content.media-right-alignment .field--name-field-media {
    order: 2;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 14px;
  color: #18181B;
}
@media screen and (min-width: 992px) {
  .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content h4 {
    font-size: 24px;
  }
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-p-links, .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .button-link-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 24px;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-p-links .button--tertiary a, .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .button-link-list .button--tertiary a {
  color: #DB1D2F;
}
.paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-p-links .button--tertiary a:hover, .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-p-links .button--tertiary a:focus, .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .button-link-list .button--tertiary a:hover, .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .button-link-list .button--tertiary a:focus {
  color: #AA050E;
}

.header-chevron {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.header-chevron .paragraph--type--basic-wysiwyg.bg-white {
  background-color: inherit;
}

.header-chevron__layout {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 1330px;
  padding-bottom: 80px;
  margin: 0 auto 64px;
}
@media all and (min-width: 1920px) {
  .header-chevron__layout {
    max-width: 100%;
    min-height: 1750px;
  }
}
.navigation-overlap .header-chevron__layout {
  padding-top: 100px;
  min-height: 1500px;
}
@media screen and (min-width: 992px) {
  .navigation-overlap .header-chevron__layout {
    padding-top: 160px;
  }
}

.header-chevron__content,
.header-chevron__feature-layout,
.header-chevron__dots {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header-chevron__content:before, .header-chevron__content:after,
.header-chevron__feature-layout:before,
.header-chevron__feature-layout:after,
.header-chevron__dots:before,
.header-chevron__dots:after {
  content: " ";
  display: table;
}
.header-chevron__content:after,
.header-chevron__feature-layout:after,
.header-chevron__dots:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .header-chevron__content,
  .header-chevron__feature-layout,
  .header-chevron__dots {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .header-chevron__content,
  .header-chevron__feature-layout,
  .header-chevron__dots {
    width: 970px;
  }
}
@media screen and (min-width: 1250px) {
  .header-chevron__content,
  .header-chevron__feature-layout,
  .header-chevron__dots {
    width: 1225px;
  }
}

.header-chevron__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-chevron__bg-chevron {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-chevron__bg-chevron-graphics {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: stretch;
}
.header-chevron__bg-chevron-graphics:before, .header-chevron__bg-chevron-graphics:after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  flex-basis: auto;
}
.header-chevron__bg-chevron-graphics:before {
  flex-grow: 1;
  flex-shrink: 1;
}
.header-chevron__bg-chevron-graphics:after {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 65.277%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media all and (min-width: 2559px) {
  .header-chevron__bg-chevron-graphics::after {
    padding-bottom: 0;
    height: 100%;
  }
}

.header-chevron__bg-chevron--top {
  height: calc(100% - 450px);
  z-index: 2;
}
.header-chevron__bg-chevron--top .header-chevron__bg-chevron-graphics:before {
  margin-top: -450px;
  background: rgb(26, 65, 70);
}
.header-chevron__bg-chevron--top .header-chevron__bg-chevron-graphics:after {
  background-image: url("../../images/chevron-top.svg");
}

.header-chevron__bg-chevron--middle {
  height: calc(100% - 225px);
  z-index: 1;
}
.header-chevron__bg-chevron--middle .header-chevron__bg-chevron-graphics:before {
  margin-top: -225px;
  background: rgb(40, 114, 113);
}
.header-chevron__bg-chevron--middle .header-chevron__bg-chevron-graphics:after {
  background-image: url("../../images/chevron-middle.svg");
}

.header-chevron__bg-chevron--bottom {
  height: 100%;
  z-index: 0;
}
.header-chevron__bg-chevron--bottom .header-chevron__bg-chevron-graphics:before {
  margin-top: 0;
  background: rgb(169, 199, 198);
}
.header-chevron__bg-chevron--bottom .header-chevron__bg-chevron-graphics:after {
  background-image: url("../../images/chevron-bottom.svg");
}

.header-chevron__content-layout {
  padding-top: 120px;
  display: grid !important;
  grid-template-columns: [col-one-begin] 1fr [col-one-finish];
  grid-template-rows: [row-one-begin] auto [row-one-finish row-two-begin] auto [row-two-finish];
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .header-chevron__content-layout {
    gap: 32px;
  }
}
@media screen and (min-width: 992px) {
  .header-chevron__content-layout {
    grid-template-columns: [col-one-begin] 1fr [col-one-finish col-two-begin] 1fr [col-one-finish];
    grid-template-rows: [row-one-begin] auto [row-one-finish];
    gap: 64px;
    padding-top: 80px;
  }
}

.header-chevron__text-box {
  grid-column-start: col-one-begin;
  grid-column-end: col-one-finish;
  grid-row-start: row-one-begin;
  grid-row-end: row-one-finish;
}
@media screen and (min-width: 992px) {
  .header-chevron__text-box {
    padding: 32px 0;
  }
}

.header-chevron__media-box {
  grid-column-start: col-one-begin;
  grid-column-end: col-one-finish;
  grid-row-start: row-two-begin;
  grid-row-end: row-two-finish;
}
@media screen and (min-width: 992px) {
  .header-chevron__media-box {
    grid-column-start: col-two-begin;
    grid-column-end: col-one-finish;
    grid-row-start: row-one-begin;
    grid-row-end: row-two-finish;
  }
}

.header-chevron__eyebrow,
.header-chevron__title-text,
.header-chevron__description,
.header-chevron__links {
  font-family: "Lato", Arial, sans-serif;
}

.header-chevron__eyebrow,
.header-chevron__title-text {
  font-weight: 600;
}

.header-chevron__description {
  font-weight: 400;
}

.header-chevron__eyebrow,
.header-chevron__description {
  line-height: 1.5;
}

.header-chevron__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(194, 243, 255);
  margin-bottom: 8px;
}

.header-chevron__title-text {
  font-size: 40px;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-chevron__title-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .header-chevron__title-text {
    font-size: 56px;
  }
}

.header-chevron__title {
  margin-bottom: 16px;
}

.header-chevron__description {
  font-size: 18px;
  color: rgb(208, 213, 221);
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .header-chevron__description {
    font-size: 20px;
  }
}

.header-chevron__links .button--outline a {
  color: #FFFFFF;
  border-color: rgb(169, 199, 198);
}
.header-chevron__links .button--outline a:hover, .header-chevron__links .button--outline a:focus, .header-chevron__links .button--outline a:active {
  color: rgb(26, 65, 70);
  background-color: rgb(169, 199, 198);
}
.header-chevron__links .button--tertiary a {
  color: #FFFFFF;
}
.header-chevron__links .button--tertiary a:hover, .header-chevron__links .button--tertiary a:focus, .header-chevron__links .button--tertiary a:active {
  color: #FFFFFF;
}

.header-chevron__media .paragraph--type--media > .container, .header-chevron__media .paragraph--type--media > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__media .paragraph--type--media > .view-what-others-are-saying-about-kinaxis-, .header-chevron__media .paragraph--type--media > #block-views-block-kinaxis-resources-resources-list, .header-chevron__media .paragraph--type--media > #block-views-block-kinaxis-resources-block-case-studies-list, .header-chevron__media .paragraph--type--media > .block-type--basic, .header-chevron__media .eu-cookie-compliance-banner .paragraph--type--media > .eu-cookie-compliance-content, .eu-cookie-compliance-banner .header-chevron__media .paragraph--type--media > .eu-cookie-compliance-content, .header-chevron__media .paragraph--type--media > .block-sitemap, .header-chevron__media .paragraph--type--media > .messages__wrapper, .header-chevron__media .paragraph--type--media > .modal.content-modal, .header-chevron__media .region-navigation-util .paragraph--type--media > #block-utilitynavigation, .region-navigation-util .header-chevron__media .paragraph--type--media > #block-utilitynavigation, .header-chevron__media .region-navigation-util .paragraph--type--media > [id^=block-utilitynavigation], .region-navigation-util .header-chevron__media .paragraph--type--media > [id^=block-utilitynavigation], .header-chevron__media #block-blogsubscribe .paragraph--type--media > .field--name-field-paragraph, #block-blogsubscribe .header-chevron__media .paragraph--type--media > .field--name-field-paragraph,
.header-chevron__media .block-blocksubscribe .paragraph--type--media > .field--name-field-paragraph,
.block-blocksubscribe .header-chevron__media .paragraph--type--media > .field--name-field-paragraph, .header-chevron__media .paragraph--type--announcement .paragraph--type--media > .slick, .paragraph--type--announcement .header-chevron__media .paragraph--type--media > .slick, .header-chevron__media .paragraph--type--leads-cta.paragraph--type--media > .field.field--name-field-body, .header-chevron__media .paragraph--type--quotes .paragraph--type--media > .field--type-text-long, .paragraph--type--quotes .header-chevron__media .paragraph--type--media > .field--type-text-long, .header-chevron__media .paragraph--type--quote.paragraph--type--media > .field--item, .header-chevron__media .paragraph--type--carousel .paragraph--type--media > .field--type-text-long, .paragraph--type--carousel .header-chevron__media .paragraph--type--media > .field--type-text-long, .header-chevron__media .paragraph--type--media > .paragraph--type--faq-question-list,
.header-chevron__media .paragraph--type--media-with-insets.container,
.header-chevron__media .paragraph--type--media-with-insets.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__media .paragraph--type--media-with-insets.view-what-others-are-saying-about-kinaxis-,
.header-chevron__media .paragraph--type--media-with-insets#block-views-block-kinaxis-resources-resources-list,
.header-chevron__media .paragraph--type--media-with-insets#block-views-block-kinaxis-resources-block-case-studies-list,
.header-chevron__media .paragraph--type--media-with-insets.block-type--basic,
.header-chevron__media .eu-cookie-compliance-banner .paragraph--type--media-with-insets.eu-cookie-compliance-content,
.eu-cookie-compliance-banner .header-chevron__media .paragraph--type--media-with-insets.eu-cookie-compliance-content,
.header-chevron__media .paragraph--type--media-with-insets.block-sitemap,
.header-chevron__media .paragraph--type--media-with-insets.messages__wrapper,
.header-chevron__media .paragraph--type--media-with-insets.modal.content-modal,
.header-chevron__media .region-navigation-util .paragraph--type--media-with-insets#block-utilitynavigation,
.region-navigation-util .header-chevron__media .paragraph--type--media-with-insets#block-utilitynavigation,
.header-chevron__media .region-navigation-util .paragraph--type--media-with-insets[id^=block-utilitynavigation],
.region-navigation-util .header-chevron__media .paragraph--type--media-with-insets[id^=block-utilitynavigation],
.header-chevron__media #block-blogsubscribe .paragraph--type--media-with-insets.field--name-field-paragraph,
#block-blogsubscribe .header-chevron__media .paragraph--type--media-with-insets.field--name-field-paragraph,
.header-chevron__media .block-blocksubscribe .paragraph--type--media-with-insets.field--name-field-paragraph,
.block-blocksubscribe .header-chevron__media .paragraph--type--media-with-insets.field--name-field-paragraph,
.header-chevron__media .paragraph--type--announcement .paragraph--type--media-with-insets.slick,
.paragraph--type--announcement .header-chevron__media .paragraph--type--media-with-insets.slick,
.header-chevron__media .paragraph--type--leads-cta > .paragraph--type--media-with-insets.field.field--name-field-body,
.header-chevron__media .paragraph--type--quotes .paragraph--type--media-with-insets.field--type-text-long,
.paragraph--type--quotes .header-chevron__media .paragraph--type--media-with-insets.field--type-text-long,
.header-chevron__media .paragraph--type--quote > .paragraph--type--media-with-insets.field--item,
.header-chevron__media .paragraph--type--carousel .paragraph--type--media-with-insets.field--type-text-long,
.paragraph--type--carousel .header-chevron__media .paragraph--type--media-with-insets.field--type-text-long,
.header-chevron__media .paragraph--type--media-with-insets.paragraph--type--faq-question-list,
.header-chevron__media .paragraph--type--basic-wysiwyg > .container,
.header-chevron__media .paragraph--type--basic-wysiwyg > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__media .paragraph--type--basic-wysiwyg > .view-what-others-are-saying-about-kinaxis-,
.header-chevron__media .paragraph--type--basic-wysiwyg > #block-views-block-kinaxis-resources-resources-list,
.header-chevron__media .paragraph--type--basic-wysiwyg > #block-views-block-kinaxis-resources-block-case-studies-list,
.header-chevron__media .paragraph--type--basic-wysiwyg > .block-type--basic,
.header-chevron__media .eu-cookie-compliance-banner .paragraph--type--basic-wysiwyg > .eu-cookie-compliance-content,
.eu-cookie-compliance-banner .header-chevron__media .paragraph--type--basic-wysiwyg > .eu-cookie-compliance-content,
.header-chevron__media .paragraph--type--basic-wysiwyg > .block-sitemap,
.header-chevron__media .paragraph--type--basic-wysiwyg > .messages__wrapper,
.header-chevron__media .paragraph--type--basic-wysiwyg > .modal.content-modal,
.header-chevron__media .region-navigation-util .paragraph--type--basic-wysiwyg > #block-utilitynavigation,
.region-navigation-util .header-chevron__media .paragraph--type--basic-wysiwyg > #block-utilitynavigation,
.header-chevron__media .region-navigation-util .paragraph--type--basic-wysiwyg > [id^=block-utilitynavigation],
.region-navigation-util .header-chevron__media .paragraph--type--basic-wysiwyg > [id^=block-utilitynavigation],
.header-chevron__media #block-blogsubscribe .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
#block-blogsubscribe .header-chevron__media .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.header-chevron__media .block-blocksubscribe .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.block-blocksubscribe .header-chevron__media .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.header-chevron__media .paragraph--type--announcement .paragraph--type--basic-wysiwyg > .slick,
.paragraph--type--announcement .header-chevron__media .paragraph--type--basic-wysiwyg > .slick,
.header-chevron__media .paragraph--type--leads-cta.paragraph--type--basic-wysiwyg > .field.field--name-field-body,
.header-chevron__media .paragraph--type--quotes .paragraph--type--basic-wysiwyg > .field--type-text-long,
.paragraph--type--quotes .header-chevron__media .paragraph--type--basic-wysiwyg > .field--type-text-long,
.header-chevron__media .paragraph--type--quote.paragraph--type--basic-wysiwyg > .field--item,
.header-chevron__media .paragraph--type--carousel .paragraph--type--basic-wysiwyg > .field--type-text-long,
.paragraph--type--carousel .header-chevron__media .paragraph--type--basic-wysiwyg > .field--type-text-long,
.header-chevron__media .paragraph--type--basic-wysiwyg > .paragraph--type--faq-question-list,
.header-chevron__feature .paragraph--type--media > .container,
.header-chevron__feature .paragraph--type--media > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__feature .paragraph--type--media > .view-what-others-are-saying-about-kinaxis-,
.header-chevron__feature .paragraph--type--media > #block-views-block-kinaxis-resources-resources-list,
.header-chevron__feature .paragraph--type--media > #block-views-block-kinaxis-resources-block-case-studies-list,
.header-chevron__feature .paragraph--type--media > .block-type--basic,
.header-chevron__feature .eu-cookie-compliance-banner .paragraph--type--media > .eu-cookie-compliance-content,
.eu-cookie-compliance-banner .header-chevron__feature .paragraph--type--media > .eu-cookie-compliance-content,
.header-chevron__feature .paragraph--type--media > .block-sitemap,
.header-chevron__feature .paragraph--type--media > .messages__wrapper,
.header-chevron__feature .paragraph--type--media > .modal.content-modal,
.header-chevron__feature .region-navigation-util .paragraph--type--media > #block-utilitynavigation,
.region-navigation-util .header-chevron__feature .paragraph--type--media > #block-utilitynavigation,
.header-chevron__feature .region-navigation-util .paragraph--type--media > [id^=block-utilitynavigation],
.region-navigation-util .header-chevron__feature .paragraph--type--media > [id^=block-utilitynavigation],
.header-chevron__feature #block-blogsubscribe .paragraph--type--media > .field--name-field-paragraph,
#block-blogsubscribe .header-chevron__feature .paragraph--type--media > .field--name-field-paragraph,
.header-chevron__feature .block-blocksubscribe .paragraph--type--media > .field--name-field-paragraph,
.block-blocksubscribe .header-chevron__feature .paragraph--type--media > .field--name-field-paragraph,
.header-chevron__feature .paragraph--type--announcement .paragraph--type--media > .slick,
.paragraph--type--announcement .header-chevron__feature .paragraph--type--media > .slick,
.header-chevron__feature .paragraph--type--leads-cta.paragraph--type--media > .field.field--name-field-body,
.header-chevron__feature .paragraph--type--quotes .paragraph--type--media > .field--type-text-long,
.paragraph--type--quotes .header-chevron__feature .paragraph--type--media > .field--type-text-long,
.header-chevron__feature .paragraph--type--quote.paragraph--type--media > .field--item,
.header-chevron__feature .paragraph--type--carousel .paragraph--type--media > .field--type-text-long,
.paragraph--type--carousel .header-chevron__feature .paragraph--type--media > .field--type-text-long,
.header-chevron__feature .paragraph--type--media > .paragraph--type--faq-question-list,
.header-chevron__feature .paragraph--type--media-with-insets.container,
.header-chevron__feature .paragraph--type--media-with-insets.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__feature .paragraph--type--media-with-insets.view-what-others-are-saying-about-kinaxis-,
.header-chevron__feature .paragraph--type--media-with-insets#block-views-block-kinaxis-resources-resources-list,
.header-chevron__feature .paragraph--type--media-with-insets#block-views-block-kinaxis-resources-block-case-studies-list,
.header-chevron__feature .paragraph--type--media-with-insets.block-type--basic,
.header-chevron__feature .eu-cookie-compliance-banner .paragraph--type--media-with-insets.eu-cookie-compliance-content,
.eu-cookie-compliance-banner .header-chevron__feature .paragraph--type--media-with-insets.eu-cookie-compliance-content,
.header-chevron__feature .paragraph--type--media-with-insets.block-sitemap,
.header-chevron__feature .paragraph--type--media-with-insets.messages__wrapper,
.header-chevron__feature .paragraph--type--media-with-insets.modal.content-modal,
.header-chevron__feature .region-navigation-util .paragraph--type--media-with-insets#block-utilitynavigation,
.region-navigation-util .header-chevron__feature .paragraph--type--media-with-insets#block-utilitynavigation,
.header-chevron__feature .region-navigation-util .paragraph--type--media-with-insets[id^=block-utilitynavigation],
.region-navigation-util .header-chevron__feature .paragraph--type--media-with-insets[id^=block-utilitynavigation],
.header-chevron__feature #block-blogsubscribe .paragraph--type--media-with-insets.field--name-field-paragraph,
#block-blogsubscribe .header-chevron__feature .paragraph--type--media-with-insets.field--name-field-paragraph,
.header-chevron__feature .block-blocksubscribe .paragraph--type--media-with-insets.field--name-field-paragraph,
.block-blocksubscribe .header-chevron__feature .paragraph--type--media-with-insets.field--name-field-paragraph,
.header-chevron__feature .paragraph--type--announcement .paragraph--type--media-with-insets.slick,
.paragraph--type--announcement .header-chevron__feature .paragraph--type--media-with-insets.slick,
.header-chevron__feature .paragraph--type--leads-cta > .paragraph--type--media-with-insets.field.field--name-field-body,
.header-chevron__feature .paragraph--type--quotes .paragraph--type--media-with-insets.field--type-text-long,
.paragraph--type--quotes .header-chevron__feature .paragraph--type--media-with-insets.field--type-text-long,
.header-chevron__feature .paragraph--type--quote > .paragraph--type--media-with-insets.field--item,
.header-chevron__feature .paragraph--type--carousel .paragraph--type--media-with-insets.field--type-text-long,
.paragraph--type--carousel .header-chevron__feature .paragraph--type--media-with-insets.field--type-text-long,
.header-chevron__feature .paragraph--type--media-with-insets.paragraph--type--faq-question-list,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .container,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.header-chevron__feature .paragraph--type--basic-wysiwyg > .view-what-others-are-saying-about-kinaxis-,
.header-chevron__feature .paragraph--type--basic-wysiwyg > #block-views-block-kinaxis-resources-resources-list,
.header-chevron__feature .paragraph--type--basic-wysiwyg > #block-views-block-kinaxis-resources-block-case-studies-list,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .block-type--basic,
.header-chevron__feature .eu-cookie-compliance-banner .paragraph--type--basic-wysiwyg > .eu-cookie-compliance-content,
.eu-cookie-compliance-banner .header-chevron__feature .paragraph--type--basic-wysiwyg > .eu-cookie-compliance-content,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .block-sitemap,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .messages__wrapper,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .modal.content-modal,
.header-chevron__feature .region-navigation-util .paragraph--type--basic-wysiwyg > #block-utilitynavigation,
.region-navigation-util .header-chevron__feature .paragraph--type--basic-wysiwyg > #block-utilitynavigation,
.header-chevron__feature .region-navigation-util .paragraph--type--basic-wysiwyg > [id^=block-utilitynavigation],
.region-navigation-util .header-chevron__feature .paragraph--type--basic-wysiwyg > [id^=block-utilitynavigation],
.header-chevron__feature #block-blogsubscribe .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
#block-blogsubscribe .header-chevron__feature .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.header-chevron__feature .block-blocksubscribe .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.block-blocksubscribe .header-chevron__feature .paragraph--type--basic-wysiwyg > .field--name-field-paragraph,
.header-chevron__feature .paragraph--type--announcement .paragraph--type--basic-wysiwyg > .slick,
.paragraph--type--announcement .header-chevron__feature .paragraph--type--basic-wysiwyg > .slick,
.header-chevron__feature .paragraph--type--leads-cta.paragraph--type--basic-wysiwyg > .field.field--name-field-body,
.header-chevron__feature .paragraph--type--quotes .paragraph--type--basic-wysiwyg > .field--type-text-long,
.paragraph--type--quotes .header-chevron__feature .paragraph--type--basic-wysiwyg > .field--type-text-long,
.header-chevron__feature .paragraph--type--quote.paragraph--type--basic-wysiwyg > .field--item,
.header-chevron__feature .paragraph--type--carousel .paragraph--type--basic-wysiwyg > .field--type-text-long,
.paragraph--type--carousel .header-chevron__feature .paragraph--type--basic-wysiwyg > .field--type-text-long,
.header-chevron__feature .paragraph--type--basic-wysiwyg > .paragraph--type--faq-question-list {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.header-chevron__media .paragraph--type--media .container .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--name-field-media-oembed-video,
.header-chevron__media .paragraph--type--media .view-what-others-are-saying-about-kinaxis- .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-views-block-kinaxis-resources-resources-list .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-views-block-kinaxis-resources-block-case-studies-list .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .block-type--basic .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .eu-cookie-compliance-banner .eu-cookie-compliance-content .field--name-field-media-oembed-video, .eu-cookie-compliance-banner .header-chevron__media .paragraph--type--media .eu-cookie-compliance-content .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .block-sitemap .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .messages__wrapper .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .modal.content-modal .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .region-navigation-util #block-utilitynavigation .field--name-field-media-oembed-video, .region-navigation-util .header-chevron__media .paragraph--type--media #block-utilitynavigation .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .region-navigation-util [id^=block-utilitynavigation] .field--name-field-media-oembed-video, .region-navigation-util .header-chevron__media .paragraph--type--media [id^=block-utilitynavigation] .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-blogsubscribe .field--name-field-paragraph .field--name-field-media-oembed-video, #block-blogsubscribe .header-chevron__media .paragraph--type--media .field--name-field-paragraph .field--name-field-media-oembed-video,
.header-chevron__media .paragraph--type--media .block-blocksubscribe .field--name-field-paragraph .field--name-field-media-oembed-video,
.block-blocksubscribe .header-chevron__media .paragraph--type--media .field--name-field-paragraph .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--announcement .slick .field--name-field-media-oembed-video, .paragraph--type--announcement .header-chevron__media .paragraph--type--media .slick .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--leads-cta > .field.field--name-field-body .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--quotes .field--type-text-long .field--name-field-media-oembed-video, .paragraph--type--quotes .header-chevron__media .paragraph--type--media .field--type-text-long .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--quote > .field--item .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--carousel .field--type-text-long .field--name-field-media-oembed-video, .paragraph--type--carousel .header-chevron__media .paragraph--type--media .field--type-text-long .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--faq-question-list .field--name-field-media-oembed-video {
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .header-chevron__media .paragraph--type--media .container .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .field--name-field-media-oembed-video,
  .header-chevron__media .paragraph--type--media .view-what-others-are-saying-about-kinaxis- .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-views-block-kinaxis-resources-resources-list .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-views-block-kinaxis-resources-block-case-studies-list .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .block-type--basic .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .eu-cookie-compliance-banner .eu-cookie-compliance-content .field--name-field-media-oembed-video, .eu-cookie-compliance-banner .header-chevron__media .paragraph--type--media .eu-cookie-compliance-content .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .block-sitemap .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .messages__wrapper .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .modal.content-modal .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .region-navigation-util #block-utilitynavigation .field--name-field-media-oembed-video, .region-navigation-util .header-chevron__media .paragraph--type--media #block-utilitynavigation .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .region-navigation-util [id^=block-utilitynavigation] .field--name-field-media-oembed-video, .region-navigation-util .header-chevron__media .paragraph--type--media [id^=block-utilitynavigation] .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media #block-blogsubscribe .field--name-field-paragraph .field--name-field-media-oembed-video, #block-blogsubscribe .header-chevron__media .paragraph--type--media .field--name-field-paragraph .field--name-field-media-oembed-video,
  .header-chevron__media .paragraph--type--media .block-blocksubscribe .field--name-field-paragraph .field--name-field-media-oembed-video,
  .block-blocksubscribe .header-chevron__media .paragraph--type--media .field--name-field-paragraph .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--announcement .slick .field--name-field-media-oembed-video, .paragraph--type--announcement .header-chevron__media .paragraph--type--media .slick .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--leads-cta > .field.field--name-field-body .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--quotes .field--type-text-long .field--name-field-media-oembed-video, .paragraph--type--quotes .header-chevron__media .paragraph--type--media .field--type-text-long .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--quote > .field--item .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--carousel .field--type-text-long .field--name-field-media-oembed-video, .paragraph--type--carousel .header-chevron__media .paragraph--type--media .field--type-text-long .field--name-field-media-oembed-video, .header-chevron__media .paragraph--type--media .paragraph--type--faq-question-list .field--name-field-media-oembed-video {
    margin: 32px 0;
  }
}
.header-chevron__media .paragraph.paragraph--type--media-with-insets {
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  .header-chevron__media .paragraph.paragraph--type--media-with-insets {
    margin: 0;
  }
}
section:not(.rebranded-2019) .header-chevron__media .paragraph.paragraph.paragraph--type--basic-wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  section:not(.rebranded-2019) .header-chevron__media .paragraph.paragraph.paragraph--type--basic-wysiwyg {
    margin: 0;
  }
}

.header-chevron__feature {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .header-chevron__feature {
    margin-top: 0;
  }
}
.header-chevron__feature .paragraph--type--basic-wysiwyg {
  padding: 0 !important;
}

.header-chevron__feature-box {
  background-color: rgb(250, 250, 250);
  border-radius: 24px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header-chevron__feature-content {
  padding: 32px;
}
@media screen and (min-width: 992px) {
  .header-chevron__feature-content {
    padding: 64px;
  }
}
.header-chevron__feature-content .paragraph--type--logos-extend {
  padding: 0;
}

.header-chevron__content-layout:not(.slick-slide):not(:first-child) {
  display: none !important;
}

.header-chevron__content.slick-dotted {
  margin-bottom: 0;
}
.header-chevron__content.slick-dotted .field--name-field-p-media > .section-layout {
  padding-bottom: 60px;
}

.header-chevron__pp {
  color: white;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  order: 1;
  margin-left: 120px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .fs-paging .header-chevron__pp {
    padding-bottom: 30px;
  }
}
.header-chevron__pp .fa {
  cursor: pointer;
  transition: all 200ms;
}
.header-chevron__pp .fa:hover, .header-chevron__pp .fa:focus {
  opacity: 0.75;
}

.header-chevron__dots {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-chevron__dots .slick-dots {
  bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.header-chevron__dots .slick-dots li button::before {
  font-size: 20px;
  color: white;
  transition: opacity 200ms;
}
.header-chevron__dots .slick-dots li.slick-active button::before {
  color: white;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .header-chevron__dots.fs-paging {
    margin-bottom: 30px;
  }
  .header-chevron__dots.fs-paging .slick-dots {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .header-chevron__dots.fs-paging .slick-dots {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .header-chevron__dots.fs-paging li {
    width: auto;
    height: auto;
    margin: 0 30px 30px 0;
    padding-right: 30px;
    border-right: 1px solid #287271;
  }
  .header-chevron__dots.fs-paging li.slick-active {
    border-color: #a9c7c6;
  }
  .header-chevron__dots.fs-paging .fs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 64px;
    width: 220px;
  }
  .header-chevron__dots.fs-paging img {
    margin-right: 15px;
    border-radius: 8px;
  }
  .header-chevron__dots.fs-paging .text {
    text-align: left;
    color: white;
    line-height: 1.4;
  }
  .header-chevron__dots.fs-paging .text .title {
    color: #a9c7c6;
    font-size: 14px;
  }
  .header-chevron__dots.fs-paging .description {
    max-width: 150px;
  }
}

.paragraph--type--media .field--name-field-media img, .paragraph--type--media .field--name-field-media iframe {
  width: 100%;
  border-radius: 16px;
}

.paragraph--type--media-with-insets {
  height: 100%;
  position: relative;
}
.paragraph--type--media-with-insets .inner-wrapper {
  position: relative;
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg width='378' height='276' viewBox='0 0 378 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cline x1='12.0246' y1='87.5286' x2='1.2135' y2='83.5937' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='11.52' y1='62.9349' x2='1.55647' y2='57.1825' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='11.0268' y1='38.1863' x2='2.21353' y2='30.7911' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='10.1956' y1='13.2536' x2='2.8004' y2='4.44034' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='11.6108' y1='258.896' x2='4.21554' y2='267.71' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.2143' y1='234.186' x2='3.40098' y2='241.581' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.4436' y1='209.622' x2='2.48008' y2='215.375' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.6564' y1='185.17' x2='1.84533' y2='189.105' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.8596' y1='160.775' x2='1.5294' y2='162.773' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.6992' y1='136.405' x2='1.19423' y2='136.405' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='12.5388' y1='112.001' x2='1.20862' y2='110.004' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.1597' y1='113.41' x2='21.3486' y2='109.475' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='31.6525' y1='88.8219' x2='21.6889' y2='83.0694' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='31.162' y1='64.073' x2='22.3487' y2='56.6778' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='30.3281' y1='39.1406' x2='22.9329' y2='30.3273' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='29.1572' y1='13.9858' x2='23.4047' y2='4.0222' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.3494' y1='260.068' x2='23.5361' y2='267.463' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.5762' y1='235.509' x2='22.6126' y2='241.261' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.7916' y1='211.057' x2='21.9805' y2='214.992' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.9947' y1='186.662' x2='21.6645' y2='188.66' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.8343' y1='162.292' x2='21.3294' y2='162.292' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='32.6739' y1='137.888' x2='21.3438' y2='135.891' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='52.2922' y1='139.297' x2='41.4811' y2='135.362' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='51.7876' y1='114.709' x2='41.8241' y2='108.956' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='51.2971' y1='89.96' x2='42.4838' y2='82.5648' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='50.4633' y1='65.0222' x2='43.068' y2='56.2089' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='49.2923' y1='39.8674' x2='43.5398' y2='29.9038' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='48.5043' y1='14.4734' x2='44.5694' y2='3.66228' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='52.7113' y1='261.396' x2='42.7477' y2='267.148' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='52.924' y1='236.939' x2='42.1129' y2='240.873' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='53.1298' y1='212.549' x2='41.7997' y2='214.547' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='52.9694' y1='188.173' x2='41.4645' y2='188.173' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='52.809' y1='163.775' x2='41.4789' y2='161.778' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='72.4273' y1='165.184' x2='61.6162' y2='161.249' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='71.9227' y1='140.596' x2='61.9592' y2='134.843' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='71.4295' y1='115.847' x2='62.6162' y2='108.452' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='70.5984' y1='90.9092' x2='63.2032' y2='82.0959' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='69.4248' y1='65.7543' x2='63.6723' y2='55.7908' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='68.6368' y1='40.355' x2='64.7019' y2='29.5439' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='67.5165' y1='14.7053' x2='65.5187' y2='3.37517' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='73.0591' y1='262.831' x2='62.248' y2='266.766' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='73.2623' y1='238.436' x2='61.9321' y2='240.434' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='73.1019' y1='214.066' x2='61.597' y2='214.066' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='72.9415' y1='189.657' x2='61.6114' y2='187.659' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='92.5598' y1='191.071' x2='81.7487' y2='187.136' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='92.0553' y1='166.477' x2='82.0917' y2='160.725' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='91.5647' y1='141.734' x2='82.7514' y2='134.338' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='90.7308' y1='116.796' x2='83.3356' y2='107.983' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='89.5599' y1='91.641' x2='83.8074' y2='81.6775' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='88.7719' y1='66.2471' x2='84.837' y2='55.436' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='87.6516' y1='40.5923' x2='85.6538' y2='29.2621' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='93.3948' y1='264.322' x2='82.0646' y2='266.32' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='93.2344' y1='239.947' x2='81.7294' y2='239.947' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='93.074' y1='215.544' x2='81.7438' y2='213.546' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='88.4063' y1='0.297607' x2='88.4063' y2='11.8025' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='112.692' y1='216.952' x2='101.881' y2='213.018' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='112.188' y1='192.364' x2='102.224' y2='186.612' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='111.697' y1='167.621' x2='102.884' y2='160.225' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='110.863' y1='142.683' x2='103.468' y2='133.87' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='109.692' y1='117.523' x2='103.94' y2='107.559' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='108.907' y1='92.1289' x2='104.972' y2='81.3178' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='107.787' y1='66.4739' x2='105.789' y2='55.1437' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='113.37' y1='265.834' x2='101.865' y2='265.834' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='113.209' y1='241.431' x2='101.879' y2='239.433' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='108.539' y1='26.1846' x2='108.539' y2='37.6895' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='109.606' y1='0.583733' x2='107.608' y2='11.9139' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='132.827' y1='242.845' x2='122.016' y2='238.91' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='132.32' y1='218.251' x2='122.357' y2='212.499' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='131.83' y1='193.502' x2='123.016' y2='186.107' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='130.998' y1='168.57' x2='123.603' y2='159.757' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='129.828' y1='143.415' x2='124.075' y2='133.451' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='129.04' y1='118.016' x2='125.105' y2='107.205' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='127.919' y1='92.366' x2='125.921' y2='81.0358' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='133.342' y1='267.318' x2='122.011' y2='265.32' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='128.674' y1='52.0662' x2='128.674' y2='63.5711' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='129.738' y1='26.4758' x2='127.741' y2='37.806' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='130.775' y1='1.13208' x2='126.841' y2='11.9432' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='152.96' y1='268.726' x2='142.149' y2='264.791' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='152.455' y1='244.138' x2='142.492' y2='238.386' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='151.962' y1='219.394' x2='143.149' y2='211.999' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='151.131' y1='194.457' x2='143.736' y2='185.643' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='149.96' y1='169.297' x2='144.208' y2='159.333' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='149.172' y1='143.903' x2='145.237' y2='133.091' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='148.054' y1='118.248' x2='146.057' y2='106.917' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='151.56' y1='1.91154' x2='145.807' y2='11.8751' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='148.809' y1='77.9531' x2='148.809' y2='89.4581' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='149.874' y1='52.3577' x2='147.876' y2='63.6878' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='150.908' y1='27.0188' x2='146.973' y2='37.8299' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='172.588' y1='270.025' x2='162.624' y2='264.272' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='172.097' y1='245.276' x2='163.284' y2='237.881' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='171.263' y1='220.338' x2='163.868' y2='211.525' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='170.092' y1='195.184' x2='164.34' y2='185.22' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='169.307' y1='169.79' x2='165.372' y2='158.978' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='168.187' y1='144.135' x2='166.189' y2='132.804' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='171.692' y1='27.7983' x2='165.94' y2='37.7618' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='172.679' y1='2.9072' x2='165.283' y2='11.7205' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='168.941' y1='103.84' x2='168.941' y2='115.345' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='170.006' y1='78.2444' x2='168.008' y2='89.5745' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='171.043' y1='52.9006' x2='167.108' y2='63.7117' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='192.23' y1='271.163' x2='183.416' y2='263.768' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='191.399' y1='246.225' x2='184.003' y2='237.412' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='190.228' y1='221.07' x2='184.475' y2='211.107' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='189.44' y1='195.676' x2='185.505' y2='184.865' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='188.319' y1='170.021' x2='186.322' y2='158.691' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='191.827' y1='53.6852' x2='186.075' y2='63.6488' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='192.814' y1='28.7942' x2='185.418' y2='37.6075' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='193.417' y1='4.08404' x2='184.604' y2='11.4793' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='189.074' y1='129.722' x2='189.074' y2='141.227' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='190.139' y1='104.131' x2='188.141' y2='115.461' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='191.176' y1='78.7873' x2='187.241' y2='89.5984' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='211.531' y1='272.112' x2='204.136' y2='263.299' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='210.36' y1='246.957' x2='204.608' y2='236.994' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='209.572' y1='221.563' x2='205.637' y2='210.752' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='208.452' y1='195.908' x2='206.454' y2='184.578' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='211.96' y1='79.5722' x2='206.207' y2='89.5358' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='212.946' y1='54.6758' x2='205.551' y2='63.489' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='213.552' y1='29.971' x2='204.739' y2='37.3662' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='213.782' y1='5.40685' x2='203.818' y2='11.1593' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='209.209' y1='155.614' x2='209.209' y2='167.119' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='210.271' y1='130.018' x2='208.273' y2='141.348' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='211.308' y1='104.674' x2='207.373' y2='115.485' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='230.495' y1='272.844' x2='224.743' y2='262.881' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='229.707' y1='247.445' x2='225.772' y2='236.634' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='228.587' y1='221.795' x2='226.589' y2='210.465' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='232.095' y1='105.454' x2='226.343' y2='115.417' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='233.081' y1='80.5678' x2='225.686' y2='89.3811' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='233.687' y1='55.8577' x2='224.874' y2='63.2529' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='233.914' y1='31.2938' x2='223.951' y2='37.0463' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='234.127' y1='6.83623' x2='223.316' y2='10.7711' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='229.342' y1='181.495' x2='229.342' y2='193' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='230.406' y1='155.9' x2='228.408' y2='167.23' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='231.443' y1='130.561' x2='227.508' y2='141.372' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='249.842' y1='273.337' x2='245.907' y2='262.526' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='248.722' y1='247.682' x2='246.724' y2='236.352' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='252.23' y1='131.346' x2='246.478' y2='141.309' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='253.214' y1='106.45' x2='245.819' y2='115.263' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='253.82' y1='81.7396' x2='245.007' y2='89.1348' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='254.047' y1='57.1805' x2='244.083' y2='62.933' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='254.262' y1='32.7283' x2='243.451' y2='36.6632' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='254.465' y1='8.33346' x2='243.135' y2='10.3313' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='249.474' y1='207.382' x2='249.474' y2='218.887' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='250.541' y1='181.792' x2='248.544' y2='193.122' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='251.578' y1='156.448' x2='247.643' y2='167.259' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='268.855' y1='273.564' x2='266.857' y2='262.234' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='272.363' y1='157.227' x2='266.61' y2='167.191' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='273.349' y1='132.336' x2='265.954' y2='141.15' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='273.952' y1='107.626' x2='265.139' y2='115.021' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='274.182' y1='83.0675' x2='264.218' y2='88.82' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='274.395' y1='58.6102' x2='263.583' y2='62.5451' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='274.598' y1='34.2204' x2='263.268' y2='36.2182' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='274.437' y1='9.84506' x2='262.932' y2='9.84506' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='269.609' y1='233.269' x2='269.609' y2='244.774' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='270.674' y1='207.674' x2='268.676' y2='219.004' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='271.711' y1='182.33' x2='267.776' y2='193.141' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='292.495' y1='183.114' x2='286.743' y2='193.078' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='293.481' y1='158.223' x2='286.086' y2='167.037' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.087' y1='133.513' x2='285.274' y2='140.908' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.314' y1='108.949' x2='284.351' y2='114.702' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.527' y1='84.4969' x2='283.716' y2='88.4318' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.73' y1='60.1074' x2='283.4' y2='62.1052' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.57' y1='35.732' x2='283.065' y2='35.732' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='294.409' y1='11.3286' x2='283.079' y2='9.33077' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='289.744' y1='259.156' x2='289.744' y2='270.661' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='290.809' y1='233.561' x2='288.811' y2='244.891' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='291.846' y1='208.222' x2='287.911' y2='219.033' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.028' y1='12.7425' x2='303.217' y2='8.80756' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='312.628' y1='209.001' x2='306.875' y2='218.965' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='313.614' y1='184.11' x2='306.219' y2='192.924' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.22' y1='159.4' x2='305.407' y2='166.795' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.447' y1='134.841' x2='304.483' y2='140.594' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.66' y1='110.384' x2='303.848' y2='114.319' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.865' y1='85.989' x2='303.535' y2='87.9868' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.705' y1='61.619' x2='303.2' y2='61.619' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='314.545' y1='37.2155' x2='303.214' y2='35.2177' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='310.941' y1='259.447' x2='308.944' y2='270.777' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='311.978' y1='234.104' x2='308.043' y2='244.915' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.163' y1='38.6241' x2='323.352' y2='34.6891' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='333.658' y1='14.0358' x2='323.695' y2='8.28329' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='332.763' y1='234.888' x2='327.01' y2='244.852' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='333.749' y1='209.997' x2='326.354' y2='218.81' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.353' y1='185.287' x2='325.539' y2='192.682' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.582' y1='160.723' x2='324.618' y2='166.475' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.795' y1='136.271' x2='323.984' y2='140.206' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='335' y1='111.881' x2='323.67' y2='113.879' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.84' y1='87.5057' x2='323.335' y2='87.5057' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='334.68' y1='63.1023' x2='323.35' y2='61.1045' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='332.111' y1='259.99' x2='328.176' y2='270.801' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.298' y1='64.5164' x2='343.487' y2='60.5815' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='353.791' y1='39.9227' x2='343.827' y2='34.1703' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='353.3' y1='15.1739' x2='344.487' y2='7.77865' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='352.895' y1='260.775' x2='347.143' y2='270.739' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='353.882' y1='235.884' x2='346.486' y2='244.697' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.488' y1='211.174' x2='345.674' y2='218.569' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.714' y1='186.61' x2='344.751' y2='192.362' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.93' y1='162.158' x2='344.119' y2='166.092' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='355.133' y1='137.763' x2='343.803' y2='139.76' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.973' y1='113.393' x2='343.468' y2='113.393' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='354.812' y1='88.9892' x2='343.482' y2='86.9914' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='374.43' y1='90.398' x2='363.619' y2='86.4631' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='373.926' y1='65.8097' x2='363.962' y2='60.0572' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='373.435' y1='41.0608' x2='364.622' y2='33.6656' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='372.602' y1='16.1281' x2='365.206' y2='7.31486' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='374.017' y1='261.766' x2='366.621' y2='270.579' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='374.623' y1='237.055' x2='365.809' y2='244.451' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='374.85' y1='212.497' x2='364.886' y2='218.249' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='375.062' y1='188.044' x2='364.251' y2='191.979' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='375.268' y1='163.65' x2='363.938' y2='165.647' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='375.108' y1='139.28' x2='363.603' y2='139.28' stroke='%239AAA84' stroke-width='1.84734'/%3E%3Cline x1='374.947' y1='114.876' x2='363.617' y2='112.878' stroke='%239AAA84' stroke-width='1.84734'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 65%;
  padding: 16px;
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--media-with-insets .inner-wrapper .media-wrapper {
    padding: 48px 48px 48px 32px;
  }
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper.extra-bottom-padding {
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--media-with-insets .inner-wrapper .media-wrapper.extra-bottom-padding {
    padding-bottom: 72px;
  }
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper.line-pattern-position--none {
  background-image: none;
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper.line-pattern-position--bottom-right {
  background-position: bottom right;
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper.line-pattern-position--top-left {
  background-position: top left;
}
.paragraph--type--media-with-insets .inner-wrapper .media-wrapper.line-pattern-position--bottom-left {
  background-position: bottom left;
}
.paragraph--type--media-with-insets .inner-wrapper img {
  border-radius: 8px;
}

.paragraph--type--child-media-inset {
  color: #475467;
  border-radius: 8px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.paragraph--type--child-media-inset .stat-value-inner-wrapper {
  display: flex;
  align-items: center;
}
.top-left-wrapper .paragraph--type--child-media-inset {
  position: absolute;
  top: 0;
  left: 0;
}
.top-left-wrapper .paragraph--type--child-media-inset.theme--large-trend {
  left: 64px;
}
.top-right-wrapper .paragraph--type--child-media-inset {
  position: absolute;
  top: 0;
  right: 0;
}
.top-right-wrapper .paragraph--type--child-media-inset.theme--large-trend {
  right: 0;
}
@media screen and (min-width: 992px) {
  .top-right-wrapper .paragraph--type--child-media-inset.theme--large-trend {
    right: 88px;
  }
}
.top-right-wrapper .paragraph--type--child-media-inset.theme--large-stat, .top-left-wrapper .paragraph--type--child-media-inset.theme--large-stat {
  display: flex;
  align-items: flex-end;
}
.top-right-wrapper .paragraph--type--child-media-inset.theme--small-stat, .top-left-wrapper .paragraph--type--child-media-inset.theme--small-stat {
  top: 0;
}
@media screen and (min-width: 992px) {
  .top-right-wrapper .paragraph--type--child-media-inset.theme--small-stat, .top-left-wrapper .paragraph--type--child-media-inset.theme--small-stat {
    top: 72px;
  }
}
.top-right-wrapper .paragraph--type--child-media-inset:before, .top-left-wrapper .paragraph--type--child-media-inset:before {
  transform: scaleY(-1);
}
.bottom-right-wrapper .paragraph--type--child-media-inset {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bottom-right-wrapper .paragraph--type--child-media-inset.theme--small-stat {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .bottom-right-wrapper .paragraph--type--child-media-inset.theme--small-stat {
    bottom: 104px;
  }
}
.bottom-right-wrapper .paragraph--type--child-media-inset.theme--large-trend {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .bottom-right-wrapper .paragraph--type--child-media-inset.theme--large-trend {
    right: 88px;
    bottom: 16px;
  }
}
.bottom-right-wrapper .paragraph--type--child-media-inset.theme--small-trend {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .bottom-right-wrapper .paragraph--type--child-media-inset.theme--small-trend {
    bottom: 104px;
  }
}
.paragraph--type--child-media-inset:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 374 218' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.33333,0,0,1.33333,186.667,166.667)'%3E%3Cg transform='matrix(1,0,0,1,-140,-38)'%3E%3CclipPath id='_clip1'%3E%3Crect x='0' y='0' width='280' height='76'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M192.915,158.507L280,86.986L280,0L139.981,115.014L0,-0L-0,86.986L87.047,158.507L139.981,202L192.915,158.507Z' style='fill:rgb(40,114,113);fill-opacity:0.6;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1.33333,0,0,1.33333,186.667,108.667)'%3E%3Cg transform='matrix(1,0,0,1,-140,-81.5)'%3E%3CclipPath id='_clip2'%3E%3Crect x='0' y='0' width='280' height='163'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip2)'%3E%3Cpath d='M192.915,158.507L280,86.986L280,0L139.981,115.014L0,-0L-0,86.986L87.047,158.507L139.981,202L192.915,158.507Z' style='fill:rgb(40,114,113);fill-opacity:0.4;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.paragraph--type--child-media-inset.style--green_chevron {
  background-color: #1A4146;
  color: white;
}
.paragraph--type--child-media-inset.style--blue_chevron {
  background-color: #010233;
  color: white;
}
.paragraph--type--child-media-inset.style--blue_chevron:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 410 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.4619,0,0,-1.4619,204.667,191.51)'%3E%3Cg transform='matrix(1,0,0,1,-140,-44)'%3E%3CclipPath id='_clip1'%3E%3Crect x='0' y='0' width='280' height='88'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cpath d='M87.085,-70.507L0,1.014L0,88L140.019,-27.014L280,88L280,1.014L192.953,-70.507L140.019,-114L87.085,-70.507Z' style='fill:rgb(194,243,255);fill-opacity:0.6;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1.4619,0,0,-1.4619,204.667,127.917)'%3E%3Cg transform='matrix(1,0,0,1,-140,-87.5)'%3E%3CclipPath id='_clip2'%3E%3Crect x='0' y='0' width='280' height='175'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip2)'%3E%3Cpath d='M87.085,16.493L0,88.014L0,175L140.019,59.986L280,175L280,88.014L192.953,16.493L140.019,-27L87.085,16.493Z' style='fill:rgb(194,243,255);fill-opacity:0.4;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.paragraph--type--child-media-inset.style--white {
  background: white;
}
.paragraph--type--child-media-inset.style--white:before {
  background-image: none;
}
.paragraph--type--child-media-inset.style--white_trend {
  border: 0.745px solid #E0E3E6;
  background: white;
}
.paragraph--type--child-media-inset.style--white_trend:before {
  background-image: none;
}
.paragraph--type--child-media-inset.style--green_trend {
  border: 0.745px solid rgb(40, 114, 113);
  background-color: #1A4146;
  color: white;
}
.paragraph--type--child-media-inset.style--green_trend:before {
  background-image: none;
}
.paragraph--type--child-media-inset .wrapper {
  position: relative;
  z-index: 1;
}
.paragraph--type--child-media-inset.theme--large-stat {
  padding: 16px 16px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--large-stat {
    padding: 32px 24px;
    min-width: 280px;
    min-height: 240px;
  }
}
.paragraph--type--child-media-inset.theme--large-stat .stat-value {
  display: flex;
  align-items: center;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--large-stat .stat-value {
    font-size: 75px;
    line-height: 75px;
  }
}
.paragraph--type--child-media-inset.theme--large-stat .stat-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--child-media-inset.theme--small-stat {
  padding: 16px 8px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--small-stat {
    padding: 24px 8px;
  }
}
.paragraph--type--child-media-inset.theme--small-stat .stat-value, .paragraph--type--child-media-inset.theme--small-stat .wrapper {
  display: flex;
  align-items: flex-start;
}
.paragraph--type--child-media-inset.theme--small-stat .stat-value, .paragraph--type--child-media-inset.theme--small-stat .stat-label {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--child-media-inset.theme--small-stat .stat-label {
  font-size: 12px;
  line-height: 20px;
}
.paragraph--type--child-media-inset.theme--small-stat .stat-icon {
  width: auto;
  height: 12px;
  margin-top: 5px;
  margin-right: 5px;
}
.paragraph--type--child-media-inset.theme--small-stat .stat-icon div {
  height: 100%;
}
.paragraph--type--child-media-inset.theme--small-stat .stat-icon img {
  line-height: 1px;
  width: auto;
  height: 100%;
  vertical-align: text-top;
}
.paragraph--type--child-media-inset.theme--small-stat .inset-icon {
  margin-left: 24px;
  width: 24px;
}
.paragraph--type--child-media-inset.theme--large-trend {
  padding: 16px;
}
.paragraph--type--child-media-inset.theme--large-trend .stat-value, .paragraph--type--child-media-inset.theme--large-trend .stat-label {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--child-media-inset.theme--large-trend .stat-label {
  margin-top: 3px;
  font-size: 10px;
  line-height: 14px;
  font-width: 500;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper {
  display: flex;
  align-items: flex-start;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .stat, .paragraph--type--child-media-inset.theme--large-trend .wrapper .misc {
  width: 50%;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .stat-icon {
  width: auto;
  height: 18px;
  margin-bottom: 5px;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .stat-icon div {
  height: 100%;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .stat-icon img {
  line-height: 1px;
  width: auto;
  height: 100%;
  vertical-align: text-top;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .misc {
  margin-left: 15px;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .trend {
  display: flex;
  align-items: center;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .trend .trend-icon {
  width: 14px;
  height: 14px;
  margin-bottom: 5px;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .trend .trend-icon div {
  height: 100%;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .trend .trend-icon img {
  line-height: 1px;
  width: 100%;
  height: auto;
  vertical-align: text-top;
}
.paragraph--type--child-media-inset.theme--large-trend .wrapper .trend .trend-label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
  margin-left: 7px;
  color: #F0B221;
}
.paragraph--type--child-media-inset.theme--small-trend {
  padding: 16px;
  min-width: 70%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--small-trend {
    padding: 24px;
  }
}
.paragraph--type--child-media-inset.theme--small-trend .wrapper {
  display: flex;
  align-items: flex-end;
}
.paragraph--type--child-media-inset.theme--small-trend .stat {
  display: flex;
  flex-direction: column-reverse;
}
.paragraph--type--child-media-inset.theme--small-trend .stat-value-inner-wrapper {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Lato", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--small-trend .stat-value-inner-wrapper {
    font-size: 30px;
    line-height: 38px;
  }
}
.paragraph--type--child-media-inset.theme--small-trend .stat-label {
  margin-bottom: 0px;
  font-size: 14px;
  opacity: 0.8;
  line-height: 20px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-media-inset.theme--small-trend .stat-label {
    margin-bottom: 10px;
  }
}
.paragraph--type--child-media-inset.theme--small-trend .trend-label {
  margin-left: 16px;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Lato", Arial, sans-serif;
  color: #00601A;
  background-color: #D8F9E1;
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-list:first-child {
    padding-left: 32px;
  }
  .paragraph--type--icon-list:last-child:not(:first-child) {
    padding-right: 32px;
  }
}
.paragraph--type--icon-list .field[data-blazy] {
  min-width: unset !important;
}
.paragraph--type--icon-list .field--name-field-p-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--icon-list .field--name-field-p-icon-list-items {
    gap: 64px;
  }
}
.paragraph--type--icon-list .field--name-field-description * {
  font-weight: 400 !important;
}

.paragraph--type--child-icon-list-item {
  position: relative;
  padding-left: 72px;
  font-family: "Lato", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-icon-list-item {
    padding-left: 72px;
  }
}
.paragraph--type--child-icon-list-item .field--name-field-list-icon {
  position: absolute;
  left: -4px;
  top: -4px;
  background-color: rgba(41, 119, 117, 0.4);
  border: 4px solid #E5EEEE;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-icon-list-item .field--name-field-list-icon {
    top: -7px;
    padding: 8px;
    width: 56px;
    height: 56px;
    border-width: 8px;
  }
}
.paragraph--type--child-icon-list-item .field--name-field-list-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.paragraph--type--child-icon-list-item .field--name-field-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.266;
  margin-bottom: 16px;
  color: #101828;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-icon-list-item .field--name-field-title {
    font-size: 30px;
  }
}
.paragraph--type--child-icon-list-item .field--name-field-description {
  color: #475467;
}

.paragraph--type--vertical-tabs .tab-content .tab-pane.active,
.paragraph--type--vertical-tabs .tab-content .tab-pane .paragraphs-wrapper, .paragraph--type--vertical-tabs .nav-tabs .mobile-tab-content,
.paragraph--type--vertical-tabs .nav-tabs .mobile-tab-content .paragraphs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.paragraph--type--vertical-tabs .header {
  text-align: center;
  margin-bottom: 64px;
}
.paragraph--type--vertical-tabs .header * {
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--vertical-tabs .header .eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #DB1D2F;
  margin-bottom: 12px;
}
.paragraph--type--vertical-tabs .header h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 120%;
  font-weight: 500;
  color: #101828;
}
.paragraph--type--vertical-tabs .header .description {
  margin-top: 20px;
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.paragraph--type--vertical-tabs .header .description * {
  font-weight: 400;
}
.paragraph--type--vertical-tabs [data-contextual-id] {
  height: auto !important;
}
.paragraph--type--vertical-tabs .paragraph-inner {
  position: relative;
  z-index: 1000;
}
@media all and (min-width: 768px) {
  .paragraph--type--vertical-tabs .tabs-container {
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
.paragraph--type--vertical-tabs > .container > .row, .paragraph--type--vertical-tabs > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) > .row,
.paragraph--type--vertical-tabs > .view-what-others-are-saying-about-kinaxis- > .row, .paragraph--type--vertical-tabs > #block-views-block-kinaxis-resources-resources-list > .row, .paragraph--type--vertical-tabs > #block-views-block-kinaxis-resources-block-case-studies-list > .row, .paragraph--type--vertical-tabs > .block-type--basic > .row, .eu-cookie-compliance-banner .paragraph--type--vertical-tabs > .eu-cookie-compliance-content > .row, .paragraph--type--vertical-tabs > .block-sitemap > .row, .paragraph--type--vertical-tabs > .messages__wrapper > .row, .paragraph--type--vertical-tabs > .modal.content-modal > .row, .region-navigation-util .paragraph--type--vertical-tabs > #block-utilitynavigation > .row, .region-navigation-util .paragraph--type--vertical-tabs > [id^=block-utilitynavigation] > .row, #block-blogsubscribe .paragraph--type--vertical-tabs > .field--name-field-paragraph > .row,
.block-blocksubscribe .paragraph--type--vertical-tabs > .field--name-field-paragraph > .row, .paragraph--type--announcement .paragraph--type--vertical-tabs > .slick > .row, .paragraph--type--leads-cta.paragraph--type--vertical-tabs > .field.field--name-field-body > .row, .paragraph--type--quotes .paragraph--type--vertical-tabs > .field--type-text-long > .row, .paragraph--type--quote.paragraph--type--vertical-tabs > .field--item > .row, .paragraph--type--carousel .paragraph--type--vertical-tabs > .field--type-text-long > .row, .paragraph--type--vertical-tabs > .paragraph--type--faq-question-list > .row {
  display: flex;
}
.paragraph--type--vertical-tabs > .container > .row .col-md-6, .paragraph--type--vertical-tabs > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) > .row .col-md-6,
.paragraph--type--vertical-tabs > .view-what-others-are-saying-about-kinaxis- > .row .col-md-6, .paragraph--type--vertical-tabs > #block-views-block-kinaxis-resources-resources-list > .row .col-md-6, .paragraph--type--vertical-tabs > #block-views-block-kinaxis-resources-block-case-studies-list > .row .col-md-6, .paragraph--type--vertical-tabs > .block-type--basic > .row .col-md-6, .eu-cookie-compliance-banner .paragraph--type--vertical-tabs > .eu-cookie-compliance-content > .row .col-md-6, .paragraph--type--vertical-tabs > .block-sitemap > .row .col-md-6, .paragraph--type--vertical-tabs > .messages__wrapper > .row .col-md-6, .paragraph--type--vertical-tabs > .modal.content-modal > .row .col-md-6, .region-navigation-util .paragraph--type--vertical-tabs > #block-utilitynavigation > .row .col-md-6, .region-navigation-util .paragraph--type--vertical-tabs > [id^=block-utilitynavigation] > .row .col-md-6, #block-blogsubscribe .paragraph--type--vertical-tabs > .field--name-field-paragraph > .row .col-md-6,
.block-blocksubscribe .paragraph--type--vertical-tabs > .field--name-field-paragraph > .row .col-md-6, .paragraph--type--announcement .paragraph--type--vertical-tabs > .slick > .row .col-md-6, .paragraph--type--leads-cta.paragraph--type--vertical-tabs > .field.field--name-field-body > .row .col-md-6, .paragraph--type--quotes .paragraph--type--vertical-tabs > .field--type-text-long > .row .col-md-6, .paragraph--type--quote.paragraph--type--vertical-tabs > .field--item > .row .col-md-6, .paragraph--type--carousel .paragraph--type--vertical-tabs > .field--type-text-long > .row .col-md-6, .paragraph--type--vertical-tabs > .paragraph--type--faq-question-list > .row .col-md-6 {
  float: unset;
}
.paragraph--type--vertical-tabs .tabs-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .paragraph--type--vertical-tabs .tabs-title {
    text-align: center;
  }
  .paragraph--type--vertical-tabs .tabs-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.paragraph--type--vertical-tabs .nav-tabs {
  border: none;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 10px !important;
  width: 100%;
}
@media all and (min-width: 992px) {
  .paragraph--type--vertical-tabs .nav-tabs {
    margin-right: 30px;
    width: var(--tab-width);
  }
}
.paragraph--type--vertical-tabs .nav-tabs > li {
  padding: 16px 24px;
  padding-right: 0;
  margin-bottom: 0;
  text-align: left;
}
.paragraph--type--vertical-tabs .nav-tabs > li > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 18px;
  line-height: 1.625;
  font-family: "Lato", Arial, sans-serif;
  text-transform: initial;
  background: none;
  border: none;
  color: #747F89;
  padding: 12px 0;
  font-weight: 600 !important;
  transition: color 200ms;
}
.paragraph--type--vertical-tabs .nav-tabs > li > a:hover, .paragraph--type--vertical-tabs .nav-tabs > li > a:focus, .paragraph--type--vertical-tabs .nav-tabs > li > a:active {
  background: none;
  border: none;
  color: #374858;
}
.paragraph--type--vertical-tabs .nav-tabs > li:before {
  background-color: #F2F4F7;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
}
.paragraph--type--vertical-tabs .nav-tabs > li.active:before {
  background-color: #DB1D2F;
}
.paragraph--type--vertical-tabs .nav-tabs > li.active > a {
  color: #374858;
  border: none;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-icon {
  width: 24px;
  height: 24px;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-icon .field--name-field-vertical-tab-icon,
.paragraph--type--vertical-tabs .nav-tabs .tab-icon .field--name-field-vertical-tab-icon *:last-child {
  height: 100%;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-icon .field--name-field-vertical-tab-icon .field--name-field-media-svg {
  line-height: normal;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-icon .field--name-field-vertical-tab-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info .description {
  color: #475467;
  font-size: 16px;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a {
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #18181B;
  display: flex;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  color: #E30613;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:hover, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:focus, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:active {
  color: #525252;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
  margin-left: 8px;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:hover, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:focus, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:active {
  color: #18181B;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:hover::after, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:focus::after, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:active::after {
  margin-left: 14px;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:hover, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:focus, .paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:active {
  color: #AA050E;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:last-of-type {
  margin-left: 20px;
}
.paragraph--type--vertical-tabs .nav-tabs .tab-info.tab-info a:first-of-type {
  margin-left: 0px;
}
.paragraph--type--vertical-tabs .nav-tabs .mobile-tab-content {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .nav-tabs .mobile-tab-content {
    display: none;
  }
}
.paragraph--type--vertical-tabs .section-layout {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph--type--vertical-tabs .paragraph--type--basic-wysiwyg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.paragraph--type--vertical-tabs .paragraph--type--cta.has-media {
  padding-top: 0;
}
.paragraph--type--vertical-tabs .paragraph--type--cta.has-media .field--name-field-media::before {
  width: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--promo-callout {
  padding: 0;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
.paragraph--type--vertical-tabs .paragraph--type--promo-callout::before {
  width: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--promo-callout .text {
  width: 100%;
  padding: 4rem;
}
.paragraph--type--vertical-tabs .paragraph--type--promo-callout .field--name-field-media {
  margin: auto;
}
.paragraph--type--vertical-tabs .paragraph--type--promo-callout .field--name-field-media,
.paragraph--type--vertical-tabs .paragraph--type--promo-callout .field--name-field-media img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media {
    width: 320px !important;
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--vertical-tabs .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .field--name-field-media {
    width: 440px !important;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .text {
    width: calc(100% - 340px);
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--vertical-tabs .paragraph--type--benefits-scroller .field--name-field-p-scroller-content .paragraph--type--scroller-content .text {
    width: calc(100% - 480px);
  }
}
.paragraph--type--vertical-tabs .paragraph.paragraph--type--basic-wysiwyg .paragraph-inner {
  width: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--media > .container, .paragraph--type--vertical-tabs .paragraph--type--media > .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--vertical-tabs .paragraph--type--media > .view-what-others-are-saying-about-kinaxis-, .paragraph--type--vertical-tabs .paragraph--type--media > #block-views-block-kinaxis-resources-resources-list, .paragraph--type--vertical-tabs .paragraph--type--media > #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--vertical-tabs .paragraph--type--media > .block-type--basic, .paragraph--type--vertical-tabs .eu-cookie-compliance-banner .paragraph--type--media > .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--vertical-tabs .paragraph--type--media > .eu-cookie-compliance-content, .paragraph--type--vertical-tabs .paragraph--type--media > .block-sitemap, .paragraph--type--vertical-tabs .paragraph--type--media > .messages__wrapper, .paragraph--type--vertical-tabs .paragraph--type--media > .modal.content-modal, .paragraph--type--vertical-tabs .region-navigation-util .paragraph--type--media > #block-utilitynavigation, .region-navigation-util .paragraph--type--vertical-tabs .paragraph--type--media > #block-utilitynavigation, .paragraph--type--vertical-tabs .region-navigation-util .paragraph--type--media > [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--vertical-tabs .paragraph--type--media > [id^=block-utilitynavigation], .paragraph--type--vertical-tabs #block-blogsubscribe .paragraph--type--media > .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--vertical-tabs .paragraph--type--media > .field--name-field-paragraph,
.paragraph--type--vertical-tabs .block-blocksubscribe .paragraph--type--media > .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--vertical-tabs .paragraph--type--media > .field--name-field-paragraph, .paragraph--type--vertical-tabs .paragraph--type--announcement .paragraph--type--media > .slick, .paragraph--type--announcement .paragraph--type--vertical-tabs .paragraph--type--media > .slick, .paragraph--type--vertical-tabs .paragraph--type--leads-cta.paragraph--type--media > .field.field--name-field-body, .paragraph--type--vertical-tabs .paragraph--type--quotes .paragraph--type--media > .field--type-text-long, .paragraph--type--quotes .paragraph--type--vertical-tabs .paragraph--type--media > .field--type-text-long, .paragraph--type--vertical-tabs .paragraph--type--quote.paragraph--type--media > .field--item, .paragraph--type--vertical-tabs .paragraph--type--carousel .paragraph--type--media > .field--type-text-long, .paragraph--type--carousel .paragraph--type--vertical-tabs .paragraph--type--media > .field--type-text-long, .paragraph--type--vertical-tabs .paragraph--type--media > .paragraph--type--faq-question-list {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.paragraph--type--vertical-tabs .paragraph--type--media.media-bundle--remote_video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--vertical-tabs .paragraph--type--media.media-bundle--remote_video *:not(iframe) {
  width: 100%;
  height: auto;
}
.paragraph--type--vertical-tabs .paragraph--type--media.media-bundle--remote_video .field--name-field-media-oembed-video {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.paragraph--type--vertical-tabs .paragraph--type--media.media-bundle--image *:not([data-contextual-id]):not(img) {
  width: auto;
  height: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--media.media-bundle--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .inner-wrapper, .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .inner-wrapper .media-wrapper, .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .field--name-field-media {
  height: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .inner-wrapper .media-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .inner-wrapper .media-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .inner-wrapper .media-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: 100%;
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .no_right_inset {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .no_right_inset {
    padding-left: 48px;
  }
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .no_top_left {
  padding-left: 0px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .no_top_left {
    padding-left: 48px;
  }
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .top-right-wrapper .paragraph--type--child-media-inset, .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .top-left-wrapper .paragraph--type--child-media-inset {
  top: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .top-right-wrapper .paragraph--type--child-media-inset, .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .top-left-wrapper .paragraph--type--child-media-inset {
    top: 32px;
  }
}
.paragraph--type--vertical-tabs .paragraph--type--media-with-insets .bottom-right-wrapper .paragraph--type--child-media-inset {
  bottom: 0px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .paragraph--type--media-with-insets .bottom-right-wrapper .paragraph--type--child-media-inset {
    bottom: 32px;
  }
}
.paragraph--type--vertical-tabs .tab-content {
  display: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--vertical-tabs .tab-content {
    display: block;
    width: calc(var(--content-width) - 30px);
  }
}
.paragraph--type--vertical-tabs .tab-content .tab-pane {
  min-height: 250px !important;
  height: 100%;
  position: relative;
}
.paragraph--type--vertical-tabs .tab-content .tabs-item {
  display: none;
}
.paragraph--type--vertical-tabs .tab-content .tabs-item.active {
  display: block;
}
@media all and (max-width: 767px) {
  .paragraph--type--vertical-tabs .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.paragraph--type--cta {
  font-family: "Lato", Arial, sans-serif;
}
.paragraph--type--cta h3 {
  font-weight: 600;
  color: #101828;
  margin: 0;
}
.paragraph--type--cta.has-media {
  text-align: center;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.has-media {
    padding-top: 120px;
  }
}
.paragraph--type--cta.has-media h3 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
.paragraph--type--cta.has-media .field--name-field-description {
  margin-top: 20px;
}
.paragraph--type--cta.has-media .field--name-field-description p {
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.26px;
}
.paragraph--type--cta.has-media .button-link-list {
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.has-media .button-link-list {
    margin-top: 40px;
  }
}
.paragraph--type--cta.has-media .field--name-field-media {
  margin-top: 64px;
  z-index: 1;
  position: relative;
}
.paragraph--type--cta.has-media .field--name-field-media img {
  width: 100%;
  aspect-ratio: 1216/464;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.paragraph--type--cta.has-media .field--name-field-media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(26, 65, 70, 0.2) 100%);
  z-index: -10;
}
.paragraph--type--cta.no-media {
  padding: 48px 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.no-media {
    display: grid;
    grid-template: 1fr auto/57% auto;
  }
}
.paragraph--type--cta.no-media h3 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.no-media h3 {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
.paragraph--type--cta.no-media .field--name-field-description {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.no-media .field--name-field-description {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.paragraph--type--cta.no-media .field--name-field-description p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.paragraph--type--cta.no-media .button-link-list {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--cta.no-media .button-link-list {
    margin-top: 0;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    justify-self: end;
    align-self: center;
  }
}

.paragraph--type--promo-callout {
  position: relative;
  padding: 36px 0;
  z-index: 1;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--promo-callout {
    flex-direction: row;
    align-items: center;
    padding: 72px 0;
  }
}
.paragraph--type--promo-callout::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
  background-color: rgb(26, 65, 70);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .paragraph--type--promo-callout .text {
    width: 49%;
  }
}
.paragraph--type--promo-callout .text h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
.paragraph--type--promo-callout .text .field--name-field-description {
  margin: 20px 0;
}
.paragraph--type--promo-callout .text .field--name-field-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.paragraph--type--promo-callout .text .button--tertiary a {
  color: white;
  font-size: 17px;
  font-weight: 400;
}
.paragraph--type--promo-callout .field--name-field-media {
  margin-bottom: -36px;
}
.paragraph--type--promo-callout .field--name-field-media img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .paragraph--type--promo-callout .field--name-field-media {
    margin-bottom: -72px;
    margin-top: -36px;
  }
}

.featured-testimonial {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.featured-testimonial__testimonial {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.featured-testimonial__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: rgb(26, 65, 70);
}

.featured-testimonial__layout {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.featured-testimonial__layout:before, .featured-testimonial__layout:after {
  content: " ";
  display: table;
}
.featured-testimonial__layout:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .featured-testimonial__layout {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .featured-testimonial__layout {
    width: 970px;
  }
}
@media screen and (min-width: 1250px) {
  .featured-testimonial__layout {
    width: 1225px;
  }
}

.featured-testimonial__content,
.featured-testimonial__person {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.featured-testimonial__logo-box + .featured-testimonial__quote-box,
.featured-testimonial__quote-box + .featured-testimonial__person-box {
  margin-top: 32px;
}

.featured-testimonial__person-photo + .featured-testimonial__person-name {
  margin-top: 16px;
}

.featured-testimonial__person-name + .featured-testimonial__person-details {
  margin-top: 4px;
}

.featured-testimonial__logo {
  width: 140px;
}

.featured-testimonial__person-photo {
  width: 64px;
}

.featured-testimonial__logo img,
.featured-testimonial__logo svg,
.featured-testimonial__person-photo img,
.featured-testimonial__person-photo svg {
  width: 100%;
  max-width: none;
  height: auto;
}

.featured-testimonial__quote,
.featured-testimonial__person-name,
.featured-testimonial__person-details {
  text-align: center;
}

.featured-testimonial__quote,
.featured-testimonial__person-name,
.featured-testimonial__person-position,
.featured-testimonial__person-company {
  color: #FFFFFF;
  font-family: "Lato", Arial, sans-serif;
}

.featured-testimonial__quote,
.featured-testimonial__quote p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .featured-testimonial__quote,
  .featured-testimonial__quote p {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .featured-testimonial__quote,
  .featured-testimonial__quote p {
    font-size: 48px;
  }
}

.featured-testimonial__quote p:before {
  content: open-quote;
}
.featured-testimonial__quote p:last-child:after {
  content: close-quote;
}

.featured-testimonial__person-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.555;
}

.featured-testimonial__person-details {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@keyframes layerSlideIn {
  0% {
    left: -200%;
  }
}
.paragraph--type--header-platform {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
@media all and (min-width: 1920px) {
  .paragraph--type--header-platform::before, .paragraph--type--header-platform::after {
    display: block;
    content: "";
    background-color: var(--bg-primary);
    width: 50vw;
    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .paragraph--type--header-platform::before {
    left: 50%;
    margin-left: -50vw;
  }
  .paragraph--type--header-platform::after {
    right: 50%;
    margin-right: -50vw;
  }
}
.paragraph--type--header-platform .container, .paragraph--type--header-platform .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
.paragraph--type--header-platform .view-what-others-are-saying-about-kinaxis-, .paragraph--type--header-platform #block-views-block-kinaxis-resources-resources-list, .paragraph--type--header-platform #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--header-platform .block-type--basic, .paragraph--type--header-platform .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--header-platform .eu-cookie-compliance-content, .paragraph--type--header-platform .block-sitemap, .paragraph--type--header-platform .messages__wrapper, .paragraph--type--header-platform .modal.content-modal, .paragraph--type--header-platform .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--header-platform #block-utilitynavigation, .paragraph--type--header-platform .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--header-platform [id^=block-utilitynavigation], .paragraph--type--header-platform #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--header-platform .field--name-field-paragraph,
.paragraph--type--header-platform .block-blocksubscribe .field--name-field-paragraph,
.block-blocksubscribe .paragraph--type--header-platform .field--name-field-paragraph, .paragraph--type--header-platform .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--header-platform .slick, .paragraph--type--header-platform .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--header-platform .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--header-platform .field--type-text-long, .paragraph--type--header-platform .paragraph--type--quote > .field--item, .paragraph--type--header-platform .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--header-platform .field--type-text-long, .paragraph--type--header-platform .paragraph--type--faq-question-list {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .paragraph--type--header-platform .container, .paragraph--type--header-platform .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases),
  .paragraph--type--header-platform .view-what-others-are-saying-about-kinaxis-, .paragraph--type--header-platform #block-views-block-kinaxis-resources-resources-list, .paragraph--type--header-platform #block-views-block-kinaxis-resources-block-case-studies-list, .paragraph--type--header-platform .block-type--basic, .paragraph--type--header-platform .eu-cookie-compliance-banner .eu-cookie-compliance-content, .eu-cookie-compliance-banner .paragraph--type--header-platform .eu-cookie-compliance-content, .paragraph--type--header-platform .block-sitemap, .paragraph--type--header-platform .messages__wrapper, .paragraph--type--header-platform .modal.content-modal, .paragraph--type--header-platform .region-navigation-util #block-utilitynavigation, .region-navigation-util .paragraph--type--header-platform #block-utilitynavigation, .paragraph--type--header-platform .region-navigation-util [id^=block-utilitynavigation], .region-navigation-util .paragraph--type--header-platform [id^=block-utilitynavigation], .paragraph--type--header-platform #block-blogsubscribe .field--name-field-paragraph, #block-blogsubscribe .paragraph--type--header-platform .field--name-field-paragraph,
  .paragraph--type--header-platform .block-blocksubscribe .field--name-field-paragraph,
  .block-blocksubscribe .paragraph--type--header-platform .field--name-field-paragraph, .paragraph--type--header-platform .paragraph--type--announcement .slick, .paragraph--type--announcement .paragraph--type--header-platform .slick, .paragraph--type--header-platform .paragraph--type--leads-cta > .field.field--name-field-body, .paragraph--type--header-platform .paragraph--type--quotes .field--type-text-long, .paragraph--type--quotes .paragraph--type--header-platform .field--type-text-long, .paragraph--type--header-platform .paragraph--type--quote > .field--item, .paragraph--type--header-platform .paragraph--type--carousel .field--type-text-long, .paragraph--type--carousel .paragraph--type--header-platform .field--type-text-long, .paragraph--type--header-platform .paragraph--type--faq-question-list {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.paragraph--type--header-platform .container .subheadline.text-white, .paragraph--type--header-platform .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .subheadline.text-white,
.paragraph--type--header-platform .view-what-others-are-saying-about-kinaxis- .subheadline.text-white, .paragraph--type--header-platform #block-views-block-kinaxis-resources-resources-list .subheadline.text-white, .paragraph--type--header-platform #block-views-block-kinaxis-resources-block-case-studies-list .subheadline.text-white, .paragraph--type--header-platform .block-type--basic .subheadline.text-white, .paragraph--type--header-platform .eu-cookie-compliance-banner .eu-cookie-compliance-content .subheadline.text-white, .eu-cookie-compliance-banner .paragraph--type--header-platform .eu-cookie-compliance-content .subheadline.text-white, .paragraph--type--header-platform .block-sitemap .subheadline.text-white, .paragraph--type--header-platform .messages__wrapper .subheadline.text-white, .paragraph--type--header-platform .modal.content-modal .subheadline.text-white, .paragraph--type--header-platform .region-navigation-util #block-utilitynavigation .subheadline.text-white, .region-navigation-util .paragraph--type--header-platform #block-utilitynavigation .subheadline.text-white, .paragraph--type--header-platform .region-navigation-util [id^=block-utilitynavigation] .subheadline.text-white, .region-navigation-util .paragraph--type--header-platform [id^=block-utilitynavigation] .subheadline.text-white, .paragraph--type--header-platform #block-blogsubscribe .field--name-field-paragraph .subheadline.text-white, #block-blogsubscribe .paragraph--type--header-platform .field--name-field-paragraph .subheadline.text-white,
.paragraph--type--header-platform .block-blocksubscribe .field--name-field-paragraph .subheadline.text-white,
.block-blocksubscribe .paragraph--type--header-platform .field--name-field-paragraph .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--announcement .slick .subheadline.text-white, .paragraph--type--announcement .paragraph--type--header-platform .slick .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--leads-cta > .field.field--name-field-body .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--quotes .field--type-text-long .subheadline.text-white, .paragraph--type--quotes .paragraph--type--header-platform .field--type-text-long .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--quote > .field--item .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--carousel .field--type-text-long .subheadline.text-white, .paragraph--type--carousel .paragraph--type--header-platform .field--type-text-long .subheadline.text-white, .paragraph--type--header-platform .paragraph--type--faq-question-list .subheadline.text-white,
.paragraph--type--header-platform .container .subheadline-small.text-white,
.paragraph--type--header-platform .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .subheadline-small.text-white,
.paragraph--type--header-platform .view-what-others-are-saying-about-kinaxis- .subheadline-small.text-white,
.paragraph--type--header-platform #block-views-block-kinaxis-resources-resources-list .subheadline-small.text-white,
.paragraph--type--header-platform #block-views-block-kinaxis-resources-block-case-studies-list .subheadline-small.text-white,
.paragraph--type--header-platform .block-type--basic .subheadline-small.text-white,
.paragraph--type--header-platform .eu-cookie-compliance-banner .eu-cookie-compliance-content .subheadline-small.text-white,
.eu-cookie-compliance-banner .paragraph--type--header-platform .eu-cookie-compliance-content .subheadline-small.text-white,
.paragraph--type--header-platform .block-sitemap .subheadline-small.text-white,
.paragraph--type--header-platform .messages__wrapper .subheadline-small.text-white,
.paragraph--type--header-platform .modal.content-modal .subheadline-small.text-white,
.paragraph--type--header-platform .region-navigation-util #block-utilitynavigation .subheadline-small.text-white,
.region-navigation-util .paragraph--type--header-platform #block-utilitynavigation .subheadline-small.text-white,
.paragraph--type--header-platform .region-navigation-util [id^=block-utilitynavigation] .subheadline-small.text-white,
.region-navigation-util .paragraph--type--header-platform [id^=block-utilitynavigation] .subheadline-small.text-white,
.paragraph--type--header-platform #block-blogsubscribe .field--name-field-paragraph .subheadline-small.text-white,
#block-blogsubscribe .paragraph--type--header-platform .field--name-field-paragraph .subheadline-small.text-white,
.paragraph--type--header-platform .block-blocksubscribe .field--name-field-paragraph .subheadline-small.text-white,
.block-blocksubscribe .paragraph--type--header-platform .field--name-field-paragraph .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--announcement .slick .subheadline-small.text-white,
.paragraph--type--announcement .paragraph--type--header-platform .slick .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--leads-cta > .field.field--name-field-body .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--quotes .field--type-text-long .subheadline-small.text-white,
.paragraph--type--quotes .paragraph--type--header-platform .field--type-text-long .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--quote > .field--item .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--carousel .field--type-text-long .subheadline-small.text-white,
.paragraph--type--carousel .paragraph--type--header-platform .field--type-text-long .subheadline-small.text-white,
.paragraph--type--header-platform .paragraph--type--faq-question-list .subheadline-small.text-white {
  color: #D0D5DD;
}
.paragraph--type--header-platform .cta-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.paragraph--type--header-platform .layers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.paragraph--type--header-platform .platform-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--header-platform.slant .geo, .paragraph--type--header-platform.chevron .geo {
  position: absolute;
  left: 0%;
  width: 69%;
  height: 100%;
  display: none;
  -webkit-mask-image: url(../../images/platform-header-chevron.svg);
          mask-image: url(../../images/platform-header-chevron.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center right;
          mask-position: center right;
}
.paragraph--type--header-platform.slant .geo.geo-top, .paragraph--type--header-platform.chevron .geo.geo-top {
  width: 63%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--header-platform.slant .geo, .paragraph--type--header-platform.chevron .geo {
    display: block;
  }
}
.paragraph--type--header-platform.slant .geo::before, .paragraph--type--header-platform.chevron .geo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: -50%;
}
.paragraph--type--header-platform.slant.animate .geo, .paragraph--type--header-platform.chevron.animate .geo {
  animation: layerSlideIn 1.6s cubic-bezier(0.65, 0.05, 0.26, 1) 1;
}
.paragraph--type--header-platform.slant.animate .geo.geo-top, .paragraph--type--header-platform.chevron.animate .geo.geo-top {
  animation-delay: 0.4s;
}
.paragraph--type--header-platform.slant .geo {
  -webkit-mask: none;
          mask: none;
  transform: skew(-33deg);
}
.paragraph--type--header-platform .video-background-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.paragraph--type--header-platform .video-background-container .vidyard-player-container {
  position: absolute;
  top: 0;
  right: 0;
}
.paragraph--type--header-platform .video-background-container .vidyard-player-container iframe {
  transform: scale(2.2);
}
@media screen and (min-width: 992px) {
  .paragraph--type--header-platform .video-background-container .vidyard-player-container iframe {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--header-platform .video-background-container .vidyard-player-container iframe {
    transform: scale(1);
  }
}

_:not(a, b), .paragraph--type--header-platform .video-background-container .vidyard-player-container iframe {
  transform: scale(4.2);
}

.paragraph--type--partner-carousel {
  padding: 64px 0;
}
.paragraph--type--partner-carousel > div:not(:last-child) {
  margin-bottom: 64px;
}
.paragraph--type--partner-carousel .field--name-field-body > *:last-child {
  margin-bottom: 0;
}
.paragraph--type--partner-carousel .field--name-field-paragraphs .field--item {
  padding: 0 40px;
}
.paragraph--type--partner-carousel .slick-track {
  display: flex;
  align-items: center;
}
.paragraph--type--partner-carousel .slick-slide img {
  max-width: 100%;
  max-height: 104px;
  margin: 0 auto;
}
.paragraph--type--partner-carousel .cta-container {
  text-align: center;
}
.paragraph--type--partner-carousel .btn, .paragraph--type--partner-carousel .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--partner-carousel a,
.paragraph--type--partner-carousel .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--partner-carousel a, .paragraph--type--partner-carousel .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--partner-carousel a, .paragraph--type--partner-carousel .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--partner-carousel li > a.button, .paragraph--type--partner-carousel .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--partner-carousel button, .paragraph--type--partner-carousel .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--partner-carousel a {
  word-break: initial;
}

.paragraph--type--customer-stories-carousel {
  margin: 2em 0;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs {
  position: relative;
  margin-bottom: 0;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-track {
  display: flex !important;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-slide {
  height: inherit !important;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-slide > div, .paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-slide > div > .field--item {
  height: 100%;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots {
  bottom: 2em;
  left: 50%;
  width: auto;
  height: 2em;
  transform: translateX(-50%);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots {
    left: calc(4em - 10px);
    transform: none;
  }
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots li.slick-active button::before {
  color: #FFFFFF;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots li button::before {
  font-size: 10px;
  color: #A4DC53;
  opacity: 1;
  transition: color 0.3s;
}
.paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots li button:hover::before, .paragraph--type--customer-stories-carousel .field--name-field-paragraphs .slick-dots li button:focus::before {
  color: #F9FAFB;
}

.cs-carousel {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1A4146;
  border: 1px solid #C0BAAB;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cs-carousel {
    min-height: 28em;
    flex-direction: row;
  }
}
.cs-carousel__embed--hidden {
  display: none;
}
.cs-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-carousel__left {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 4em 2em 4em;
  color: #FAFAFA;
}
@media screen and (min-width: 992px) {
  .cs-carousel__left {
    padding: 4em 4em 6em;
  }
}
.cs-carousel__left .field--name-field-full-name {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.75em;
}
.cs-carousel__left .field--name-field-company {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}
.cs-carousel__right {
  padding: 0;
}
.cs-carousel__right .cs-carousel__thumbnail {
  position: relative;
}
.cs-carousel__right .cs-carousel__thumbnail .video-play-icon {
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
}
.cs-carousel__right .cs-carousel__thumbnail .video-play-icon:after {
  font-family: "Material Icons";
  content: "\e038";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 5em;
  color: #fff;
  text-align: center;
  transition: font-size 200ms;
}
.cs-carousel__right .cs-carousel__thumbnail .video-play-icon:hover:after {
  font-size: 5.625em;
}
.cs-carousel__right .cs-carousel__thumbnail button:after {
  font-family: "Material Icons";
  content: "\e038";
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  transition: font-size 200ms;
}
.cs-carousel__right .cs-carousel__thumbnail button:hover:after {
  font-size: 90px;
}
.cs-carousel__right .cs-carousel__thumbnail, .cs-carousel__right .cs-carousel__thumbnail *:last-child {
  width: 100%;
  height: 100%;
}
.cs-carousel__right .field--name-field-media-oembed-video {
  padding-bottom: 0;
}
.cs-carousel__right .field--name-field-media-oembed-video .vidyard-player-container {
  height: 100% !important;
}
.cs-carousel__right .field--name-field-media-oembed-video .vidyard-player-container div[class^=vidyard-div-] {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.cs-carousel__right .field--name-field-media-oembed-video .vidyard-player-container div[class^=vidyard-div-] > div[class^=vidyard-inner-container-] {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
.cs-carousel__right .field--name-field-media-oembed-video .vidyard-player-container div[class^=vidyard-div-] > div[class^=vidyard-inner-container-] iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cs-carousel__logo .field--name-field-logo {
  height: 3em;
}
.cs-carousel__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-stories-modal .modal-dialog {
  top: 50%;
}
.user-logged-in .customer-stories-modal .modal-dialog {
  top: 25%;
}

.paragraph--type--industries {
  background-color: #FAFAFA;
  padding: 2em 0;
}
.paragraph--type--industries .industries-container {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.paragraph--type--industries .industries-container .field--name-field-paragraphs {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.paragraph--type--industries .industries-container .field--name-field-paragraphs .field--item {
  flex-basis: calc(100% - 2em);
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .paragraph--type--industries .industries-container .field--name-field-paragraphs .field--item {
    flex-basis: calc(50% - 2em);
  }
}
@media screen and (min-width: 1250px) {
  .paragraph--type--industries .industries-container .field--name-field-paragraphs .field--item {
    flex-basis: calc(var(--width_percentage) - 2em);
  }
}
.paragraph--type--industries .industries-container .field--name-field-body .h2, .paragraph--type--industries .industries-container .field--name-field-cta-button {
  text-align: center;
}
.paragraph--type--industries .industries-container .field--name-field-cta-button .btn, .paragraph--type--industries .industries-container .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a,
.paragraph--type--industries .industries-container .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a, .paragraph--type--industries .industries-container .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a, .paragraph--type--industries .industries-container .field--name-field-cta-button .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .paragraph--type--industries .industries-container .field--name-field-cta-button li > a.button, .paragraph--type--industries .industries-container .field--name-field-cta-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--industries .industries-container .field--name-field-cta-button button, .paragraph--type--industries .industries-container .field--name-field-cta-button .paragraph--type--promo-links a, .paragraph--type--promo-links .paragraph--type--industries .industries-container .field--name-field-cta-button a {
  background-color: transparent;
  color: var(--cta-border-color);
  border: 1px solid var(--cta-border-color);
  transition: 0.3s all;
}
.paragraph--type--industries .industries-container .field--name-field-cta-button .btn:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:hover, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:hover,
.paragraph--type--industries .industries-container .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:hover,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:hover, .infinite-scroll-button.pager .paragraph--type--industries .industries-container .field--name-field-cta-button li > a.button:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:hover, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--industries .industries-container .field--name-field-cta-button button:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .paragraph--type--promo-links a:hover, .paragraph--type--promo-links .paragraph--type--industries .industries-container .field--name-field-cta-button a:hover, .paragraph--type--industries .industries-container .field--name-field-cta-button .btn:focus, .paragraph--type--industries .industries-container .field--name-field-cta-button .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a:focus, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:focus,
.paragraph--type--industries .industries-container .field--name-field-cta-button .view-what-others-are-saying-about-kinaxis- .more-link a:focus,
.view-what-others-are-saying-about-kinaxis- .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:focus, .paragraph--type--industries .industries-container .field--name-field-cta-button .gb-dark-blue-view-all-button .more-link a:focus, .gb-dark-blue-view-all-button .more-link .paragraph--type--industries .industries-container .field--name-field-cta-button a:focus, .paragraph--type--industries .industries-container .field--name-field-cta-button .infinite-scroll-button.pager li > a.button:focus, .infinite-scroll-button.pager .paragraph--type--industries .industries-container .field--name-field-cta-button li > a.button:focus, .paragraph--type--industries .industries-container .field--name-field-cta-button .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button:focus, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .paragraph--type--industries .industries-container .field--name-field-cta-button button:focus, .paragraph--type--industries .industries-container .field--name-field-cta-button .paragraph--type--promo-links a:focus, .paragraph--type--promo-links .paragraph--type--industries .industries-container .field--name-field-cta-button a:focus {
  color: #18181B;
  border: 1px solid #18181B;
}

.paragraph--type--child-industries {
  height: 100%;
}
.paragraph--type--child-industries .industries__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.paragraph--type--child-industries .industries__link .industry-hidden {
  opacity: 0;
  pointer-events: none;
}
.paragraph--type--child-industries .industries__front {
  display: flex;
  flex-direction: column;
}
.paragraph--type--child-industries .industries__front .industries__front-container {
  position: relative;
  height: 100%;
  min-height: 23.3125em;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.paragraph--type--child-industries .industries__front .industries__front-container .industries__back {
  flex-grow: 1;
  padding: 2.5em;
  border: var(--border-weight) solid var(--border-color);
  border-radius: 8px;
  color: #474742;
  font-weight: 400;
  font-size: 1em;
}
.paragraph--type--child-industries .industries__front .industries__front-container .industries__back .field--name-field-plain-body {
  margin-bottom: 1em;
}
.paragraph--type--child-industries .industries__front .industries__front-container .industries__back .industries__back-cta {
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  border-bottom: 3px solid var(--underline-color);
}
.paragraph--type--child-industries .industries__front .field--name-field-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: opacity 0.3s;
}
.paragraph--type--child-industries .industries__front .field--name-field-image img {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--child-industries .field--name-field-title {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 0.5em;
  font-size: 1.5em;
  color: #18181B;
  font-weight: 500;
  line-height: 2em;
}
@media screen and (min-width: 992px) {
  .paragraph--type--child-industries .field--name-field-title {
    margin-top: 1em;
  }
}
.paragraph--type--child-industries .field--name-field-title:hover, .paragraph--type--child-industries .field--name-field-title:focus {
  color: #18181B;
}
.paragraph--type--child-industries a .field--name-field-title::after {
  content: url(../../images/arrow-forward.svg);
}

.paragraph--type--feature-resource-card {
  margin-bottom: 32px;
}
.paragraph--type--feature-resource-card > a {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 8px;
  overflow: hidden;
  color: #18181B;
  display: block;
  height: 100%;
}
.paragraph--type--feature-resource-card > a .card-image {
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.paragraph--type--feature-resource-card > a .text {
  padding: 32px 24px 54px;
  position: relative;
}
.paragraph--type--feature-resource-card > a .logo {
  position: absolute;
  right: 76px;
  top: -32px;
  border: 1px solid white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.paragraph--type--feature-resource-card > a .logo img {
  width: 64px;
  height: 64px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--feature-resource-card > a .title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
.paragraph--type--feature-resource-card > a .subtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 12px;
}
.paragraph--type--feature-resource-card > a .description {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 12px;
  font-weight: normal;
}

.paragraph--type--htc {
  background: linear-gradient(180deg, var(--overlap-color) 0, var(--overlap-color) 16em, rgb(255, 255, 255) 16em);
  padding-bottom: 4em;
}
.paragraph--type--htc > .htc-container {
  background: var(--bg-color);
  border-radius: 8px;
  padding: 4em 0;
  position: relative;
}
.paragraph--type--htc .tabs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 60px auto;
  list-style: none;
  max-width: 80%;
}
.paragraph--type--htc .tabs-container li {
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 0 14px;
  transition: all 600ms;
  cursor: pointer;
}
.paragraph--type--htc .tabs-container li:not(:last-child) {
  margin-right: 10px;
}
.paragraph--type--htc .tabs-container li:hover, .paragraph--type--htc .tabs-container li:focus {
  color: white;
}
.paragraph--type--htc .tabs-container li.active {
  background: white;
  color: var(--bg-color);
}
.paragraph--type--htc .field--name-field-htc-tabs .slick-slide > div {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--htc .field--name-field-htc-tabs .slick-slide > div {
    padding: 0 30px;
  }
}
.paragraph--type--htc .paragraph--type--htc-item {
  padding: 2em;
  border-radius: 8px;
  background: var(--item-bg-color);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--htc .field--name-field-htc-tabs::before, .paragraph--type--htc .field--name-field-htc-tabs::after {
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
  }
  .paragraph--type--htc .field--name-field-htc-tabs::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent);
    border-radius: 8px 0 0 8px;
  }
  .paragraph--type--htc .field--name-field-htc-tabs::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.32));
    border-radius: 0 8px 8px 0;
  }
}
.paragraph--type--htc .slick-list:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.paragraph--type--htc .slick-list .slick-track {
  display: flex !important;
}
.paragraph--type--htc .slick-list .slick-slide {
  height: inherit !important;
}
.paragraph--type--htc .slick-list .slick-slide > div, .paragraph--type--htc .slick-list .slick-slide > div > .field--item {
  height: 100%;
}
.paragraph--type--htc dotlottie-player {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--htc .bs_grid > .row {
    display: flex;
    align-items: center;
  }
}

.paragraph--type--masonry-image-gallery {
  background: linear-gradient(180deg, var(--overlap-color) 0, var(--overlap-color) 4em, rgb(255, 255, 255) 4em);
  padding-bottom: 4em;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1 0 600px;
  gap: 0.5em;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--masonry-image-gallery {
    min-height: 600px;
  }
}
.paragraph--type--masonry-image-gallery .paragraph--type--masonry-image-gallery-column .tile:hover, .paragraph--type--masonry-image-gallery .paragraph--type--masonry-image-gallery-column .tile:focus {
  cursor: pointer;
  filter: brightness(1.15);
}
.paragraph--type--masonry-image-gallery + .paragraph--type--modal .slick-arrow {
  z-index: 1;
}
.paragraph--type--masonry-image-gallery + .paragraph--type--modal .slick-prev {
  left: 0;
}
.paragraph--type--masonry-image-gallery + .paragraph--type--modal .slick-next {
  right: 0;
}
.paragraph--type--masonry-image-gallery + .paragraph--type--modal .slide-image {
  height: calc(var(--height-mobile) - 80px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1250px) {
  .paragraph--type--masonry-image-gallery + .paragraph--type--modal .slide-image {
    height: calc(var(--height-desktop) - 80px);
  }
}

.paragraph--type--masonry-image-gallery-column {
  width: var(--width);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5em;
}
.paragraph--type--masonry-image-gallery-column .tile {
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  transition: all 200ms;
}
.paragraph--type--masonry-image-gallery-column .tile:first-child {
  height: var(--first-height);
}
.paragraph--type--masonry-image-gallery-column .tile:nth-child(2) {
  flex: 1 0 0;
}

.gb-dark-blue-view-all-button .more-link {
  margin-bottom: 30px;
}
.gb-dark-blue-view-all-button .more-link a {
  text-transform: none;
  padding: 16px 30px 17px;
  background-color: #374858;
  transition: background-color 300ms ease;
  font-size: 2.9rem;
}
@media screen and (min-width: 992px) {
  .gb-dark-blue-view-all-button .more-link a {
    font-size: 1.9rem;
  }
}
.gb-dark-blue-view-all-button .more-link a:hover, .gb-dark-blue-view-all-button .more-link a:focus {
  background-color: #0896b9;
}
.gb-dark-blue-view-all-button .more-link a:active {
  background-color: #374858;
}

#block-views-block-kinaxis-resources-block-case-studies-list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #block-views-block-kinaxis-resources-block-case-studies-list {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#block-views-block-kinaxis-resources-resources-list {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #block-views-block-kinaxis-resources-resources-list {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.view-kinaxis-resources {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.view-kinaxis-resources [id^=edit-field-partner-type-1] {
  display: none;
}
.view-kinaxis-resources.view-display-id-search_block .view-header .search-exposed .resource-search-exposed .views-exposed-form .form-item.panel.panel-default {
  display: none;
}
.view-kinaxis-resources .kas-secondary {
  display: none;
}
.view-kinaxis-resources .checkbox input,
.view-kinaxis-resources .radio input {
  width: 20px;
  height: 20px;
}
.view-kinaxis-resources .checkbox input:checked + .input-fancy,
.view-kinaxis-resources .radio input:checked + .input-fancy {
  border-color: rgb(40, 114, 113);
  background-color: rgb(40, 114, 113);
}
.view-kinaxis-resources .checkbox input:focus + .input-fancy,
.view-kinaxis-resources .radio input:focus + .input-fancy {
  box-shadow: none;
  border-color: rgb(40, 114, 113);
}
.view-kinaxis-resources .checkbox .input-fancy,
.view-kinaxis-resources .radio .input-fancy {
  top: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(231, 232, 233);
}
.view-kinaxis-resources .checkbox input:checked + .input-fancy {
  border-color: rgb(40, 114, 113);
  background-color: rgb(40, 114, 113);
}
.view-kinaxis-resources .checkbox .input-fancy {
  border-radius: 4px;
}
.view-kinaxis-resources .checkbox .input-fancy .enabled {
  left: 6px;
  top: 2px;
  border: 1.5px solid white;
  border-left: 0;
  border-top: 0;
  height: 11px;
  width: 5px;
}
.view-kinaxis-resources .form-control {
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #18181B;
  border-color: rgb(208, 213, 221);
  border-radius: 8px;
}
.view-kinaxis-resources .form-control:focus {
  border-color: #475467;
}
.view-kinaxis-resources .form-control::-moz-placeholder {
  color: rgb(102, 112, 133);
}
.view-kinaxis-resources .form-control::placeholder {
  color: rgb(102, 112, 133);
}
.view-kinaxis-resources .view-filters {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-filters {
    position: sticky;
    top: 88px;
    margin-top: 0;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-item.form-item-search-api-fulltext {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed {
    margin-top: 0;
  }
  .view-kinaxis-resources .view-filters .resource-search-exposed .form-item-search-api-fulltext {
    display: none;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-body {
    margin-left: -15px;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-body .bef-checkboxes {
  padding: 8px 0 24px;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel:last-of-type {
  border-bottom: none;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title {
  font-size: 18px;
  line-height: 1.875;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
  outline: none;
  padding: 7px 0;
  border-bottom: 1px solid #525252;
  color: #18181B;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title {
    margin-bottom: 8px;
    margin-left: -15px;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title::before, .view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title::-webkit-details-marker {
  display: none;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e313";
  font-weight: 300;
  font-size: 24px;
  position: absolute;
  right: 0;
  transition: transform 300ms;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .panel-title[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-checkboxes.bef-checkboxes {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-checkboxes.bef-checkboxes {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-type-checkbox {
  padding: 0;
  display: block;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-type-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-type-checkbox .control-label {
  padding-left: 44px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #525252;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .panel .form-type-checkbox .control-label input[type=checkbox] {
  position: absolute;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-item {
  padding: 0;
  width: 100%;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-actions {
  width: 100%;
  text-align: center;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-actions button {
  margin: 15px auto 0;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit {
    left: 0;
  }
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit span.icon {
  display: none;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit + .form-submit {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  border-radius: 0;
  background: none;
  color: #0896B9;
  letter-spacing: normal;
  outline: none;
  padding: 0 0 3px 0;
  text-transform: initial;
  width: auto;
  border: none;
}
.view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit + .form-submit:hover, .view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit + .form-submit:focus, .view-kinaxis-resources .view-filters .resource-search-exposed .form-actions .form-submit + .form-submit:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.view-kinaxis-resources .advanced-search {
  width: 100%;
  display: none;
}
.view-kinaxis-resources .view-header {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
  }
}
.view-kinaxis-resources .view-header .view-header-label {
  font-size: 18px;
  line-height: 1.666;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  color: #18181B;
}
.view-kinaxis-resources .view-header .search-exposed {
  display: none;
}
.view-kinaxis-resources .view-header .search-exposed .bef-exposed-form > .form--inline::before, .view-kinaxis-resources .view-header .search-exposed .bef-exposed-form > .form--inline::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-header {
    text-align: left;
  }
  .view-kinaxis-resources .view-header .search-exposed {
    display: block;
    flex: 1 0 auto;
  }
}
.view-kinaxis-resources .view-content .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.view-kinaxis-resources .view-content .row .resource-card-search {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .view-kinaxis-resources .view-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .view-kinaxis-resources .view-content .row .resource-card-search {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .view-kinaxis-resources .view-content .row {
    flex-direction: row;
    align-items: normal;
  }
  .view-kinaxis-resources .view-content .row .resource-card-search {
    max-width: none;
    align-self: stretch;
  }
}
.view-kinaxis-resources .form-item-search-api-fulltext {
  position: relative;
  width: 100%;
}
.view-kinaxis-resources .form-item-search-api-fulltext input {
  width: 100%;
  position: relative;
  padding-left: 42px;
  font-size: 20px;
}
.view-kinaxis-resources .form-item-search-api-fulltext label {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.view-kinaxis-resources .form-item-search-api-fulltext::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  background: url(../../images/search-lg.svg) 50% 50% no-repeat;
}
.view-kinaxis-resources details summary::before {
  display: none !important;
}
.view-kinaxis-resources.view-display-id-block_case_studies_list .view-filters .resource-search-exposed .form-actions, .view-kinaxis-resources.view-display-id-resources_list .view-filters .resource-search-exposed .form-actions, .view-kinaxis-resources.view-display-id-search_block .view-filters .resource-search-exposed .form-actions {
  width: auto;
}
.view-kinaxis-resources .pager-nav .pagination {
  margin: 0;
}
.view-kinaxis-resources .pager-nav .pagination .pager__item--first,
.view-kinaxis-resources .pager-nav .pagination .pager__item--last {
  display: none;
}
.view-kinaxis-resources .pager-nav .pagination .pager__item--next a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c8";
  white-space: pre-wrap;
  transition: all 400ms;
}
.view-kinaxis-resources .pager-nav .pagination .pager__item--previous a::before {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e5c4";
  white-space: pre-wrap;
  transition: all 400ms;
}
.view-kinaxis-resources .pager-nav .pagination > .active > a {
  transition: background-color 200ms, border-color 200ms;
}
.view-kinaxis-resources .pager-nav .pagination > li > a {
  position: relative;
  float: left;
  padding: 5.5px 13.5px;
  border: none;
  border-radius: 6px;
  font-family: "Lato", Arial, sans-serif;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.65;
  transition: color 200ms, background-color 200ms, border-color 200ms;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-resources .pager-nav .pagination > li > a {
    margin-bottom: 0;
  }
}
.view-kinaxis-resources .pager-nav .pagination > li:first-child > a, .view-kinaxis-resources .pager-nav .pagination > li:last-child > a {
  border-radius: 4px;
}
.view-kinaxis-resources .resource-card-search {
  margin-bottom: 32px;
}
.view-kinaxis-resources .resource-card-search > a {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 8px;
  overflow: hidden;
  color: #18181B;
  font-family: "Lato", Arial, sans-serif;
  display: block;
  height: 100%;
}
.view-kinaxis-resources .resource-card-search > a .card-image {
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.view-kinaxis-resources .resource-card-search > a .text {
  padding: 32px 24px 54px;
  position: relative;
}
.view-kinaxis-resources .resource-card-search > a .logo {
  position: absolute;
  right: 76px;
  top: -32px;
  border: 1px solid white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.view-kinaxis-resources .resource-card-search > a .logo img {
  width: 64px;
  height: 64px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-kinaxis-resources .resource-card-search > a .title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
.view-kinaxis-resources .resource-card-search > a .subtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 12px;
}
.view-kinaxis-resources .resource-card-search > a .description {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 12px;
  font-weight: normal;
}

.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row:not(:last-child),
.view-what-others-are-saying-about-kinaxis- .views-row:not(:last-child) {
  margin-bottom: 30px;
}
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-created,
.view-what-others-are-saying-about-kinaxis- .views-row .views-field-created {
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-created,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-created {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 992px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-created,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-created {
    font-size: 2.2rem;
  }
}
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-title h3,
.view-what-others-are-saying-about-kinaxis- .views-row .views-field-title h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 2.6666666667rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-title h3,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-title h3 {
    font-size: 2.375rem;
  }
}
@media all and (min-width: 992px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-title h3,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-title h3 {
    font-size: 2.4rem;
  }
}
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-body,
.view-what-others-are-saying-about-kinaxis- .views-row .views-field-body {
  font-size: 2.6666666667rem;
}
@media all and (min-width: 768px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-body,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-body {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 992px) {
  .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .views-row .views-field-body,
  .view-what-others-are-saying-about-kinaxis- .views-row .views-field-body {
    font-size: 2.2rem;
  }
}
.view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link,
.view-what-others-are-saying-about-kinaxis- .more-link {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.press-release-date-view .views-row {
  display: flex;
}
.press-release-date-view .views-row:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(234, 236, 240, 0.5);
}
.press-release-date-view .views-row .views-field-title a {
  transition: color ease-in-out 200ms;
  color: #374858;
}
.press-release-date-view .views-row .views-field-title a:hover, .press-release-date-view .views-row .views-field-title a:focus {
  color: #0896b9;
}
.press-release-date-view .views-row .sep {
  display: none;
  width: 1px;
  background: #374858;
  margin: 0 13px 0 10px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .press-release-date-view .views-row .views-field-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .press-release-date-view .views-row .sep {
    display: block;
  }
}
.press-release-date-view .views-row .views-field-inline {
  margin-bottom: 5px;
}
.press-release-date-view .views-row .views-field-link a {
  color: #0896b9;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.25;
}
.press-release-date-view .views-row .views-field-link a::after {
  font-family: "Material Icons";
  font-size: 1.1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  content: "\e315";
  bottom: 1px;
  transition: padding-left 200ms;
}
.press-release-date-view .views-row .views-field-link a:hover::after, .press-release-date-view .views-row .views-field-link a:focus::after {
  padding-left: 0.4em;
  width: 1.8em;
}
.press-release-date-view .more-link {
  margin-top: 40px;
  margin-bottom: 40px;
}
.press-release-date-view .more-link a.btn, .press-release-date-view .more-link .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .press-release-date-view .more-link li > a.button, .press-release-date-view .more-link .paragraph--type--promo-links a, .paragraph--type--promo-links .press-release-date-view .more-link a, .press-release-date-view .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .press-release-date-view .more-link a, .press-release-date-view .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .press-release-date-view .more-link a,
.press-release-date-view .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .press-release-date-view .more-link a {
  padding-left: 100px;
  padding-right: 100px;
}
.press-release-date-view .pager {
  margin-bottom: 0;
}
.press-release-date-view .published-by a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.press-release-date-view .published-by a:hover, .press-release-date-view .published-by a:focus, .press-release-date-view .published-by a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}

.press-release-date {
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .press-release-date {
    margin-bottom: 0;
  }
}

.view-kinaxis-press-release-newsroom .view-content {
  margin: 10px 0;
}
.view-kinaxis-press-release-newsroom .views-row {
  padding: 20px 0;
}
.view-kinaxis-press-release-newsroom .views-row:not(:last-child) {
  border-bottom: 1px solid rgba(234, 236, 240, 0.5);
}
.view-kinaxis-press-release-newsroom .title {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-press-release-newsroom .title {
    font-size: 18px;
  }
}
.view-kinaxis-press-release-newsroom .title a {
  transition: color ease-in-out 200ms;
  color: #374858;
}
.view-kinaxis-press-release-newsroom .title a:hover, .view-kinaxis-press-release-newsroom .title a:focus {
  color: #0896b9;
}
.view-kinaxis-press-release-newsroom .published-by {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: -0.13px;
}
.view-kinaxis-press-release-newsroom .published-by div {
  display: inline;
}
.view-kinaxis-press-release-newsroom .published-by a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
}
.view-kinaxis-press-release-newsroom .published-by a:hover, .view-kinaxis-press-release-newsroom .published-by a:focus, .view-kinaxis-press-release-newsroom .published-by a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
}

.spaced-date-filter-header .year-filter {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .col-md-4 .view-kinaxis-press-release-newsroom .gb-grey-list-box, .col-lg-4 .view-kinaxis-press-release-newsroom .gb-grey-list-box {
    height: 120px;
  }
}

.view-kinaxis-events:not(.paragraph--type--leads-cta):not(.view-display-id-all) {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .view-kinaxis-events:not(.paragraph--type--leads-cta):not(.view-display-id-all) {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.view-kinaxis-events .view-header h2.section-title, .view-kinaxis-events .view-header .partners-view h2, .partners-view .view-kinaxis-events .view-header h2, .view-kinaxis-events .view-header #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2,
.view-kinaxis-events .view-header .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2,
.view-kinaxis-events .view-header .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2, .view-kinaxis-events .view-header .block-curatorio h2.block-title, .block-curatorio .view-kinaxis-events .view-header h2.block-title, .view-kinaxis-events .view-header .paragraph--type--horizontal-tabs h2.tabs-title, .paragraph--type--horizontal-tabs .view-kinaxis-events .view-header h2.tabs-title, .view-kinaxis-events .view-header .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-kinaxis-events .view-header h2.field--name-field-title, .view-kinaxis-events .view-header .paragraph--type--contributing-authors .featured-authors-wrapper h2.title, .paragraph--type--contributing-authors .featured-authors-wrapper .view-kinaxis-events .view-header h2.title, .view-kinaxis-events .view-header .paragraph--type--vertical-tabs h2.tabs-title, .paragraph--type--vertical-tabs .view-kinaxis-events .view-header h2.tabs-title {
  margin-top: 0;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events .view-header h2.section-title, .view-kinaxis-events .view-header .partners-view h2, .partners-view .view-kinaxis-events .view-header h2, .view-kinaxis-events .view-header #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2,
  .view-kinaxis-events .view-header .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
  .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2,
  .view-kinaxis-events .view-header .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
  .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .view-kinaxis-events .view-header h2, .view-kinaxis-events .view-header .block-curatorio h2.block-title, .block-curatorio .view-kinaxis-events .view-header h2.block-title, .view-kinaxis-events .view-header .paragraph--type--horizontal-tabs h2.tabs-title, .paragraph--type--horizontal-tabs .view-kinaxis-events .view-header h2.tabs-title, .view-kinaxis-events .view-header .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .view-kinaxis-events .view-header h2.field--name-field-title, .view-kinaxis-events .view-header .paragraph--type--contributing-authors .featured-authors-wrapper h2.title, .paragraph--type--contributing-authors .featured-authors-wrapper .view-kinaxis-events .view-header h2.title, .view-kinaxis-events .view-header .paragraph--type--vertical-tabs h2.tabs-title, .paragraph--type--vertical-tabs .view-kinaxis-events .view-header h2.tabs-title {
    margin: 0 0 60px 0;
  }
}
.view-kinaxis-events .highlight-image img {
  width: 100%;
}
.view-kinaxis-events .details {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events .details {
    padding: 20px 0;
  }
}
.view-kinaxis-events.view-display-id-kinaxis_events_featured_block {
  background: #F6F6F6;
  padding-top: 25px;
  background-repeat: no-repeat;
  background-position: bottom -1px right, top right;
  background-size: auto, 50% auto;
  background-image: none, url(../../images/wysiwyg-pattern.png);
}
.view-kinaxis-events.view-display-id-kinaxis_events_featured_block .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events.view-display-id-kinaxis_events_featured_block {
    padding-top: 50px;
    background-image: url(../../images/wedge.svg), url(../../images/wysiwyg-pattern.png);
  }
  .view-kinaxis-events.view-display-id-kinaxis_events_featured_block .row {
    padding: 20px 20px;
  }
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .views-row {
  padding: 0;
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .event-details li {
  padding-bottom: 0;
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .event-details li:first-child {
  padding-left: 0;
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .body-container {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events.view-display-id-kinaxis_events_listing_block .body-container {
    padding-right: 45px;
  }
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .logo-container {
  margin-top: 30px;
}
.view-kinaxis-events.view-display-id-kinaxis_events_listing_block .logo-container img {
  max-width: 400px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events.view-display-id-kinaxis_events_listing_block .logo-container {
    margin-top: 0;
  }
  .view-kinaxis-events.view-display-id-kinaxis_events_listing_block .logo-container img {
    margin-left: auto;
    margin-right: 0;
  }
}
.view-kinaxis-events.view-display-id-all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.view-kinaxis-events.view-display-id-all .view-header {
  flex: 1 0 100%;
}
.view-kinaxis-events.view-display-id-all .views-row:not(:last-child) {
  margin-bottom: 55px;
}
.view-kinaxis-events.view-display-id-all .details {
  padding-bottom: 55px;
  border-bottom: 1px solid #A7B2BC;
}
.view-kinaxis-events.view-display-id-all .views-exposed-form {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .view-kinaxis-events.view-display-id-all .view-filters {
    position: sticky;
    top: 11rem;
  }
  .adminimal-admin-toolbar.toolbar-horizontal .view-kinaxis-events.view-display-id-all .view-filters {
    top: 21rem;
  }
  .view-kinaxis-events.view-display-id-all .views-exposed-form {
    max-width: 100%;
  }
}
.view-kinaxis-events .pager {
  margin-top: 30px;
  margin-bottom: 0;
}
.view-kinaxis-events .pager li > a.button {
  margin-bottom: 0;
}

.paragraph--type--view-reference h2.section-title, .paragraph--type--view-reference .partners-view h2, .partners-view .paragraph--type--view-reference h2, .paragraph--type--view-reference #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--view-reference h2,
.paragraph--type--view-reference .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--view-reference h2,
.paragraph--type--view-reference .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .paragraph--type--view-reference h2, .paragraph--type--view-reference .block-curatorio h2.block-title, .block-curatorio .paragraph--type--view-reference h2.block-title, .paragraph--type--view-reference .paragraph--type--horizontal-tabs h2.tabs-title, .paragraph--type--horizontal-tabs .paragraph--type--view-reference h2.tabs-title, .paragraph--type--view-reference .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view h2.field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .paragraph--type--view-reference h2.field--name-field-title, .paragraph--type--view-reference .paragraph--type--contributing-authors .featured-authors-wrapper h2.title, .paragraph--type--contributing-authors .featured-authors-wrapper .paragraph--type--view-reference h2.title, .paragraph--type--view-reference .paragraph--type--vertical-tabs h2.tabs-title, .paragraph--type--vertical-tabs .paragraph--type--view-reference h2.tabs-title {
  margin-top: 0;
}

.paragraph--type--view-reference.paragraph--views-view--blogs.paragraph--views-view-display--vblock_blogs_on_homepage {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--view-reference.paragraph--views-view--blogs.paragraph--views-view-display--vblock_blogs_on_homepage {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.gb-author-profile-pic-sm {
  border: 1px solid #EBEEF0;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.gb-author-profile-pic-sm img {
  width: 60px;
  height: 60px;
}
.gb-author-profile-pic-sm .default-author-profile-pic {
  background-color: #0896b9;
  padding-top: 20%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
}

.gb-author-profile-pic-sm-left {
  margin-right: 20px;
}

.post-author-sidebyside {
  display: flex;
  margin-bottom: 20px;
}
.post-author-sidebyside .post-author {
  flex: 0 0 auto;
  margin-right: 20px;
}
.post-author-sidebyside .post-author-inner {
  border: 1px solid #EBEEF0;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.post-author-sidebyside .post-author-inner img {
  width: 60px;
  height: 60px;
}
.post-author-sidebyside .post-author-inner .default-author-profile-pic {
  background-color: #0896b9;
  padding-top: 20%;
  font-size: 36px;
  width: 60px;
  height: 60px;
  color: white;
  text-align: center;
}
.post-author-sidebyside .post-posted-by .field {
  display: inline;
}

.block-views-blockblogs-vblock-blogs-by-category,
.block-views-blockblogs-vblock-blogs-by-author {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .block-views-blockblogs-vblock-blogs-by-category,
  .block-views-blockblogs-vblock-blogs-by-author {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.gb-blog-view-view-all .section-title, .gb-blog-view-view-all .partners-view h2, .partners-view .gb-blog-view-view-all h2, .gb-blog-view-view-all #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2, #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .gb-blog-view-view-all h2,
.gb-blog-view-view-all .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .gb-blog-view-view-all h2,
.gb-blog-view-view-all .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .gb-blog-view-view-all h2, .gb-blog-view-view-all .block-curatorio .block-title, .block-curatorio .gb-blog-view-view-all .block-title, .gb-blog-view-view-all .paragraph--type--horizontal-tabs .tabs-title, .paragraph--type--horizontal-tabs .gb-blog-view-view-all .tabs-title, .gb-blog-view-view-all .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title, .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .gb-blog-view-view-all .field--name-field-title, .gb-blog-view-view-all .paragraph--type--contributing-authors .featured-authors-wrapper .title, .paragraph--type--contributing-authors .featured-authors-wrapper .gb-blog-view-view-all .title, .gb-blog-view-view-all .paragraph--type--vertical-tabs .tabs-title, .paragraph--type--vertical-tabs .gb-blog-view-view-all .tabs-title,
.block-views-blockblogs-vblock-blogs-by-category .section-title,
.block-views-blockblogs-vblock-blogs-by-category .partners-view h2,
.partners-view .block-views-blockblogs-vblock-blogs-by-category h2,
.block-views-blockblogs-vblock-blogs-by-category #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-category h2,
.block-views-blockblogs-vblock-blogs-by-category .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-category h2,
.block-views-blockblogs-vblock-blogs-by-category .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-category h2,
.block-views-blockblogs-vblock-blogs-by-category .block-curatorio .block-title,
.block-curatorio .block-views-blockblogs-vblock-blogs-by-category .block-title,
.block-views-blockblogs-vblock-blogs-by-category .paragraph--type--horizontal-tabs .tabs-title,
.paragraph--type--horizontal-tabs .block-views-blockblogs-vblock-blogs-by-category .tabs-title,
.block-views-blockblogs-vblock-blogs-by-category .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-views-blockblogs-vblock-blogs-by-category .field--name-field-title,
.block-views-blockblogs-vblock-blogs-by-category .paragraph--type--contributing-authors .featured-authors-wrapper .title,
.paragraph--type--contributing-authors .featured-authors-wrapper .block-views-blockblogs-vblock-blogs-by-category .title,
.block-views-blockblogs-vblock-blogs-by-category .paragraph--type--vertical-tabs .tabs-title,
.paragraph--type--vertical-tabs .block-views-blockblogs-vblock-blogs-by-category .tabs-title,
.block-views-blockblogs-vblock-blogs-by-author .section-title,
.block-views-blockblogs-vblock-blogs-by-author .partners-view h2,
.partners-view .block-views-blockblogs-vblock-blogs-by-author h2,
.block-views-blockblogs-vblock-blogs-by-author #block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
#block-blogsubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-author h2,
.block-views-blockblogs-vblock-blogs-by-author .block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body h2,
.block-blocksubscribe .field--name-field-paragraph .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-author h2,
.block-views-blockblogs-vblock-blogs-by-author .blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body h2,
.blog-subscribe .paragraph--type--eloqua-webform .field--name-field-body .block-views-blockblogs-vblock-blogs-by-author h2,
.block-views-blockblogs-vblock-blogs-by-author .block-curatorio .block-title,
.block-curatorio .block-views-blockblogs-vblock-blogs-by-author .block-title,
.block-views-blockblogs-vblock-blogs-by-author .paragraph--type--horizontal-tabs .tabs-title,
.paragraph--type--horizontal-tabs .block-views-blockblogs-vblock-blogs-by-author .tabs-title,
.block-views-blockblogs-vblock-blogs-by-author .paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .field--name-field-title,
.paragraph--type--leads-cta .field--name-field-switchback-tile > .field--item .paragraph--type--child-switchback-view .block-views-blockblogs-vblock-blogs-by-author .field--name-field-title,
.block-views-blockblogs-vblock-blogs-by-author .paragraph--type--contributing-authors .featured-authors-wrapper .title,
.paragraph--type--contributing-authors .featured-authors-wrapper .block-views-blockblogs-vblock-blogs-by-author .title,
.block-views-blockblogs-vblock-blogs-by-author .paragraph--type--vertical-tabs .tabs-title,
.paragraph--type--vertical-tabs .block-views-blockblogs-vblock-blogs-by-author .tabs-title {
  padding: 0;
  margin-top: 0;
}
.gb-blog-view-view-all .views-row:last-child .blog-view-row-wrapper,
.block-views-blockblogs-vblock-blogs-by-category .views-row:last-child .blog-view-row-wrapper,
.block-views-blockblogs-vblock-blogs-by-author .views-row:last-child .blog-view-row-wrapper {
  border-bottom: none;
}
.gb-blog-view-view-all .pager, .gb-blog-view-view-all .pager a.button,
.block-views-blockblogs-vblock-blogs-by-category .pager,
.block-views-blockblogs-vblock-blogs-by-category .pager a.button,
.block-views-blockblogs-vblock-blogs-by-author .pager,
.block-views-blockblogs-vblock-blogs-by-author .pager a.button {
  margin-bottom: 0 !important;
}
.gb-blog-view-view-all .pager li > a.button,
.block-views-blockblogs-vblock-blogs-by-category .pager li > a.button,
.block-views-blockblogs-vblock-blogs-by-author .pager li > a.button {
  color: #0896B9;
  border-color: #0896B9;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .gb-blog-view-view-all .pager li > a.button,
  .block-views-blockblogs-vblock-blogs-by-category .pager li > a.button,
  .block-views-blockblogs-vblock-blogs-by-author .pager li > a.button {
    min-width: 300px;
    width: auto;
  }
}
.gb-blog-view-view-all .pager li > a.button:hover, .gb-blog-view-view-all .pager li > a.button:focus,
.block-views-blockblogs-vblock-blogs-by-category .pager li > a.button:hover,
.block-views-blockblogs-vblock-blogs-by-category .pager li > a.button:focus,
.block-views-blockblogs-vblock-blogs-by-author .pager li > a.button:hover,
.block-views-blockblogs-vblock-blogs-by-author .pager li > a.button:focus {
  background-color: #0896B9;
  border-color: #0896B9;
}

.blog-view-row-wrapper {
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .blog-view-row-wrapper {
    display: flex;
    width: initial;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-view-row-wrapper .category-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
.blog-view-row-wrapper .category-image > a {
  display: block;
}
.blog-view-row-wrapper .category-image > a img {
  max-width: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .blog-view-row-wrapper .category-image {
    width: 34%;
    flex: 0 0 34%;
    min-height: 120px;
  }
}
.blog-view-row-wrapper .category-image .category-image-category a {
  background-color: #0896B9;
  bottom: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  padding: 5px 10px;
  transition: all 300ms;
  z-index: 99;
}
.blog-view-row-wrapper .category-image .category-image-category a:hover, .blog-view-row-wrapper .category-image .category-image-category a:focus {
  background-color: #025E76;
}
.blog-view-row-wrapper .blog-details {
  position: relative;
  margin: 25px 0 0 0;
}
@media screen and (min-width: 992px) {
  .blog-view-row-wrapper .blog-details {
    width: 66%;
    height: auto;
    margin: 0 0 0 33px;
  }
}
.blog-view-row-wrapper .blog-details .blog-title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
  margin-top: 0;
  padding: 0;
}
.blog-view-row-wrapper .blog-details .blog-title a {
  color: #374858;
  transition: color ease-in-out 200ms;
}
.blog-view-row-wrapper .blog-details .blog-title a:hover, .blog-view-row-wrapper .blog-details .blog-title a:focus {
  color: #0896b9;
}
@media screen and (min-width: 992px) {
  .blog-view-row-wrapper .blog-details .blog-title {
    margin-top: -5px;
  }
}
.blog-view-row-wrapper .blog-details .blog-details-inner {
  display: flex;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .blog-view-row-wrapper .blog-details .blog-details-inner {
    margin-top: 26px;
  }
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details {
  display: flex;
  color: #374858;
  align-content: center;
  width: 100%;
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details a:hover, .blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details a:focus, .blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details .blog-author {
  display: flex;
}
.blog-view-row-wrapper .blog-details .blog-details-inner .gb-author-post-details .post-details .blog-author .blog-author-name-single-anchor {
  padding-left: 3px;
}

.left-area-fixed-wrapper {
  text-align: center;
}
.left-area-fixed-wrapper .gb-author-profile-pic-sm {
  border: 1px solid #EBEEF0;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 20px auto;
}
.left-area-fixed-wrapper .gb-author-profile-pic-sm img {
  width: 100px;
  height: 100px;
}
.left-area-fixed-wrapper .gb-author-profile-pic-sm .default-author-profile-pic {
  background-color: #0896b9;
  padding-top: 20%;
  font-size: 60px;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
}
.left-area-fixed-wrapper .blog-author-name-single-anchor {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  font-weight: 300;
  color: #0896B9;
}
.left-area-fixed-wrapper .blog-author-name-single-anchor:hover, .left-area-fixed-wrapper .blog-author-name-single-anchor:focus, .left-area-fixed-wrapper .blog-author-name-single-anchor:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}

article.blog {
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px !important;
}
@media screen and (min-width: 992px) {
  article.blog {
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px !important;
  }
}
article.blog .field--type-text-with-summary img {
  margin-bottom: 15px;
  margin-top: 0;
}
article.blog .field--type-text-with-summary img.align-left {
  margin-right: 15px;
}
article.blog .field--type-text-with-summary img.align-right {
  margin-left: 15px;
}
article.blog .field--type-text-with-summary img.align-center {
  margin-left: 15px;
  margin-right: 15px;
}
@media all and (max-width: 600px) {
  article.blog .field--type-text-with-summary img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
article.blog.full .field--name-field-author {
  margin-top: -6px;
  margin-bottom: 4px;
}
article.blog.full .comment {
  background: #F6F6F6;
  border-radius: 2px;
  margin-top: 30px;
  padding: 20px 30px;
}
article.blog.full .comment .comment-header {
  font-size: 14px;
}
article.blog.full .comment .comment-header a {
  float: right;
}
article.blog.full .author-footer.mobile {
  margin-top: 60px;
}
article.blog.full .author-footer.mobile .post-author-sidebyside {
  justify-content: center;
}

article.blog.full .field--name-field-blog-media {
  display: none;
}

.blog-paragraphs .field--name-field-paragraph .paragraph--type--basic-wysiwyg,
.blog-paragraphs .field--name-field-paragraph .paragraph--type--image-caption,
.blog-paragraphs .field--name-field-paragraph .paragraph--type--quote,
.blog-paragraphs .field--name-field-paragraph .paragraph--type--share-links,
.blog-paragraphs .field--name-field-paragraph .paragraph--type--speedbump,
.blog-paragraphs .field--name-field-paragraph .paragraph--type--subscription-cta {
  display: none !important;
}

.paragraph--type--view-reference .viewsreference--view-title {
  display: none;
}

.block-views-blocksearch-search-block {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .block-views-blocksearch-search-block {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.view-search .views-field-type {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-transform: uppercase;
}
.view-search .views-row {
  margin: 80px 0;
}
.view-search .views-row:not(.blog) .views-field-created {
  display: none;
}
.view-search .views-row:first-child {
  margin-top: 40px;
}
.view-search .views-row:last-child {
  margin-bottom: 40px;
}
.view-search .views-row .views-field-title h2 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 16px 0 15px 0;
}
.view-search .views-row .views-field-title a {
  color: #374858;
}
.view-search .views-row .views-field-created,
.view-search .views-row .views-field-nid {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .view-kinaxis-leadership .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}

.partners-view {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .partners-view {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.partners-view h2:first-of-type {
  margin-top: 0 !important;
}
.partners-view .views-view-grid .views-col.col-1 {
  padding-left: 0px;
  padding-right: 30px;
}
.partners-view .views-view-grid .views-col.col-2 {
  padding-left: 30px;
  padding-right: 0px;
}
.partners-view .views-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .partners-view .views-view-grid .views-col {
    width: 100% !important;
  }
  .partners-view .views-view-grid .views-col.col-1,
  .partners-view .views-view-grid .views-col.col-2 {
    padding: 0;
  }
}
.partners-view .views-field.views-field-body p {
  text-align: justify;
}
.partners-view .views-field.views-field-body a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 200ms ease-in-out;
  color: #0896B9;
}
.partners-view .views-field.views-field-body a:hover, .partners-view .views-field.views-field-body a:focus, .partners-view .views-field.views-field-body a:active {
  text-decoration: none;
  border-bottom: 1px solid #077A97;
  color: #077A97;
}
.partners-view .views-field.views-field-body a::after {
  font-family: "Material Icons";
  content: "\e895";
  font-size: 0.9em;
  position: relative;
  top: -1px;
  padding-left: 5px;
  text-decoration: none !important;
  vertical-align: middle;
}
.partners-view .views-field.views-field-body a::after:hover, .partners-view .views-field.views-field-body a::after:focus, .partners-view .views-field.views-field-body a::after:active {
  text-decoration: none !important;
}
.partners-view .views-field.views-field-body a::after {
  top: -2px;
}
.partners-view .views-field-field-logo {
  padding-top: 23px;
}
.partners-view .views-col {
  padding-right: 60px;
}

.view-header .year-filter {
  display: flex;
  flex-wrap: wrap;
}
.view-header .year-filter .btn, .view-header .year-filter .infinite-scroll-button.pager li > a.button, .infinite-scroll-button.pager .view-header .year-filter li > a.button, .view-header .year-filter .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons button, .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .view-header .year-filter button, .view-header .year-filter .paragraph--type--promo-links a, .paragraph--type--promo-links .view-header .year-filter a, .view-header .year-filter .gb-dark-blue-view-all-button .more-link a, .gb-dark-blue-view-all-button .more-link .view-header .year-filter a, .view-header .year-filter .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link a, .view-press-releases:not(.view-display-id-press_releases_block_homepage):not(.view-display-id-press_releases_block_homepage_js):not(.view-display-id-vblock_newsroom_pressreleases) .more-link .view-header .year-filter a,
.view-header .year-filter .view-what-others-are-saying-about-kinaxis- .more-link a,
.view-what-others-are-saying-about-kinaxis- .more-link .view-header .year-filter a {
  padding: 5px 10px;
  font-size: 14px;
  display: inline;
  margin: 0 10px 10px 0;
  min-height: 0;
}

/*# sourceMappingURL=style.css.map*/