@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform-origin: top;
  transition-property: transform, opacity;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(-270deg);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(270deg);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-270deg);
  opacity: 0;
}
.slow {
  transition-duration: 0.75s !important;
}
.fast {
  transition-duration: 0.25s !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.spin-ccw,
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  to {
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  animation-duration: 0.5s;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 0.75s !important;
}
.fast {
  animation-duration: 0.25s !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 0.3s !important;
}
.long-delay {
  animation-delay: 0.7s !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  box-sizing: border-box;
  width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto,
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-full,
  .grid-x > .medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-full,
  .grid-x > .large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto,
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto,
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto,
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto,
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse,
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse,
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse,
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto,
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-full,
.grid-y > .small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-full,
  .grid-y > .medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-full,
  .grid-y > .large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
}
.cell-block,
.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
}
.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto,
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto,
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto,
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto,
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
}
b,
em,
i,
strong {
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}
.h1,
h1 {
  font-size: 1.5rem;
}
.h1,
.h2,
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h2,
h2 {
  font-size: 1.25rem;
}
.h3,
h3 {
  font-size: 1.1875rem;
}
.h3,
.h4,
h3,
h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h4,
h4 {
  font-size: 1.125rem;
}
.h5,
h5 {
  font-size: 1.0625rem;
}
.h5,
.h6,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h6,
h6 {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .h3,
  h3 {
    font-size: 1.9375rem;
  }
  .h4,
  h4 {
    font-size: 1.5625rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #1468a0;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol,
ul {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  font-weight: 400;
}
code,
kbd {
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  box-sizing: border-box;
}
:-ms-input-placeholder {
  color: #cacaca;
}
::placeholder {
  color: #cacaca;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.form-error,
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-error.is-visible {
  display: block;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #fefefe;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  color: #fefefe;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent;
}
.button.clear.primary {
}
.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent;
}
.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  border: 0.4em inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
}
.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after {
  border-top-color: #767676;
}
.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after {
  border-top-color: #3adb76;
}
.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after {
  border-top-color: #ffae00;
}
.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after {
  border-top-color: #cc4b37;
}
.button.arrow-only:after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:focus,
a.button:hover {
  text-decoration: none;
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6;
}
.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title:before {
  content: "\2013";
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.accordion-menu li {
  width: 100%;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
  position: relative;
}
.has-submenu-toggle > a {
  margin-right: 40px;
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  top: 0;
  bottom: 0;
  margin: auto;
}
.submenu-toggle[aria-expanded="true"]:after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
}
.badge,
.badge.primary {
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}
.breadcrumbs {
  margin: 0 0 1rem;
  list-style: none;
}
.breadcrumbs:after,
.breadcrumbs:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}
.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group:after,
.button-group:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  color: #fefefe;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.callout {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid hsla(0, 0%, 4%, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding: 0.5rem;
}
.callout.large {
  padding: 3rem;
}
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.card-image {
  min-height: 1px;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
  outline: 0;
}
.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.simple {
  -ms-flex-align: center;
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li,
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li,
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .active > a,
.menu .is-active > a {
}
.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.menu-centered > .menu,
.menu-centered > .menu li {
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
}
.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-colright: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after {
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
  display: block;
  right: auto;
  left: 1rem;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after,
.drilldown .js-drilldown-back > a:before {
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
}
.drilldown .js-drilldown-back > a:before {
  display: block;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a:after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}
.label,
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}
.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: hsla(0, 0%, 100%, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}
.off-canvas.is-open {
  transform: translate(0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
}
.off-canvas-content .off-canvas.position-left,
.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px hsla(0, 0%, 4%, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
}
.off-canvas-content .off-canvas.position-right,
.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px hsla(0, 0%, 4%, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
}
.off-canvas-content .off-canvas.position-top,
.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px hsla(0, 0%, 4%, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
}
.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px hsla(0, 0%, 4%, 0.25);
}
.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
  transform: translate(0);
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit,
.orbit-container {
  position: relative;
}
.orbit-container {
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.orbit-caption {
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: hsla(0, 0%, 4%, 0.5);
}
.orbit-caption,
.orbit-next,
.orbit-previous {
  position: absolute;
  padding: 1rem;
  color: #fefefe;
}
.orbit-next,
.orbit-previous {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
  outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: hsla(0, 0%, 4%, 0.5);
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination:after,
.pagination:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.pagination:after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:first-child,
.pagination li:last-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis:after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}
.pagination-previous.disabled:before,
.pagination-previous a:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab";
}
.pagination-next.disabled:after,
.pagination-next a:after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb";
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #1779ba;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap;
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scaleY(-1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}
.sticky,
.sticky-container {
  position: relative;
}
.sticky {
  z-index: 0;
  transform: translateZ(0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: hsla(0, 0%, 4%, 0.45);
}
.reveal,
.reveal-overlay {
  display: none;
  overflow-y: auto;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateZ(0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle:after {
  left: 2.25rem;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle:after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
tbody,
tfoot,
thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}
thead {
  background: #f8f8f8;
}
tfoot,
thead {
  color: #0a0a0a;
}
tfoot {
  background: #f1f1f1;
}
tfoot tr,
thead tr {
  background: transparent;
}
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
@media screen and (max-width: 63.99875em) {
  table.stack tfoot,
  table.stack thead {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
  background-color: #ececec;
}
.table-scroll {
  overflow-x: auto;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs:after,
.tabs:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.tabs:after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #1673b1;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #e6e6e6;
  color: #1779ba;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px hsla(0, 0%, 4%, 0.2);
  line-height: 0;
}
a.thumbnail {
  transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  vertical-align: middle;
}
.has-tip,
.title-bar-title {
  display: inline-block;
  font-weight: 700;
}
.has-tip {
  position: relative;
  border-bottom: 1px dotted #8a8a8a;
  cursor: help;
}
.tooltip {
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip,
.tooltip:before {
  position: absolute;
}
.tooltip.bottom:before {
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem inset;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top:before {
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left:before {
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem inset;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right:before {
  display: block;
  width: 0;
  height: 0;
  border: 0.75rem inset;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top:before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom:before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left:before {
  left: 10%;
  right: auto;
}
.tooltip.align-right:before {
  left: auto;
  right: 10%;
}
.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right,
.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix:after {
  clear: both;
}
.page-title .vcard {
  border: 0;
  padding: 0;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
img.alignleft {
  margin: 0 15px 10px 0;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content object,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput="mouse"] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
  background-color: #14679e;
  color: #fefefe;
}
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery:after,
.gallery:before {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl,
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl,
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl,
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl,
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl,
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl,
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl,
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl,
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
.page-navigation {
  margin-top: 1rem;
}
#comments .commentlist,
#respond ul {
  margin-left: 0;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*="depth-"] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type="email"],
.respond-form form input[type="text"],
.respond-form form input[type="url"],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type="email"]:focus,
.respond-form form input[type="text"]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="text"]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type="email"],
.respond-form form input[type="text"],
.respond-form form input[type="url"] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
.footer {
  clear: both;
  margin-top: 1em;
}
body#tinymce {
  margin: 20px;
}
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
/*# sourceMappingURL=style.css.map */
/*Global styles*/
body {
  /*background: #F6F6F6;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}
:root {
  --brand: #1a1a1a;
  --black: #1a1a1a;
  --black20: hsl(0, 0%, 20%);
  --black30: hsl(0, 0%, 30%);
  --black50: hsl(0, 0%, 50%);
  --white50: hsl(0, 0%, 50%);
  --white60: hsl(0, 0%, 60%);
  --white70: hsl(0, 0%, 70%);
  --white: #ffffff;
  --titleY: 19vh;
  /* CRM Industry colors */
  --fs: #368243;
  --og: #f5a51c;
  --tc: #4a72b7;
  --mf: #ee3e23;
  --ps: #699fd4;
  --it: #f16622;
  --df: #f48620;
  --as: #81c581;
  --ut: #32a7df;
  --am: #2cb466;
  --hc: #f5a51c;
  --ne: #809f3d;
  /* Design System Colors */
  --blue: #257799;
}
@media only screen and (max-height: 526px) {
  :root {
    --titleY: 100px;
  }
}
@media only screen and (min-height: 863px) {
  :root {
    --titleY: 164px;
  }
}
svg {
  vertical-align: top;
}
p {
  line-height: inherit;
  margin: 0 0 25px;
}
blockquote,
blockquote p {
  color: #1a1a1a;
  opacity: 0.7;
}
pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/*Contact base font is smaller*/
.page-id-20623 {
  font-size: 0.9em;
}
.page-id-20623 p {
  margin-bottom: 35px;
}
.grid-container {
  /*max-width: 1375px;*/
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 800px) {
  .alignright,
  img.alignright {
    display: block;
    margin: 0 0 15px;
    float: none;
    margin-bottom: 35px;
  }
}
@media (min-width: 1028px) {
  .grid-container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
/* .grid-container */
@media screen and (max-width: 39.9375em) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.grid-container.small-container {
  /*max-width: 800px;*/
  max-width: 900px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
}
.h1,
.h2,
h1,
h2 {
  letter-spacing: -1px;
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.5px;
}

#top-bar-menu .h1,
#top-bar-menu .h2,
#top-bar-menu .h3,
#top-bar-menu .h4,
#top-bar-menu .h5,
#top-bar-menu .h6,
#top-bar-menu h1,
#top-bar-menu h2,
#top-bar-menu h3,
#top-bar-menu h4,
#top-bar-menu h5,
#top-bar-menu h6 {
  letter-spacing: 0 !important;
}

.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin-bottom: 0;
}
h1 {
  font-weight: bold;
  font-size: 56px;
  line-height: 105%;
  margin-bottom: 25px;
}
h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 105%;
  margin-bottom: 25px;
}
p + h2 {
  margin-top: 50px;
}
h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 30px;
}
h4 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 25px;
}
h5 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}
h5 img {
  vertical-align: bottom;
  margin-right: 15px;
  margin-bottom: 0 !important;
  position: relative;
  top: -5px;
}
/*Tablet - Headings*/
@media (max-width: 1028px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
}
/*Mobile - Headings*/
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
}
a,
a:visited {
  color: #1a1a1a;
}
a:focus,
video:focus {
  outline: none;
  /*add accessibility*/
}
.section_title.title-margin {
  margin-left: 15px;
}
.button,
.button:visited {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: bold;
  padding: 15px 35px;
  font-size: 17px;
  text-decoration: none;
}
.content .button {
  color: #fff;
}
.button:hover,
.button:visited:hover {
  background-color: #222;
  color: #fff;
}
.button.hollow {
  color: #1a1a1a;
  border-color: #1a1a1a;
  padding: 20px 35px;
  font-size: 15px;
  transition: 0.25s all ease;
}
.button.hollow:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  opacity: 1;
}
.button.white,
.button.white:visited,
.button.white:focus {
  color: #fff;
  border-color: #fff;
  transition: 0.25s all ease;
}
.button.white:hover {
  opacity: 0.8;
  color: #fff;
  border-color: #fff;
}
.button-triangle {
  display: inline-flex;
}
.button-triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  margin-right: 18px;
  display: inline-block;
  float: left;
}
.button.hollow {
  border-width: 2px;
}
.button.animation-fill:not(.menu-item),
.button.menu-item.animation-fill a {
  position: relative;
  background: transparent !important;
  overflow: hidden;
}
.button.animation-fill:not(.menu-item)::after,
.button.menu-item.animation-fill a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: auto;
  background: #1a1a1a;
  z-index: -1;
}
.button.animation-fill:not(.menu-item):hover::after,
.button.menu-item.animation-fill:hover a::after {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.75, 0.75), height 0.15s linear;
  width: 150%;
  height: 150%;
}
.section .button.hollow {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  padding: 21px 33px;
}
/* Industry color overrides */
.section .button.hollow.fs {
  border-color: var(--fs);
  color: var(--fs);
}
.section .button.hollow.fs:hover {
  background-color: var(--fs);
  color: white;
}
.section .button.hollow.og {
  border-color: var(--og);
  color: var(--og);
}
.section .button.hollow.og:hover {
  background-color: var(--og);
  color: white;
}
.section .button.hollow.tc {
  border-color: var(--tc);
  color: var(--tc);
}
.section .button.hollow.tc:hover {
  background-color: var(--tc);
  color: white;
}
.section .button.hollow.mf {
  border-color: var(--mf);
  color: var(--mf);
}
.section .button.hollow.mf:hover {
  background-color: var(--mf);
  color: white;
}
.section .button.hollow.ps {
  border-color: var(--ps);
  color: var(--ps);
}
.section .button.hollow.ps:hover {
  background-color: var(--ps);
  color: white;
}
.section .button.hollow.it {
  border-color: var(--it);
  color: var(--it);
}
.section .button.hollow.it:hover {
  background-color: var(--it);
  color: white;
}
.section .button.hollow.df {
  border-color: var(--df);
  color: var(--df);
}
.section .button.hollow.df:hover {
  background-color: var(--df);
  color: white;
}
.section .button.hollow.as {
  border-color: var(--as);
  color: var(--as);
}
.section .button.hollow.as:hover {
  background-color: var(--as);
  color: white;
}
.section .button.hollow.ut {
  border-color: var(--ut);
  color: var(--ut);
}
.section .button.hollow.ut:hover {
  background-color: var(--ut);
  color: white;
}
.section .button.hollow.am {
  border-color: var(--am);
  color: var(--am);
}
.section .button.hollow.am:hover {
  background-color: var(--am);
  color: white;
}
.section .button.hollow.hc {
  border-color: var(--hc);
  color: var(--hc);
}
.section .button.hollow.hc:hover {
  background-color: var(--hc);
  color: white;
}
.section .button.hollow.ne {
  border-color: var(--ne);
  color: var(--ne);
}
.section .button.hollow.ne:hover {
  background-color: var(--ne);
  color: white;
}
.button-triangle:before {
  border-width: 11px 0 11px 16px;
}
.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.95);
}
.home #searchModal + .reveal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.with-backquotes:before {
  content: "“";
}
.with-backquotes:after {
  content: "”";
}
.close-button,
.close-button.medium {
  top: 1.25rem;
  right: 1.25rem;
}
.chip {
  padding: 0.25rem 0.5rem;
  display: inline-block;
  align-self: flex-start;
  background-color: var(--blue);
  border-radius: 99rem;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: top;
}
.postid-30714 .page-hero .chip {
  display: none;
}
.chip svg {
  margin-top: 1px;
}
/* fluid-width--with-breadcrumbs */
@media only screen and (max-width: 1440px) {
  .fluid-width--with-breadcrumbs {
    width: calc(100% - 80px + ((100vw - 1200px) * 80 / 240));
  }
}
@media only screen and (max-width: 1200px) {
  .fluid-width--with-breadcrumbs {
    width: calc(100% - 80px);
  }
}
.with-fullbleed {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.overlay-item.active {
  background-color: #d3d3d3;
}
.overlay-item:not(".active"):hover {
  cursor: pointer;
  background-color: #d3d3d3;
}

/*typing animations*/
.typing {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
}
@keyframes typingAnim {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
@keyframes rTypingAnim {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.columns-container .flex-video,
.columns-container .responsive-embed {
  box-shadow: 0 0 15px #ddd;
}
.video-container {
  margin-bottom: 40px;
}
.video-container.shadow:not(.max-height),
.video-container.shadow.max-height video {
  overflow: hidden;
  box-shadow: 0 0 15px #ddd;
}
.video-square .responsive-embed {
  overflow: hidden;
  width: 101%;
  margin: 0;
  padding-bottom: 77%;
}
.video-square .responsive-embed iframe {
  width: 101%;
  height: 101%;
  margin-top: -1px;
}
.video-container.border:not(.max-height),
.video-container.border.max-height video {
  border: 1px solid #ccc;
}
.video-container.max-height video {
  max-height: 80vh;
  margin: auto;
}
@media (max-width: 768px) {
  .columns-container .flex-video,
  .columns-container .responsive-embed,
  .columns-container .video-square,
  .columns-container .video-square {
    margin-bottom: 45px;
  }
  .columns-container .video-square .flex-video,
  .columns-container .video-square .responsive-embed {
    margin-bottom: 0;
  }
}
.sectionid-position {
  position: relative;
  margin-top: -25px;
  padding-top: 25px;
}
/* c3 video component */
.c3-video--thumb {
  background: hsl(0, 0%, 30%);

  cursor: pointer;
  outline: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c3-video--thumb .photo-box {
  transition: transform 0.3s ease-in-out;
}

.c3-video--thumb:hover .photo-box {
  transform: scale(1.05);
}

.home .c3-video--thumb {
  height: 200px;
  max-width: 384px;
}
.c3-video--thumb:before {
  background-color: rgba(0, 0, 0, 0.76);
  content: "";
  position: absolute;
  height: 78px;
  width: 78px;
  right: 0;
  bottom: 0;
  z-index: 90;
}
.c3-video--thumb:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #ffffff;
  width: 0;
  height: 0;
  right: 29px;
  bottom: 27px;
  z-index: 91;
}
.c3-video--thumb-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c3-video--modal {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 100% !important;
  justify-content: center;
  margin: auto;
  max-width: calc(100vw - 100px) !important;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 0px !important;
  width: calc(16 / 9 * (100vh - 40px - 2rem)) !important;
}

@media screen and (max-width: 39.9375em) and (orientation: portrait) {
  .c3-video--modal {
    max-width: calc(100vw - 2rem) !important;
  }
}

.c3-video--modal .flex-video {
  margin-bottom: 0;
  padding-bottom: calc(9 / 16 * 100%);
  width: 100%;
}

.c3-video--modal iframe {
  opacity: 0;
}

.c3-video--modal [data-playback="true"] {
  opacity: 1;
  transition: opacity 0.3s;
}

.reveal-overlay .c3-video--modal .flex-video:before {
  background: transparent;
  content: "";
  height: calc(100% - 1px);
  position: absolute;
  width: calc(100% - 1px);
}

.c3-video--modal .responsive-embed {
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}

@media screen and (orientation: landscape) {
  .c3-video--modal .flex-video {
    margin-top: 40px;
  }
}

.c3-video--modal-close-button {
  color: #fff;
  display: none;
  margin-right: -1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

.c3-video--modal[data-yeti-box] .c3-video--modal-close-button {
  display: inherit;
}

.c3-video--modal-close-button:hover {
  color: #fff;
}

/* loading icon */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid hsl(0, 0%, 70%);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: hsl(0, 0%, 70%) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Forms [Marketo] & General*/
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #1a1a1a;
}
select {
  background-image: url(../images/chevron-down-solid-dark.svg);
  background-size: 10px auto;
}
textarea {
  border: 1px solid #1a1a1a;
  height: 150px !important;
  box-shadow: none;
}
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal;
}
form.mktoForm input[type="text"],
form.mktoForm input[type="url"],
form.mktoForm input[type="email"],
form.mktoForm input[type="tel"],
form.mktoForm input[type="number"],
form.mktoForm input[type="date"],
form.mktoForm textarea.mktoField,
form.mktoForm select.mktoField {
  width: 100% !important;
  line-height: 1.2em;
  height: 30px;
  margin-bottom: 0 !important;
}
form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
  width: 100% !important;
  padding-bottom: 22px;
}
form.mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0 !important;
  width: 100% !important;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 20px 25px;
  border: solid 2px #1a1a1a;
  background-color: #ffffff;
  color: #1a1a1a;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
  background: none;
  font-weight: 700;
  font-size: 16px;
  transition: 0.25s all ease;
}

form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border: solid 2px #1a1a1a;
  background-color: #1a1a1a;
  color: #ffffff;
}

form.mktoForm .mktoButtonRow {
  display: block;
  position: relative;
  clear: both;
}

/*Contact Form Specific*/
form.mktoForm .mktoFormRow {
  clear: none;
  width: 49%;
  width: calc(50% - 50px);
  margin-right: 50px;
  float: left;
}
form.mktoForm .mktoFormRow:nth-of-type(2n + 1) {
  clear: left;
}
form#mktoForm_1177 .mktoFormRow:nth-of-type(9) {
  clear: both;
  width: 94.5% !important;
  margin-right: 50px;
}
form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel {
  display: block;
  padding: 0 0 11px;
  width: auto !important;
  float: left;
}
/*Marketo Mobile*/
@media (max-width: 600px) {
  form.mktoForm .mktoFormRow {
    width: 100%;
    margin-right: 0;
  }
}

/*Header*/
/* intro (do not show nav until application starts) */
body.home .header,
body.home #fp-nav {
  opacity: 0;
  transition: opacity 1s;
}
body.home.has-started .header,
body.home.has-started #fp-nav {
  opacity: 1;
}
.top-bar,
.top-bar ul {
  background: transparent;
}
.top-bar-left {
  position: relative;
  z-index: 90;
}

.top-bar .grid-container {
  width: 100%;
  display: flex;
  z-index: 15;
}
@media screen and (max-width: 39.9375em) {
  .top-bar .grid-container {
    display: block;
  }
}
.top-bar .grid-container .cols-5 {
  display: flex;
}
.top-bar .grid-container .cols-5 > .cell {
  flex: 1 0 auto;
}
@media (max-width: 1440px) {
  .top-bar .grid-container .cols-5 > .cell .featured_products {
    padding-left: 40px !important;
  }
  .top-bar .grid-container .cols-5 > .cell .featured_products a {
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  .top-bar .grid-container .cols-5 > .cell .featured_products {
    padding-left: 20px !important;
  }
}
.header {
  padding: 0;
  flex: 0 0 auto;
}
/* header padding */
.top-bar {
  padding: 0;
  height: 100%;
  z-index: 10;
  transition: background 0.3s ease-in-out;
}
.header .logo {
  height: 35.62px;
}
.header.light-header {
  margin-bottom: 0;
  z-index: 999;
  width: 100%;
  padding-right: 0;
  background: transparent;
  top: 0;
  position: relative;
  z-index: 99;
  position: fixed;
  transition: 0.25s top ease;
}
.page-template-page-customers.fp-viewing-1 .header.light-header {
  top: -75px;
}
.home .header.light-header {
  margin-bottom: 0;
}

.page-template-template-customers .header.light-header.scrolling .top-bar,
.page-template-template-customers.fp-viewing-1 .header.light-header .top-bar {
  margin-top: -75px;
  margin-bottom: 0;
  transition: 0.25s all ease;
}
/*.header.light-header .logo {
	fill: #fff;
}
.header.light-header .menu {
	color: #fff;
}*/
.header .menu {
  color: #1a1a1a;
}
.header .menu .button,
.header .menu a {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* .header .menu a {
	border-bottom: 2px solid transparent;
} */

/*.header.sticky {
	position: fixed;
	background: #fff;
	transition: .25s all ease;
	z-index: 999;
	width: 100%;
}*/

.dropdown.menu > li:not(.button) > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  border-bottom: 0;
  position: relative;
}
.dropdown.menu > li:not(.button) > a::after {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #1a1a1a;
  transition: background 0.3s ease-in-out, width 0.15s ease-in-out;

  /* overwrites */
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  display: block !important;
  margin-bottom: 0;
  border: none !important;
  margin-top: auto;
}
.dropdown.menu > li:not(.button).current-menu-item > a::after,
.dropdown.menu > li:not(.button).current-page-ancestor > a::after,
.dropdown.menu > li:not(.button):hover > a::after {
  width: 100%;
}
.dropdown.menu > li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 26px;
}

body.postid-28749 #main-nav li#menu-item-21958 > a::after,
body.postid-28757 #main-nav li#menu-item-21958 > a::after,
body.postid-28745 #main-nav li#menu-item-21958 > a::after,
body.postid-28741 #main-nav li#menu-item-21958 > a::after,
body.postid-28737 #main-nav li#menu-item-21958 > a::after,
body.postid-28734 #main-nav li#menu-item-21958 > a::after,
body.postid-28758 #main-nav li#menu-item-21958 > a::after {
  width: 100%;
}

/* AI Software style overrides */
#menu-item-21958 .dropdown-pane .featured_products {
  padding-left: 38px !important;
}
#menu-item-21958 .dropdown-pane .featured_products a {
  padding-right: 0;
}
#menu-item-21958 .featured_product a > img {
  height: 100px;
  width: 100px;
  max-width: 70px;
}
#menu-item-21958 .dropdown-pane .featured_product h3 {
  font-size: 17px;
}
#menu-item-21958 .featured_products .product-excerpt {
  font-size: 15px;
}

body.postid-28749 .section-menu,
body.postid-28757 .section-menu,
body.postid-28745 .section-menu,
body.postid-28741 .section-menu,
body.postid-28737 .section-menu,
body.postid-28734 .section-menu,
body.postid-28758 .section-menu {
  top: 200px;
}

body.postid-28749 .section-menu ul li.current-menu-item a,
body.postid-28757 .section-menu ul li.current-menu-item a,
body.postid-28745 .section-menu ul li.current-menu-item a,
body.postid-28741 .section-menu ul li.current-menu-item a,
body.postid-28737 .section-menu ul li.current-menu-item a,
body.postid-28734 .section-menu ul li.current-menu-item a,
body.postid-28758 .section-menu ul li.current-menu-item a {
  color: #1a1a1a;
  font-weight: bold;
  border-left-width: 3px !important;
}

body.postid-28749 .content.has-global-menu,
body.postid-28757 .content.has-global-menu,
body.postid-28745 .content.has-global-menu,
body.postid-28741 .content.has-global-menu,
body.postid-28737 .content.has-global-menu,
body.postid-28734 .content.has-global-menu,
body.postid-30118 .content.has-global-menu,
body.postid-30444 .content.has-global-menu,
body.postid-28758 .content.has-global-menu {
  padding-top: 0 !important;
}

body.postid-30118 .content.has-fixed-sidemenu,
body.page-id-28907 .content.has-fixed-sidemenu,
body.page-id-32222 .content.has-fixed-sidemenu {
  padding-top: 0 !important;
}

.header .menu .button {
  font-size: 16px;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 0;
  position: relative;
  z-index: 90;
  border: none;
  align-self: start;
}
.header .menu .button.hollow:hover {
  background: transparent;
}
body:not(.is-scrolling) .header.light-header .menu .button a {
  border-color: #fff;
}
.header .menu .button a {
  padding-left: 20px;
  padding-right: 20px;
  transition: background 0.3s ease-in-out;
  border: 2px solid #1a1a1a;
}
.header .menu .button.hollow:hover a {
  color: #fff !important;
  background: #1a1a1a;
}
/* header logo */
.header .menu .button,
.header .menu a {
  transition: color 0.8s;
}
.header .logo-path {
  fill: #1a1a1a;
  transition: fill 0.8s;
}
.header.light-header .logo-path {
  fill: #fff;
}
.light-header .top-bar:hover .dropdown.menu > li:not(.button) > a::after {
  background: #1a1a1a;
}
.light-header .menu .button {
  color: #fff;
}
.light-header .menu .submenu a {
  color: #1a1a1a;
}
body.is-scrolling .light-header:not(.scrolling) .menu .button a {
  border-color: #fff;
}
body:not(.is-scrolling)
  .light-header:not(:hover)
  .top-bar
  .dropdown.menu
  > li:not(.button)
  > a::after {
  background: #fff;
}
.light-header .top-bar:hover .menu .button a {
  color: #1a1a1a;
  border-color: #1a1a1a !important;
}
.light-header #main-nav:hover .search-icon-menu {
  background-image: url("/wp-content/themes/c3-ai-theme/assets/images/search-regular.svg");
}
@media (min-width: 1024px) {
  .header.light-header .top-bar:hover,
  .header.light-header .top-bar:focus-within {
    background: #fff;
  }
}
/*light header*/
.header.light-header.sticky .logo,
.header.light-header:hover .logo {
  fill: #1a1a1a;
}
.light-header.sticky .menu .button,
.light-header.sticky .menu a,
.header.light-header:hover .menu .button,
.header.light-header:hover .menu a {
  color: #1a1a1a;
}
.light-header.sticky .menu .button,
.header.light-header:hover .menu .button {
  border-color: #1a1a1a;
}
.dropdown.menu > li.is-active > a {
  color: inherit;
}
/* .light-header:not(.mega-hovered) .dropdown.menu>li.is-active>a {
	color: #fff;
} */
#main-nav {
  float: right;
}
.header .menu > li:hover > a {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.header .menu > li:hover li a {
  border-color: transparent;
}
/*.light-header .menu > li:hover > a {
	color: #fff;
	border-color: #fff;
}*/
.header .menu > li:hover li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 63.9375em) {
  .header {
    padding-right: 0 !important;
  }
  .header .top-bar-right .menu > li > a {
    margin-right: -1rem;
  }
  .header .top-bar-right .menu > li:hover > a {
    border: none;
  }
}
.headeralt--menu-item-lines {
  position: relative;
  pointer-events: none;
}
.headeralt--menu-item-lines:after {
  content: "";
  cursor: pointer;
  height: 18px;
  right: 0;
  top: 12px;
  width: 24px;
}
.headeralt--menu-item-line {
  background-color: #1a1a1a;
  height: 2px;
  pointer-events: none;
  right: 0;
  top: 20px;
  transition: transform 0.3s, background-color 0.8s;
  transform-origin: 0 0;
  width: 24px;
  margin-bottom: 5px;
}
.menu .headeralt--menu-item-line {
  opacity: 1;
}
/* header hamburger */
.headeralt--menu-item-label-wrapper,
.headeralt--menu-item-label {
  display: inline-block;
}
.headeralt--menu-item-label-wrapper {
  overflow: hidden;
}
.headeralt--menu-item-lines {
  position: relative;
  pointer-events: none;
}
.has-hamburger:not(.is-transition) .headeralt--menu-item-lines {
  pointer-events: auto;
}
.headeralt--menu-item-lines:after {
  content: "";
  cursor: pointer;
  height: 18px;
  right: 0;
  top: 12px;
  width: 24px;
  margin-bottom: 4px;
}
.headeralt--menu-item-line {
  background-color: var(--brand);
  height: 2px;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: 20px;
  transition: transform 0.3s, background-color 0.8s;
  transform-origin: 0 0;
  width: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 39.99875em) {
  .menu .headeralt--menu-item-lines {
    display: inline-block;
  }
  .menu .headeralt--menu-item-line {
    position: static;
  }
}
body:not(.is-scrolling) .light-header .headeralt--menu-item-line {
  background-color: #fff;
}
.js-off-canvas-overlay.is-overlay-fixed.is-visible {
  background: rgba(74, 74, 74, 0.5);
}

.off-canvas-content.is-open-right.has-transition-push {
  opacity: 0.8;
}
.off-canvas,
.off-canvas.is-closed {
  /*transition: .25s transform ease;*/
  box-shadow: none !important;
  background: #fff;
}
.position-right {
  /*width: 320px;*/
}
.off-canvas-content .off-canvas.position-right,
.position-right {
  transform: translateX(320px);
  transition: 0.25s transform ease;
}
.off-canvas {
  padding: 25px 25px 50px 35px;
  z-index: 99999;
  transition: 0.25s transform ease;
}
.off-canvas-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#offcanvas-nav {
  margin-top: 15px;
  display: block;
}
.drilldown.align-left .is-drilldown-submenu-parent > a:after,
.drilldown .is-drilldown-submenu-parent > a:after {
  display: block;
  width: 25px;
  height: 15px;
  border: none;
  content: "";
  right: 1rem;
  background: url(../images/chevron-right-regular.svg) no-repeat center center;
  background-size: contain;
  top: 19px;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after,
.drilldown .js-drilldown-back > a:before {
  display: block;
  width: 25px;
  height: 15px;
  border: none;
  content: "";
  background: url(../images/chevron-right-regular.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(-180deg);
  position: absolute;
  margin-left: -35px;
}
.light-header .menu .dropdown {
}
.js-drilldown-back {
  padding-left: 20px;
}
.drilldown .button {
  padding: 0;
  margin-top: 15px;
}
.drilldown a {
  font-weight: bold;
  color: #1a1a1a;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 20px !important;
  padding-bottom: 20px;
}
.is-dropdown-submenu-parent:hover .is-dropdown-submenu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  display: block;
}
.mega-menu:hover .header-menu-shadow,
.is-dropdown-submenu-parent:hover .header-menu-shadow {
  opacity: 1;
}
.is-drilldown-submenu a {
  border: 0;
}
.drilldown .is-drilldown-submenu.is-active {
  background: #fff;
  min-height: 100% !important;
}
.is-drilldown-submenu-item .menu-icon-wrapper {
  float: left;
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.drilldown .is-drilldown-submenu a {
  padding-right: 10px;
}
.off-canvas {
  padding: 10px;
}
.drilldown .button {
  /*position: absolute;*/
  margin-top: 50px;
}
/*.position-right {
    max-width: 100%;
    width: 600px;
}*/
.is-drilldown {
  max-width: 100% !important;
}
.off-canvas .search-form-form {
  margin-right: 100px;
  border-bottom: 1px solid #ddd;
}
.off-canvas .search-field:focus,
.off-canvas .search-field {
  margin-right: 0;
  font-size: 20px;
  height: auto;
  padding: 0.7rem 1rem;
  width: 100%;
}
.off-canvas.is-open {
  width: 100%;
}
.drilldown .button a {
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
.off-canvas .close-button,
.off-canvas .close-button.medium {
  top: 0.5rem;
  right: 1.5rem;
  z-index: 9999;
}

/*Layout Classes*/
.inner-content.bg-gray {
  background: #f6f6f6;
}
/*Titles*/
.title-banner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1029px) {
  .title-banner h1 {
    max-width: 800px;
  }
}
@media (max-width: 1028px) {
  .title-banner {
    padding-bottom: 15px;
  }
}
/*Menu*/
.menu {
  position: static;
  color: white;
}
.is-dropdown-submenu {
  position: absolute;
  border: 0;
  left: 0;
  background: #fff !important;
  z-index: 99;
  min-width: 200px;
  left: 50% !important;
  margin-left: -100px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 3px 5px -6px #1a1a1a;
  transform: translateY(-20px);
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.dropdown .is-dropdown-submenu a {
  padding: 20px 40px;
}
.menu .menu-item-has-children a {
  position: relative;
}
@media (max-width: 480px) {
  .menu .menu-item-has-children a {
    padding-right: 2rem;
  }
}
.menu .button,
.menu a {
  font-size: 16px;
}
/* .menu .active>a, .menu .is-active>a {
	background: transparent;
	color: #1a1a1a;	
} */
body:not(.is-scrolling) .light-header:not(:hover) .menu .active > a {
  color: #fff;
}
/* .light-header .menu ul .active>a, .light-header .menu ul .is-active>a {
	color: #1a1a1a;	
}
.light-header.menu-hovered .menu .active>a, .light-header.menu-hovered .menu .is-active>a,
.header.light-header:hover .menu .active>a, .header.light-header:hover .menu .is-active>a {
	color: #1a1a1a;
} */
/*.light-header #main-nav:before {
	content: "";
	background: transparent;
	position: absolute;
	width: 100%;
	top: 0;
	height: 68.38px;
	z-index: -2;
}
.light-header #main-nav:after {
	content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    height: 68.38px;
    z-index: -2;
    width: 1000px;
    margin-left: -800px;
}
.light-header #main-nav:hover:after,
.light-header #main-nav:hover:before { 
	background: #fff;
}*/
.header.menu-hovered.light-header .menu .active > a,
.header.menu-hovered.light-header .menu .is-active > a {
  color: #1a1a1a !important;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 0;
  }
}
.content {
  position: relative;
  display: inline-block;
  width: 100%;
  flex: 1 0 auto;
}
.content a {
  color: #257799;
}
article.post a:not(.button):hover,
.columns-container a:not(.button):hover {
  text-decoration: underline;
}
.light-header + .content {
  padding-top: 0;
}
.content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1a1a1a;
  opacity: 0;
  display: none;
  transition: 0.5s opacity ease;
}
.content.menu-hovered:after {
  opacity: 0.5;
  display: block;
}
.header-menu-shadow {
  position: fixed;
  margin-top: 26px;
  top: auto;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
/*mega menu*/
.mega-menu .dropdown-pane {
  width: 100%;
  background: #fff;
  border: 0;
  position: absolute;
  left: 0;
  border: 0;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 26px;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  visibility: visible;
  display: block;
}
.dropdown-pane .grid-x {
  width: 105%;
}
li.mega-menu:hover .dropdown-pane,
li.mega-menu:hover .dropdown-pane {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}
.mega-menu .menu {
  background: none;
}
.mega-menu .dropdown-pane a.mega-menu-item {
  color: #1a1a1a;
}
.dropdown-pane .featured_products a {
  color: #1a1a1a;
  padding-left: 0;
}
.dropdown-pane .img-holder-wrapper {
  height: 150px;
  margin-bottom: 6px;
  overflow: hidden;
}
.dropdown-pane .img-holder {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.menu .dropdown-pane h3 a {
  padding: 0;
}
/*end mega menu*/

/* Header auto-hide */
.header,
body .header.scrolling {
  position: fixed;
  width: 100%;
  top: 0;
  /*background-color: rgba(255, 255, 255, 0);*/
  transition: 0.3s transform, 0.3s background-color;
  z-index: 999;
}
.header:not(.light-header),
body.is-scrolling .header {
  background-color: rgba(255, 255, 255, 1);
}
body:not(.is-scrolling) .header.light-header:not(:hover) .logo {
  fill: #fff;
}
body:not(.is-scrolling) .header.light-header .menu {
  color: #fff;
}
body:not(.is-scrolling) .light-header .menu .button,
body:not(.is-scrolling) .light-header .menu a {
  color: #fff;
}
body:not(.is-scrolling)
  .light-header:not(:hover)
  .top-bar
  .dropdown.menu
  > li:not(.button)
  > a::after {
  background: #fff;
}
body.down:not(.menu-is-open) .header {
  transform: translateY(-100%);
}

.page-template-template-customers .header.light-header.scrolling .top-bar {
  margin-top: 0;
}

.error404 .off-canvas-wrapper,
.search-results .off-canvas-wrapper,
.blog .off-canvas-wrapper,
.single-glossary .off-canvas-wrapper,
.single-products:not(.is-parent):not(.slug-free-demo):not(
    .parent-postid-37887
  ):not(.parent-postid-46997)
  .off-canvas-wrapper,
.single-products.postid-43165 .off-canvas-wrapper,
.single-industries:not(.postid-40901):not(.postid-43582):not(.postid-42634):not(
    .postid-41907
  ):not(.postid-44070)
  .off-canvas-wrapper,
.page-template-template-leadership .off-canvas-wrapper,
.page-template-page-testimonials .off-canvas-wrapper,
.page-template-page-industry-insights .off-canvas-wrapper,
.page-template-template-resources .off-canvas-wrapper,
.page-template-template-industries .off-canvas-wrapper,
.page-id-46213 .off-canvas-wrapper,
.page-id-46763 .off-canvas-wrapper,
.page-id-31230 .off-canvas-wrapper,
.parent-pageid-31230 .off-canvas-wrapper,
.page-id-57376 .off-canvas-wrapper,
.parent-pageid-57376 .off-canvas-wrapper,
.page-id-56882 .off-canvas-wrapper,
.parent-pageid-56882 .off-canvas-wrapper,
.page-id-40702 .off-canvas-wrapper,
.parent-pageid-40702 .off-canvas-wrapper,
.parent-pageid-31366 .off-canvas-wrapper,
.page-id-32934 .off-canvas-wrapper,
.page-id-32926 .off-canvas-wrapper,
.post-type-archive-webinar .off-canvas-wrapper,
.parent-pageid-43515 .off-canvas-wrapper,
.parent-pageid-25190 .off-canvas-wrapper,
.page-id-43515 .content > .section,
.page-id-25699 .content > .section,
.post-type-archive-resources_blog .off-canvas-wrapper {
  padding-top: 95px;
}
/* END Header auto-hide */

/*Layouts*/
.grid-blocks-with-overlay {
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  .grid-blocks-with-overlay {
    margin-bottom: 50px;
  }
}
.grid-block-with-overlay {
  margin-top: 25px;
  margin-bottom: 25px;
}
.grid-block-with-overlay .cell {
  min-height: 450px;
  padding: 35px;
  vertical-align: bottom;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.block-label {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left: 35px;
}
.block-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px;
  opacity: 0;
  transition: opacity 0.25s;
}
.block-overlay:before {
  background: url(../images/long-arrow-right-light.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 34.2857142857px;
  margin-bottom: 43px;
  margin-right: 35px;
  position: absolute;
  right: 0;
  transform: translateX(-15px);
  transition: transform 0.3s;
  width: 30px;
}

.grid-blocks-with-overlay a:hover .block-overlay {
  opacity: 1;
}
.grid-blocks-with-overlay a:hover .block-overlay:before {
  transform: translateX(0);
}
.overlay-title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}
.overlay-title span {
  display: block;
  font-size: 50px;
  line-height: 1em;
  padding-bottom: 5px;
}
.overlay-text {
  color: #fff;
  font-size: 17px;
}
.overlay-position-wrapper {
  position: absolute;
  bottom: 25%;
  margin-right: 35px;
}
@media (max-width: 1028px) {
  .grid-blocks-with-overlay {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .grid-block-with-overlay .cell {
    min-height: 375px;
  }
}
@media (max-width: 600px) {
  .grid-block-with-overlay .cell {
    min-height: 300px;
  }
}

/* template part footer.php */

.statistics {
  background: #1a1a1a;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 75px;
}
.section-title.light {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
}
.section-title.light span {
  opacity: 0.3;
  display: block;
}
.stats-grid {
  margin-top: 75px;
  margin-bottom: 25px;
}
.stat {
  font-size: 54px;
  font-weight: bold;
}
.stat-label {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 50px;
}
.copyright {
  font-size: 12px;
}
@media (max-width: 1028px) {
  .section-title.light {
    font-size: 45px;
  }
  .stat {
    font-size: 45px;
  }
}
@media (max-width: 800px) {
  .section-title.light {
    font-size: 45px;
  }
  .stat {
    font-size: 45px;
  }
  .stats-grid {
    margin-top: 40px;
  }
  .statistics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section-title.light {
    font-size: 38px;
  }
  .stat {
    font-size: 38px;
  }
  .overlay-title,
  .block-label {
    font-size: 22px;
  }
}
/*Timeline*/
.section-timeline {
  background: #2a2a2a;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
.section-timeline .section-title {
  font-weight: bold;
  font-size: 56px;
  color: #fff;
  max-width: 500px;
  line-height: 1.2em;
}
.timeline-wrapper {
  width: 100%;
  height: 175px;
  background: url(../images/bg-timeline3.svg) no-repeat center 70%;
  background-size: contain;
  margin-top: 100px;
}
.timeline-entry {
  width: 155px;
  height: 175px;
  display: inline-block;
  color: #fff;
  line-height: 1.2em;
  position: relative;
  padding-right: 15px;
  margin-left: 3.5%;
}

.timeline-entry:nth-child(2) {
  margin-left: -3%;
}
.timeline-entry:nth-child(3) {
  margin-left: -3%;
}
.timeline-entry:nth-child(4) {
  margin-left: 14%;
}
.timeline-entry:nth-child(5) {
  margin-left: 15%;
}

.section-timeline.timeline-v2 .timeline-entry {
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
.section-timeline.timeline-v2 .timeline-wrapper {
  background: none;
  position: relative;
  height: auto;
}
.section-timeline.timeline-v2 .timeline-entries {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-timeline.timeline-v2 .timeline-hover {
  left: 0 !important;
  top: auto;
  bottom: 100%;
}
.section-timeline.timeline-v2 .timeline-hover .timeline-desc::before {
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-top: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.home .section-timeline.timeline-v2 .timeline-wrapper {
  width: calc(100% - 100px);
}

.timeline-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  opacity: 0.8;
  font-size: 16px;
}
.timeline-timeframe {
  color: #ccc;
  font-weight: bold;
  bottom: 0;
  left: 0;
  position: absolute;
}
.timeline-hover {
  display: none;
  position: absolute;
  width: 250px;
  top: -135px;
  z-index: 99;
  left: 100%;
}
.timeline-entry:first-child .timeline-hover {
  left: 80%;
}
.timeline-entry:nth-child(2) .timeline-hover {
  left: 82%;
}
.timeline-entry:nth-child(4) .timeline-hover {
  left: 88%;
}
.timeline-desc {
  width: 100%;
  background: #fff;
  color: #1a1a1a;
  padding: 15px;
  font-size: 15px;
  position: relative;
}
.timeline-desc:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.timeline-entry:nth-child(5) .timeline-hover {
  left: -275px;
}
.timeline-entry:nth-child(5) .timeline-desc:before {
  left: auto;
  right: -10px;
  border-left: 10px solid #fff;
  border-right: none;
}
.timeline-thumb {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline-entry:hover > .timeline-hover {
  display: block;
}
.page-template-template-careers .career_opportunities .job_card p.text-right a {
  color: transparent;
}
.page-template-template-careers .section-timeline .section-title {
  color: #1a1a1a;
}

.page-template-template-careers .timeline-entry {
  color: #1a1a1a;
}
.page-template-template-careers .timeline-wrapper {
  width: 100%;
  height: 175px;
  background: url(/wp-content/themes/c3-ai-theme/assets/images/bg-timeline-dark.svg)
    no-repeat center 70%;
  background-size: contain;
  margin-top: 100px;
  max-width: 1280px;
}
.page-template-template-careers .timeline-entry:first-child .timeline-hover {
  left: 58%;
}
.page-template-template-careers .timeline-entry:nth-child(2) .timeline-hover {
  left: 58%;
}
.page-template-template-careers .timeline-entry:nth-child(2) {
  margin-left: -1%;
}
.page-template-template-careers .timeline-entry:nth-child(3) {
  margin-left: -1%;
}

.page-template-template-careers .timeline-entry:nth-child(3) .timeline-hover {
  left: 67%;
}
.page-template-template-careers .timeline-entry:nth-child(4) .timeline-hover {
  left: 58%;
}
.page-template-template-careers .section-timeline .section-title {
  max-width: 700px;
}
@media (max-width: 1028px) {
  .page-template-template-careers .application_card {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .page-template-template-careers .application_card {
    padding-left: 0;
  }
}
/*full page controls*/
.fp-controlArrow {
  display: none;
}
.fp-slidesContainer {
  width: 100% !important;
  transform: none !important;
}
.fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.fp-slide.active {
  visibility: visible;
  opacity: 1;
}
.vertical-slider {
  background: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.vertical-slider h2 {
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  line-height: 1.1em;
}
.graphic-wrapper {
  width: 30%;
  float: left;
}
.slide-position-wrapper .slick-slide {
  padding-bottom: 200px;
}
.slick-slide:focus {
  outline: none;
}
.content-wrapper {
  width: 60%;
  float: right;
}
.item-wrapper {
  display: inline-block;
  width: 100%;
}
.content-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.overlay-outer {
  height: 95px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}
.logo-carousel .slick-slider,
.logo-carousel .slick-list,
.logo-carousel .slick-track {
  height: 100%;
}
.logo-carousel .slick-track {
  display: flex;
}
.logo-carousel .slick-track .slick-slide {
  background: #fff;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  height: 95px;
}
.logo-carousel .slick-next {
  display: inline-block;
  position: absolute;
  width: 12px;
  right: 20px;
  opacity: 0.5;
  top: 40%;
  z-index: 99;
  cursor: pointer;
}
.overlay-item {
  height: inherit;
  line-height: 100%;
  /*width: 10%;*/
  border-right: 1px solid #ddd;
  float: left;
  text-align: center;
}
.overlay-item img {
  vertical-align: middle;
  max-width: 75%;
  max-height: 40px;
  height: auto;
  opacity: 0.8;
  margin: auto;
}
.overlay-item.active img {
  opacity: 1;
}
.overlay-item:not(.active):hover img {
  cursor: pointer;
  opacity: 1;
}
.end-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    80deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
/*Temporary Styles for Vertical Slider Demo*/
.fp-section {
  overflow: hidden;
}
.fp-section .content-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.fp-section h1 {
  color: #fff;
  font-weight: bold;
  font-size: 55px;
  margin: 0;
  line-height: 1.3em;
}
.fp-section .swap-text {
  position: relative;
}
.fp-section .swap-text .each {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  max-width: 0;
  transition: 0.25s max-width ease;
  transition-delay: 1s;
  position: absolute;
  overflow: hidden;
  width: 1275px;
}
.fp-section.active .swap-text .each {
  max-width: 1275px;
}
.fp-section .opacity {
  opacity: 0.5;
}
.fp-section .swap-text .selector {
  border-bottom: 2px solid #fff;
  background: url(../images/chevron-down-solid.svg) no-repeat 99% 70%;
  background-size: 20px auto;
  display: inline-block;
  padding-right: 50px;
  transition: 0.25s opacity ease;
  cursor: pointer;
}
.fp-section .swap-text .selector:hover {
  opacity: 0.7;
}
.video-background {
  background: #1a1a1a;
  position: relative;
  z-index: 1;
  min-height: 500px;
  height: 100%;
  width: 100%;
}
.video-background:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.video-foreground,
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#fullpage .flex-video,
#fullpage .responsive-embed {
  position: static;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.video-container,
.video-container video {
  max-width: 100%;
  max-height: 100%;
}

.video-container video {
  display: block;
}

.responsive-embed.border {
  border: 1px solid #ccc;
}
.transition-overlay.from-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.transition-overlay.from-center:before,
.transition-overlay.from-center:after {
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  transition: 1s all ease;
  background: #1a1a1a;
  transition-delay: 1s;
  z-index: 9;
}
.transition-overlay.from-center:after {
  right: 0;
  left: auto;
}
.section.active .transition-overlay.from-center:before,
.section.active .transition-overlay.from-center:after {
  width: 0;
}
#innerslideset {
  width: 100%;
}
.slide-title {
  max-width: 600px;
}

.slide-logo {
  height: 45px;
  width: auto;
  margin-bottom: 20px;
}
.slide-button {
  margin-top: 25px;
  font-size: 18px;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.fp-tooltip {
  color: #fff;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 30px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 2px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  opacity: 0.3;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
  opacity: 1;
}
#fp-nav ul li a.active + .fp-tooltip {
  transition: 0.25s all ease;
  max-width: 0;
  width: auto;
}
#fp-nav ul li a.active + .fp-tooltip {
  opacity: 1;
  top: 16px;
  max-width: 100px;
}

/*Typing animation and logo display*/
.overlay-item.active {
  background-color: #d3d3d3;
}
.overlay-item:not(".active"):hover {
  cursor: pointer;
  background-color: #d3d3d3;
}
/*typing animations*/
.typing {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
@keyframes typingAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes rTypingAnim {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
/*section industries */
.industry-item-link {
  color: #fff;
  text-decoration: none;
}

/* Product Display, original on Products template */

section.product-display {
  background-color: #f6f6f6;
  padding-top: 65px;
  padding-bottom: 65px;
}
.dropdown-pane.product-display {
  padding-top: 25px;
  padding-bottom: 50px;
}
.featured_products {
  background-color: #1a1a1a;
  color: #fff;
  padding: 40px 40px 0;
}
.featured_products a {
  color: #fff;
}

.featured_product {
  padding-bottom: 150px;
}

/* Old Style */

.featured_product img {
  max-width: 100px;
  height: auto;
  margin-bottom: 30px;
}

.featured_products .product-excerpt {
  max-width: 300px;
  font-size: 16px;
  line-height: 32px;
}

.dropdown-pane .excerpt-light-gray {
  max-width: 280px;
}

/* New Style 
.dropdown-pane .featured_product img {
    max-width: 60px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
*/

.featured_product img {
  max-width: 75px;
  height: auto;
  margin-bottom: 30px;
}

.featured_product h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.product-excerpt {
  background: url(../images/long-arrow-right-light.svg) no-repeat left bottom;
  background-size: 20px auto;
  padding-bottom: 65px;
  transition: 0.25s background-position ease;
}

a:hover .product-excerpt {
  background-position: 15px bottom;
}

.featured_products_secondary img {
  width: 30px;
  height: auto;
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}

.featured_products_secondary h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.featured_product_secondary {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #666;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.featured_product_secondary:before {
  background: url(../images/long-arrow-right-light.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 22.85px;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.25s transform ease;
  width: 20px;
}

.featured_product_secondary:hover:before {
  transform: translateX(15px);
}

.product_card {
  background-color: #fff;
  padding: 25px 30px 10px;
  border: 2px solid transparent;
  transition: 0.25s border-color ease;
}
.product_card a {
  color: #1a1a1a;
}
.product_card:hover {
  border-color: #1a1a1a;
}

.product_card_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product_card_title a {
  color: #1a1a1a;
}
.product_card a:hover {
  color: #1a1a1a;
}
.excerpt-light-gray {
  color: #777;
  font-size: 16px;
}

@media (min-width: 1028px) {
  .product_card h3 {
    /*max-width: 200px;*/
  }
}

.product_card img {
  margin-top: 5px;
  width: 100%;
}
/*Dropdown menu product card*/
.dropdown-pane .grid-container {
  /*padding-left: 28px;
	padding-right: 28px;*/
}
.dropdown-pane .product_card {
  padding: 0;
}
.dropdown-pane .product_card:hover {
  border-color: #fff;
}
.dropdown-pane .product_card_title {
  font-size: 17px;
}
.dropdown-pane .excerpt-light-gray {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 15px;
}
.dropdown-pane .featured_products {
  background: #fff;
  color: #1a1a1a;
  padding: 0;
}
.dropdown-pane .featured_product {
  padding-bottom: 25px;
}
.dropdown-pane .product-excerpt {
  padding-bottom: 0;
  line-height: 1.5em;
  color: #777;
}
.dropdown-pane .featured_product_secondary {
  padding: 0;
  border: 0;
}
.dropdown-pane .featured_product h3,
.dropdown-pane .featured_products_secondary h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.dropdown-pane a {
  transition: 0.25s opacity ease;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 639px) {
  .pb-small-0 {
    padding-bottom: 0 !important;
  }
}

.zoom {
  transition: transform 0.2s ease-in-out;
}

.zoom:hover {
  transform: scale(1.03);
}

/*Footer*/
.footer {
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  display: block;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
  z-index: 10;
}
.copyright {
  opacity: 0.4;
}
.footer a {
  color: #fff;
  font-size: 14px;
}

.footer-nav {
  list-style: none;
  margin: 0;
  display: flex;
  font-size: 14px;
  z-index: 9;
  position: relative;
}

.footer-nav li {
  margin-right: 18px;
}

.footer-primary-nav {
  margin-bottom: 30px;
}

.footer-secondary-nav,
.footer-secondary-nav a {
  color: #aaa;
}

.footer-secondary-nav .copyright {
  opacity: 1;
}

@media screen and (max-width: 39.9375em) {
  .footer-nav {
    flex-wrap: wrap;
  }

  .footer-nav li {
    margin-bottom: 5px;
    margin-right: 20px;
  }
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 24px;
  margin-left: 40px;
  transition: 0.25s opacity ease;
}
.social-icons a:hover {
  opacity: 0.7;
}

.social-icons span {
  display: none;
}

.social-icons svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .social-icons a {
    margin-left: 0;
    margin-right: 10px;
  }
  .footer-primary-nav li {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .social-icons {
    text-align: left;
    padding: 10px 0;
  }
}

/* Case Study Page */

.overview_and_objectives {
  padding: 50px;
}

.overview_and_objectives .overview_objectives_heading {
  font-weight: bold;
}

.overview_and_objectives .overview_text,
.overview_and_objectives .objectives_text {
  font-size: 18px;
}

.overview_and_objectives .president_quote {
  background-color: #1a1a1a;
  color: #fff;
  padding: 30px;
}

.customer_results {
  padding-right: 50px;
  position: relative;
  margin-bottom: 100px;
}
.customer_results > div {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px;
}

.customer_results .results_heading {
  font-size: 40px;
  margin-bottom: 30px;
}

.customer_results .numbers {
  font-size: 70px;
}

.customer_results .result_text {
  font-size: 20px;
}

.customer_results::after {
  content: "";
  position: absolute;
  right: 50px;
  width: 200px;
  height: 100px;
  background-color: #1a1a1a;
}

.challenge {
  padding-left: 50px;
}

.challenge_heading {
  font-weight: bold;
  padding: 20px 0;
}

.economic_value {
  padding: 50px;
}

.economic_value .economic_heading {
  padding: 50px 0;
  font-weight: bold;
}

.economic_value .baseline_container {
  padding: 30px 0;
}

.economic_value .baseline_heading {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.approach {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.approach .approach_heading {
  font-size: 50px;
  font-weight: bold;
  padding: 30px 0;
}

.paragraph_container {
  font-size: 19px;
}

.gas_producer {
  margin: 50px 0;
}

.gas_producer > div {
  background-color: #fff;
  padding: 30px 0;
}

.gas_producer .heading {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0;
}

.gas_producer .paragraph {
  font-weight: bold;
}

.architecture img {
  padding: 0 50px;
}

.architecture .heading {
  margin: 70px 0;
  font-weight: bold;
}

.machine_learning {
  padding: 70px 0;
}

.points {
  margin: 50px 0;
}

.weeks_result {
  padding: 75px 50px;
  background-color: #1a1a1a;
  color: #fff;
  margin: 75px 0;
}

.related_stories {
  padding: 20px 50px;
}

.related_stories .heading {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn_container {
  text-align: center;
}

.btn_container .learn_more {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 10px 15px;
  border: 1px solid black;
}

.customer_footer {
  background-color: #1a1a1a;
  color: white;
  padding: 75px 50px;
}

.customer_footer .heading {
  font-size: 50px;
  font-weight: bold;
}

.customer_footer .heading_description {
  font-size: 22px;
  color: #b3b3b3;
  margin-bottom: 50px;
}

.customer_footer .thick_top_border {
  border-top: 5px solid white;
}

.customer_footer .sub_heading {
  padding: 10px 0;
  font-size: 18px;
  margin: 0;
}

.customer_footer .sub_heading_description {
  font-size: 15px;
  color: #b3b3b3;
  margin: 0;
}

.customer_footer .right_arrow {
  font-size: 25px;
}

.customer_footer .footer_terms:last-child {
  margin-left: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.referenceDiv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.referenceDiv .case_study_info {
  max-width: 470px;
  color: white;
  margin: 300px 0px 50px 50px;
}

.case_study_info .company_name {
  padding: 15px 0;
  margin: 0;
}

.case_study_info .description {
  font-weight: bold;
}

/* Added modalpage */

#frontPageModal {
  position: absolute;
  top: 0 !important;
  left: 0;
  padding: 0;
  background-color: #fff;
  width: 750px;
  height: 100vh;
  padding: 75px 50px;
}
#frontPageModal img {
  max-width: 30px;
  margin-right: 10px;
}
#frontPageModal > div {
  width: 100%;
  height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
}
#frontPageModal > div::-webkit-scrollbar {
  width: 0;
}
#frontPageModal > div > h3 {
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 30px;
}
#frontPageModal button {
  cursor: pointer;
}
#frontPageModal button[data-open] {
  font-size: 45px;
  font-weight: 600;
  color: white;
  display: inline-block;
  margin-left: 20px;
}
#frontPageModal button[data-close] {
  font-size: 45px;
}
#frontPageModal button.down {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  margin-top: 30px;
}
/* Customers Page */

.customers_card {
  padding: 0 50px;
}

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

.customers_card .cards_container > div:nth-child(2) {
  margin-top: 50px;
}

.customers_card .cards_container > div:nth-child(odd):not(:first-child) {
  margin-top: -30px;
}

@media screen and (max-width: 640px) {
  .customers_card .cards_container > div:nth-child(odd):not(:first-child),
  .customers_card .cards_container > div:nth-child(even) {
    margin-top: 0;
  }
}

.company_info_container {
  background-color: #1a1a1a;
  color: #fff;
}

.company_info_container h4.heading {
  font-weight: bold;
}

.global_partners {
  background-color: #1a1a1a;
  padding: 50px;
  margin: 50px 0;
}

.global_partners .heading {
  color: #fff;
  padding: 20px 0;
}

.logo_cards_container {
  position: relative;
}

.logo_cards_container::before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 1px solid #282727;
}

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

.logo_cards {
  width: 20%;
  float: left;
  border-right: 1px solid #282727;
  border-bottom: 1px solid #282727;

  min-height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .logo_cards_container .logo_cards:nth-child(5n) {
    border-right: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .logo_cards_container .logo_cards {
    width: 25%;
  }
  .logo_cards_container .logo_cards:nth-child(4n) {
    border-right: none;
  }
}

@media screen and (min-width: 471px) and (max-width: 640px) {
  .logo_cards_container .logo_cards {
    width: 33.3%;
  }
  .logo_cards_container .logo_cards:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (max-width: 470px) {
  .logo_cards_container .logo_cards {
    width: 50%;
  }
  .logo_cards_container .logo_cards:nth-child(2n) {
    border-right: none;
  }
}
/*Module Page Hero*/
.product-heros {
  transition: 0.25s all ease;
  position: relative;
  height: 550px;
  margin-top: -40px;
}
.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 7%;
  background-position: center;
  position: relative;
}
.product-heros .page-hero {
  position: absolute;
  top: -75px;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(26, 26, 26, 0.4);
}
@media screen and (min-width: 40em) {
  .product-heros .page-hero .overlay {
    background: rgba(26, 26, 26, 0.6);
  }
}
@media screen and (max-width: 39.9375em) {
  .page-hero .overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1028px) {
  .product-heros {
    height: 450px;
  }
  .page-hero {
    padding-top: 150px;
  }
}
@media (max-width: 728px) {
  .product-heros {
    height: 350px;
  }
  .page-hero {
    top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
/*Specific to the rotating hero on the product template*/
.rotating-hero {
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.page-hero.active {
  opacity: 1;
  pointer-events: all;
}
.page-hero .grid-container {
  position: relative;
}
.product-heros .grid-container {
  top: 50%;
  transform: translateY(-50%);
}
.page-hero .tagline {
  font-size: 30px;
  font-weight: bold;
}
.page-hero .logo {
  max-width: 43px;
  margin-bottom: 10px;
}
.page-hero .product-hero-wrapper {
  display: inline-block;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
}
.page-hero .product-icon-wrapper {
  width: 100%;
  float: left;
  margin-right: 3%;
  margin-top: 0;
  padding-bottom: 10px;
}
.page-hero .product-hero-title {
  width: 100%;
  float: right;
}
.page-hero h1 {
  max-width: 700px;
  font-size: 50px;
}
.page-hero .post-meta {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
.page-hero .post-meta a {
  color: #fff;
}
.page-hero .divider {
  padding-left: 5px;
  padding-right: 5px;
}
/*Page Hero Mobile*/
@media (max-width: 800px) {
  .page-hero .logo {
    max-width: 35px;
  }
  .page-hero {
    padding-top: 165px;
  }
  .page-hero h1 {
    font-size: 35px;
  }
  .page-hero .tagline {
    font-size: 20px;
  }
  .page-hero .product-icon-wrapper {
    width: 12%;
    float: left;
    padding-top: 10px;
  }
  .page-hero .product-hero-title {
    width: 83%;
    float: left;
  }
}
/*Product Template Specific*/
.single-products h3 {
  font-size: 36px;
  line-height: 1.2em;
}

.single-products img.logo {
  height: 50px;
}

@media (max-width: 1028px) {
  .single-products h3 {
    font-size: 28px;
  }
}
/*Module Two-Column Testimonial*/
.two-col-testimonial {
  padding-top: 50px;
  padding-bottom: 25px;
}
/*Columns (1-4)*/
.columns-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
  width: 100%;
}
.inner-bg {
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.columns-container + .columns-container {
  padding-top: 0;
}
.columns-container + .customer_testimonials {
  padding-top: 35px;
}

.columns-container ul {
  list-style: square;
  clear: left;
  margin-bottom: 35px;
}
.columns-container ul li {
  padding-bottom: 10px;
  padding-left: 10px;
}
.columns-container .has-bg-img,
.columns-container .has-bg-color {
  color: #fff;
  padding: 65px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.columns-container .has-bg-img .button,
.columns-container .has-bg-color .button {
  background: #fff;
  color: #1a1a1a;
}
.menu-position-wrapper + .columns-container {
  padding-top: 15px;
}
.columns-container .section-title {
  max-width: 800px;
}
.columns-container .section-title-icon {
  width: 5%;
  display: inline-block;
  margin-top: 15px;
  overflow: hidden;
  vertical-align: top;
}
.columns-container .section-title-icon + .section-title {
  width: 90%;
  display: inline-block;
  margin-left: 2%;
  overflow: hidden;
}
@media (max-width: 1028px) {
  .columns-container ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .columns-container {
    padding-bottom: 25px;
  }

  .columns-container .swap-order {
    order: 2;
  }
}
@media (max-width: 600px) {
  .columns-container + .columns-container {
    padding-bottom: 25px;
  }
  .columns-container:last-child {
    padding-bottom: 25px;
  }
  .columns-container + .columns-container + div:not.columns-container {
    margin-top: 25px;
  }
}

h1.section-title /*changed for industries single, check if change needed*/ {
  margin-bottom: 50px;
}
@media (min-width: 1028px) {
  .two-col-pad-right {
    padding-right: 25px;
  }
  .two-col-pad-left {
    padding-left: 25px;
  }
}
@media (max-width: 1028px) {
  .columns-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*FCF Logo Carousel*/
.carousel-logo-link {
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  height: calc((100vw - 110px) / 4);
  box-sizing: border-box;
  height: 275px;
  color: #1a1a1a !important;
}
.carousel-logo-link:hover {
  color: #1a1a1a;
}
.item img {
  margin: auto;
  max-height: 125px;
  width: auto;
}
.prev-arrow,
.next-arrow {
  position: absolute;
  top: calc(50% - 25px);
}
.prev-arrow img,
.next-arrow img {
  height: 40px;
  width: 20px;
}
.prev-arrow {
  left: -13px;
  transform: rotate(180deg);
}
.next-arrow {
  right: -13px;
}
.item-label {
  min-height: 3em;
}
.logo-carousel-alt {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-featured {
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  .content.has-global-menu .section-featured div.grid-container {
    padding-left: 0 !important;
  }
}
.icon-content {
  padding-left: 25px;
  padding-right: 10%;
}
/* grid-container class forces this */
@media (min-width: 1275px) {
  .item {
    height: calc((100vw - (100vw - 1275px) - 110px) / 4);
  }

  .prev-arrow {
    left: -20px;
  }

  .next-arrow {
    right: -20px;
  }
}
/*Content Carousel*/
.content-carousel .logo {
  max-width: 45px;
  padding-bottom: 20px;
}
.content-carousel .photo-box {
  height: 500px;
}
.slider-controls {
  display: flex;
  align-items: center;
  margin-top: -35px;
  width: 50%;
}
.slider-controls .slide-counter {
  margin: 0;
  margin-right: 30px;
}
.slider-controls .slick-dots {
  margin: 0;
  line-height: 0;
  height: 3px;
  padding-right: 10px;
}
.slider-controls .slider-prev {
  margin-right: 25px;
}
.slider-controls .slider-prev,
.slider-controls .slider-next,
.slider-controls .slick-dots {
  z-index: 20;
}
.slider-controls .slider-prev,
.slider-controls .slider-next {
  height: 30px;
  width: 27px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-controls .slider-prev {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right.svg);
  transform: rotateY(180deg);
}
.slider-controls .slider-prev.slick-disabled {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right-disabled.svg);
}
.slider-controls .slider-next {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right.svg);
}
.slider-controls .slider-next.slick-disabled {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right-disabled.svg);
}
.slick-dots {
  list-style: none;
  margin: -5px 0 0 75px;
  padding: 0;
  position: relative;
  z-index: 999;
  display: flex;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  width: 100%;
  max-width: 65px;
}
.slick-dots button {
  text-indent: -75px;
  overflow: hidden;
  height: 3px;
  width: 100%;
  background: #ededed;
  color: transparent;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.25s all ease;
}
.slick-dots button:hover {
  filter: brightness(80%);
}
.slick-dots .slick-active button {
  background: #1a1a1a;
}
.slide-counter {
  font-weight: bold;
  color: #ccc;
  margin-top: -35px;
  flex: 0 0 auto;
}
.slider-dots {
  flex: 1 1 auto;
}
/*Case Study Carousel Tablet*/
@media (max-width: 1028px) {
  .content-carousel .photo-box {
    height: 350px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 40px;
  }

  .slider-controls {
    width: 100%;
  }
}
@media (min-width: 40em) and (max-width: 1028px) {
  .content-carousel .cell {
    width: 100%;
  }
}
@media (max-width: 728px) {
  .content-carousel .photo-box {
    height: 250px;
    margin-top: 10px;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .slider-controls {
    display: inline-block;
    margin-top: 0;
  }
  .slider-dots {
    margin-bottom: 15px;
  }
}
/*Module Steps*/
.step-title,
.step-label {
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
}
.step-label {
  color: #d0d0d0;
  float: right;
  padding-right: 35px;
}
.process-steps-section .cell:nth-child(2) {
  padding-left: 25px;
}

/*Related Posts/Case Studies*/
.related-posts-section {
  padding-top: 35px;
  padding-bottom: 75px;
  display: inline-block;
  width: 100%;
}
.related-posts-section a {
  color: #fff;
}
.related-posts-section .section-title {
  margin-bottom: 50px;
}
.related-posts-section .related-post {
  background: #1a1a1a;
  color: #fff;
  height: 100%;
}
.page-template-template-customers .related-post {
  height: auto;
}
.page-template-template-customers .related-post {
  margin-bottom: 50px;
}
.page-template-template-customers .info-wrapper .photo-box-post-title,
.page-template-template-customers .info-wrapper h3 {
  width: 100%;
}
.related-post {
  position: relative;
}
.related-post .info-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.87);
}
.page-template-template-customers .slide-title {
  max-width: 700px;
  margin-bottom: 20px;
}
@media screen and (max-width: 39.99875em) {
  .related-posts-section .cell.large-6.medium-6.small-12:nth-child(n + 2) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .related-posts-section .cell.large-6.medium-6.small-12:nth-child(n + 3) {
    margin-top: 1.875rem;
  }
}
.related-post .photo-box {
  height: 500px;
}

.section-featured {
  padding-bottom: 75px;
}
/*Related Posts Section (Case Studies) Tablet*/
@media (max-width: 1028px) {
  .related-posts-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .related-posts-section .section-title {
    font-size: 45px;
  }
  .related-post .photo-box {
    height: 450px;
  }
}
@media (max-width: 728px) {
  .related-posts-section .section-title {
    font-size: 35px;
  }
}

/* c3 horizon card component*/
.c3-horizon-card {
  height: 100%;
}
.c3-horizon-card a {
  color: #1a1a1a;
}
.bg-black .c3-horizon-card a {
  border: 1px solid #787878;
}
.c3-horizon-card--image {
  overflow: hidden;
  position: relative;
  padding-top: calc((230 / 408) * 100%);
  background-color: #ccc;
}
.bg-black .c3-horizon-card--image {
  background: #1a1a1a;
  border: 0;
}
.c3-horizon-card--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  margin-top: 0;
}
.c3-horizon-card--info {
  border: 1px solid #ebebeb;
  border-top: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 32px 32px;
}
.bg-black .c3-horizon-card--info {
  background: #1a1a1a;
  border: 0;
  color: white;
}
.c3-horizon-card--time {
  color: hsl(0, 0%, 50%);
  font-size: 18px;
  font-weight: bold;
  /*line-height: 50px; too much space when wrapping*/
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 15px;
}
.c3-horizon-card--title {
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.c3-horizon-card--title a {
  color: #1a1a1a;
}
.c3-horizon-card--category {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c3-horizon-card--category-label {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8;
}
.c3-horizon-card--category-arrow {
  width: 21px;
  height: 12px;
}
.c3-horizon-card--category-arrow img {
  vertical-align: top;
}
.bg-black .c3-horizon-card--category-arrow img {
  filter: invert(1);
}
.c3-horizon-card--link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
  position: relative;
}
.c3-horizon-card--link:hover .c3-horizon-card--image img {
  transform: scale(1.05);
}
.c3-horizon-card--link:hover,
.c3-horizon-card--link:active {
  transition: color 0.3s;
  color: hsl(0, 0%, 30%);
}
.c3-horizon-card--link:hover .c3-horizon-card--category-arrow {
  transition: opacity 0.3s;
  opacity: 0.7;
}
.c3-horizon-card--prev,
.c3-horizon-card--next {
  cursor: pointer;
  outline: none;
  padding: 10px;
  position: absolute;
  top: calc(-1rem - 20px); /* position + button half height */
  transition: opacity 0.3s;
}
.c3-horizon-card--prev {
  right: calc(2rem + 128px); /* position + button width + my width */
  transform: translateX(-100%) translateY(-50%);
}
.c3-horizon-card--next {
  right: calc(2rem + 128px); /* position + button width */
  transform: translateY(-50%);
}
.c3-horizon-card--prev:hover,
.c3-horizon-card--next:hover {
  opacity: 0.7;
}
.c3-horizon-card--prev img,
.c3-horizon-card--next img {
  height: 22px;
  width: 14px;
}
.c3-horizon-card--view-all {
  display: flex;
  height: 0;
  justify-content: flex-end;
}
.c3-horizon-card--view-all-cta {
  align-items: center;
  display: flex;
  font-size: 16px !important;
  height: 40px;
  justify-content: center;
  margin-bottom: 0;
  margin-top: -1rem;
  padding: 0 !important;
  transform: translateY(-100%);
  width: 128px;
}
@media screen and (max-width: 39.99875em) {
  .c3-horizon-card {
    margin-bottom: 4vh;
    width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .c3-horizon-card--info {
    padding: 15px;
  }
  .c3-horizon-card--time {
    font-size: 14px;
    padding: 1vh 0 2vh;
  }
  .c3-horizon-card--title {
    font-size: 17px;
    line-height: 1.2;
  }
  .c3-horizon-card--wrapper .c3-horizon-card {
    padding-left: 1rem;
  }
  .c3-horizon-card--view-all-cta {
    font-size: 13px !important;
    height: 34px;
    margin-right: 2rem;
    margin-top: -29px;
    width: 107px;
  }
}
@media screen and (min-width: 40em) {
  .c3-horizon-card--wrapper .c3-horizon-card {
    margin-right: 1rem;
  }
  .c3-horizon-card--view-all-cta {
    margin-right: 1rem;
    margin-top: -36px;
  }
  .c3-horizon-card--prev,
  .c3-horizon-card--next {
    margin-top: -20px;
  }
}

.staggered-grid .cell:nth-child(even) {
  padding-top: 150px;
}
.staggered-grid .photo-box:nth-child(even) {
  margin-top: 50px;
}
.photo-box {
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.photo-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.info-wrapper {
  padding: 25px;
  color: #fff;
  display: inline-block;
  width: 100%;
  /* display: flex;
  	align-items: center;
  	justify-content: center;*/
}
.info-wrapper .photo-box-post-title,
.info-wrapper h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.info-wrapper .excerpt-description {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s all ease;
  padding-bottom: 0;
  background-image: url(../images/long-arrow-right-light.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25px auto;
  width: 100%;
}
.related-posts-section .related-post:hover .excerpt-description {
  max-height: 200px;
  padding-bottom: 40px;
}
.info-wrapper .photo-box-logo {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 50px;
}
.photo-box-logo img {
  width: 100px;
}
.photo-box-title,
.photo-box-post {
  width: 100%;
  float: left;
}
.photo-box-info-wrapper {
  background: #1a1a1a;
  color: #fff;
  padding: 45px;
}
.photo-box-info-wrapper .tagline {
  font-size: 14px;
}
.page-template-template-customers-php {
}
/*CTA Blocks (next steps)*/
.cta-section {
  background: #1a1a1a;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.cta-section a {
  text-decoration: none;
}
.cta-section .section-title {
  font-size: 56px;
  margin-bottom: 55px;
}
.cta-block {
  border-top: 3px solid #fff;
  padding-top: 18px;
  padding-bottom: 40px;
  max-width: 85%;
}
.cta-block a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  background-image: url(../images/long-arrow-right-light.svg);
  background-size: 25px auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: 0.25s background-position ease;
}
.cta-block a:hover {
  background-position: 15px bottom;
}
.cta-block h4 {
  font-weight: bold;
  font-size: 18px;
}
.cta-block p {
  opacity: 0.5;
}

@media (max-width: 1028px) {
  .cta-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cta-block {
    margin-bottom: 25px;
  }
  .cta-section:first-child {
    padding-top: 150px;
  }
}
@media (max-width: 728px) {
  .cta-section {
    padding-bottom: 50px;
  }
  .cta-section .section-title {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
/*Background Module*/
.background-color {
  padding-top: 25px;
}
@media (max-width: 767.98px) {
  .background-color {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* Industries CPT */

.single-industries .section-featured {
  padding-top: 80px;
}

div.body_three_fourth {
  width: 75%;
  margin-left: 25%;
}

@media screen and (max-width: 1023px) {
  div.body_three_fourth {
    width: 100%;
    margin-left: 0;
  }
}
.menu-position_wrapper + .title_photo_grid_section {
  margin-top: -25px;
}
.title_photo_grid_section .leftBorder {
  padding: 5px 10px;
  border-left: 1px solid #1a1a1a;
}
.title_photo_grid_section .hero_container {
  background-color: #1a1a1a;
  color: #fff;
}
/*.title_photo_grid_section img {
	max-width: 35px;
	margin-right: 15px;
	height: auto;
}*/
.title_photo_grid_section .hero_container .title_container {
  padding: 125px 50px 125px 50px;
}
.title_photo_grid_section h2 {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 1.3em;
}
.title_photo_grid_section p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
}
.title_photo_grid_section .photo-wrapper {
  height: 100%;
  width: 100%;
  /*width: 800px;*/
  background-size: cover;
}
.title_photo_grid_section .photo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
.title_photo_grid_section .title_container img {
  width: 40px;
  display: block;
  margin-bottom: 8px;
}
.title_photo_grid_section .button.hollow {
  border-color: #fff;
  color: #fff;
  font-weight: bold;
  border-width: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
  padding-right: 35px;
  position: relative;
}
.title_photo_grid_section .button.hollow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 25px;
  top: 30%;
}
.webinar_title_photo_grid_section.title_photo_grid_section .button.hollow {
  padding-left: 35px;
}
.webinar_title_photo_grid_section.title_photo_grid_section
  .button.hollow:before {
  display: none;
}
.title_photo_grid_section .button.hollow:hover {
  background: #fff;
  color: #1a1a1a;
}
.title_photo_grid_section .button.hollow:hover:before {
  border-color: transparent transparent transparent #1a1a1a;
}
@media (max-width: 1028px) {
  .title_photo_grid_section h2 {
    font-size: 32px;
  }
  .title_photo_grid_section .hero_container .title_container {
    padding: 75px 25px 75px 35px;
    width: 60%;
  }
  .title_photo_grid_section .hero_container .photo_container {
    width: 40%;
  }
}
@media (max-width: 728px) {
  .title_photo_grid_section h2 {
    font-size: 26px;
  }
  .title_photo_grid_section .hero_container .title_container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
  .title_photo_grid_section .hero_container .photo_container {
    width: 100%;
    height: 230px;
  }
}
.module_icon_blocks {
  padding-bottom: 50px;
  padding-top: 50px;
}
.columns-container + .module_icon_blocks {
  padding-top: 0;
}
.module_icon_blocks .section_title {
  margin-bottom: 30px;
}
.module_icon_blocks .application_card {
  margin-bottom: 75px;
  position: relative;
  /*see template specific - products*/
}
.module_icon_blocks .button-pad {
  padding-bottom: 95px;
}
.module_icon_blocks .application_card .button {
  position: absolute;
  bottom: 0;
}
.module_icon_blocks .logo_and_title {
  margin-bottom: 10px;
}
.module_icon_blocks .logo_and_title img {
  height: 35px;
  width: auto;
  margin: 0;
}
.module_icon_blocks .logo_and_title.left-align img {
  margin-bottom: 15px;
  float: left; /*maybe move this to setting like below*/
  margin-right: 10px;
}
.module_icon_blocks.left-align-img .logo_and_title img {
  float: left;
}
.module_icon_blocks .logo_and_title span {
  vertical-align: bottom;
  font-weight: bold;
  font-size: 20px;
}
.module_icon_blocks .description {
  font-size: 18px;
  padding-bottom: 25px;
  clear: left;
}
.module_icon_blocks h4 {
  padding-top: 10px;
}
@media (max-width: 1028px) {
  .module_icon_blocks .application_card {
    width: 31%;
    padding-bottom: 15px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .module_icon_blocks .application_card .description {
  }
}
@media (max-width: 1028px) {
  .module_icon_blocks .application_card {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .module_icon_blocks .application_card {
    width: 44%;
  }
  .module_icon_blocks {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .module_icon_blocks .application_card {
    width: 100%;
  }
}

/*Single Product Template Specific*/
.single-products .module_icon_blocks .logo_and_title img {
  display: block;
  float: none;
}
.single-products .module_icon_blocks .application_card {
  margin-bottom: 0;
}
/* Button is reused */
.learn-btn {
  border: 2px solid #1a1a1a;
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #1a1a1a;
}

.manufacturing_use_cases {
  background-color: #f5f5f5;
  /* padding-top: 100px; */
}

.content_carousel {
  margin: 75px 0;
}

.content_carousel .case_study_title {
  color: #ff0000;
  font-weight: 900;
  font-size: 36px;
}

.content_carousel .case_study_heading {
  font-weight: bold;
  font-size: 36px;
}

.content_carousel .case_study_description {
  font-size: 18px;
}

.content_carousel .case_study_image {
  max-height: 550px;
}

.customer_testimonials {
  padding-bottom: 75px;
  padding-top: 35px;
}
.background-color + .customer_testimonials {
  padding-top: 75px;
}
.customer_testimonials .logo-wrapper {
  height: 70px;
  width: 100%;
  float: left;
  padding-right: 20px;
  padding-top: 20px;
}
.customer_testimonials .logo-wrapper img {
  height: 60px;
  width: auto;
}
.customer_testimonials .title-wrapper {
  width: 100%;
  float: left;
}
.customer_testimonials .section-title {
  margin-bottom: 75px;
}
.customer_testimonials h4 {
  padding: 10px 0 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.customer_testimonials .main_title {
  margin-bottom: 50px;
}
.customer_testimonials .designation {
  font-size: 14px;
  margin-bottom: 20px;
}

.customer_testimonials .few_words {
  font-size: 18px;
}
/*Customer Testimonials - Laptop*/
@media (min-width: 1200px) {
  .customer_testimonials .grid-container.pad-right {
    padding-right: 150px;
  }
  .customer_testimonials.columns-Three .grid-container {
    padding-right: 1.75rem;
  }
}
/*Customer Testimonials Tablet*/
@media (max-width: 1028px) {
  .customer_testimonials {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .customer_testimonials .section-title {
    margin-bottom: 40px;
  }
}
.content.has-fixed-sidemenu,
.content.has-global-menu {
  position: relative;
  padding-top: 40px;
}
body.single-case_studies .content.has-global-menu {
  position: relative;
  padding-top: 0px;
}
.page-child .has-global-menu {
  /*margin-top: 85px;*
	/*flag: permanent solution*/
}
.fixed-menu {
  opacity: 0;
}
.fixed-menu.fixed-menu-fade-in {
  animation: fadeInMenu 400ms 400ms cubic-bezier(0.29, 0.64, 0.75, 0.39) both;
  margin-left: 0;
}
.section-menu {
  opacity: 0;
}
.section-menu.section-menu-fade-in {
  animation: fadeInMenu 400ms 400ms cubic-bezier(0.29, 0.64, 0.75, 0.39) both;
  margin-left: 0;
}
.fixed-menu + .widget_c3ai_social_share_widget {
  position: fixed;
  top: 600px;
  opacity: 0;
}
.fixed-menu.fixed-menu-fade-in + .widget_c3ai_social_share_widget {
  animation: fadeInMenu 400ms 400ms cubic-bezier(0.29, 0.64, 0.75, 0.39) both;
  margin-left: 0;
}
@keyframes fadeInMenu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.content.has-fixed-sidemenu *:not(.nav-footer-action) .grid-container,
.content.has-global-menu *:not(.nav-footer-action) .grid-container {
  padding-left: 300px;
}
.content.has-fixed-sidemenu .has-bg-img,
.content.has-global-menu .has-bg-img {
  margin-left: 250px;
  max-width: 1275px;
  margin: auto;
  display: block;
  background-position: 300px;
  padding: 65px;
  margin-bottom: 75px;
  padding-left: 350px;
}
.content.has-fixed-sidemenu .cta-section .grid-container,
.content.has-global-menu .cta-section .grid-container,
.content.has-fixed-sidemenu .has-bg-img .grid-container,
.content.has-global-menu .has-bg-img .grid-container,
.content.has-fixed-sidemenu .section-timeline .grid-container,
.content.has-global-menu .section-timeline .grid-container,
.content.has-fixed-sidemenu .footer .grid-container,
.content.has-global-menu .footer .grid-container {
  padding-left: 1.5em;
  z-index: 9;
}
.has-global-menu li a {
  border-left: 2px solid transparent;
}
@media (max-width: 767.98px) {
  .has-global-menu li a {
    border-left: 0;
  }
}
.has-global-menu .sub-menu .current-menu-item > a {
  color: #1a1a1a;
  font-weight: bold;
  border-left: 2px solid #1a1a1a;
}
.menu-position-wrapper {
  max-width: 1440px;
  margin: auto;
  padding-left: 30px;
  padding-right: 25px;
  height: 0;
  line-height: 0;
}
.section-menu {
  width: 250px;
  font-size: 16px;
  position: fixed;
  top: 150px;
  margin-top: -32px;
  opacity: 0;
  transition: 0.25s ease margin-top;
  z-index: 1;
}
.section-menu.scrolled-position {
  margin-top: -75px;
}
.section-menu.section-menu-fade-in {
  animation: fadeInMenu 400ms 400ms cubic-bezier(0.29, 0.64, 0.75, 0.39) both;
  margin-left: 0;
}
@keyframes fadeInMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-menu ul {
  list-style: none;
}
.section-menu li {
  width: 100%;
}
.section-menu ul ul {
  margin-left: 0;
  padding-left: 0;
}
.section-menu ul li a {
  border-left: 1px solid #ccc !important;
  color: #1a1a1a;
}

.single-case_studies .section-menu ul li.menu-item-28861 a {
  color: #1a1a1a;
  font-weight: bold;
  border-left-width: 3px !important;
}

/*.page-child .section-menu .current-page-ancestor a {
	border-width: 1px !important;
	border-left: 1px solid #ccc !important;
	color: #1a1a1a !important;
	font-weight: normal !important;
}*/
.section-menu ul ul li {
}
.section-menu ul ul a {
  color: #414141;
  font-size: 14px;
  padding-left: 25px;
}
.fixed-menu {
  color: #fff;
  list-style: none;
  top: 185px;
  font-size: 16px;
  z-index: 999999;
  border-left: 1px solid #666;
  position: fixed;
}
/*.fixed-menu.stick {
	position: fixed;
}*/
.fixed-menu li {
}
.fixed-menu a {
  color: #1a1a1a;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  margin-left: -2px;
  display: inline-block;
}
.fixed-menu .active {
  opacity: 1;
}
.fixed-menu .active {
  color: #1a1a1a;
  font-weight: bold;
  border-left: 3px solid #1a1a1a;
}
/* .single-products .fixed-menu li:first-child a {
    color: #fff;
    font-weight: bold;
    border-left: 3px solid #fff;
} */
a.jump-active {
  color: #1a1a1a;
  font-weight: bold;
  border-left: 3px solid #1a1a1a;
}
ul.jump-dark-bg {
  color: #fff;
  border-left-color: #fff;
}

.section-menu.jump-show-dark-icon img:nth-of-type(1) {
  display: none;
}
.section-menu.jump-show-dark-icon img:nth-of-type(2) {
  display: block;
}

.section-menu .jump-menu-fixed-icon-dark {
  display: none;
}

ul#menu-ex-machina.jump-dark-bg {
  color: #fff;
  border-left-color: #fff;
}

ul#menu-ex-machina li.jump-el-dark-bg a {
  color: #fff;
  border-left-color: #fff;
}

/*ul#menu-c3-ai-inventory-optimization.jump-dark-bg,
ul#menu-c3-ai-inventory-optimization.jump-dark-bg a,
ul#menu-c3-ai-inventory-optimization.jump-dark-bg li.current-menu-item a,
ul#menu-energy-management.jump-dark-bg,
ul#menu-energy-management.jump-dark-bg a,
ul#menu-energy-management.jump-dark-bg li.current-menu-item a,
ul#menu-production-schedule-optimization.jump-dark-bg,
ul#menu-production-schedule-optimization.jump-dark-bg a,
ul#menu-production-schedule-optimization.jump-dark-bg li.current-menu-item a {
	color: #fff;
	border-left-color: #fff;
}

ul#menu-c3-ai-inventory-optimization li.jump-el-dark-bg a,
ul#menu-energy-management li.jump-el-dark-bg a,
ul#menu-production-schedule-optimization li.jump-el-dark-bg a {
	color: #fff;
	border-left-color: #fff;
}

ul#menu-c3ai-readiness.jump-dark-bg,
ul#menu-enterprise-ai-for-manufactoring.jump-dark-bg,
ul#menu-enterprise-ai-for-manufacturing-product.jump-dark-bg,
ul#menu-c3-ai-inventory-optimization.jump-dark-bg,
ul#menu-production-schedule-optimization.jump-dark-bg,
ul#menu-energy-management.jump-dark-bg {
	color: #fff;
	border-left-color: #fff;
}

ul#menu-c3ai-readiness li.jump-el-dark-bg a,
ul#menu-enterprise-ai-for-manufactoring li.jump-el-dark-bg a,
ul#menu-enterprise-ai-for-manufacturing-product li.jump-el-dark-bg > a,
ul#menu-c3-ai-inventory-optimization li.jump-el-dark-bg > a,
ul#menu-production-schedule-optimization li.jump-el-dark-bg > a,
ul#menu-energy-management li.jump-el-dark-bg > a {
	color: #fff;
	border-left-color: #fff;
}*/

.section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.jump-el-dark-bg
  > a,
.products-template-default.single-products
  .section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.jump-el-dark-bg
  > a,
.industries-template-default.single-industries
  .section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.jump-el-dark-bg
  > a {
  color: #fff;
  border-left-color: #fff;
}

.section-menu .menu.sidenav-init-global-menu li a,
.products-template-default.single-products
  .section-menu
  .menu.sidenav-init-global-menu
  li
  a,
.industries-template-default.single-industries
  .section-menu
  .menu.sidenav-init-global-menu
  li
  a {
  padding: 0.5rem 1.55rem;
  line-height: inherit;
}

.section-menu .menu.sidenav-init-global-menu li.current-menu-item a,
.products-template-default.single-products
  .section-menu
  .menu.sidenav-init-global-menu
  li.current-menu-item
  > a,
.industries-template-default.single-industries
  .section-menu
  .menu.sidenav-init-global-menu
  li.current-menu-item
  > a {
  margin-left: -1px;
  border-left-width: 3px !important;
  font-weight: bold;
}

/*.products-template-default.single-products .section-menu .menu.sidenav-init-global-menu li.current-menu-item a:not(.jump-active):not([aria-current="page"]),
.industries-template-default.single-industries .section-menu .menu.sidenav-init-global-menu li.current-menu-item a:not(.jump-active):not([aria-current="page"]) {
	font-weight: 400;
}*/

.section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.current-menu-item.jump-el-dark-bg
  > a,
.products-template-default.single-products
  .section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.current-menu-item.jump-el-dark-bg
  > a,
.industries-template-default.single-industries
  .section-menu
  .menu.sidenav-init-global-menu.jump-dark-bg
  > li.current-menu-item.jump-el-dark-bg
  > a {
  color: #fff !important;
  border-left-color: #fff;
}

.section-menu
  .menu.sidenav-init-global-menu
  > li.current-menu-item
  ul.sub-menu
  .jump-el-dark-bg
  a,
.products-template-default.single-products
  .section-menu
  .menu.sidenav-init-global-menu
  > li.current-menu-item
  ul.sub-menu
  .jump-el-dark-bg
  a,
.industries-template-default.single-industries
  .section-menu
  .menu.sidenav-init-global-menu
  li.current-menu-item
  ul.sub-menu
  .jump-el-dark-bg
  a {
  color: #fff;
}

/*ul#menu-c3ai-readiness li.current-menu-item a,
ul#menu-enterprise-ai-for-manufactoring li.current-menu-item a,
ul#menu-enterprise-ai-for-manufacturing-product li.current-menu-item > a,
ul#menu-c3-ai-inventory-optimization li.current-menu-item > a,
ul#menu-c3-ai-glossary-terms li.current-menu-item > a,
ul#menu-production-schedule-optimization li.current-menu-item > a,
ul#menu-energy-management li.current-menu-item > a {
    color: #1a1a1a;
    font-weight: bold;
    border-left-width: 3px !important;
}

ul#menu-c3ai-readiness li.jump-el-dark-bg.current-menu-item a,
ul#menu-enterprise-ai-for-manufactoring li.jump-el-dark-bg.current-menu-item a,
ul#menu-enterprise-ai-for-manufacturing-product li.jump-el-dark-bg.current-menu-item > a,
ul#menu-c3-ai-inventory-optimization li.jump-el-dark-bg.current-menu-item > a,
ul#menu-c3-ai-glossary-terms li.jump-el-dark-bg.current-menu-item > a,
ul#menu-production-schedule-optimization li.jump-el-dark-bg.current-menu-item > a,
ul#menu-energy-management li.jump-el-dark-bg.current-menu-item > a {
	color: #fff;
	border-left-color: #fff;
    font-weight: bold;
    border-left-width: 3px !important;
    margin-left: -1px;
}

ul#menu-c3-ai-inventory-optimization li.menu-item.active > a,
ul#menu-energy-management li.menu-item.active > a,
ul#menu-production-schedule-optimization li.menu-item.active > a {
	!* color: #1a1a1a; *!
	border-left-color: #fff;
    font-weight: bold;
    border-left-width: 3px !important;
    margin-left: -1px;
}*/

ul#menu-covid-data-lake.jump-dark-bg {
  color: #fff;
  border-left-color: #fff;
}

ul#menu-covid-data-lake li.jump-el-dark-bg a {
  color: #fff;
  border-left-color: #fff;
}
ul#menu-covid-data-lake li.current-menu-item a {
  color: #1a1a1a;
  font-weight: bold;
  border-left-width: 3px !important;
}
ul#menu-covid-data-lake li.jump-el-dark-bg.current-menu-item a {
  color: #fff;
  border-left-color: #fff;
  font-weight: bold;
  border-left-width: 3px !important;
  margin-left: -1px;
}

.jump-el-dark-bg > a {
  color: #fff;
  border-left-color: #fff;
}
.jump-el-dark-bg > a.jump-active {
  color: #fff;
  border-left-color: #fff;
}
/* Extra spacing for subnav on C3 AI Suite children pages */
.parent-pageid-20412
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-20412
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container {
  padding-left: 350px;
}

/* Extra spacing for subnav on NEW C3 AI Suite children pages */
.parent-pageid-32767
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-32767
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-32770
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-32770
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-32876
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-32876
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-49292
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container {
  padding-left: 400px;
}

/* ul.jump-dark-bg a {
	color: #fff;
	border-left-color: #fff;
}
ul.jump-dark-bg a.jump-active {
	color: #fff;
	border-left-color: #fff;
} */
/*Fixed Menu Tablet*/
@media (max-width: 1028px) {
  .fixed-menu {
    top: 150px;
  }
  .content.has-fixed-sidemenu .has-bg-img,
  .content.has-global-menu .has-bg-img {
    margin-left: 200px;
    max-width: 1275px;
    margin: auto;
    display: block;
    background-position: 250px;
    padding: 65px;
    margin-bottom: 75px;
    padding-left: 350px;
  }
  .content.has-fixed-sidemenu .cta-section .grid-container,
  .content.has-global-menu .cta-section .grid-container,
  .content.has-fixed-sidemenu .has-bg-img .grid-container,
  .content.has-global-menu .has-bg-img .grid-container,
  .content.has-fixed-sidemenu .section-timeline .grid-container,
  .content.has-global-menu .section-timeline .grid-container,
  .content.has-fixed-sidemenu .footer .grid-container,
  .content.has-global-menu .footer .grid-container {
    padding-left: 1.5em;
  }
}
@media (max-width: 768px) {
  .fixed-menu,
  .section-menu {
    display: none;
    /*convert to dropdown*/
  }
  .content.has-fixed-sidemenu *:not(.nav-footer-action) .grid-container,
  .content.has-global-menu *:not(.nav-footer-action) .grid-container {
    padding-left: 1em !important;
  }
  .content.has-fixed-sidemenu .has-bg-img,
  .content.has-global-menu .has-bg-img {
    max-width: 1440px;
    padding-left: 1.5em; /*see defaults, top*/
  }
  .content.has-fixed-sidemenu .has-bg-img,
  .content.has-global-menu .has-bg-img {
    background-position: 0;
    margin-bottom: 0;
  }
}
.nav-footer-action {
  background: #1a1a1a;
  font-size: 44px;
  font-weight: 600;
  color: #aaa;
  padding: 100px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1028px) {
  .nav-footer-action {
    font-size: 34px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.nav-footer-action span {
  display: block;
  margin-bottom: 25px;
}

.nav-footer-action a {
  color: #fff;
  line-height: 1em;
}
.partner-logos-section {
  padding-top: 40px;
  padding-bottom: 140px;
}
.partner-logos-section .cell {
  /*border: 1px solid #292828;*/
  padding: 50px 15px;
  text-align: center;
  border-left: 0;
  border-top: 0;
  justify-content: center;
  align-self: center;
}
.partner-logos-section .has-logos .cell::nth-child(5n + 1) {
  border-right: 0;
}
.partner-logos-section h2 {
  margin-bottom: 50px;
}
.partner-logos-section .image-size-container {
  height: 30px;
}
.partner-logos-section .image-size-container img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .partner-logos-section {
    padding-top: 15px;
  }
  .partner-logos-section h2 {
    margin-bottom: 0;
  }
}
.background-start {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.standalone-title {
  padding-top: 50px;
}
/*Section Spacer*/
.section-spacer {
  display: inline-block;
  width: 100%;
}
.space-small {
  padding-top: 25px;
}
.space-medium {
  padding-top: 50px;
}
.space-large {
  padding-top: 75px;
}
.space-xl {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .space-small {
    padding-top: 15px;
  }
  .space-medium {
    padding-top: 25px;
  }
  .space-large {
    padding-top: 35px;
  }
  .space-xl {
    padding-top: 45px;
  }
}
/*social shares*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0;
  line-height: 1em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 2px 5px;
  background: #1a1a1a;
  font-size: 12px;
  margin: 0 10px 25px 0;
}
.resp-sharing-button:hover {
  opacity: 0.8;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
/*end social shares*/

/*Blog*/
.archive-title-search {
  padding-bottom: 25px;
}
.archive-title-search select {
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}
.blog_load_more {
  margin-top: 35px;
  margin-bottom: 50px;
}
.single-post .post-meta,
.single-resources_blog .post-meta {
  color: #fff;
  font-size: 18px;
}
.single-post .page-hero,
.single-resources_blog .page-hero {
  margin-bottom: 50px;
}
.single-post .related-posts,
.single-resources_blog .related-posts {
  padding: 50px 0;
}
.page-template-template-resources .page-title {
  padding-bottom: 50px;
  padding-top: 50px;
}
.page-template-template-resources .c3-horizon-card--title {
  padding-bottom: 0;
  padding-top: 10px;
}
.widgettitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.widget_categories a {
  color: #1a1a1a;
  padding: 5px 0 10px;
  display: inline-block;
}
.post-byline {
  font-size: 0.8em;
}
/*Blog*/
@media (max-width: 768px) {
  .archive-title-search select {
    margin-left: 0;
  }
  .archive-title-search .text-right {
    text-align: left;
  }
}
.search-icon-menu {
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/search-regular.svg) no-repeat 7px 10px;
  background-size: 18px auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  margin-left: 15px;
  transition: 0.25s opacity ease;
  cursor: pointer;
}
.search-icon-menu:hover {
  opacity: 0.5;
}
body.is-scrolling .light-header:not(.scrolling) .search-icon-menu {
  background-image: url(../images/search-light.svg);
}
.light-header.menu-hovered .search-icon-menu,
.header.light-header:hover .search-icon-menu {
  background-image: url(../images/search-regular.svg);
}
.header.light-header:hover .header--menu-item-line {
  background: #1a1a1a;
}
#searchModal[style*="display: block"] {
  animation: show-c3-search-modal 0.8s cubic-bezier(0.6, 0, 0.25, 1) forwards;
}
#searchModal[style*="display: block"] .c3-search-modal--grid-container {
  animation: show-c3-search-modal-container 0.3s 0.7s ease-in-out forwards;
}
@keyframes show-c3-search-modal {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes show-c3-search-modal-container {
  from {
    opacity: 0;
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c3-search-modal--grid-container {
  margin-top: 78px;
  opacity: 0;
  transform: translateY(1em);
}
.c3-search-modal--input-wrapper {
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  align-items: flex-end;
  display: flex;
}
.c3-search-modal--input,
.c3-search-modal--input:focus,
.search-field,
.search-field:focus {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 55px;
  font-weight: bold;
  height: 66px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  width: calc(100% - 172px);
}
.c3-search-modal--grid-container .screen-reader-text {
  text-indent: -200px;
  overflow: hidden;
  display: inline-block;
}
.c3-search-modal--input-desc {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 12px;
  margin-left: 12px;
  width: 160px;
  padding: 0;
  background: transparent;
  color: hsl(0, 0%, 50%);
  text-transform: uppercase;
}
.c3-search-modal--result {
  margin-top: 56px;
}
.c3-search-modal--result h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 59px;
}
.c3-search-modal--result a {
  color: #1a1a1a;
}
.c3-search-modal--result-info-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  opacity: 0.3;
  margin-top: 50px;
}
.c3-search-modal--result-info-label .search-query {
  font-style: oblique;
}
.custom-sidebar-content {
  padding-bottom: 15px;
}
/*Careers*/
.career_opportunities {
  background-color: #f6f6f6;
  padding: 50px;
  padding-bottom: 100px;
}
.career_opportunities + .columns-container {
  padding-top: 100px;
}
.career_opportunities > h3 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 50px;
}

.career_opportunities .custom-select-div {
  max-width: 325px;
  position: relative;
  margin-bottom: 20px;
}

.career_opportunities select#job_selector {
  width: 100%;
  display: none;
}

.career_opportunities .custom-select-div .select-selected {
  padding: 8px 16px;
  min-height: 44px;
  cursor: pointer;
  border: 2px solid #1a1a1a;
  background: transparent url("../images/chevron-down-solid-black.svg")
    no-repeat 97% 50%;
  background-size: 20px 20px;
  position: relative;
}

.career_opportunities .custom-select-div .select-arrow-active::after {
  content: "";
  position: absolute;
  margin-left: 80%;
  width: 18%;
  height: 100%;
  background: transparent url("../images/chevron-down-solid-black.svg")
    no-repeat 3% 50%;
  top: 0;
  left: 0;
  background-size: 20px 20px;
  transform: rotate(180deg);
  background-color: #f6f6f6;
}

.career_opportunities .custom-select-div .select-items {
  position: absolute;
  padding: 8px 16px;
  z-index: 10;
  background-color: #fff;
  height: 550px;
  overflow: auto;
  width: 100%;
  border-bottom: 1px solid #666;
}

.career_opportunities .custom-select-div .select-items > div:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}

.career_opportunities .custom-select-div .select-hide {
  display: none;
}

.career_opportunities .side_heading {
  color: #1a1a1a;
  opacity: 0.5;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 10px;
}

.career_opportunities .departments_container .current_department {
  opacity: 1;
}

.job-reveal {
  max-width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media (max-width: 800px) {
  .job-reveal {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .career_opportunities {
    padding: 50px 25px;
  }
  .career_opportunities + .columns-container {
    padding-top: 25px;
  }
}
.job-reveal iframe {
  border: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
.job-reveal .job-detail {
  width: 100%;
  height: 100%;
}

/* Column 2 in career_opportunities*/

.career_opportunities .job_video_container {
  margin-bottom: 30px;
}
.job_video_container .photo-box {
  height: 100%;
}
.job_video_container .c3-video--thumb:before {
  width: 48px;
  height: 48px;
}
.job_video_container .c3-video--thumb:after {
  border-width: 10px 0 10px 14px;
  right: 10px;
  bottom: 13px;
}
.job_video_container .video-grid > .cell {
  border-bottom: 10px solid #f6f6f6;
}
.job_video_container h4 {
  font-size: 17px;
  margin: 0 0 5px;
}
.job_video_container h5 {
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 15px;
}
.job_video_container .c3-video--thumb {
  height: 100%;
}
.career_opportunities .job_video_container video {
  width: 100%;
  height: 75%;
}

.career_opportunities .job_card {
  background-color: #fff;
  padding: 10px 15px;
  height: auto;
}

.career_opportunities .job_card h4.title {
  font-size: 24px;
  font-weight: bold;
}

.career_opportunities .job_card h6.location {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.career_opportunities .job_card p.description {
  font-size: 18px;
  margin: 0;
}

.career_opportunities .job_card p.text-right {
  margin: 0;
}

.career_opportunities .job_card p.text-right a.right_arrow {
  color: #1a1a1a;
}
.job_card a {
  color: #1a1a1a;
}
.career_opportunities .job_card a:hover {
  color: #1a1a1a;
}

.career_opportunities #jobBtnHolder button {
  display: none;
  padding: 15px 25px;
  border: 2px solid #1a1a1a;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.25s all ease;
}
.career_opportunities #jobBtnHolder button:hover {
  background: #1a1a1a;
  color: #fff;
}
.career_opportunities .job_card {
  padding: 35px;
}
.career_opportunities .job_card p.description {
  font-size: 16px;
}
.career_opportunities .job_card h4.title {
  margin-bottom: 10px;
}
.career_opportunities .job_card h6.location {
  font-weight: bold;
  margin-bottom: 15px;
}
.career_opportunities .job_card p.text-right {
  text-indent: -100px;
  background: url(/wp-content/themes/c3-ai-theme/assets/images/long-arrow-right.svg)
    no-repeat center right;
  background-size: contain;
}
.page-template-template-careers .career_opportunities .job_card p.text-right a {
  color: transparent;
}

.opportunity_card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

.opportunity_card h2.title {
  font-size: 24px;
  font-weight: bold;
}

.opportunity_card h6.location {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 500;
}

.opportunity_card p.description {
  font-size: 18px;
  margin: 0;
}

.opportunity_card p.text-right {
  margin-bottom: 0;
}

.opportunity_card a.right_arrow {
  font-size: 25px;
  line-height: 25px;
  color: #1a1a1a;
}
.page-template-template-careers .two-col-pad-right {
  padding-right: 0;
}
.page-template-template-careers .two-col-pad-left {
  padding-left: 0;
}
.page-template-template-careers .page-hero h1 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.page-template-template-careers .page-hero .button {
  line-height: 1.7em;
}
.page-template-template-careers .page-hero .button:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
@media (max-width: 1200px) {
  .customer_testimonials .grid-container.pad-right {
    padding-right: 25px;
  }
}
.page-template-template-careers .module_icon_blocks .application_card {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page-template-template-careers .background-start {
  /*check other templates for padding on this*/
  padding-top: 75px;
  padding-bottom: 25px;
}
.page-template-template-careers .section-timeline {
  background: #f5f5f5;
  color: #1a1a1a;
}
.job-reveal .close-button {
  top: 0.75rem;
  right: 0.75rem;
}
@media (max-width: 1200px) {
  .page-template-template-careers .section-timeline {
    display: none;
  }
}
@media (max-width: 1028px) {
  .career_opportunities {
    padding-left: 35px;
    padding-right: 35px;
  }
  .page-template-template-careers .module_icon_blocks .application_card {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .career_opportunities {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .career_opportunities .side_heading {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-careers .module_icon_blocks .application_card {
    margin-bottom: 0;
  }
  .page-template-template-careers .columns-container + .module_icon_blocks {
    margin-top: -65px;
  }
}
@media (max-width: 1180px) {
  .section-timeline {
    display: none !important;
    /*temporarily remove during mobile dev*/
  }
}
/*Resources Template*/
.featured-posts {
  padding-bottom: 40px;
}
.featured-posts dl.dropdown {
  z-index: auto;
}
.featured-posts dl.dropdown dd,
.featured-posts dl.dropdown dd ul {
  z-index: 2;
}
.section-module-leadership {
  padding-top: 150px;
  padding-bottom: 50px;
}
.section-module-leadership h3 {
  font-size: 24px;
  margin-bottom: 70px;
}
.section-module-leadership h4 {
  font-size: 24px;
  margin-top: 15px;
}
.leadership-hero .headshot img {
  max-width: 500px;
}
.hero-leadership {
  margin-top: 40px;
}
.hero-leadership h2 {
  margin-top: 75px;
  margin-bottom: 0;
}
.hero-leadership h4 {
  margin-top: 0;
}
.bio-card .bio-image {
  width: 35%;
  float: left;
}
.section-module-leadership .style-normal h4 {
  font-size: 16px;
}
@media (max-width: 928px) {
  .reveal.leadership-bio {
    width: 100% !important;
  }
  .reveal.leadership-bio h1 {
    margin-top: 25px;
  }
}

.team-grid img {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bio-card {
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.bio-card:focus,
.section-module-leadership .cell:focus {
  outline: none;
}
.bio-card p {
  max-width: 250px;
  margin-bottom: 0;
  line-height: 1.3em;
}
.bio-card h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.bio-card .bio-info {
  padding-left: 35px;
}
.bio-pop-title {
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 40px;
}
.hero-leadership h4 {
  line-height: 1.3em;
}
/*Leadership Tablet*/
@media (max-width: 768px) {
  .hero-leadership h4 {
    margin-top: 10px;
  }
  .section-module-leadership h3 {
    margin-bottom: 40px;
  }
  .section-module-leadership {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .team-grid:last-of-type {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .bio-card {
    font-size: 16px;
  }
  .bio-card .bio-info {
    padding-left: 20px;
    width: 55%;
  }
  .bio-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/*Search Results*/
.archive-title-search {
  margin-top: 50px;
}
/*Thought Leadership*/
.gde-frame {
  height: 850px;
}
blockquote {
  position: relative;
}
blockquote:before {
  content: "\201C";
  font-size: 80px;
  position: absolute;
  line-height: 12px;
}
.download-page-link {
  padding-right: 25px;
  background: url(../images/chevron-right-regular.svg) no-repeat right 38px;
  background-size: 8px auto;
  position: relative;
  padding: 30px 15px 20px 0;
  display: inline-block;
}
.add-gutter-left {
  padding-left: 25px;
}
.gde-text {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
}
.gde-text a {
  color: #1a1a1a;
}
.gallery-box {
  width: 100%;
  margin-right: -50px;
  height: 600px !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -75px;
  margin-left: 75px;
}
.gallery-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50%;
  width: calc(100% / 3);
  transition: background-image 1s ease-in-out;
}
.gallery-box {
  margin-bottom: -75px;
  margin-left: 75px;
}
.content-animated-gallery {
  margin-top: 75px;
  display: inline-block;
  width: 100%;
}
.content-animated-gallery + .background-start {
  margin-top: 0;
  padding-top: 25px;
}
.content-animated-gallery h1 {
  font-size: 52px;
  margin-bottom: 40px;
  margin-top: 35px;
}
@media (max-width: 1028px) {
  .content-animated-gallery {
    padding-bottom: 75px;
  }
  .content-animated-gallery h1 {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .add-gutter-left {
    padding-left: 0;
  }
}
.icon-column {
  padding-top: 30px;
  padding-bottom: 25px;
}
.icon-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1028px) {
  .content-animated-gallery h1 {
    font-size: 42px;
  }
  .icon-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .icon-column {
    padding-bottom: 0;
  }
}
#cookie-law-info-bar {
  line-height: 1.1em;
}
#cookie-law-info-bar .notice-left {
  width: 75%;
  float: left;
}
/* global style ===================== */
/* intro (do not show nav until application starts) */
body.home .header,
body.home #fp-nav {
  opacity: 0;
  transition: opacity 1s;
}
body.home.has-started .header,
body.home.has-started #fp-nav {
  opacity: 1;
}
/* header padding */
.top-bar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 26px;
}
@media (max-width: 1023.98px) {
  .top-bar {
    padding-top: 23px;
    padding-bottom: 13px;
  }
}
/* header logo */
.header .menu .button,
.header .menu a {
  transition: color 0.8s;
}
.header .logo-path {
  fill: #1a1a1a;
  transition: fill 0.8s;
}
.header.light-header .logo-path {
  fill: #fff;
}
.header.light-header:hover .logo-path {
  fill: #1a1a1a;
}
/* header menu search icon */
body:not(.is-scrolling) .light-header .search-icon-menu {
  background-image: url("/wp-content/themes/c3-ai-theme/assets/images/search-light.svg");
}
/* nav */
#fp-nav ul li a span,
#fp-nav ul li .fp-tooltip {
  top: 0 !important;
}
#fp-nav.dark-nav ul li .fp-tooltip {
  color: #1a1a1a;
}
#fp-nav.dark-nav ul li a span,
#fp-nav.dark-nav ul li:hover a span {
  background: #1a1a1a;
}
/*
 * @amy udpated ease when opening curtain animation in hero section
 * only show when page is load
 */
.transition-overlay.from-center:before,
.transition-overlay.from-center:after {
  transition: transform 1s cubic-bezier(1, 0, 0, 1);
}
.transition-overlay.from-center:before {
  transform-origin: 0 0;
}
.transition-overlay.from-center:after {
  transform-origin: 100% 0;
}
.transition-overlay.from-center.is-open:before,
.transition-overlay.from-center.is-open:after {
  transform: scaleX(0);
}
.section.active .transition-overlay.from-center:before,
.section.active .transition-overlay.from-center:after {
  width: 50%;
}
/*
 * @amy please remove any custom style `.fluid-width--with-breadcrumbs` in global and
 * use the below globally 🙏
 */
@media only screen and (max-width: 1640px) {
  .fluid-width--with-breadcrumbs {
    width: calc(100% - 70px + ((100vw - 1440px) * 70 / 200));
  }
}
@media only screen and (max-width: 1440px) {
  .fluid-width--with-breadcrumbs {
    width: calc(100% - 70px);
  }
}
.search .c3-horizon-card--title {
  margin-bottom: 10px;
}
.c3-horizon-card--excerpt {
  margin-bottom: 10px;
}
/* c3-horizon-card */
@media only screen and (max-height: 800px) {
  .c3-horizon-card--title {
    margin-bottom: 12px;
  }
}
/* c3-slide-button */
.button.hollow.white.c3-slide-button {
  border-color: transparent;
  color: transparent;
  display: inline-block;
  position: relative;
}
.button.hollow.white.c3-slide-button.is-show {
  border-color: #fff;
  color: #fff;
}
.button.hollow.white.c3-slide-button:not(.is-show) .button-triangle {
  visibility: hidden;
}
.button.hollow.white.c3-slide-button .c3-slide-button--bg {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.button.hollow.white.c3-slide-button.is-show .c3-slide-button--bg {
  transform-origin: 100% 0;
}

/* Global animations */
[data-reveal-animation="slide-up"] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
[data-reveal-animation="slide-up"].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-animation="slide-down"] {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
[data-reveal-animation="slide-down"].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-animation="expand"] {
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
[data-reveal-animation="expand"].is-visible {
  transform: scaleX(1);
}

[data-reveal-animation="slide-right"] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
[data-reveal-animation="slide-right"].is-visible {
  opacity: 1;
  transform: translateX(0);
}
[data-reveal-animation="slide-left"] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
[data-reveal-animation="slide-left"].is-visible {
  opacity: 1;
  transform: translateX(0);
}

[data-reveal-animation="reveal-right"].reveal-parent,
[data-reveal-animation="reveal-right"] .reveal-parent {
  position: relative;
  z-index: 50;
}
[data-reveal-animation="reveal-right"] .reveal-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: left 0.7s ease-in-out, width 0.7s ease-in-out;
  z-index: 100;
}
[data-reveal-animation="reveal-right"].is-visible .reveal-box {
  left: 100%;
  width: 0%;
}

/* Global classes */
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

/* end of global style ===================== */

/*Cookie Notice Plugin*/
#cookie-law-info-bar
  > span
  > div
  > div
  > div.cell.large-9.medium-9.small-12.text-left
  > p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

#cookie-law-info-bar > span > div > div > div.cell.large-3.medium-3.small-12 {
  text-align: left;
}

#cookie-law-info-bar > span > div > div > div.cell.large-3.medium-3.small-12 a {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  #cookie-law-info-bar
    > span
    > div
    > div
    > div.cell.large-3.medium-3.small-12
    a {
    text-align: center;
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  #cookie-law-info-bar > span > div > div > div.cell.large-3.medium-3.small-12 {
    margin-left: 6px;
  }
}

/* Accordian Styles */

@media (max-width: 1200px) {
  .c3_accord .col-content {
    display: block;
    padding: 27px 37px 78px;
  }
  .c3_accord .wt-image .col-text {
    max-width: 100%;
    margin-left: 0;
    padding-top: 30px;
    padding-right: 0;
  }
  .c3_accord .col-img {
    max-width: 100%;
  }
}

/* Publication Posts */

body.single-post-publication main {
  max-width: 1440px;
  /* max-width: 1240px;
	margin-left: auto !important;
	margin-right: auto !important; */
  background-color: #fff;
  margin-top: -260px;
  position: relative;
  z-index: 10;
  padding: 20px;
}

/* body.single-post-publication main:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	top: 0;
	left:0;
	box-shadow: 0px 4px 15px 5px rgba( 0, 0, 0, 0.5 );
	z-index: -1;
} */

body.single-post-publication .page-hero .overlay {
  background-color: #636363;
}

body.single-post-publication .post-publication-logo {
  width: 100%;
  display: block;
  padding: 10px;
  border-bottom: 4px solid black;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.single-post-publication .post-publication-logo img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

body.single-post-publication .post-byline,
body.single-resources_blog .post-byline {
  text-transform: none !important;
  font-weight: bold;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 60px !important;
  font-size: 16px;
  padding-bottom: 20px;
  font-style: italic !important;
}
.single-post-publication .page-hero.feat-image {
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 500px;
}
.single-post-publication .inner-content .main {
  position: relative;
  z-index: 3;
  padding: 50px;
  border-radius: 5px;
}
.single-post-publication .inner-content .main:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.36);
}
.single-post-publication .inner-content .main::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+30,ffffff+40&0+30,1+40 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 1) 40%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 1) 40%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 1) 40%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.single-post-publication .inner-content .main > * {
  position: relative;
  z-index: 3;
}
.single-post-publication .section-featured {
  padding-bottom: 0;
}
.single-post-publication .inner-content .main h1 {
  font-family: "Georgia", Times, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
}
body.single-post-publication main {
  margin-top: -400px;
}
body.single-post-publication .post-publication-logo,
body.single-post-publication .post-byline {
  border-bottom: 1px solid black;
}
.single-post-publication .c3-horizon-card--title {
  font-size: 20px;
  line-height: 28px;
}
.single-post-publication .c3-horizon-card--category-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.single-post-publication .post-byline,
small {
  font-size: 16px;
}
body.single-post-publication .post-publication-logo {
  padding: 0;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
body.single-post-publication .post-byline {
  margin-bottom: 50px;
}
body.single-post-publication .post-publication-logo img {
  /* max-width: 180px; */
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .single-post-publication .grid-margin-x > .small-12 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1028px) {
  .single-post-publication .inner-content .main h1 {
    font-size: 50px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .single-post-publication .related-posts {
    margin-left: -25px;
  }
  .single-post-publication .inner-content .main {
    padding: 25px;
  }
}

/* New News Archive */

.archive-posts-loop {
  background-color: #d7d7d7;
  padding-top: 80px;
}

.archive-posts-loop .cell {
  background-color: #ffffff;
}

.archive-posts-loop .cell .c3-horizon-card--image {
  margin-bottom: 20px;
}

.archive-posts-loop .cell .c3-horizon-card--info {
  position: relative;
}

.archive-posts-loop .cell .publication-logo {
  max-width: 75px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.archive-posts-loop .c3-horizon-card--title {
  font-family: "Georgia", Times, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: normal;
}

.archive-posts-loop .c3-horizon-card--time {
  font-size: 16px;
  font-weight: 500;
}

.single-post .cell .publication-logo,
.search-results .cell .publication-logo {
  max-width: 75px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.single-post .c3-horizon-card--time {
  font-size: 16px;
  font-weight: 500;
}

.page-template-template-resources .c3-horizon-card--category-arrow,
.single-resources_blog .c3-horizon-card--category-arrow {
  display: none;
}

.single-post .c3-horizon-card--title {
  font-family: "Georgia", Times, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: normal;
}

.single-post .c3-horizon-card--info,
.search-results .c3-horizon-card--info {
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 32px 32px;
}

.single-post .publication-logo img,
.search-results .publication-logo img {
  vertical-align: baseline;
}

.single-post .c3-horizon-card--category-label,
.search-results .c3-horizon-card--category-label {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8;
}

.single-post .cell .c3-horizon-card--image {
  margin-bottom: 20px;
}

.archive-posts-loop {
  background-color: #d7d7d7;
  padding-top: 80px;
}

.search-results .c3-horizon-card--title {
  margin-bottom: 20px;
}

.page-template-template-resources .c3-horizon-card--info,
.post-type-archive-resources_blog .c3-horizon-card--info,
.single-resources_blog .c3-horizon-card--info {
  border-top: 1px solid #ebebeb !important;
}

.single-post .page-hero h1 {
  font-size: 50px;
}
@media (max-width: 800px) {
  .single-post .page-hero h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 639px) {
  .blog h1 {
    margin-bottom: 10px;
  }

  .blog .archive-title-search {
    padding-bottom: 10px;
  }

  .archive-posts-loop {
    padding-top: 30px;
  }

  .archive-posts-loop h4 {
    margin-bottom: 0 !important;
  }
}

.product_card {
  min-height: 86px;
}

/* Share Videos */

.c3-share-video-wrapper {
  display: none;
}

.page-template-page-testimonials .c3-share-video-wrapper.is-visible,
.page-template-page-industry-insights .c3-share-video-wrapper.is-visible {
  display: flex !important;
  align-items: center;
}

.page-template-page-testimonials .cell,
.page-template-page-industry-insights .cell {
  position: relative;
}

.page-template-page-testimonials .c3-share-video-wrapper,
.page-template-page-industry-insights .c3-share-video-wrapper {
  position: absolute;
  top: 388px;
  right: 0;
}
.page-template-page-testimonials .c3-share-video-wrapper a,
.page-template-page-industry-insights .c3-share-video-wrapper a {
  height: 17px;
  width: 75px;
  margin-left: 1rem;
}

.page-template-page-testimonials
  .c3-share-video-wrapper
  a:hover
  .c3-share-video-icon
  .cls-1,
.page-template-page-testimonials
  .c3-share-video-wrapper
  a:hover
  .c3-share-video-icon
  .cls-2,
.page-template-page-industry-insights
  .c3-share-video-wrapper
  a:hover
  .c3-share-video-icon
  .cls-1,
.page-template-page-industry-insights
  .c3-share-video-wrapper
  a:hover
  .c3-share-video-icon
  .cls-2 {
  fill: #1a1a1a;
  transition: 0.25s all ease;
}

/* /Share Videos */

.parent-pageid-20412 .section-menu {
  opacity: 1 !important;
}

/* Webinar & Podcast Archives Page Styles */

.post-type-archive-webinar h1 {
  font-size: 45px;
}

.post-type-archive-webinar .logo {
  margin-bottom: 30px;
}

.post-type-archive-webinar .archive-webinar-hero {
  margin-top: 60px;
  margin-bottom: 120px;
}

.page-hero.archive-webinar-featured {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-hero.archive-webinar-featured #c3-hero-subtitle p {
  margin-bottom: 0;
}

.page-hero.archive-webinar-featured
  #c3-hero-subtitle
  p.c3-featured-webinar-date {
  font-size: 14px;
}

.page-hero.archive-webinar-featured .button.hollow {
  padding: 20px 60px;
}

.page-hero.archive-webinar-featured #c3-hero-subtitle {
  margin-bottom: 30px;
}

.post-type-archive-webinar .c3-horizon-card--title {
  margin-top: 15px;
  margin-bottom: 80px;
}

.post-type-archive-webinar .c3-horizon-card--time {
  font-weight: normal;
  font-size: 14px;
}

/*.post-type-archive-webinar .c3-horizon-card--category {
    color: hsl(0, 0%, 50%);
}*/

.post-type-archive-webinar
  .archive-webinar-hero
  .title_photo_grid_section
  .hero_container
  .title_container {
  padding: 60px;
}

.post-type-archive-webinar #c3-hero-subtitle p {
  display: inline-block;
  font-size: 16px;
}

.post-type-archive-webinar #c3-hero-subtitle .c3-featured-webinar-date::before {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
}

.post-type-archive-webinar .title_photo_grid_section h2 {
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1.3em;
}

.post-type-archive-webinar .button.white:hover {
  opacity: 1;
}

@media (min-width: 1028px) {
  .page-hero.archive-webinar-featured .grid-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 768px) {
  .post-type-archive-webinar
    .archive-webinar-hero
    .title_photo_grid_section
    .hero_container
    .title_container {
    padding: 30px;
  }
  .post-type-archive-webinar h2 {
    font-size: 26px;
  }
  .post-type-archive-webinar
    #c3-hero-subtitle
    .c3-featured-webinar-date::before {
    content: "";
    margin: 0;
  }
  .post-type-archive-webinar .section-featured .c3-horizon-card--title {
    margin-bottom: 12px;
  }
  .post-type-archive-webinar .archive-webinar-hero {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .post-type-archive-webinar .archive-title-search {
    margin-top: 0;
  }
}

@media (max-width: 39.99875em) {
  .post-type-archive-webinar .c3-horizon-card--title {
    height: auto;
  }
  .post-type-archive-webinar .c3-horizon-card--info {
    height: auto;
  }
  .post-type-archive-webinar .c3-horizon-card {
    margin-bottom: 1vh;
  }
  .post-type-archive-webinar .c3-horizon-card {
    margin-bottom: 4vh;
    width: calc(100vw - 3rem);
  }
  .post-type-archive-webinar h1 {
    font-size: 28px;
  }
}

/* Webinars & Podcasts Single Pages */

#single-webinar-content-wrapper .grid-container,
#single-podcasts-content-wrapper .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.single-webinar #c3-form-wrapper,
.single-podcasts #c3-form-wrapper {
  padding: 40px;
  background-color: #f6f6f6;
  border: solid 1px #cbcbcb;
}

.single-webinar form.mktoForm input[type="text"],
.single-webinar form.mktoForm input[type="email"],
.single-podcasts form.mktoForm input[type="text"],
.single-podcasts form.mktoForm input[type="email"] {
  width: 100% !important;
  line-height: 1.2em;
  height: 30px;
  margin-bottom: 0 !important;
  background-color: transparent;
}

.single-webinar h1,
.single-podcasts h1 {
  font-size: 50px;
  line-height: 60px;
}

.single-webinar .c3-pipe,
.single-podcasts .c3-pipe {
  margin-left: 15px;
  margin-right: 15px;
}

.single-webinar .page-hero .logo,
.single-podcasts .page-hero .logo {
  width: 300px;
  margin-right: 1.25rem;
  margin-bottom: 30px;
}

#single-webinar-content-wrapper,
#single-podcasts-content-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

#single-webinar-content-wrapper .columns-container,
#single-podcasts-content-wrapper .columns-container {
  padding-top: 0;
}

#single-webinar-content-wrapper .columns-container .grid-container,
#single-podcasts-content-wrapper .columns-container .grid-container {
  padding-top: 0;
}

.single-webinar .page-hero,
.single-podcasts .page-hero {
  padding-bottom: 100px;
  padding-top: 150px;
  margin-bottom: 120px;
}

#single-webinar-content-wrapper,
#single-webinar-upcoming-wrapper,
#single-podcasts-upcoming-wrapper {
  margin-bottom: 80px;
}

.post-type-archive-webinar .chip,
#single-webinar-upcoming-wrapper .chip,
#single-webinar-content-wrapper .chip,
#single-podcasts-upcoming-wrapper .chip {
  margin-left: 0;
  margin-bottom: 0.75rem;
}

.post-type-archive-webinar .c3-horizon-card--time,
#single-webinar-content-wrapper .c3-horizon-card--time,
#single-webinar-upcoming-wrapper .c3-horizon-card--time,
#single-podcasts-upcoming-wrapper .c3-horizon-card--time {
  height: 100%;
  padding-bottom: 35px;
  order: 3;
  font-size: 12px;
  font-weight: 400;
}

.post-type-archive-webinar .c3-horizon-card--title,
#single-webinar-content-wrapper .c3-horizon-card--title,
#single-webinar-upcoming-wrapper .c3-horizon-card--title,
#single-podcasts-upcoming-wrapper .c3-horizon-card--title {
  height: unset;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  order: 2;
}

.post-type-archive-webinar .c3-horizon-card--category,
#single-webinar-content-wrapper .c3-horizon-card--category,
#single-webinar-upcoming-wrapper .c3-horizon-card--category,
#single-podcasts-upcoming-wrapper .c3-horizon-card--category {
  order: 4;
}

#single-webinar-content-wrapper video,
#single-webinar-content-wrapper iframe,
#single-podcasts-content-wrapper video,
#single-podcasts-content-wrapper iframe {
  margin-top: 0;
  box-shadow: 0 0 15px #ddd;
}

#single-webinar-content-wrapper .columns-container .responsive-embed,
#single-podcasts-content-wrapper .columns-container .responsive-embed {
  box-shadow: initial;
}

.webinars--view-all-cta,
.podcasts--view-all-cta {
  font-size: 16px !important;
  padding: 10px !important;
}

.single-webinar #single-webinar-content-wrapper,
.single-podcasts #single-podcasts-content-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.single-webinar #webinar-coming-soon,
.single-podcasts #podcasts-coming-soon {
  background-color: #ccc;
  min-height: 75vh;
  position: relative;
  text-align: center;
}

.single-webinar #webinar-coming-soon .text-wrapper,
.single-podcasts #podcasts-coming-soon .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}

.single-webinar #webinar-coming-soon p,
.single-podcasts #podcasts-coming-soon p {
  font-size: 30px;
  line-height: 42px;
  font-weight: bolder;
  color: #979797;
}

.single-webinar #c3-form-wrapper > p:nth-child(3) {
  margin-top: 50px;
}

@media print, screen and (max-width: 1024px) {
  .single-webinar .grid-margin-x > .medium-6,
  .single-podcasts .grid-margin-x > .medium-6 {
    width: calc(100%);
  }
  .single-webinar .page-hero,
  .single-podcasts .page-hero {
    margin-bottom: 80px;
  }
  .single-webinar #c3-form-wrapper > p:nth-child(1),
  .single-podcasts #c3-form-wrapper > p:nth-child(1) {
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
  .single-webinar .grid-margin-x,
  .single-podcasts .grid-margin-x {
    margin-left: 0;
    margin-right: 0;
  }
  #single-webinar-content-wrapper > div > div > div,
  #single-webinar-content-wrapper > .columns-container,
  #single-podcasts-content-wrapper > div > div > div,
  #single-podcasts-content-wrapper > .columns-container {
    margin: 0 -15px;
  }
  .single-webinar #webinar-coming-soon p,
  .single-podcasts #podcasts-coming-soon p {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (min-width: 1025px) {
  .single-webinar #single-webinar-content-wrapper,
  .single-podcasts #single-podcasts-content-wrapper {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (max-width: 768px) {
  .single-webinar .page-hero h1,
  .single-podcasts .page-hero h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .single-webinar .archive-title-search .text-right,
  .single-podcasts .archive-title-search .text-right {
    text-align: right;
  }
}

@media (max-width: 39.99875em) {
  .single-webinar .archive-title-search .text-right,
  .single-podcasts .archive-title-search .text-right {
    text-align: left;
  }
  .single-webinar #c3-form-wrapper,
  .single-podcasts #c3-form-wrapper {
    padding: 0;
    background-color: #fff;
    border: 0;
  }
  .single-webinar .c3-horizon-card--title,
  .single-podcasts .c3-horizon-card--title {
    height: auto;
  }
  .single-webinar .c3-horizon-card--info,
  .single-podcasts .c3-horizon-card--info {
    height: auto;
  }
  .single-webinar .c3-horizon-card,
  .single-podcasts .c3-horizon-card {
    margin-bottom: 1vh;
    width: calc(100%);
  }
  .single-webinar .mktoForm,
  .single-podcasts .mktoForm {
    padding: 0;
  }
  .single-webinar .archive-title-search,
  .single-podcasts .archive-title-search {
    margin-top: 0;
  }
}

/* Webinar Thank You */

.single-webinar.postid-30714 svg {
  vertical-align: inherit;
}

.single-webinar.postid-30714 a.c3-hyperlink::after {
  display: none;
  background-image: none;
}

/* Webinar Thank You */

/* Enterprise AI Side Nav Styles */
/* Also for What is Machine Learning pages */
/* Also for What is Generative AI? pages */

/* #menu-enterprise-ai .menu-item:nth-child(1),
#menu-what-is-generative-ai .menu-item:nth-child(1), */
#menu-glossary .menu-item:nth-child(1) {
  border-top: 2px solid #cccccc;
  padding-top: 15px;
}

#menu-machine-learning .menu-item:nth-child(1) {
  border-top: 2px solid #cccccc;
  padding-top: 10px;
}

.has-custom-accordion .section-menu > div > ul .menu-item:nth-child(1) {
  border-top: 2px solid #cccccc;
  padding-top: 10px;
}

#menu-enterprise-ai .sub-menu .menu-item:nth-child(1),
#menu-what-is-generative-ai .sub-menu .menu-item:nth-child(1),
#menu-machine-learning .sub-menu .menu-item:nth-child(1),
#menu-glossary .sub-menu .menu-item:nth-child(1),
.has-custom-accordion
  .section-menu
  > div
  > ul
  .sub-menu
  .menu-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

#menu-machine-learning .menu-item-has-children,
#menu-glossary .menu-item-has-children {
  padding-top: 15px;
  position: relative;
}

#menu-enterprise-ai .menu-item-has-children,
#menu-what-is-generative-ai .menu-item-has-children {
  padding-top: 0;
  position: relative;
}

#menu-enterprise-ai > .current_page_item,
#menu-enterprise-ai > .current_page_parent,
#menu-what-is-generative-ai > .current_page_item,
#menu-what-is-generative-ai > .current_page_parent,
#menu-machine-learning > .current_page_item,
#menu-machine-learning > .current_page_parent,
#menu-glossary > .current_page_item,
#menu-glossary > .current_page_parent,
.has-custom-accordion .section-menu > div > ul > .current_page_item,
.has-custom-accordion .section-menu > div > ul > .current_page_parent {
  font-weight: bold;
}

#menu-enterprise-ai > .menu-item-has-children .sub-menu,
#menu-what-is-generative-ai > .menu-item-has-children .sub-menu,
#menu-machine-learning > .menu-item-has-children .sub-menu,
#menu-glossary > .menu-item-has-children .sub-menu,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > .menu-item-has-children
  .sub-menu {
  margin-top: 15px;
}

.section-menu ul#menu-enterprise-ai li a,
.section-menu ul#menu-what-is-generative-ai li a,
.section-menu ul#menu-machine-learning li a,
.section-menu ul#menu-glossary li a,
.has-custom-accordion .section-menu > div > ul li a {
  border-left: 0 !important;
  padding-left: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

ul#menu-enterprise-ai .sub-menu li a,
ul#menu-what-is-generative-ai .sub-menu li a,
ul#menu-machine-learning .sub-menu li a,
ul#menu-glossary .sub-menu li a,
.has-custom-accordion .section-menu > div > ul .sub-menu li a {
  border-left: solid 1px #cccccc !important;
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 0px;
  line-height: 1.2em;
  max-width: 94%;
  font-size: 12px;
}

ul#menu-enterprise-ai .sub-menu li.active a,
ul#menu-what-is-generative-ai .sub-menu li.active a,
ul#menu-machine-learning .sub-menu li.active a,
ul#menu-glossary .sub-menu li.active a,
.has-custom-accordion .section-menu > div > ul .sub-menu li.active a {
  border-left: solid 2px #1a1a1a !important;
}

ul#menu-enterprise-ai .sub-menu li.menu-item.active a,
ul#menu-what-is-generative-ai .sub-menu li.menu-item.active a,
ul#menu-machine-learning .sub-menu li.menu-item.active a,
ul#menu-glossary .sub-menu li.menu-item.active a,
.has-custom-accordion .section-menu > div > ul .sub-menu li.menu-item.active a {
  font-weight: bold;
}

ul#menu-machine-learning .sub-menu,
ul#menu-glossary .sub-menu,
.has-custom-accordion .section-menu > div > ul .sub-menu {
  margin-bottom: 0px;
}

ul#menu-enterprise-ai .sub-menu,
ul#menu-what-is-generative-ai .sub-menu {
  margin-bottom: 15px;
}

/*ul#menu-enterprise-ai > .menu-item,
ul#menu-what-is-generative-ai > .menu-item,*/
ul#menu-glossary-ai > .menu-item,
.has-custom-accordion .section-menu > div > ul > .menu-item {
  border-bottom: 2px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

ul#menu-machine-learning > .menu-item {
  border-bottom: 2px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}

#menu-enterprise-ai .menu-item-has-children:last-child,
#menu-what-is-generative-ai .menu-item-has-children:last-child,
#menu-machine-learning .menu-item-has-children:last-child,
#menu-glossary .menu-item-has-children:last-child,
.has-custom-accordion
  .section-menu
  > div
  > ul
  .menu-item-has-children:last-child {
  border-top: 0;
}

.menu.sidenav-init-global-menu li.sidenav-box {
  margin-top: 1rem;
  padding: 1.25rem 1.5rem !important;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc !important;
  color: #979797;
  transition: 0.3s all;
}
.menu.sidenav-init-global-menu li.sidenav-box:hover {
  background-color: #ccc;
  filter: invert(1) brightness(3);
}

.menu.sidenav-init-global-menu li.sidenav-box a {
  position: initial !important;
  color: inherit;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.25;
}
.menu.sidenav-init-global-menu li.sidenav-box a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

/* Sidenav coloring */
.js-sidenav {
  position: sticky;
  min-width: 200px;
  top: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  z-index: 99;
}
.js-sidenav > svg {
  position: absolute;
  top: 0;
  left: 0;
}
.js-sidenav ul:not(.clone) {
  opacity: 0.99;
}
.js-sidenav ul.clone {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
}
.js-sidenav ul.clone li a {
  color: white !important;
}
.js-sidenav .jump-active {
  font-weight: bold;
}
/* END Sidenav coloring */

/*  AI Suite Side Nav Styles */

.section-menu ul#menu-c3-ai-suite .menu-item:nth-child(1) {
  border-top: 2px solid #cccccc;
  padding-top: 30px;
}

.section-menu ul#menu-c3-ai-suite .sub-menu .menu-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

.section-menu ul#menu-c3-ai-suite .menu-item-has-children {
  padding-top: 30px;
}

.section-menu ul#menu-c3-ai-suite > .current_page_item,
.section-menu ul#menu-c3-ai-suite > .current_page_parent {
  font-weight: bold;
}

.section-menu ul#menu-c3-ai-suite > .menu-item-has-children .sub-menu {
  margin-top: 15px;
}

.section-menu ul#menu-c3-ai-suite li a {
  border-left: 0 !important;
  padding-left: 0;
  max-width: 100%;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 20px;
  max-width: none;
}

.section-menu ul#menu-c3-ai-suite .sub-menu li a {
  border-left: solid 1px #cccccc !important;
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 0px;
  line-height: 1em;
  max-width: 94%;
}

.section-menu ul#menu-c3-ai-suite .sub-menu li.active a {
  border-left: solid 2px #1a1a1a !important;
}

.section-menu ul#menu-c3-ai-suite .sub-menu li.menu-item.active a {
  font-weight: bold;
}

.section-menu ul#menu-c3-ai-suite .sub-menu {
  margin-bottom: 0px;
}

.section-menu ul#menu-c3-ai-suite > .menu-item {
  border-bottom: 2px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#menu-c3-ai-suite .menu-item-has-children:last-child {
  border-top: 0;
}

.menu-position-wrapper + .columns-container#c3-cta-book {
  padding-top: 0;
}

/* / End Enterprise AI Side Nav Styles */

/* Extra spacing for subnav on Enterprise AI children pages */
/* Also for What is Machine Learning pages */
/* Also "What is Generative AI?" pages. */
.parent-pageid-31230
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-31230
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-57376
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-57376
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-56882
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-56882
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-31304
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-31304
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-31379
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-31379
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-31366
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-31366
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.page-id-40702
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-40702
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34727
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34675
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34744
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34742
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34740
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34738
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34736
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.parent-pageid-34725
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container {
  padding-left: 350px;
}

/* Enterprise AI Side Nav positioning */
/* Also "What is Machine Learning" pages. */
/* Also "What is Generative AI?" pages. */
.page-id-31230 .section-menu,
.parent-pageid-31230 .section-menu,
.page-id-57376 .section-menu,
.parent-pageid-57376 .section-menu,
.page-id-56882 .section-menu,
.parent-pageid-56882 .section-menu,
.page-id-31304 .section-menu,
.parent-pageid-31304 .section-menu,
.page-id-31379 .section-menu,
.parent-pageid-31379 .section-menu,
.page-id-31366 .section-menu,
.parent-pageid-31366 .section-menu,
.page-id-31576 .section-menu,
.parent-pageid-31576 .section-menu,
.page-id-31596 .section-menu,
.parent-pageid-31596 .section-menu,
.page-id-40702 .section-menu,
.parent-pageid-40702 .section-menu {
  position: absolute;
  top: 80px !important;
}

.page-id-31230 .section-menu.scrolled-position,
.parent-pageid-31230 .section-menu.scrolled-position,
.page-id-57376 .section-menu.scrolled-position,
.parent-pageid-57376 .section-menu.scrolled-position,
.page-id-56882 .section-menu.scrolled-position,
.parent-pageid-56882 .section-menu.scrolled-position,
.page-id-31304 .section-menu.scrolled-position,
.parent-pageid-31304 .section-menu.scrolled-position,
.page-id-31379 .section-menu.scrolled-position,
.parent-pageid-31379 .section-menu.scrolled-position,
.page-id-31366 .section-menu.scrolled-position,
.parent-pageid-31366 .section-menu.scrolled-position,
.page-id-31576 .section-menu.scrolled-position,
.parent-pageid-31576 .section-menu.scrolled-position,
.page-id-31596 .section-menu.scrolled-position,
.parent-pageid-31596 .section-menu.scrolled-position,
.page-id-40702 .section-menu.scrolled-position,
.parent-pageid-40702 .section-menu.scrolled-position {
  position: absolute;
  top: 80px;
  margin-top: 0 !important;
}

/* / End Enterprise AI Side Nav positioning */

#menu-glossary > li.menu-item-has-children::after,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg) translateY(0) !important;
  -moz-transform: rotate(90deg) translateY(0) !important;
  -o-transform: rotate(90deg) translateY(0) !important;
  -ms-transform: rotate(90deg) translateY(0) !important;
  transform: rotate(90deg) translateY(0) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  background-size: contain;
  z-index: 0;
}

#menu-enterprise-ai > li.menu-item-has-children::after,
#menu-what-is-generative-ai > li.menu-item-has-children::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg) translateY(0) !important;
  -moz-transform: rotate(90deg) translateY(0) !important;
  -o-transform: rotate(90deg) translateY(0) !important;
  -ms-transform: rotate(90deg) translateY(0) !important;
  transform: rotate(90deg) translateY(0) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  background-size: contain;
  z-index: 0;
}

#menu-machine-learning > li.menu-item-has-children::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg) translateY(0) !important;
  -moz-transform: rotate(90deg) translateY(0) !important;
  -o-transform: rotate(90deg) translateY(0) !important;
  -ms-transform: rotate(90deg) translateY(0) !important;
  transform: rotate(90deg) translateY(0) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
  background-size: contain;
  z-index: 0;
}

#menu-machine-learning > li.menu-item-has-children.sub-menu-collapsed::after,
#menu-glossary > li.menu-item-has-children.sub-menu-collapsed::after,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children.sub-menu-collapsed::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) translateY(-5px) !important;
  -moz-transform: rotate(0deg) translateY(-5px) !important;
  -o-transform: rotate(0deg) translateY(-5px) !important;
  -ms-transform: rotate(0deg) translateY(-5px) !important;
  transform: rotate(0deg) translateY(-5px) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  background-size: contain;
}

#menu-enterprise-ai > li.menu-item-has-children.sub-menu-collapsed::after,
#menu-what-is-generative-ai
  > li.menu-item-has-children.sub-menu-collapsed::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) translateY(-5px) !important;
  -moz-transform: rotate(0deg) translateY(-5px) !important;
  -o-transform: rotate(0deg) translateY(-5px) !important;
  -ms-transform: rotate(0deg) translateY(-5px) !important;
  transform: rotate(0deg) translateY(-5px) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  background-size: contain;
}

#menu-machine-learning > li.menu-item-has-children.sub-menu-collapsed::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) translateY(-5px) !important;
  -moz-transform: rotate(0deg) translateY(-5px) !important;
  -o-transform: rotate(0deg) translateY(-5px) !important;
  -ms-transform: rotate(0deg) translateY(-5px) !important;
  transform: rotate(0deg) translateY(-5px) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
  background-size: contain;
}

#menu-glossary > li.menu-item-has-children.sub-menu-collapsed::after,
#menu-glossary > li.menu-item-has-children::after,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children.sub-menu-collapsed::after,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children::after {
  top: 30px !important;
}

.section-menu ul#menu-enterprise-ai .sub-menu-collapsed .sub-menu,
.section-menu ul#menu-what-is-generative-ai .sub-menu-collapsed .sub-menu,
.section-menu ul#menu-machine-learning .sub-menu-collapsed .sub-menu,
.section-menu ul#menu-glossary .sub-menu-collapsed .sub-menu,
.has-custom-accordion .section-menu > div > ul .sub-menu-collapsed .sub-menu {
  display: none;
}

#menu-c3-ai-suite > li.menu-item-has-children::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg) translateY(0) !important;
  -moz-transform: rotate(90deg) translateY(0) !important;
  -o-transform: rotate(90deg) translateY(0) !important;
  -ms-transform: rotate(90deg) translateY(0) !important;
  transform: rotate(90deg) translateY(0) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  background-size: contain;
  z-index: 0;
}

#menu-c3-ai-suite > li.menu-item-has-children.sub-menu-collapsed::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle-grey.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) translateY(-5px) !important;
  -moz-transform: rotate(0deg) translateY(-5px) !important;
  -o-transform: rotate(0deg) translateY(-5px) !important;
  -ms-transform: rotate(0deg) translateY(-5px) !important;
  transform: rotate(0deg) translateY(-5px) !important;
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  background-size: contain;
}

.section-menu ul#menu-c3-ai-suite .sub-menu-collapsed .sub-menu {
  display: none;
}
/* 
.section-menu ul#menu-enterprise-ai.sub-menu-init > li.current-menu-item .sub-menu,
.section-menu ul#menu-enterprise-ai.sub-menu-init > li.current-menu-parent .sub-menu {
	display: none;
}

.section-menu ul#menu-enterprise-ai > li.current-menu-item .sub-menu,
.section-menu ul#menu-enterprise-ai > li.current-menu-parent .sub-menu,
.section-menu ul#menu-enterprise-ai.sub-menu-init > li.sub-menu-expanded .sub-menu {
	display: block;
} */

/* Enterprise AI Page Styles */
/* Also "What is Generative AI?" pages. */

.parent-pageid-31230 #enterprise-ai-hero .hero_container .title_container,
.parent-pageid-57376 #enterprise-ai-hero .hero_container .title_container,
.parent-pageid-56882 #enterprise-ai-hero .hero_container .title_container {
  padding: 125px 50px 125px 50px !important;
}

#hero > div > div > div.cell.large-6.medium-7.small-12.title_container {
  padding: 50px 60px 50px 60px;
}

.page-id-31230 .hero_container p,
.parent-pageid-31230 .hero_container p,
.page-id-57376 .hero_container p,
.parent-pageid-57376 .hero_container p,
.page-id-56882 .hero_container p,
.parent-pageid-56882 .hero_container p {
  display: none;
}

.page-id-31230 .title_photo_grid_section h2,
.parent-pageid-31230 .title_photo_grid_section h2,
.page-id-57376 .title_photo_grid_section h2,
.parent-pageid-57376 .title_photo_grid_section h2,
.page-id-56882 .title_photo_grid_section h2,
.parent-pageid-56882 .title_photo_grid_section h2 {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .page-id-31230 .title_photo_grid_section h2,
  .parent-pageid-31230 .title_photo_grid_section h2,
  .page-id-57376 .title_photo_grid_section h2,
  .parent-pageid-57376 .title_photo_grid_section h2,
  .page-id-56882 .title_photo_grid_section h2,
  .parent-pageid-56882 .title_photo_grid_section h2 {
    font-size: 35px;
    line-height: 43px;
  }
}

@media (max-width: 1200px) {
  .page-id-31230 .title_photo_grid_section h2,
  .parent-pageid-31230 .title_photo_grid_section h2,
  .page-id-57376 .title_photo_grid_section h2,
  .parent-pageid-57376 .title_photo_grid_section h2,
  .page-id-56882 .title_photo_grid_section h2,
  .parent-pageid-56882 .title_photo_grid_section h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (max-width: 768px) {
  .page-id-31230 .title_photo_grid_section h2,
  .parent-pageid-31230 .title_photo_grid_section h2,
  .page-id-57376 .title_photo_grid_section h2,
  .parent-pageid-57376 .title_photo_grid_section h2,
  .page-id-56882 .title_photo_grid_section h2,
  .parent-pageid-56882 .title_photo_grid_section h2 {
    font-size: 25px;
    line-height: 27px;
  }
  .page-id-31230 .nav-footer-action a,
  .page-id-31230 .nav-footer-action span,
  .parent-pageid-31230 .nav-footer-action a,
  .parent-pageid-31230 .nav-footer-action span,
  .page-id-57376 .nav-footer-action a,
  .page-id-57376 .nav-footer-action span,
  .parent-pageid-57376 .nav-footer-action a,
  .parent-pageid-57376 .nav-footer-action,
  .page-id-56882 .nav-footer-action a,
  .page-id-56882 .nav-footer-action span,
  .parent-pageid-56882 .nav-footer-action a,
  .parent-pageid-56882 .nav-footer-action span {
    font-size: 25px;
    line-height: 30px;
  }
  .page-id-31230 h4,
  .parent-pageid-31230 h4,
  .page-id-57376 h4,
  .parent-pageid-57376 h4,
  .page-id-56882 h4,
  .parent-pageid-56882 h4 {
    font-size: 18px;
  }
  .page-id-31230 h3,
  .parent-pageid-31230 h3,
  .page-id-57376 h3,
  .parent-pageid-57376 h3,
  .page-id-56882 h3,
  .parent-pageid-56882 h3 {
    font-size: 22px;
  }
  .page-id-31230 hr,
  .parent-pageid-31230 hr,
  .page-id-57376 hr,
  .parent-pageid-57376 hr,
  .page-id-56882 hr,
  .parent-pageid-56882 hr {
    margin-top: 60px !important;
  }
  .page-id-31230 .nav-footer-action,
  .parent-pageid-31230 .nav-footer-action,
  .page-id-57376 .nav-footer-action,
  .parent-pageid-57376 .nav-footer-action,
  .page-id-56882 .nav-footer-action,
  .parent-pageid-56882 .nav-footer-action {
    padding: 60px 0;
  }
  .page-id-31230 .title_photo_grid_section .hero_container .title_container,
  .parent-pageid-31230
    .title_photo_grid_section
    .hero_container
    .title_container,
  .page-id-57376 .title_photo_grid_section .hero_container .title_container,
  .parent-pageid-57376
    .title_photo_grid_section
    .hero_container
    .title_container,
  .page-id-56882 .title_photo_grid_section .hero_container .title_container,
  .parent-pageid-56882
    .title_photo_grid_section
    .hero_container
    .title_container {
    padding: 40px;
  }
  .page-id-31230 #stay-informed,
  .parent-pageid-31230 #stay-informed,
  .page-id-57376 #stay-informed,
  .parent-pageid-57376 #stay-informed,
  .page-id-56882 #stay-informed,
  .parent-pageid-56882 #stay-informed {
    padding-top: 80px;
    padding-bottom: 0;
    max-width: 1450px;
  }

  .page-id-31230 .title_photo_grid_section .hero_container .photo_container,
  .parent-page-id-31230
    .title_photo_grid_section
    .hero_container
    .photo_container,
  .page-id-57376 .title_photo_grid_section .hero_container .photo_container,
  .parent-page-id-57376
    .title_photo_grid_section
    .hero_container
    .photo_container,
  .page-id-56882 .title_photo_grid_section .hero_container .photo_container,
  .parent-page-id-56882
    .title_photo_grid_section
    .hero_container
    .photo_container {
    height: 150px;
  }

  .page-id-31230 .grid-margin-x > .small-12,
  .parent-page-id-31230 .grid-margin-x > .small-12,
  .page-id-57376 .grid-margin-x > .small-12,
  .parent-page-id-57376 .grid-margin-x > .small-12,
  .page-id-56882 .grid-margin-x > .small-12,
  .parent-page-id-56882 .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem) !important;
  }
}

@media only screen and (max-width: 480px) {
  .parent-pageid-31230 .mktoForm,
  .mktoForm *,
  .pageid-31230 .mktoForm,
  .mktoForm *,
  .parent-pageid-57376 .mktoForm,
  .mktoForm *,
  .pageid-57376 .mktoForm,
  .mktoForm *,
  .parent-pageid-56882 .mktoForm,
  .mktoForm *,
  .pageid-56882 .mktoForm,
  .mktoForm * {
    padding: 0;
  }
}

/* / End Enterprise AI Page Styles */
/* End Also "What is Generative AI?" pages. */

a.c3-hyperlink {
  padding-right: 25px;
  line-height: 0;
  height: 0;
  font-weight: bold;
  position: relative;
}

a.c3-hyperlink::after {
  content: "";
  background-image: url(/wp-content/uploads/2020/06/c3-right-triangle.svg);
  width: 8px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  transform: translateY(-5px);
  left: 90%;
  transition: 0.25s all ease;
  background-size: cover;
}

a.c3-hyperlink:hover {
  text-decoration: none !important;
}

a.c3-hyperlink:hover::after {
  left: 100%;
}

/* Countdown Timer */

.module-countdown-timer {
  text-align: center;
  margin: 40px auto;
  padding-top: 120px;
  padding-bottom: 80px;
}

.module-countdown-timer .c3-countdown-timer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.module-countdown-timer .c3-countdown-timer .days,
.module-countdown-timer .c3-countdown-timer .hours,
.module-countdown-timer .c3-countdown-timer .minutes,
.module-countdown-timer .c3-countdown-timer .seconds {
  padding: 10px 30px;
}

.module-countdown-timer .c3-countdown-timer .days span:first-of-type,
.module-countdown-timer .c3-countdown-timer .hours span:first-of-type,
.module-countdown-timer .c3-countdown-timer .minutes span:first-of-type,
.module-countdown-timer .c3-countdown-timer .seconds span:first-of-type {
  font-size: 7rem;
  font-family: "Subway Grid", monospace;
  /* line-height: 4.1em; */
  display: block;
  margin-bottom: 60px;
  opacity: 0.15;
}
.module-countdown-timer .c3-countdown-timer .days span:nth-of-type(2),
.module-countdown-timer .c3-countdown-timer .hours span:nth-of-type(2),
.module-countdown-timer .c3-countdown-timer .minutes span:nth-of-type(2),
.module-countdown-timer .c3-countdown-timer .seconds span:nth-of-type(2) {
  font-weight: normal;
}

.page-hero {
  position: relative;
}

.page-hero .c3-countdown-timer {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  /* width: 100%; */
  justify-content: center;
  text-align: center;
}

.page-hero .c3-countdown-timer .days,
.page-hero .c3-countdown-timer .hours,
.page-hero .c3-countdown-timer .minutes,
.page-hero .c3-countdown-timer .seconds {
  padding: 10px 30px;
}

.page-hero .c3-countdown-timer .days span:first-of-type,
.page-hero .c3-countdown-timer .hours span:first-of-type,
.page-hero .c3-countdown-timer .minutes span:first-of-type,
.page-hero .c3-countdown-timer .seconds span:first-of-type {
  font-size: 3rem;
  font-family: "Subway Grid", monospace;
  /* line-height: 4.1em; */
  display: block;
  margin-bottom: 20px;
}
.page-hero .c3-countdown-timer .days span:nth-of-type(2),
.page-hero .c3-countdown-timer .hours span:nth-of-type(2),
.page-hero .c3-countdown-timer .minutes span:nth-of-type(2),
.page-hero .c3-countdown-timer .seconds span:nth-of-type(2) {
  font-weight: bold;
  font-size: 0.9rem;
}

/* Sticky Header Module */

.module-sticky-menu .title-bar {
  background-color: #27313f;
  padding: 20px 5px;
  z-index: 98;
}
.module-sticky-menu .title-bar > div {
  margin: 0 auto;
}

.module-sticky-menu .top-bar-section ul.menu {
  display: table;
  margin: 0 auto;
}
.module-sticky-menu .top-bar-section ul.menu > li {
  display: table-cell;
}

/*.module-sticky-menu .menu li a {
	color: #ffffff;
	border-bottom: 3px solid transparent;
}*/

.module-sticky-menu .menu > li.current-menu-item a:after {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: auto;
  width: 100%;
  content: "";
  color: transparent;
  background: #ffffff;
  transition: background 0.3s ease-in-out, width 0.15s ease-in-out;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  display: block !important;
  margin-bottom: 0;
  border: none !important;
  margin-top: auto;
}

.module-sticky-menu .menu > li > a {
  position: relative;
  color: #ffffff;
  padding: 0;
  margin: 15px;
  padding-bottom: 15px;
}

.module-sticky-menu .menu > li > a::after {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #ffffff;
  transition: background 0.3s ease-in-out, width 0.15s ease-in-out;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  display: block !important;
  margin-bottom: 0;
  border: none !important;
  margin-top: auto;
}

.module-sticky-menu .menu > li:hover > a::after {
  width: 100%;
}

.module-sticky-menu li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  background: #1a1a1a;
  list-style: none;
  z-index: 100;
}

@media (hover: hover) and (pointer: fine) {
  .module-sticky-menu li.menu-item:hover ul.sub-menu {
    display: block;
  }
}
.module-sticky-menu li.menu-item.open ul.sub-menu {
  display: block;
}
.module-sticky-menu li.menu-item ul.sub-menu > li > a {
  color: #ffffff;
  padding: 15px;
  padding-bottom: 10px;
  border-left: none !important;
}

.module-sticky-menu li.menu-item ul.sub-menu > li > a:hover {
  color: #27313f;
}

.module-sticky-menu img {
  max-width: 320px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .module-sticky-menu img {
    max-width: 350px;
  }
}

/* Shift Company Dropdown Menu */

#menu-item-22058 .is-dropdown-submenu {
  margin-left: -70px;
}

/* Adjust Resources Dropdown Spacing */

.dropdown-pane .product_card:first-of-type {
  margin-bottom: 30px;
  min-height: 120px;
}

/* Hide Category & Date for Resources Section on AI Suite pages */

.parent-pageid-32876 .c3-horizon-card--category-label,
.parent-pageid-32767 .c3-horizon-card--category-label {
  opacity: 0;
}

.parent-pageid-32876 .c3-horizon-card--time,
.parent-pageid-32767 .c3-horizon-card--time {
  display: none;
}

/* Hide Mobile Overlay for C3 AI Suite Pages */

@media only screen and (max-width: 640px) {
  .parent-pageid-32876 .page-hero .overlay,
  .parent-pageid-32767 .page-hero .overlay {
    display: none;
  }
}

/* Nav Footer Module */
.nav-footer-action {
  background: #1a1a1a;
  font-size: 44px;
  font-weight: 600;
  color: #aaa;
  padding: 100px 0;
  position: relative;
  z-index: 9;
}
.nav-footer-action.bg-gray {
  background: #646464;
  color: #b2b2b2;
}

.nav-footer-action span {
  display: block;
  margin-bottom: 25px;
}

.nav-footer-action a {
  color: #fff;
  line-height: 1em;
}

/* Accordion MOdule */

.c3_accord {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c3_accord .c3_title {
  font-size: 47px;
}

.c3_accord .top_content {
  padding-top: 15px;
  margin-bottom: 44px;
}

.c3_accord .a_card {
  background-color: #fff;
  margin-bottom: 17px;
}

.c3_accord .atitle {
  font-size: 24px;
  font-weight: bold;
  padding: 16px 46px;
}

.c3_accord .atitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.c3_accord .atitle .chev {
  display: none;
  height: 30px;
  width: 20px;
}

.c3_accord .atitle .chevd {
  display: block;
  height: 20px;
  width: 30px;
}

.c3_accord .collapsed .chev {
  display: block;
}

.c3_accord .collapsed .chevd {
  display: none;
}

.c3_accord .atitle .chev,
.c3_accord .atitle .chevd {
  font-size: 33px;
  margin-top: 10px;
}

.c3_accord .col-content {
  display: flex;
  padding: 27px 37px 78px;
}

.c3_accord .col-img {
  padding-top: 6px;
  max-width: 406px;
}

.c3_accord .col-text,
.c3_accord .col-text p {
  font-size: 17px;
}

.c3_accord .col-text {
  padding-left: 2px;
}

.c3_accord .col-text p {
  line-height: 124%;
  letter-spacing: 0.3px;
}

.c3_accord .wt-image .col-text {
  max-width: 500px;
  margin-left: 40px;
  padding-right: 45px;
  padding-top: 2px;
}

.c3_accord .c3_accordion {
  margin-bottom: 105px;
  background-color: transparent;
}
.c3_accord .accordion {
  background-color: transparent;
}
.c3_accord .accordion-item {
  background-color: #fff !important;
}

.c3_accord .accordion-title {
  border: none !important;
  background-color: #fff !important;
}
.c3_accord .accordion-title:before {
  display: none;
}
.c3_accord .accordion-content {
  border: none !important;
}

.c3_accord .c3_accordion:last-child {
  margin-bottom: 24px;
}

.c3_accord .extra_btn {
  padding-top: 10px;
}

.c3_accord .extra_btn .gbtn {
  min-width: 245px;
  min-height: 60px;
  font-size: 18px;
}

/* New C3 AI Suite Mobile Styles */

.parent-pageid-32767 tbody,
.parent-pageid-32767 tfoot,
.parent-pageid-32767 thead {
  border: 0;
}

.parent-pageid-32767 .c3-horizon-card--title {
  font-size: 19px;
  line-height: 29px;
}

@media (max-width: 1023.98px) {
  .parent-pageid-32767 .grid-margin-x > .large-6,
  .parent-pageid-32876 .grid-margin-x > .large-6,
  .parent-pageid-32770 .grid-margin-x > .large-6 {
    width: calc(100% - 1.875rem);
  }
  .parent-pageid-32767 .columns-container .swap-order,
  .parent-pageid-32876 .columns-container .swap-order,
  .parent-pageid-32770 .columns-container .swap-order {
    order: 2;
  }
  .parent-pageid-32767 .image-right .cell:last-of-type p,
  .parent-pageid-32767 .image-left .cell:first-of-type p,
  .parent-pageid-32876 .image-right .cell:last-of-type p,
  .parent-pageid-32876 .image-left .cell:first-of-type p,
  .parent-pageid-32770 .image-right .cell:last-of-type p,
  .parent-pageid-32770 .image-left .cell:first-of-type p {
    margin-bottom: 0;
  }
  .parent-pageid-32767 .columns-container ul,
  .parent-pageid-32876 .columns-container ul,
  .parent-pageid-32770 .columns-container ul {
    margin-bottom: 0;
  }
  .parent-pageid-32767 .image-right .swap-order.cell,
  .parent-pageid-32767 .image-left .cell:last-of-type,
  .parent-pageid-32767 .video-right .swap-order.cell,
  .parent-pageid-32767 .video-left .cell:last-of-type,
  .parent-pageid-32876 .image-right .swap-order.cell,
  .parent-pageid-32876 .image-left .cell:last-of-type,
  .parent-pageid-32876 .video-right .swap-order.cell,
  .parent-pageid-32876 .video-left .cell:last-of-type,
  .parent-pageid-32770 .image-right .swap-order.cell,
  .parent-pageid-32770 .image-left .cell:last-of-type,
  .parent-pageid-32770 .video-right .swap-order.cell,
  .parent-pageid-32770 .video-left .cell:last-of-type {
    margin-top: 0;
  }
  .parent-pageid-32767 .image-right .cell:last-of-type,
  .parent-pageid-32767 .image-left .cell,
  .parent-pageid-32767 .video-right .cell:last-of-type,
  .parent-pageid-32767 .video-left .cell,
  .parent-pageid-32876 .image-right .cell:last-of-type,
  .parent-pageid-32876 .image-left .cell,
  .parent-pageid-32876 .video-right .cell:last-of-type,
  .parent-pageid-32876 .video-left .cell,
  .parent-pageid-32770 .image-right .cell:last-of-type,
  .parent-pageid-32770 .image-left .cell,
  .parent-pageid-32770 .video-right .cell:last-of-type,
  .parent-pageid-32770 .video-left .cell {
    margin-bottom: 30px;
  }
  .parent-pageid-32767 .columns-container.image-right,
  .parent-pageid-32767 .columns-container.image-left,
  .parent-pageid-32767 .columns-container.video-right,
  .parent-pageid-32767 .columns-container.video-left,
  .parent-pageid-32876 .columns-container.image-right,
  .parent-pageid-32876 .columns-container.image-left,
  .parent-pageid-32876 .columns-container.video-right,
  .parent-pageid-32876 .columns-container.video-left,
  .parent-pageid-32770 .columns-container.image-right,
  .parent-pageid-32770 .columns-container.image-left,
  .parent-pageid-32770 .columns-container.video-right,
  .parent-pageid-32770 .columns-container.video-left {
    padding-bottom: 80px;
  }
  .parent-pageid-32767 h3,
  .parent-pageid-32876 h3,
  .parent-pageid-32770 h3 {
    font-size: 22px;
  }
  .parent-pageid-32767 .video-container,
  .parent-pageid-32876 .video-container,
  .parent-pageid-32770 .video-container {
    margin-bottom: 10px;
  }
  .parent-pageid-32767 .hide-mobile,
  .parent-pageid-32876 .hide-mobile,
  .parent-pageid-32770 .hide-mobile {
    display: none;
  }
  .parent-pageid-32767 .margin-bottom,
  .parent-pageid-32770 .margin-bottom,
  .parent-pageid-32876 .margin-bottom {
    padding-bottom: 80px;
  }
  .parent-pageid-32767 .list-row .cell:first-of-type {
    margin-bottom: 0;
  }
  .parent-pageid-32767 .list-row .cell:last-of-type {
    margin-top: 0;
  }
  .parent-pageid-32767 .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .page-id-32770 .nav-footer-action,
  .parent-pageid-32770 .nav-footer-action,
  .parent-pageid-32876 .nav-footer-action,
  .parent-pageid-32767 .nav-footer-action,
  .parent-pageid-32876 .nav-footer-action {
    font-size: 28px;
    line-height: 25px;
  }
}

@media screen and (max-width: 39.99875em) {
  .parent-pageid-32767 .c3-horizon-card {
    width: calc(100%);
  }
  .parent-pageid-32767 .section-featured .c3-horizon-card {
    width: calc(100vw - 2rem);
  }
  .parent-pageid-32767 .section-featured .grid-container {
    padding-right: 1em !important;
  }
  .parent-pageid-32767 .section-featured--header {
    margin-left: 0;
  }
}

/* C# Video Module */

video.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hero-video .grid-container img {
  max-width: 750px;
  margin: auto;
  height: 217px;
}

.c3-video-hero {
  padding-bottom: 12%;
}

.c3-video-hero {
  background-color: #1a1a1a;
}

.c3-video-hero h1 {
  max-width: 850px;
  margin-top: 50px;
  margin-bottom: 0;
}

.c3-hero-video {
  position: relative;
}

.c3-video-hero .overlay {
  z-index: 1;
  background: rgba(26, 26, 26, 0.5);
}

.c3-video-hero .grid-container {
  z-index: 2;
}

.section-menu {
  z-index: 3;
}

/* Announcement */
.c3-video-hero-announcement {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  height: 85px;
  z-index: 99;
}

.c3-video-hero-announcement .grid-container {
  display: flex;
  height: 100%;
}

.c3-video-hero-announcement img {
  height: 90px;
  margin-right: 40px;
  transform: translateY(-20px);
}

.c3-video-hero-announcement span {
  align-self: center;
}

.c3-video-hero-announcement p {
  margin-bottom: 0;
  margin-top: 25px;
}

.c3-video-hero-announcement a {
  color: #2c97d6;
  margin-left: 30px;
}

@media (max-width: 1215px) {
  .c3-video-hero-announcement a {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .c3-video-hero-announcement {
    height: auto;
  }
  .c3-video-hero-announcement p {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 800px) {
  .c3-hero-video {
    background: url(/wp-content/uploads/2020/05/c3-readiness-hero-poster-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: 50%;
  }
  .c3-hero-video video {
    display: none;
  }
  .c3-video-hero h1 {
    font-size: 25px;
  }
  .c3-video-hero .product-icon-name-wrapper img {
    max-width: 200px !important;
  }
  .c3-video-hero {
    padding-bottom: 40%;
  }
  .c3-video-hero-announcement .grid-container {
    display: block;
  }
  .c3-video-hero-announcement {
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .c3-video-hero-announcement a {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .c3-video-hero-announcement img {
    transform: translateY(0);
  }
  .c3-video-hero-announcement p {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .c3-video-hero {
    padding-bottom: 30%;
  }
}

/* AI for Manufacturing Styles */

.postid-33800 .section-menu img,
.postid-34052 .section-menu img,
.postid-33857 .section-menu img,
.postid-33807 .section-menu img {
  margin-bottom: 30px;
}

.postid-33800
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.postid-34052
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.postid-33857
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.postid-33807
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container,
.glossary-template-default
  .content.has-global-menu
  *:not(.nav-footer-action)
  .grid-container {
  padding-left: 350px;
}

.postid-33800
  .content.has-global-menu
  .title_photo_grid_section
  .grid-container,
.postid-34052
  .content.has-global-menu
  .title_photo_grid_section
  .grid-container,
.postid-33857
  .content.has-global-menu
  .title_photo_grid_section
  .grid-container,
.postid-33807
  .content.has-global-menu
  .title_photo_grid_section
  .grid-container {
  padding-left: 350px;
}

/* Three Image Gallery */

.three-image-featured {
  padding-top: 1rem;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .three-image-featured {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .three-image-featured .grid-x > .medium-9 {
    padding-right: 2rem;
  }
}

.three-image-feature-padding {
  padding: 0 1rem 0 2rem;
  margin-right: -1rem;
}

.three-image-feature-padding.three-image-feature-featured {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 55%;
  background-color: #404040;
  border: 8px solid #404040;
  border-bottom: solid 2px #1a1a1a;
  border-radius: 7px 7px 0 0;
}
.three-image-feature--image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  scrollbar-color: #1a1a1a #d7d7d7;
  scrollbar-width: thin;
}
@media (min-width: 640px) {
  .three-image-feature--image-wrapper {
    width: calc(100% + 32px);
    padding-right: 23px;
  }
}
.three-image-feature--image-wrapper::-webkit-scrollbar {
  width: 10px;
}

.three-image-feature--image-wrapper::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

.three-image-feature--image-wrapper::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
}
.three-image-feature--image-wrapper img,
.three-image-feature-padding img {
  width: 100%;
}

.three-image-featured ul {
  height: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .three-image-featured ul {
    margin-top: 0;
    margin-left: 3rem;
  }
}

.three-image-featured ul li {
  height: fit-content;
  flex-grow: 0;
  flex-basis: 30%;
  cursor: pointer;
}

.three-image-featured ul li .three-image-feature-padding {
  height: 0;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 55%;
  background-color: #404040;
  border: 8px solid #404040;
  border-bottom: solid 2px #1a1a1a;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

.three-image-featured ul li.active {
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 4px white, 0 0 0 10px #a1c6d1;
  border-radius: 7px 7px 0 0;
}

@media (min-width: 40em) {
  .three-image-featured ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .three-image-featured ul li {
    flex-basis: auto;
  }
}

@media (max-width: 1200px) {
  .three-image-featured ul li.active .three-image-feature-padding::before {
    height: calc(85% - 0.5rem);
    border: 3px solid #32abe2;
    transform: translateY(-43.5%) translateX(-50%);
  }
}

@media (max-width: 1023.98px) {
  .three-image-featured ul li.active .three-image-feature-padding::before {
    height: calc(100% - 1rem);
    border: 5px solid #32abe2;
    transform: translateY(0) translateX(0);
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}

@media (max-width: 639px) {
  .three-image-featured ul li .three-image-feature-padding {
    padding-left: 0;
  }
  .three-image-featured ul li.active .three-image-feature-padding::before {
    height: calc(100% - 2rem);
    border: 5px solid #32abe2;
    transform: translateY(0) translateX(0);
    top: 1rem;
    left: 0;
    width: calc(100% - 1rem);
  }
}

.three-image-featured ul li.is-empty {
  opacity: 0;
  visibility: hidden;
}

/* Div Table Module */

div.blueTable {
  border: 1px solid #1c6ea4;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell,
.divTable.blueTable .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 7px 3px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(odd) {
  background: #ffffff;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #979797;
  border-left: 2px solid #d0e4f5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
  text-align: right;
}
.blueTable .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}
/* DivTable.com */
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableHeading {
  display: table-header-group;
}
.divTableFoot {
  display: table-footer-group;
}
.divTableBody {
  display: table-row-group;
}
/* New Custom Styles */
.divTable.blueTable {
  width: 90%;
}

.divTable.blueTable .divTableHead {
  border: 0;
}

div.blueTable {
  border: 0;
}

.divTable.blueTable .divTableHeading .divTableHead {
  border-left: 1px solid #707070;
}

.divTable.blueTable .divTableCell {
  border: 1px solid #707070;
}

.divTable.blueTable .divTableCell,
.divTable.blueTable .divTableHead {
  padding-left: 40px;
}

.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 24px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.divTable.blueTable .divTableBody .divTableCell:first-of-type h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  max-width: 250px;
  margin-right: 50px;
  letter-spacing: 0;
}

.divTable.blueTable .divTableBody .divTableCell p,
.divTable.blueTable .divTableBody .divTableCell img {
  display: inline-block;
}

.divTable.blueTable .divTableBody .divTableCell img {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 30px;
  max-width: 50px;
  width: 20%;
}

.divTable.blueTable .divTableBody .divTableCell p {
  font-size: 16px;
  line-height: 22px;
  max-width: 500px;
  width: calc(80% - 200px);
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}

.divTable.blueTable .divTableHeading .divTableRow:nth-child(odd) {
  background: transparent;
}

.divTable.blueTable .divTableCell:first-of-type {
  border-left: 0;
}

.divTable.blueTable .divTableBody .divTableCell:last-of-type {
  border-right: 0;
}

.divTableRow:last-of-type .divTableCell {
  border-bottom: 0;
}

.divTable.blueTable .divTableHeading .divTableHead:last-of-type {
  padding-left: 70px;
}

.single-products .two-col-icon-table .divTableCell h4 {
  position: relative;
  top: 50%;
  transform: translateY(-25%);
  display: block;
}

@media (max-width: 1200px) {
  .divTable.blueTable {
    width: 100%;
  }
  .two-col-icon-table .divTable.blueTable .divTableHeading .divTableHead {
    font-size: 20px;
    padding: 25px;
  }
  .divTable.blueTable .divTableCell,
  .divTable.blueTable .divTableHead {
    padding-left: 25px;
  }
  .divTable.blueTable .divTableBody .divTableCell:first-of-type h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    max-width: 250px;
    margin-right: 50px;
  }
  .divTable.blueTable .divTableBody .divTableCell img {
    margin-left: 0;
  }
  .divTable.blueTable .divTableBody .divTableCell p {
    margin-left: 25px;
    margin-top: 25px;
  }
  .divTable.blueTable .divTableBody .divTableCell img {
    max-width: 50px;
  }
  .divTable.blueTable .divTableBody .divTableCell p {
    width: calc(80% - 100px);
  }
}

@media (max-width: 1024px) {
  .divTable.blueTable .divTableBody .divTableCell p {
    max-width: initial;
    width: calc(100% - 100px);
    margin-left: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .divTable.blueTable .divTableBody .divTableCell:first-of-type h4 {
    font-size: 16px;
    margin-right: 20px;
    max-width: 410px;
    padding-top: 0;
  }
  .divTable.blueTable .divTableBody .divTableCell:first-of-type {
    padding-top: 0;
    vertical-align: bottom;
    margin-bottom: 0;
  }
  .divTable.blueTable .divTableCell,
  .divTable.blueTable .divTableHead {
    padding-left: 30px;
  }
  .divTable.blueTable .divTableBody .divTableCell img {
    margin-left: 0;
  }
  .divTable.blueTable .divTableHeading .divTableHead:last-of-type {
    padding-left: 30px;
  }
  .single-products .two-col-icon-table .divTableCell h4 {
    transform: translateY(0);
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .divTable.blueTable .divTableBody .divTableCell:first-of-type h4 {
    max-width: 100%;
    margin-right: 15px;
    margin-top: 15px;
  }
  .two-col-icon-table .divTable.blueTable .divTableHeading .divTableHead {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
  }
  .divTable.blueTable .divTableCell,
  .divTable.blueTable .divTableHead {
    padding-left: 20px;
  }
  .divTable.blueTable .divTableBody .divTableCell img {
    display: none;
  }
  .divTable.blueTable .divTableBody .divTableCell p {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .divTable.blueTable .divTableBody .divTableCell:last-of-type {
    vertical-align: middle;
  }
}

@media (max-width: 480px) {
  .divTable.blueTable .divTableBody .divTableCell:first-of-type h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .two-col-icon-table .divTable.blueTable .divTableHeading .divTableHead,
  .divTable.blueTable .divTableBody .divTableCell:first-of-type h4,
  .divTable.blueTable .divTableBody .divTableCell p {
    font-size: 14px;
    line-height: 18px;
  }
  .divTable.blueTable .divTableCell,
  .divTable.blueTable .divTableHead {
    padding-left: 15px;
  }
  .divTable.blueTable .divTableBody .divTableCell p {
    margin-left: 0;
    margin-bottom: 0;
  }
}

/* Key Capabilities Module */

.key-capabilities-section img {
  width: 35px;
  margin-bottom: 15px;
}
.key-capabilites-card-wrapper {
  background-color: #474747;
  padding: 60px;
  min-height: 300px;
}
.key-capabilites-card-wrapper h4 {
  margin-bottom: 0;
}
.key-capabilities-section .cell:first-of-type {
  padding-right: 0;
  margin-right: 3px;
  margin-bottom: 6px;
}
.key-capabilities-section .cell:nth-of-type(2) {
  padding-left: 0;
  margin-left: 6px;
  margin-bottom: 10px;
}
.key-capabilities-section {
  padding-bottom: 40px;
}
.key-capabilities-section h2 {
  margin-bottom: 50px;
}
.key-capabilities-section a.button {
  margin-top: 50px;
}
.key-capabilites-card-wrapper {
  position: relative;
  cursor: pointer;
}

.key-capabilites-card-wrapper:hover .key-capabilities-hidden-wrapper {
  opacity: 1;
}

.key-capabilities-hidden-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 60px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.key-capabilities-hidden-wrapper h4,
.key-capabilities-hidden-wrapper ul li {
  color: #1a1a1a;
}

.key-capabilities-hidden-wrapper h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.key-capabilities-hidden-wrapper ul li {
  font-size: 14px;
  line-height: 20px;
}

.key-capabilities-section h5 {
  color: #1a1a1a;
}

@media (max-width: 1200px) {
  .key-capabilites-card-wrapper h4 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .key-capabilites-card-wrapper {
    padding: 30px;
  }
  .key-capabilities-hidden-wrapper {
    display: none;
  }
  .key-capabilites-card-wrapper h4 {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .key-capabilities-section .cell:first-of-type {
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .key-capabilities-section .cell:nth-of-type(2) {
    margin-left: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .key-capabilities-section .grid-margin-y {
    margin-top: 0;
    margin-bottom: 0;
  }
  .key-capabilites-card-wrapper {
    min-height: auto;
  }
}

/* Secondary Hero Styles */
#secondary-hero-size.title_photo_grid_section .hero_container .title_container {
  padding: 60px 50px 60px 100px;
}
#secondary-hero-size.title_photo_grid_section p {
  display: none;
}
#secondary-hero-size.title_photo_grid_section .title_container img {
  width: 100%;
  margin-bottom: 0;
}
#secondary-hero-size.title_photo_grid_section h2 {
  margin-bottom: 0;
}
#secondary-hero-size.title_photo_grid_section .cell:first-of-type {
  width: 40%;
}
#secondary-hero-size.title_photo_grid_section .cell:last-of-type {
  width: 60%;
}
@media (max-width: 1028px) {
  #secondary-hero-size.title_photo_grid_section .title_container h2 img {
    min-width: 130px;
    max-width: 150px;
  }
  #secondary-hero-size.title_photo_grid_section
    .hero_container
    .title_container {
    padding: 30px 30px 30px 50px;
  }
}

@media (max-width: 768px) {
  #secondary-hero-size.title_photo_grid_section
    .hero_container
    .photo_container {
    width: 100%;
    height: 130px;
  }
}

/* Page Title Module */

@media (max-width: 768px) {
  .page-title h1 {
    font-size: 38px !important;
  }
}

@media (max-width: 600px) {
  .page-title h1 {
    font-size: 28px !important;
    line-height: 41px !important;
  }
}

/* Video Library */
/* Remove Date*/
.c3-internal-videos h5.designation:nth-of-type(1) {
  display: none;
}

.c3-internal-videos h5.designation:nth-of-type(2) {
  color: cadetblue;
}

.c3-internal-videos {
  margin-top: 50px;
}

.c3-internal-videos input[type="search"] {
  background-color: transparent;
}

.c3-internal-videos .c3-internal-videos-header.grid-container {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1440px;
  margin: auto;
}

.c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y {
  padding: 50px;
  background-color: #f6f6f6;
}

.c3-internal-videos .c3-internal-videos-grid {
  margin-top: 50px;
}

.c3-internal-videos .c3-internal-videos-grid .section .grid-container {
  max-width: 1470px;
}

.c3-internal-videos-fieldset h4 {
  margin-bottom: 0;
}

.c3-internal-videos-fieldset label {
  font-size: 18px;
}

.c3-internal-videos-header .screen-reader-text,
.c3-internal-videos-header .search-submit {
  display: none;
}

.c3-internal-videos [type="checkbox"] {
  transform: scale(1.15) translateY(-3px);
}

.c3-internal-videos-grid .title-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.c3-internal-videos-grid .title-wrapper {
  position: relative;
  padding: 20px;
  border-top: solid 1px #cacaca;
}

.c3-internal-videos-grid .title-wrapper h5 {
  margin-bottom: 0;
}

.c3-internal-videos-grid .title-wrapper a {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #999;
  font-weight: bold;
}

.c3-internal-videos-grid .title-wrapper img.dl-link {
  width: 14px;
  transform: translateY(-5px);
  margin-left: 10px;
}
.c3-internal-videos-grid .title-wrapper img.company-logo {
  max-width: 200px;
}

.c3-internal-videos-grid .c3-video--thumb .photo-box {
  height: 275px;
}

.c3-internal-videos-grid .c3-internal-videos-cell .video-hover-card {
  display: none;
  background: #1a1a1a;
  color: #fff;
  height: 100%;
  flex-direction: column;
  padding: 0.5rem;
}
.c3-internal-videos-grid .c3-internal-videos-cell:hover .video-hover-card {
  display: flex;
}
.c3-internal-videos-grid .c3-internal-videos-cell:hover .title-wrapper,
.c3-internal-videos-grid .c3-internal-videos-cell:hover .c3-video--thumb {
  display: none;
}

.c3-internal-videos-grid .c3-internal-videos-cell {
  margin-bottom: 50px;
  border: 1px solid #cacaca;
}

.c3-internal-video-internal {
  background: rgba(255, 0, 0, 0.75);
  color: white;
  padding-left: 10px;
  position: absolute;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 999;
}

/* Date PLEASE ADD CLASS*/
.c3-internal-videos h5.designation:nth-of-type(1) {
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
}

/* Duration PLEASE ADD CLASS*/
.c3-internal-videos h5.designation:nth-of-type(2) {
  margin-top: 25px;
  font-weight: normal;
  font-size: 16px;
}

.c3-internal-videos .search-field {
  width: calc(100%);
  width: 100%;
}

.c3-internal-videos input[type="search"] {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c3-internal-videos .grid-margin-x > .medium-3 {
    margin-top: 50px;
    width: calc(25%);
  }
}

@media (max-width: 1024px) {
  .c3-internal-videos-header .grid-margin-x > .medium-3 {
    width: calc(50%);
  }
}

@media (max-width: 768px) {
  .c3-internal-videos-header .grid-margin-x > .medium-3 {
    width: calc(100%);
    margin-bottom: 30px;
  }
  .c3-internal-videos #videos_search_form {
    margin-bottom: 30px;
  }
  .c3-internal-videos input[type="search"] {
    width: 100%;
    font-size: 28px;
  }
}

/* Video Library */
body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container {
  padding: 0 1.5rem;
}
@media screen and (max-width: 39.9375em) {
  body.page-template-page-video-library
    .c3-internal-videos
    .c3-internal-videos-header.grid-container {
    padding: 0 1rem;
  }
}

body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y {
  margin: 0 -0.25rem;
  padding: 50px 0;
  justify-content: stretch;
  background: transparent;
}
@media (max-width: 768px) {
  body.page-template-page-video-library
    .c3-internal-videos
    .c3-internal-videos-header.grid-container
    .grid-x.grid-margin-x.grid-margin-y {
    flex-direction: column;
  }
}

body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y
  .medium-3 {
  margin: 0;
  padding: 0 0.25rem;
  flex: 1 1;
}

body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y
  .medium-3:last-child {
  margin: 0;
  flex-basis: 100%;
}
@media (min-width: 768.2px) {
  body.page-template-page-video-library
    .c3-internal-videos
    .c3-internal-videos-header.grid-container
    .grid-x.grid-margin-x.grid-margin-y
    .medium-3:last-child {
    margin-bottom: 1rem;
  }
}

body.page-template-page-video-library .c3-search-modal--input-wrapper {
  position: relative;
  border: 0;
}

body.page-template-page-video-library
  .c3-internal-videos
  .c3-search-modal--input-wrapper:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
  background: url(../images/search-regular.svg) no-repeat 5px 10px;
  background-size: 16px auto;
  opacity: 0.4;
}

body.page-template-page-video-library .c3-internal-videos .search-field {
  height: auto;
  padding: 0.5rem;
  border: 2px solid #1a1a1a;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
}

body.page-template-page-video-library
  .c3-internal-videos
  .search-field::placeholder {
  color: #1a1a1a;
}

body.page-template-page-video-library
  .c3-internal-videos
  .search-field:not(:placeholder-shown) {
  background-color: white;
  z-index: 2;
}

body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y
  select,
body.page-template-page-video-library
  .c3-internal-videos
  .c3-internal-videos-header.grid-container
  .grid-x.grid-margin-x.grid-margin-y
  select:focus {
  border: 2px solid #1a1a1a;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell {
  position: relative;
  height: 510px;
  border: none;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell:hover
  .title-wrapper,
body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell:hover
  .c3-video--thumb {
  display: block;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .title-wrapper
  img.company-logo {
  max-width: 200px;
  max-height: 22px;
  width: auto;
  display: flex;
  object-fit: contain;
  object-position: left;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .title-wrapper
  h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .title-wrapper
  p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
  display: flex;
  background: #414141;
  opacity: 0;
  transition: 0.3s opacity;
  z-index: 222;
}
@media (max-width: 1024px) {
  body.page-template-page-video-library
    .c3-internal-videos-grid
    .c3-internal-videos-cell
    .video-hover-card {
    padding: 1rem;
  }
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell:hover
  .video-hover-card {
  opacity: 1;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 135%;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  > p.marketing-summary {
  min-height: 84px;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  > p.label {
  margin: 1rem 0;
  padding: 0;
  background: transparent;
  color: #979797;
  font-size: 14px;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  > p.link {
  margin-bottom: 0.25rem;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  > p.link
  a {
  max-width: 82%;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: white;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  p.link
  img {
  height: 18px;
  margin-left: 1rem;
  vertical-align: top;
  transition: 0.3s transform;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  p.link:hover
  img {
  transform: translateX(10px);
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .has-icon--play {
  position: relative;
  margin: 0;
  text-align: left;
  background: white;
  color: #151515;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .share {
  height: 100%;
  width: 100%;
  margin-left: 0.5rem;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background: #656565;
  border-color: #656565;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1024px) {
  body.page-template-page-video-library
    .c3-internal-videos-grid
    .c3-internal-videos-cell
    .video-hover-card
    .share {
    padding: 15px;
  }
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .share
  svg {
  height: 12px;
  margin-left: 0.5rem;
  vertical-align: middle;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .has-icon--play:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: 1rem;
  bottom: 50%;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #151515;
  transform: translateY(50%);
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .cell {
  display: block !important;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .cell.image {
  padding-bottom: 2rem;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .cell.info {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .cell.info
  > * {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 115%;
}

body.page-template-page-video-library
  .c3-internal-videos-grid
  .c3-internal-videos-cell
  .video-hover-card
  .cell.info
  > p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

body.page-template-page-video-library .reveal.large.copy-url-popup {
  background-color: #d7d8d8;
}

@media print, screen and (min-width: 40em) {
  body.page-template-page-video-library .reveal.large {
    width: 50%;
    max-width: 40rem;
    padding: 30px 65px 30px 80px;
  }
}

body.page-template-page-video-library .c3-copy-url-wrapper {
  font-size: 0;
}

body.page-template-page-video-library .c3-copy-url-wrapper h5 {
  margin-top: 40px;
}

/*body.page-template-page-video-library .reveal.large.copy-url-popup .btn-copy {
	padding: 15px 30px;
	background-color: #ffffff;
	border: 2px solid #979897;
	font-size: 14px;
	transition: .25s all ease;
}*/

/*body.page-template-page-video-library .c3-url-field {
    width: calc(100% - 110px);
    margin-top: 0;
    margin-bottom: 40px;
    padding: 15px;
  	font-size: 14px;
    border: 2px solid #979897;
    border-left: 0;
    transition: .25s all ease;
}*/

body.page-template-page-video-library .button.block {
  display: block;
}

/* Featured Case Study Styles */

#featured-case-study .cell {
  background-color: #ffffff;
}

#featured-case-study .cell:first-of-type {
  margin-right: 0;
}

#featured-case-study .cell:last-of-type {
  margin-left: 0;
}

#featured-case-study .cell.add-gutter-left {
  padding-left: 80px;
  padding-right: 50px;
}

#featured-case-study .button {
  margin-top: 30px;
}

#featured-case-study .cell:first-of-type img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: left;
}
#featured-case-study h2 {
  font-size: 38px;
  line-height: 47px;
}

#featured-case-study .cell:first-of-type p {
  height: 100%;
  margin-bottom: 0;
}

#featured-case-study .grid-margin-x > .large-8 {
  width: calc(66.66667%);
}

#featured-case-study .cell.add-gutter-left {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 639px) {
  #featured-case-study .cell:first-of-type img {
    max-height: 300px;
    object-position: 50% 40%;
  }
  #featured-case-study .cell.add-gutter-left {
    margin-left: 0.625rem;
  }
  #featured-case-study .cell:first-of-type {
    margin-bottom: 0;
  }
  #featured-case-study .cell:last-of-type {
    margin-top: 0;
  }
  #featured-case-study .grid-margin-x > .large-8 {
    width: calc(100% - 1.25rem);
  }
  #featured-case-study .cell.add-gutter-left {
    padding-left: 30px;
  }
  #featured-case-study .featured-logo {
    padding-top: 30px;
  }
  #featured-case-study h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

/* CRM Pages Styles */

/* Full Screen Hero */

#crm-fullscreen-hero .page-hero .overlay {
  background: none;
}

#crm-fullscreen-hero.page-hero {
  height: 100vh;
  padding: 0;
}

#crm-fullscreen-hero.page-hero .grid-container {
  top: 50%;
  transform: translateY(-50%);
}

/* Full Screen Hero Secondary */

#crm-fullscreen-hero-secondary .page-hero .overlay {
  background: none;
}

#crm-fullscreen-hero-secondary {
  height: 50vh;
  padding: 0;
}

#crm-fullscreen-hero-secondary .grid-container {
  top: 50%;
  transform: translateY(-50%);
}

/* CRM Sticky Nav & Sub Nav Styles */

.postid-34957 .sticky-container .title-bar.sticky,
.postid-34994 .sticky-container .title-bar.sticky,
.postid-34996 .sticky-container .title-bar.sticky,
.postid-34959 .sticky-container .title-bar.sticky,
.postid-34961 .sticky-container .title-bar.sticky,
.postid-34963 .sticky-container .title-bar.sticky,
.postid-34967 .sticky-container .title-bar.sticky,
.postid-34969 .sticky-container .title-bar.sticky,
.postid-34971 .sticky-container .title-bar.sticky,
.postid-34973 .sticky-container .title-bar.sticky,
.postid-34975 .sticky-container .title-bar.sticky,
.postid-34977 .sticky-container .title-bar.sticky,
.postid-34979 .sticky-container .title-bar.sticky,
.postid-34981 .sticky-container .title-bar.sticky,
.postid-35878 .sticky-container .title-bar.sticky {
  padding: 0;
}

.postid-34957 #module-sticky-menu,
.postid-34994 #module-sticky-menu,
.postid-34996 #module-sticky-menu,
.postid-34959 #module-sticky-menu,
.postid-34961 #module-sticky-menu,
.postid-34963 #module-sticky-menu,
.postid-34967 #module-sticky-menu,
.postid-34969 #module-sticky-menu,
.postid-34971 #module-sticky-menu,
.postid-34973 #module-sticky-menu,
.postid-34975 #module-sticky-menu,
.postid-34977 #module-sticky-menu,
.postid-34979 #module-sticky-menu,
.postid-34981 #module-sticky-menu,
.postid-35878 #module-sticky-menu {
  background-color: #27313f;
}

.postid-34957 .sticky-container,
.postid-34994 .sticky-container,
.postid-34996 .sticky-container,
.postid-34959 .sticky-container,
.postid-34961 .sticky-container,
.postid-34963 .sticky-container,
.postid-34967 .sticky-container,
.postid-34969 .sticky-container,
.postid-34971 .sticky-container,
.postid-34973 .sticky-container,
.postid-34975 .sticky-container,
.postid-34977 .sticky-container,
.postid-34979 .sticky-container,
.postid-34981 .sticky-container,
.postid-35878 .sticky-container {
  height: 95px;
  width: 100%;
  max-width: 1380px;
  margin: auto;
  background-color: #27313f;
}

.postid-34957 .module-sticky-menu .title-bar,
.postid-34994 .module-sticky-menu .title-bar,
.postid-34996 .module-sticky-menu .title-bar,
.postid-34959 .module-sticky-menu .title-bar,
.postid-34961 .module-sticky-menu .title-bar,
.postid-34963 .module-sticky-menu .title-bar,
.postid-34967 .module-sticky-menu .title-bar,
.postid-34969 .module-sticky-menu .title-bar,
.postid-34971 .module-sticky-menu .title-bar,
.postid-34973 .module-sticky-menu .title-bar,
.postid-34975 .module-sticky-menu .title-bar,
.postid-34977 .module-sticky-menu .title-bar,
.postid-34979 .module-sticky-menu .title-bar,
.postid-34981 .module-sticky-menu .title-bar,
.postid-35878 .module-sticky-menu .title-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.postid-34957 .sticky-container .title-bar:after,
.postid-34994 .sticky-container .title-bar:after,
.postid-34996 .sticky-container .title-bar:after,
.postid-34959 .sticky-container .title-bar:after,
.postid-34961 .sticky-container .title-bar:after,
.postid-34963 .sticky-container .title-bar:after,
.postid-34967 .sticky-container .title-bar:after,
.postid-34969 .sticky-container .title-bar:after,
.postid-34971 .sticky-container .title-bar:after,
.postid-34973 .sticky-container .title-bar:after,
.postid-34975 .sticky-container .title-bar:after,
.postid-34977 .sticky-container .title-bar:after,
.postid-34979 .sticky-container .title-bar:after,
.postid-34981 .sticky-container .title-bar:after,
.postid-35878 .sticky-container .title-bar:after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -50%;
  background-color: #27313f;
}

.postid-34957 .module-sticky-menu .menu > li > a,
.postid-34994 .module-sticky-menu .menu > li > a,
.postid-34996 .module-sticky-menu .menu > li > a,
.postid-34959 .module-sticky-menu .menu > li > a,
.postid-34961 .module-sticky-menu .menu > li > a,
.postid-34963 .module-sticky-menu .menu > li > a,
.postid-34967 .module-sticky-menu .menu > li > a,
.postid-34969 .module-sticky-menu .menu > li > a,
.postid-34971 .module-sticky-menu .menu > li > a,
.postid-34973 .module-sticky-menu .menu > li > a,
.postid-34975 .module-sticky-menu .menu > li > a,
.postid-34977 .module-sticky-menu .menu > li > a,
.postid-34979 .module-sticky-menu .menu > li > a,
.postid-34981 .module-sticky-menu .menu > li > a,
.postid-35878 .module-sticky-menu .menu > li > a {
  position: relative;
  color: #ffffff;
  padding: 50px 70px;
  margin: 0;
}

.postid-34957 .module-sticky-menu .menu > li,
.postid-34994 .module-sticky-menu .menu > li,
.postid-34996 .module-sticky-menu .menu > li,
.postid-34959 .module-sticky-menu .menu > li,
.postid-34961 .module-sticky-menu .menu > li,
.postid-34963 .module-sticky-menu .menu > li,
.postid-34967 .module-sticky-menu .menu > li,
.postid-34969 .module-sticky-menu .menu > li,
.postid-34971 .module-sticky-menu .menu > li,
.postid-34973 .module-sticky-menu .menu > li,
.postid-34975 .module-sticky-menu .menu > li,
.postid-34977 .module-sticky-menu .menu > li,
.postid-34979 .module-sticky-menu .menu > li,
.postid-34981 .module-sticky-menu .menu > li,
.postid-35878 .module-sticky-menu .menu > li {
  position: relative;
  color: #ffffff;
  padding: 0px;
  margin: 0;
}

.postid-34957 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34994 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34996 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34959 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34961 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34963 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34967 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34969 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34971 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34973 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34975 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34977 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34979 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-34981 .module-sticky-menu .menu > li#menu-item-35006 a:before,
.postid-35878 .module-sticky-menu .menu > li#menu-item-35006 a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 40px;
  background: url("/wp-content/uploads/2020/10/c3-right-triangle-white.svg");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.postid-34957 .menu-crm-container,
.postid-34994 .menu-crm-container,
.postid-34996 .menu-crm-container,
.postid-34959 .menu-crm-container,
.postid-34961 .menu-crm-container,
.postid-34963 .menu-crm-container,
.postid-34967 .menu-crm-container,
.postid-34969 .menu-crm-container,
.postid-34971 .menu-crm-container,
.postid-34973 .menu-crm-container,
.postid-34975 .menu-crm-container,
.postid-34977 .menu-crm-container,
.postid-34979 .menu-crm-container,
.postid-34981 .menu-crm-container,
.postid-35878 .menu-crm-container {
  margin-left: 0;
}

.postid-34957 .module-sticky-menu .title-bar > div,
.postid-34994 .module-sticky-menu .title-bar > div,
.postid-34996 .module-sticky-menu .title-bar > div,
.postid-34959 .module-sticky-menu .title-bar > div,
.postid-34961 .module-sticky-menu .title-bar > div,
.postid-34963 .module-sticky-menu .title-bar > div,
.postid-34967 .module-sticky-menu .title-bar > div,
.postid-34969 .module-sticky-menu .title-bar > div,
.postid-34971 .module-sticky-menu .title-bar > div,
.postid-34973 .module-sticky-menu .title-bar > div,
.postid-34975 .module-sticky-menu .title-bar > div,
.postid-34977 .module-sticky-menu .title-bar > div,
.postid-34979 .module-sticky-menu .title-bar > div,
.postid-34981 .module-sticky-menu .title-bar > div,
.postid-35878 .module-sticky-menu .title-bar > div {
  margin-left: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  width: 100%;
  margin-right: 1.75rem;
}

.postid-34957 .module-sticky-menu .menu > li.current-menu-item,
.postid-34994 .module-sticky-menu .menu > li.current-menu-item,
.postid-34996 .module-sticky-menu .menu > li.current-menu-item,
.postid-34959 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34961 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34963 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34967 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34969 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34971 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34973 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34975 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34977 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34979 .module-sticky-menu .menu > li.current-menu-parent,
.postid-34981 .module-sticky-menu .menu > li.current-menu-parent,
.postid-35878 .module-sticky-menu .menu > li.current-menu-parent {
  background-color: #151b23;
}

.postid-34957 .module-sticky-menu .menu > li.current-menu-item a:after,
.postid-34994 .module-sticky-menu .menu > li.current-menu-item a:after,
.postid-34996 .module-sticky-menu .menu > li.current-menu-item a:after,
.postid-34959 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34961 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34963 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34967 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34969 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34971 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34973 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34975 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34977 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34979 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34981 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-35878 .module-sticky-menu .menu > li.current-menu-parent a:after {
  position: absolute;
  bottom: 30%;
  transform: translateY(50%);
  top: auto;
  margin: auto;
  width: 28%;
  content: "";
  color: transparent;
  background: #ffffff;
  transition: background 0.3s ease-in-out, width 0.15s ease-in-out;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  display: block !important;
  margin-bottom: 0;
  border: none !important;
  margin-top: auto;
}

.postid-34994
  .module-sticky-menu
  .menu
  > li.current-menu-item
  .sub-menu
  a:after {
  display: none !important;
}

.postid-34957 .module-sticky-menu .menu > li > a::after,
.postid-34994 .module-sticky-menu .menu > li > a::after,
.postid-34996 .module-sticky-menu .menu > li > a::after,
.postid-34959 .module-sticky-menu .menu > li > a::after,
.postid-34961 .module-sticky-menu .menu > li > a::after,
.postid-34963 .module-sticky-menu .menu > li > a::after,
.postid-34967 .module-sticky-menu .menu > li > a::after,
.postid-34969 .module-sticky-menu .menu > li > a::after,
.postid-34971 .module-sticky-menu .menu > li > a::after,
.postid-34973 .module-sticky-menu .menu > li > a::after,
.postid-34975 .module-sticky-menu .menu > li > a::after,
.postid-34977 .module-sticky-menu .menu > li > a::after,
.postid-34979 .module-sticky-menu .menu > li > a::after,
.postid-34981 .module-sticky-menu .menu > li > a::after,
.postid-35878 .module-sticky-menu .menu > li > a::after {
  position: absolute;
  bottom: 30%;
  transform: translateY(50%);
  top: auto;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #ffffff;
  transition: background 0.3s ease-in-out, width 0.15s ease-in-out;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  display: block !important;
  margin-bottom: 0;
  border: none !important;
  margin-top: auto;
}

.postid-34957 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34994 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34996 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34959 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34961 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34963 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34967 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34969 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34971 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34973 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34975 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34977 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34979 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34981 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-35878 .module-sticky-menu .menu > li.menu-item-35004:hover > a::after,
.postid-34957
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-item
  a:after,
.postid-34994
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-item
  a:after,
.postid-34996
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-item
  a:after,
.postid-34959
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34961
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34963
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34967
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34969
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34971
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34973
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34975
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34977
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34979
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-34981
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after,
.postid-35878
  .module-sticky-menu
  .menu
  > li.menu-item-35004.current-menu-parent
  a:after {
  width: 31%;
}

.postid-34957 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34994 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34996 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34959 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34961 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34963 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34967 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34969 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34971 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34973 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34975 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34977 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34979 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34981 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-35878 .module-sticky-menu .menu > li.menu-item-35005:hover > a::after,
.postid-34957
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-item
  a:after,
.postid-34994
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-item
  a:after,
.postid-34996
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-item
  a:after,
.postid-34959
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34961
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34963
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34967
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34969
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34971
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34973
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34975
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34977
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34979
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-34981
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after,
.postid-35878
  .module-sticky-menu
  .menu
  > li.menu-item-35005.current-menu-parent
  a:after {
  width: 37%;
}

.postid-34957 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34994 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34996 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34959 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34961 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34963 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34967 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34969 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34971 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34973 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34975 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34977 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34979 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34981 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-35878 .module-sticky-menu .menu > li.menu-item-35006:hover > a::after,
.postid-34957
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-item
  a:after,
.postid-34994
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-item
  a:after,
.postid-34996
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-item
  a:after,
.postid-34959
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34961
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34963
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34967
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34969
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34971
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34973
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34975
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34977
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34979
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-34981
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after,
.postid-35878
  .module-sticky-menu
  .menu
  > li.menu-item-35006.current-menu-parent
  a:after {
  width: 30%;
}

.postid-34959 .page-hero .overlay,
.postid-34961 .page-hero .overlay,
.postid-34963 .page-hero .overlay,
.postid-34967 .page-hero .overlay,
.postid-34969 .page-hero .overlay,
.postid-34971 .page-hero .overlay,
.postid-34973 .page-hero .overlay,
.postid-34975 .page-hero .overlay,
.postid-34977 .page-hero .overlay,
.postid-34979 .page-hero .overlay,
.postid-34981 .page-hero .overlay,
.postid-35878 .page-hero .overlay {
  background: none;
}

.postid-34957 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34994 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34996 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34959 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34961 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34963 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34967 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34969 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34971 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34973 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34975 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34977 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34979 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-34981 .module-sticky-menu li.menu-item ul.sub-menu,
.postid-35878 .module-sticky-menu li.menu-item ul.sub-menu {
  background: #979797;
  margin-left: 0;
  padding-top: 20px;
}

.postid-34957 .sub-menu,
.postid-34994 .sub-menu,
.postid-34996 .sub-menu,
.postid-34959 .sub-menu,
.postid-34961 .sub-menu,
.postid-34963 .sub-menu,
.postid-34967 .sub-menu,
.postid-34969 .sub-menu,
.postid-34971 .sub-menu,
.postid-34973 .sub-menu,
.postid-34975 .sub-menu,
.postid-34977 .sub-menu,
.postid-34979 .sub-menu,
.postid-34981 .sub-menu,
.postid-35878 .sub-menu {
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  text-align: center;
}

.postid-34957 .sub-menu .menu-item a,
.postid-34994 .sub-menu .menu-item a,
.postid-34996 .sub-menu .menu-item a,
.postid-34959 .sub-menu .menu-item a,
.postid-34961 .sub-menu .menu-item a,
.postid-34963 .sub-menu .menu-item a,
.postid-34967 .sub-menu .menu-item a,
.postid-34969 .sub-menu .menu-item a,
.postid-34971 .sub-menu .menu-item a,
.postid-34973 .sub-menu .menu-item a,
.postid-34975 .sub-menu .menu-item a,
.postid-34977 .sub-menu .menu-item a,
.postid-34979 .sub-menu .menu-item a,
.postid-34981 .sub-menu .menu-item a,
.postid-35878 .sub-menu .menu-item a {
  font-weight: bold;
  font-size: 14px;
}

.postid-34957 .sub-menu .menu-item a:before,
.postid-34957 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34994 .sub-menu .menu-item a:before,
.postid-34994 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34996 .sub-menu .menu-item a:before,
.postid-34996 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34959 .sub-menu .menu-item a:before,
.postid-34959 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34961 .sub-menu .menu-item a:before,
.postid-34961 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34963 .sub-menu .menu-item a:before,
.postid-34963 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34967 .sub-menu .menu-item a:before,
.postid-34967 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34969 .sub-menu .menu-item a:before,
.postid-34969 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34971 .sub-menu .menu-item a:before,
.postid-34971 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34973 .sub-menu .menu-item a:before,
.postid-34973 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34975 .sub-menu .menu-item a:before,
.postid-34975 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34977 .sub-menu .menu-item a:before,
.postid-34977 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34979 .sub-menu .menu-item a:before,
.postid-34979 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-34981 .sub-menu .menu-item a:before,
.postid-34981 .module-sticky-menu .menu > li.current-menu-parent a:after,
.postid-35878 .sub-menu .menu-item a:before,
.postid-35878 .module-sticky-menu .menu > li.current-menu-parent a:after {
  display: none !important;
}

#module-sticky-menu #crm-request-demo {
  padding: 15px 30px;
  font-size: 14px;
}

@media (max-width: 1320px) {
  .postid-34957 .module-sticky-menu .menu > li > a,
  .postid-34994 .module-sticky-menu .menu > li > a,
  .postid-34996 .module-sticky-menu .menu > li > a,
  .postid-34959 .module-sticky-menu .menu > li > a,
  .postid-34961 .module-sticky-menu .menu > li > a,
  .postid-34963 .module-sticky-menu .menu > li > a,
  .postid-34967 .module-sticky-menu .menu > li > a,
  .postid-34969 .module-sticky-menu .menu > li > a,
  .postid-34971 .module-sticky-menu .menu > li > a,
  .postid-34973 .module-sticky-menu .menu > li > a,
  .postid-34975 .module-sticky-menu .menu > li > a,
  .postid-34977 .module-sticky-menu .menu > li > a,
  .postid-34979 .module-sticky-menu .menu > li > a,
  .postid-34981 .module-sticky-menu .menu > li > a,
  .postid-35878 .module-sticky-menu .menu > li > a {
    padding: 40px 40px;
  }
  .module-sticky-menu img {
    margin-left: 0;
  }
  #module-sticky-menu .sticky-container .menu-crm-container {
    margin-right: 0;
  }
  .postid-34957 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34994 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34996 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34959 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34961 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34963 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34967 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34969 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34971 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34973 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34975 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34977 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34979 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34981 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-35878 .module-sticky-menu .menu > li#menu-item-35006 a:before {
    right: 20px;
  }
  .postid-34957 .sub-menu,
  .postid-34994 .sub-menu,
  .postid-34996 .sub-menu,
  .postid-34959 .sub-menu,
  .postid-34961 .sub-menu,
  .postid-34963 .sub-menu,
  .postid-34967 .sub-menu,
  .postid-34969 .sub-menu,
  .postid-34971 .sub-menu,
  .postid-34973 .sub-menu,
  .postid-34975 .sub-menu,
  .postid-34977 .sub-menu,
  .postid-34979 .sub-menu,
  .postid-34981 .sub-menu,
  .postid-35878 .sub-menu {
    padding: 10px;
  }
}

@media (max-width: 1023px) {
  .module-sticky-menu img {
    display: none;
  }
  #module-sticky-menu .sticky-container .menu-crm-container {
    width: 100%;
  }
  .postid-34957 .module-sticky-menu .title-bar > div,
  .postid-34994 .module-sticky-menu .title-bar > div,
  .postid-34996 .module-sticky-menu .title-bar > div,
  .postid-34959 .module-sticky-menu .title-bar > div,
  .postid-34961 .module-sticky-menu .title-bar > div,
  .postid-34963 .module-sticky-menu .title-bar > div,
  .postid-34967 .module-sticky-menu .title-bar > div,
  .postid-34969 .module-sticky-menu .title-bar > div,
  .postid-34971 .module-sticky-menu .title-bar > div,
  .postid-34973 .module-sticky-menu .title-bar > div,
  .postid-34975 .module-sticky-menu .title-bar > div,
  .postid-34977 .module-sticky-menu .title-bar > div,
  .postid-34979 .module-sticky-menu .title-bar > div,
  .postid-34981 .module-sticky-menu .title-bar > div,
  .postid-35878 .module-sticky-menu .title-bar > div {
    width: 40%;
  }
}

@media (max-width: 689px) {
  .postid-34957 .module-sticky-menu .title-bar,
  .postid-34994 .module-sticky-menu .title-bar,
  .postid-34996 .module-sticky-menu .title-bar,
  .postid-34959 .module-sticky-menu .title-bar,
  .postid-34961 .module-sticky-menu .title-bar,
  .postid-34963 .module-sticky-menu .title-bar,
  .postid-34967 .module-sticky-menu .title-bar,
  .postid-34969 .module-sticky-menu .title-bar,
  .postid-34971 .module-sticky-menu .title-bar,
  .postid-34973 .module-sticky-menu .title-bar,
  .postid-34975 .module-sticky-menu .title-bar,
  .postid-34977 .module-sticky-menu .title-bar,
  .postid-34979 .module-sticky-menu .title-bar,
  .postid-34981 .module-sticky-menu .title-bar,
  .postid-35878 .module-sticky-menu .title-bar {
    display: block;
  }
  .postid-34957 .module-sticky-menu .title-bar > div,
  .postid-34994 .module-sticky-menu .title-bar > div,
  .postid-34996 .module-sticky-menu .title-bar > div,
  .postid-34959 .module-sticky-menu .title-bar > div,
  .postid-34961 .module-sticky-menu .title-bar > div,
  .postid-34963 .module-sticky-menu .title-bar > div,
  .postid-34967 .module-sticky-menu .title-bar > div,
  .postid-34969 .module-sticky-menu .title-bar > div,
  .postid-34971 .module-sticky-menu .title-bar > div,
  .postid-34973 .module-sticky-menu .title-bar > div,
  .postid-34975 .module-sticky-menu .title-bar > div,
  .postid-34977 .module-sticky-menu .title-bar > div,
  .postid-34979 .module-sticky-menu .title-bar > div,
  .postid-34981 .module-sticky-menu .title-bar > div,
  .postid-35878 .module-sticky-menu .title-bar > div {
    width: 100%;
    padding-bottom: 30px;
  }
  #module-sticky-menu .sticky-container .menu-crm-container {
    padding-bottom: 0;
  }
  .postid-34957 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34994 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34996 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34959 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34961 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34963 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34967 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34969 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34971 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34973 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34975 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34977 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34979 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-34981 .module-sticky-menu .menu > li#menu-item-35006 a:before,
  .postid-35878 .module-sticky-menu .menu > li#menu-item-35006 a:before {
    right: 10px;
  }
  .postid-34957 .module-sticky-menu .menu > li,
  .postid-34994 .module-sticky-menu .menu > li,
  .postid-34996 .module-sticky-menu .menu > li,
  .postid-34959 .module-sticky-menu .menu > li,
  .postid-34961 .module-sticky-menu .menu > li,
  .postid-34963 .module-sticky-menu .menu > li,
  .postid-34967 .module-sticky-menu .menu > li,
  .postid-34969 .module-sticky-menu .menu > li,
  .postid-34971 .module-sticky-menu .menu > li,
  .postid-34973 .module-sticky-menu .menu > li,
  .postid-34975 .module-sticky-menu .menu > li,
  .postid-34977 .module-sticky-menu .menu > li,
  .postid-34979 .module-sticky-menu .menu > li,
  .postid-34981 .module-sticky-menu .menu > li,
  .postid-35878 .module-sticky-menu .menu > li {
    width: 33.3333%;
  }
  .postid-34957 .sticky-container .title-bar:after,
  .postid-34994 .sticky-container .title-bar:after,
  .postid-34996 .sticky-container .title-bar:after,
  .postid-34959 .sticky-container .title-bar:after,
  .postid-34961 .sticky-container .title-bar:after,
  .postid-34963 .sticky-container .title-bar:after,
  .postid-34967 .sticky-container .title-bar:after,
  .postid-34969 .sticky-container .title-bar:after,
  .postid-34971 .sticky-container .title-bar:after,
  .postid-34973 .sticky-container .title-bar:after,
  .postid-34975 .sticky-container .title-bar:after,
  .postid-34977 .sticky-container .title-bar:after,
  .postid-34979 .sticky-container .title-bar:after,
  .postid-34981 .sticky-container .title-bar:after,
  .postid-35878 .sticky-container .title-bar:after {
    display: none;
  }
  #crm-request-demo {
    position: relative !important;
    margin: auto;
    display: table;
    top: 0%;
    transform: translateY(0%);
    margin-top: 80px;
  }
  .postid-34957 .module-sticky-menu .menu > li.current-menu-item a:after,
  .postid-34994 .module-sticky-menu .menu > li.current-menu-item a:after,
  .postid-34996 .module-sticky-menu .menu > li.current-menu-item a:after,
  .postid-34959 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34961 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34963 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34967 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34969 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34971 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34973 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34975 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34977 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34979 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-34981 .module-sticky-menu .menu > li.current-menu-parent a:after,
  .postid-35878 .module-sticky-menu .menu > li.current-menu-parent a:after {
    width: 40%;
  }
  .postid-34957 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34994 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34996 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34959 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34961 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34963 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34967 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34969 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34971 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34973 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34975 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34977 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34979 .module-sticky-menu .menu > li:hover > a::after,
  .postid-34981 .module-sticky-menu .menu > li:hover > a::after,
  .postid-35878 .module-sticky-menu .menu > li:hover > a::after {
    width: 40%;
  }
  .postid-34957 .module-sticky-menu .menu > li > a,
  .postid-34994 .module-sticky-menu .menu > li > a,
  .postid-34996 .module-sticky-menu .menu > li > a,
  .postid-34959 .module-sticky-menu .menu > li > a,
  .postid-34961 .module-sticky-menu .menu > li > a,
  .postid-34963 .module-sticky-menu .menu > li > a,
  .postid-34967 .module-sticky-menu .menu > li > a,
  .postid-34969 .module-sticky-menu .menu > li > a,
  .postid-34971 .module-sticky-menu .menu > li > a,
  .postid-34973 .module-sticky-menu .menu > li > a,
  .postid-34975 .module-sticky-menu .menu > li > a,
  .postid-34977 .module-sticky-menu .menu > li > a,
  .postid-34979 .module-sticky-menu .menu > li > a,
  .postid-34981 .module-sticky-menu .menu > li > a,
  .postid-35878 .module-sticky-menu .menu > li > a {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
  }
  .postid-34957 .module-sticky-menu .title-bar > div,
  .postid-34994 .module-sticky-menu .title-bar > div,
  .postid-34996 .module-sticky-menu .title-bar > div,
  .postid-34959 .module-sticky-menu .title-bar > div,
  .postid-34961 .module-sticky-menu .title-bar > div,
  .postid-34963 .module-sticky-menu .title-bar > div,
  .postid-34967 .module-sticky-menu .title-bar > div,
  .postid-34969 .module-sticky-menu .title-bar > div,
  .postid-34971 .module-sticky-menu .title-bar > div,
  .postid-34973 .module-sticky-menu .title-bar > div,
  .postid-34975 .module-sticky-menu .title-bar > div,
  .postid-34977 .module-sticky-menu .title-bar > div,
  .postid-34979 .module-sticky-menu .title-bar > div,
  .postid-34981 .module-sticky-menu .title-bar > div,
  .postid-35878 .module-sticky-menu .title-bar > div {
    z-index: initial;
  }
}

/* Full Grid Module large 6-col full image */
.has-full-img .cell.large-6 {
  position: relative;
}

.has-full-img .cell.large-6 img {
  margin-bottom: -60px;
}
@media (min-width: 480px) {
  .has-full-img .cell.large-6 img {
    margin-bottom: -80px;
  }
}
@media (min-width: 767px) {
  .has-full-img .cell.large-6 img {
    margin-bottom: -140px;
  }
}
@media (min-width: 1024px) {
  .has-full-img .cell.large-6 img {
    position: absolute;
    height: auto;
    width: auto;
    right: 0;
    min-width: 900px;
  }
  .has-full-img {
    margin-bottom: 180px;
  }
}
@media print, screen and (max-width: 1023px) {
  .has-full-img {
    position: relative;
  }
}
.has-full-img .grid-container .cell:nth-of-type(2) {
  padding-top: 50px;
  padding-bottom: 0;
}
.has-full-img.columns-container {
  padding-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
  .has-full-img .grid-container .cell:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Statistics section with images */
.statistics.has-bg-images {
  position: relative;
  background: transparent;
}
.statistics.has-bg-images .section-title {
  font-size: 36px;
  line-height: 125%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .statistics.has-bg-images .section-title {
    position: absolute;
    top: -160px;
    color: black;
  }
  .statistics.has-bg-images .cell {
    position: relative;
  }
  .statistics.has-bg-images .cell:before {
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    top: -260px;
    left: 0;
    background-color: white;
    background-position: 50%;
    background-size: cover;
  }
}

/* Statistics Industry color overrides */
.statistics.fs .stat {
  color: var(--fs);
}
.statistics.og .stat {
  color: var(--og);
}
.statistics.tc .stat {
  color: var(--tc);
}
.statistics.mf .stat {
  color: var(--mf);
}
.statistics.ps .stat {
  color: var(--ps);
}
.statistics.it .stat {
  color: var(--it);
}
.statistics.df .stat {
  color: var(--df);
}
.statistics.as .stat {
  color: var(--as);
}
.statistics.ut .stat {
  color: var(--ut);
}
.statistics.am .stat {
  color: var(--am);
}
.statistics.hc .stat {
  color: var(--hc);
}
.statistics.ne .stat {
  color: var(--ne);
}

.crm-statistics .stat span {
  font-size: 38px;
  margin-left: 5px;
}

.crm-statistics .stat-label {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .crm-statistics .stat-label {
    max-width: 250px;
  }
}

/* Additional Capabilities */

.d-grid {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
}
@media (min-width: 1024px) {
  .d-grid {
    grid-auto-rows: 1fr;
  }
}

.cards-rounded {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .cards-rounded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1028px) {
  .d-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cards-rounded li {
  position: relative;
  overflow: hidden;
}

.cards-rounded li > div {
  height: 100%;
}

.cards-rounded li h4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  color: white;
  line-height: 100%;
  z-index: 3;
}
@media (max-width: 1024px) {
  .cards-rounded li h4 {
    position: relative;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }
}
@media (max-width: 600px) {
  .cards-rounded li h4 {
    font-size: 1.25rem;
  }
}

.cards-rounded h4 img {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

.cards-rounded li {
  position: relative;
  min-height: 200px;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  z-index: 1;
  background-color: #979797;
}

.cards-rounded li p {
  display: none;
  position: absolute;
  padding: 50px;
  top: 50%;
  transition: 0.3s opacity ease-in-out;
  transform: translateY(-50%);
  color: white;
  cursor: default;
  z-index: 2;
}
@media (max-width: 1024px) {
  .cards-rounded li p {
    position: relative;
    height: 100%;
    display: block;
    top: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #232e3c;
    transform: none;
  }
}

/*@media(hover: hover) and (pointer: fine) {*/
@media (min-width: 1025px) {
  .cards-rounded li:hover {
    background-color: #232e3c;
  }

  .cards-rounded li:hover p {
    display: block;
  }

  .cards-rounded li:hover h4 {
    display: none;
  }
}
/*}*/

.cards-rounded li span.full-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}

/* Highlighted Capabilities */

.crm-highlighted-capabilities h2 {
  margin-bottom: 80px;
}

.crm-highlighted-capabilities h4 {
  position: relative;
  top: 40px;
  margin: 0;
  padding-left: 120px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.35rem;
  line-height: 125%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .crm-highlighted-capabilities h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .crm-highlighted-capabilities h4 {
    top: 30px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) {
  .crm-highlighted-capabilities .crm-hc-right-content-wrapper h4 {
    padding-left: 40px;
    padding-right: 120px;
  }
}

.crm-highlighted-capabilities h4 img {
  height: 60px;
  margin-right: 20px;
  align-self: flex-start;
}

.crm-highlighted-capabilities .grid-x.grid-margin-y.grid-margin-x .cell {
  padding-right: 0;
  padding-left: 0;
}

.crm-highlighted-capabilities .crm-background {
  background-color: #232e3c;
  color: #ffffff;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1024px) {
  .crm-highlighted-capabilities .crm-background {
    padding: 50px 20px;
  }
}

.crm-highlighted-capabilities .crm-background p {
  font-size: 15px;
  line-height: 20px;
}

.crm-highlighted-capabilities .crm-background p:last-of-type {
  margin-bottom: 0;
}

.crm-highlighted-capabilities .crm-hc-left-content-wrapper .icon {
  width: 100%;
  max-width: 200px;
  left: 120px;
  top: 40px;
  position: relative;
  z-index: 1;
}

.crm-highlighted-capabilities .crm-hc-left-content-wrapper .left-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 0;
  background-color: #979797;
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 10px;
  z-index: 0;
}

.crm-highlighted-capabilities .crm-hc-left-content-wrapper .crm-image-wrapper {
  width: 100%;
  height: auto;
  min-height: 350px;
  position: relative;
  right: 0;
  bottom: 50px;
  margin-top: 130px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.crm-highlighted-capabilities .crm-hc-right-content-wrapper .icon {
  width: 100%;
  max-width: 200px;
  left: 40px;
  top: 40px;
  position: relative;
  z-index: 1;
}

.crm-highlighted-capabilities .crm-hc-right-content-wrapper .right-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  left: 0;
  background-color: #979797;
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 10px;
  z-index: 0;
}

.crm-highlighted-capabilities .crm-hc-right-content-wrapper .crm-image-wrapper {
  width: 100%;
  height: auto;
  min-height: 350px;
  position: relative;
  right: 0;
  bottom: 50px;
  margin-top: 130px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1024px) {
  .crm-highlighted-capabilities .crm-image-wrapper {
    display: none !important;
  }
  .crm-highlighted-capabilities .crm-hc-left-content-wrapper .left-shape,
  .crm-highlighted-capabilities .crm-hc-right-content-wrapper .right-shape {
    left: 0;
    right: 0;
    width: calc(100%);
    min-height: 155px;
    top: 0px;
  }
  .crm-highlighted-capabilities .crm-hc-left-content-wrapper .icon {
    left: 40px;
  }
  .crm-highlighted-capabilities .grid-margin-x > .medium-6 {
    width: calc(100% - 1.875rem);
  }
  .crm-highlighted-capabilities .crm-background {
    margin-top: 30px;
  }
  .columns-container.crm-highlighted-capabilities .swap-order {
    order: 2;
    z-index: 2;
  }
  .crm-highlighted-capabilities .crm-hc-right-content-wrapper .right-shape {
    border-radius: 10px 10px 0 0;
  }
  /*.crm-highlighted-capabilities:nth-child(2n+1) {*/
  .crm-highlighted-capabilities {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .crm-highlighted-capabilities .grid-margin-x > .medium-6 {
    width: calc(100% - 1.25rem);
  }
}

/* CRM Request Demo Button */

#crm-request-demo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#crm-request-demo-cta {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
}
@media (max-width: 600px) {
  #crm-request-demo-cta {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
  }
}

/* CRM Data Architecture */

.crm-data-architecture h2 {
  margin-top: 30px;
}

/* CRM Request Demo Form */

#crm-request-demo-form {
  padding: 80px;
}

#confirmform a {
  color: #1468a0;
}

/* Data Sheets & Industry Solution Guides pages */
ul.data-sheets {
  margin-left: 0;
  list-style: none;
}
ul.data-sheets li {
  padding-left: 0;
}
ul.data-sheets li a {
  display: block;
  font-size: 0.875em;
  line-height: 125%;
}

form#mktoForm_1380.mktoForm .mktoFormRow:nth-of-type(2n + 1),
form#mktoForm_2113.mktoForm .mktoFormRow:nth-of-type(2n + 1) {
  clear: none;
}

form#mktoForm_1380 > div.mktoFormRow:nth-child(2),
form#mktoForm_2113 > div.mktoFormRow:nth-child(2) {
  clear: both;
  width: 100%;
  width: calc(100% - 50px);
}

form#mktoForm_1380.mktoForm > div > span > button,
form#mktoForm_2113.mktoForm > div > span > button {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 21px 33px;
  color: #1a1a1a;
  border: solid 2px #1a1a1a;
  transition: 0.25s all ease;
  background-color: transparent;
  background-image: none;
}

form#mktoForm_1380.mktoForm > div > span > button:hover,
form#mktoForm_2113.mktoForm > div > span > button:hover {
  background-color: #1a1a1a;
  border: solid 2px #1a1a1a;
  color: #fff;
  opacity: 1;
}

/* Products Scope Section */
.single-products #scope .cell p {
  display: flex;
  align-items: flex-start;
}
.single-products #scope .cell p img {
  margin-top: 4px;
}

.hide-me,
.display-none {
  display: none;
}

@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mobile-hide {
    display: none;
  }
}

/* Newsroom Subhead Styles */

.single-post .c3-subhead {
  font-style: italic;
  padding-bottom: 0;
}

.single-post .c3-subhead #c3-underline-seperator {
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #1a1a1a;
}

.single-post #c3-underline-seperator {
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #1a1a1a;
}

/* Icons */
*[class^="has-icon--"]:before,
*[class*=" has-icon--"]:before {
  content: "";
  height: 40px;
  width: 40px;
  margin-right: 0.5rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
.has-icon--ebook:before {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/icon-ebook.svg);
}
.has-icon--glossary:before {
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/icon-glossary.svg);
}

/* Vimeotheque overrides */
@media (max-width: 1255px) {
  .cvm-vim-playlist.default,
  .cvm-vim-playlist.default .vimeotheque-player {
    height: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .cvm-vim-playlist.default .cvm-playlist-wrap .cvm-playlist {
    margin: 0 !important;
  }
}

/* Glossary */

.single-glossary .hero h1 {
  margin: 4rem;
  font-size: 40px;
}
.single-glossary .hero .cell.two-col-pad-right {
  padding-right: 0;
  display: flex !important;
  align-items: center;
}
.single-glossary .hero .cell {
  height: 170px !important;
  width: 50%;
  margin: 0;
}
.single-glossary .hero .grid-x {
  width: 100%;
  margin: 0;
  background: #000;
  color: #fff;
}
.single-glossary .hero .cell.two-col-pad-left {
  padding-left: 0;
}
.single-glossary .hero-image {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-glossary .columns-container {
  padding-top: 58px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.single-glossary .section-menu {
  width: 250px;
  font-size: 16px;
  position: absolute;
  top: 70px !important;
  margin-top: 0;
  transition: 0.25s ease margin-top;
  z-index: 1;
}

/* .has-custom-accordion overrides */
.has-custom-accordion .off-canvas-wrapper {
  overflow: initial;
}
.has-custom-accordion .menu-position-wrapper {
  position: sticky;
  top: 20px;
  z-index: 9;
}
.has-custom-accordion .section-menu {
  width: 145px;
}
.has-custom-accordion .js-sidenav {
  min-width: 100px;
}
.has-custom-accordion .section-menu > div > ul {
  border-left: 1px solid #1a1a1a;
}
.has-custom-accordion .section-menu > div > ul.clone {
  border-left: 1px solid white;
  pointer-events: none;
}
.has-custom-accordion .section-menu > div > ul > .menu-item {
  padding: 0;
  border: 0 !important;
}
.has-custom-accordion .section-menu > div > ul .menu-item:nth-child(1) {
  padding-top: 0;
}
.has-custom-accordion .section-menu > div > ul .sub-menu li:last-child {
  margin-bottom: 1rem;
}
.has-custom-accordion .section-menu > div > ul .sub-menu li a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.25rem 1rem !important;
  border-left: 0 !important;
}
.has-custom-accordion .section-menu > div > ul .sub-menu li.active a {
  margin-left: -2px;
}
.has-custom-accordion .section-menu .menu.sidenav-init-global-menu li a {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  padding: 0.5rem 1rem;
  line-height: 1.25;
}
.has-custom-accordion
  .section-menu
  .menu.sidenav-init-global-menu
  li:first-child
  a {
  margin-top: 0;
}
.has-custom-accordion
  .section-menu
  .menu.sidenav-init-global-menu
  li:last-child
  a {
  margin-bottom: 0;
}
.has-custom-accordion
  .section-menu
  > div
  > ul
  > .menu-item-has-children
  .sub-menu {
  margin-top: 0;
}
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children.sub-menu-collapsed::after,
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children::after {
  top: 25px !important;
}
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children:not(.sub-menu-collapsed)::after {
  top: 20px !important;
}
.has-custom-accordion
  .section-menu
  > div
  > ul
  > li.menu-item-has-children.sub-menu-collapsed::after {
  transform: rotate(0deg) translateY(-7.5px) !important;
}
.has-custom-accordion
  .section-menu
  > div
  > ul.clone
  > li.menu-item-has-children::after {
  filter: invert(1);
}
.has-custom-accordion
  .section-menu
  .menu.sidenav-init-global-menu
  li.current-menu-item
  a:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 3px solid #1a1a1a;
}
.has-custom-accordion
  .section-menu
  .menu.sidenav-init-global-menu.clone
  li.current-menu-item
  a:before {
  border-left: 3px solid white;
}

@media (max-width: 1028px) {
  .single-glossary .hero h1 {
    margin: 2.5rem;
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .single-glossary .has-global-menu {
    display: flex;
    flex-direction: column;
  }
  .single-glossary .has-global-menu .menu-position-wrapper {
    height: auto;
    margin: 5rem 0;
    padding: 0 1rem;
    order: 9;
  }
  .single-glossary .has-global-menu .section-menu {
    position: relative;
    width: 100%;
    top: 0 !important;
    display: block;
  }
  .single-glossary .has-global-menu .section-featured {
    padding-bottom: 0;
  }
}

/* Flex Carousel section */
@media (max-width: 767.98px) {
  .flex-carousel .grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .flex-carousel .grid-container .grid-margin-x > .cell {
    width: 100%;
    margin: 0;
  }
}
.flex-carousel.fullwidth > .grid-container {
  max-width: unset;
  padding: 0;
}
.flex-carousel.fullwidth .grid-margin-x,
.flex-carousel.fullwidth .grid-margin-y > .cell {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flex-carousel.fullwidth .swiper-slide .grid {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 1440px) {
  .flex-carousel.fullwidth .swiper-pagination {
    left: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .flex-carousel.reversed .swiper-slide .grid {
    direction: rtl;
  }
  .flex-carousel.reversed .swiper-slide .grid > * {
    direction: ltr;
  }
  .flex-carousel.reversed .swiper-slide button {
    margin-right: auto;
  }
  .flex-carousel.reversed .swiper-pagination {
    left: calc(50% + 1rem) !important;
  }
}
.flex-carousel.roundimage .swiper-slide {
  display: flex;
}
.flex-carousel.roundimage .swiper-slide .grid > img.imgcol {
  height: 166px;
  width: 166px;
  border-radius: 999rem;
  border: 6px solid #ffffff;
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .flex-carousel.roundimage .swiper-slide .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flex-carousel.roundimage .swiper-slide .grid > * {
    order: 3;
  }
  .flex-carousel.roundimage .swiper-slide .grid > img.imgcol {
    order: 1;
  }
}
@media (min-width: 768px) {
  .flex-carousel.roundimage .swiper-slide .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .flex-carousel.roundimage .swiper-slide .grid > * {
    grid-column: 1/3;
  }
  .flex-carousel.roundimage .swiper-slide .grid > img.imgcol {
    grid-column: 3/4;
  }
  .flex-carousel.roundimage .swiper-slide .button {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .flex-carousel.roundimage.reversed .swiper-pagination {
    left: calc(36% + 1rem) !important;
  }
}
.flex-carousel.roundimage .swiper-pagination {
  display: flex;
}
.flex-carousel .swiper-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.flex-carousel .swiper-slide {
  height: 100%;
  min-height: 400px;
  padding: 1rem;
  background-color: white;
  box-sizing: border-box;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .flex-carousel .swiper-slide {
    padding: 2.5rem 6rem;
  }
}
.flex-carousel.bgdark .swiper-slide {
  color: white;
}
.flex-carousel .swiper-slide-active {
  z-index: 2;
}
.flex-carousel .swiper-slide .grid {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-carousel .swiper-slide .grid {
    padding: 0;
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .flex-carousel .swiper-slide .grid > * {
    grid-column: 1/2;
  }
  .flex-carousel .swiper-slide .grid > img.imgcol {
    max-height: 400px;
    width: auto;
    grid-column: 2/3;
    grid-row: 1/7;
    align-self: center;
    justify-self: center;
  }
}
@media (max-width: 767.98px) {
  .flex-carousel .swiper-slide .grid {
    display: flex;
    flex-direction: column;
  }
  .flex-carousel .swiper-slide .grid h2 {
    order: 1;
  }
  .flex-carousel .swiper-slide .grid h3 {
    order: 3;
  }
  .flex-carousel .swiper-slide .grid > img.imgcol {
    max-height: 80vw;
    object-fit: cover;
    order: 2;
  }
  .flex-carousel .swiper-slide .grid p {
    order: 4;
  }
}
.flex-carousel .swiper-slide h2 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #979797;
}
.flex-carousel.bgdark .swiper-slide h2 {
  color: inherit;
}
.flex-carousel .swiper-slide h3 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .flex-carousel.roundimage .swiper-slide h2,
  .flex-carousel.roundimage .swiper-slide h3,
  .flex-carousel.roundimage .swiper-slide p {
    text-align: center;
  }
}
.flex-carousel h2.large,
.flex-carousel h3.large,
.flex-carousel p.large {
  margin-top: 0;
  font-size: 200%;
}
.flex-carousel .swiper-slide .grid > img.imgcol {
  width: 100%;
  margin: 1rem 0;
  object-fit: contain;
  /*box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.5);*/
}
@media (min-width: 768px) {
  .flex-carousel .swiper-slide .grid > img.imgcol {
    margin: 0;
  }
}
.flex-carousel .swiper-slide .button {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0.75rem 33px;
  justify-self: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .flex-carousel .swiper-slide .button {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
.flex-carousel.bgdark .swiper-slide .button {
  border-color: #fff;
  color: white;
}
.flex-carousel .swiper-slide .button.hollow:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff !important;
  opacity: 1;
}
.flex-carousel.bgdark .swiper-slide .button.hollow:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a !important;
  opacity: 1;
}
.flex-carousel .swiper-navigation {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 3;
}
.flex-carousel .swiper-button-next,
.flex-carousel .swiper-button-prev {
  background-image: url(https://dev-yml.pantheonsite.io/wp-content/uploads/2020/08/arrow-right-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: all;
}
.flex-carousel.bgdark .swiper-button-next,
.flex-carousel.bgdark .swiper-button-prev {
  background-image: url(https://dev-yml.pantheonsite.io/wp-content/uploads/2020/09/arrow-right-white.svg);
}
@media (max-width: 767.98px) {
  .flex-carousel .swiper-button-next,
  .flex-carousel .swiper-button-prev {
    display: none;
  }
}
.flex-carousel .swiper-button-next:after,
.flex-carousel .swiper-button-prev:after {
  content: none;
}
.flex-carousel .swiper-button-prev {
  left: 1.5rem;
  transform: rotate(180deg) translateY(1px);
}
.flex-carousel .swiper-button-next {
  right: 1.5rem;
}
.flex-carousel .swiper-pagination {
  position: absolute;
  width: auto !important;
  left: 6rem !important;
  bottom: 1.5rem;
  pointer-events: all;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .flex-carousel .swiper-pagination {
    position: absolute;
    width: 100%;
    left: 50% !important;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .flex-carousel .swiper-pagination {
    justify-self: flex-start;
    grid-row: 6/7;
  }
}
.flex-carousel .swiper-pagination-bullet {
  position: relative;
  height: 2rem;
  width: 34px;
  margin: 0 0.25rem;
  background-color: transparent;
  border-radius: 0;
}
.flex-carousel .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #1a1a1a;
  transform: translate(0, -50%);
}
.flex-carousel.bgdark .swiper-pagination-bullet:before {
  background-color: white;
}
/* END Flex Carousel section */

/* Section variations */
.cover,
section.cover,
.section.cover,
.section-timeline,
.cta-section,
.section-contactus {
  position: relative;
  z-index: 9;
}
/* END Section variations */

/* Sticky sidenav / Global Menu */
@media (min-width: 1024px) {
  .body-has-global-menu .off-canvas-wrapper {
    overflow: unset;
  }
  .body-has-global-menu .content.has-global-menu {
    display: grid;
    grid-template-columns: 0 auto;
  }
  .body-has-global-menu section {
    grid-column-start: 2;
    grid-column-end: span 1;
  }
  .body-has-global-menu .menu-position-wrapper {
    position: sticky;
    width: auto;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: calc((100vw - 1460px) / 2);
    align-self: flex-start;
    justify-self: flex-start;
    background: transparent;
    box-sizing: border-box;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 30;
    z-index: 2;
  }
  .body-has-global-menu.page-template-template-aisuite .menu-position-wrapper {
    height: 1600px;
    max-height: 100vh;
    margin-bottom: 300px;
    grid-row-start: 2;
  }
  .body-has-global-menu .menu-position-wrapper:before,
  .body-has-global-menu .menu-position-wrapper:after {
    content: "";
    position: absolute;
    height: 7rem;
    width: 100%;
    left: 0;
    background: white;
    z-index: 4;
    pointer-events: none;
  }
  .body-has-global-menu .menu-position-wrapper:before {
    top: 0;
    background: linear-gradient(white, transparent);
  }
  .body-has-global-menu .menu-position-wrapper:after {
    /* top: calc(100vh - 2rem); */
    bottom: 0;
    background: linear-gradient(transparent, white);
  }
  .body-has-global-menu .section-menu {
    position: relative;
    max-height: 100vh;
    top: 0;
    margin: 0 !important;
    padding-top: 110px;
    padding-bottom: 110px;
    overflow-x: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
  }
  .body-has-global-menu .section-menu::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
/* END Sticky sidenav / Global Menu */

/* Dropdown C3 */
dl.dropdown.dropdown-c3 {
  position: relative;
  min-width: 200px;
  font-size: 14px;
}
dl.dropdown.dropdown-c3 dd,
dl.dropdown.dropdown-c3 dt,
dl.dropdown.dropdown-c3 ul {
  margin: 0;
  padding: 0;
}
dl.dropdown.dropdown-c3 dt {
  min-width: 100%;
}
dl.dropdown.dropdown-c3 dt a {
  height: 2.4375rem;
  width: 100%;
  padding: 0.5rem;
  padding-right: 1.5rem;
  display: block;
  background-image: url(/wp-content/themes/c3-ai-theme/assets/images/chevron-down-solid-dark.svg);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
}
dl.dropdown.dropdown-c3 dt a:hover {
  text-decoration: none !important;
}
dl.dropdown.dropdown-c3 dt a span {
  display: block;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
dl.dropdown.dropdown-c3 dd {
  position: relative;
  min-width: 100%;
  z-index: 3;
}
dl.dropdown.dropdown-c3 dd ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  margin-bottom: 30px;
  padding: 0;
  background: #fff none repeat scroll 0 0;
  border: 0;
  list-style: none;
  overflow-y: auto;
}
dl.dropdown.dropdown-c3 dd ul:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 2px solid #1a1a1a;
  pointer-events: none;
}
dl.dropdown.dropdown-c3 dd ul:not(.is-open) {
  display: none;
}
dl.dropdown.dropdown-c3 dd li {
  margin-bottom: 0px;
  padding-left: 0;
  padding-bottom: 0;
  color: #1a1a1a;
  font-weight: 700;
}
dl.dropdown.dropdown-c3 dd li.current {
  background-color: #fff;
  color: #979797;
}
dl.dropdown.dropdown-c3 dd li.current a:hover {
  background-color: #fff;
  color: #979797;
}

dl.dropdown.dropdown-c3 span.value {
  display: none;
}
dl.dropdown.dropdown-c3 dd ul li a {
  padding: 6px 26px;
  display: block;
  outline: none;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
dl.dropdown.dropdown-c3 dd ul li a:hover {
  background-color: #d7d7d7;
  color: #1a1a1a;
  text-decoration: none !important;
}
dl.dropdown.dropdown-c3 span.value {
  display: none;
}
/* END Dropdown C3 */

.live-featured {
  margin-bottom: 20px;
}

.logo-container {
  display: flex;
  align-items: flex-end;
}

.logo-container .logo-text {
  font-weight: 900;
  font-size: 25px;
  margin-left: 10px;
  line-height: 25px;
  transition: color 0.3s ease-in-out;
}

body.up .header.light-header .top-bar-left .logo-container .logo-text {
  color: white;
}

body.is-scrolling.up .header.light-header .top-bar-left .logo-container .logo-text {
  color: inherit;
}

body.is-scrolling .header .top-bar-left .logo-container .logo-text {
  color: inherit;
}

@media (min-width: 1024px) {
  .header.light-header .top-bar:hover .top-bar-left .logo-container .logo-text ,
  .header.light-header .top-bar:focus-within .top-bar-left .logo-container .logo-text {
    color: inherit;
  }
}

.header.light-header .logo {
  transition: fill 0.3s ease-in-out;
}