@import url("https://use.typekit.net/luy7kuo.css");

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom AOS animations
   ========================================================================== */

[data-aos=link-to-button] {
  text-align: left;
}

[data-aos=link-to-button]:focus {
  box-shadow: none;
  outline: auto;
  outline: -webkit-focus-ring-color auto 1px;
}

@media (min-width: 1200px) {

  [data-aos=link-to-button] {
    text-align: center;
    transition-property: background, border, color, margin, padding;
  }

  .navbar-light .navbar-nav [data-aos=link-to-button].aos-animate {
    background-color: #702f8a;
    border-color: #702f8a;
    color: white;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-light .navbar-nav [data-aos=link-to-button].aos-animate:active {
    background-color: #512264;
    border-color: #491f5a;
    color: white;
  }

  .navbar-light .navbar-nav [data-aos=link-to-button].aos-animate:hover {
    background-color: #59256d;
    border-color: #512264;
    color: white;
  }

  .navbar-light .navbar-nav [data-aos=link-to-button].aos-animate:focus {
    box-shadow: 0 0 0 0.2rem rgba(133,78,156,.5);
  }

}

[data-aos=fade-leftdown] {
  transform: translate3d(86px,-50px,0);
}

[data-aos=fade-rightdown] {
  transform: translate3d(-86px,-50px,0);
}

[data-aos=fade-right-solution] {
  transform: translate3d(-25px,0,0);
}

[data-aos=fade-up-solution] {
  transform: translate3d(0,25px,0);
}

[data-aos=fade-down-solution] {
  transform: translate3d(0,-25px,0);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 * Typography
 */

body {
  font-family: open-sans, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: neo-sans, sans-serif;
  margin-bottom: 1rem;
}

.h1, h1 {
  font-size: 3rem;
}

.h2, h2 {
  font-size: 2.5rem;
}

.h3, h3 {
  font-size: 2rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 300;
}

[class^=display] {
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  [class^=display] {
    font-size: 3.5rem;
  }
}

/*
 * Nav and buttons
 */

.navbar {
  box-shadow: 0 calc(0.5rem + 2px) 1rem rgba(0, 0, 0, 0.1);
}

.navbar:after {
  background: linear-gradient(to right, rgba(112, 47, 138, 1) 0%, rgba(103, 50, 142, 1) 15.54%, rgba(79, 59, 152, 1) 40.9%, rgba(39, 73, 168, 1) 72.7%, rgba(0, 87, 184, 1) 100%);
  bottom: -2px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}

.nav-anchor {
  display: block;
  height: 0;
  position: relative;
  top: -4.75rem;
}

.nav-logo-area {
  align-items: center;
}

.nav-logo-area .navbar-brand {
  margin-right: 10px;
}

.trademark {
  margin: 0;
  font-size: 15px;
}

.btn {
  border-radius: 0;
  padding: 0.5rem 1.5rem;
}

.navbar-nav {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 1rem;
  }
}

/*
 * Sections and containers
 */

main {
  padding: 6.25rem 0 0;
}

.hero-para {
  font-size: 18px;
}

#hero-firstLine {
  margin-bottom: 0;
}

#firstLineBelowVideo, #secondLineBelowVideo {
  text-align: center;
  font-size: 24px;
}

section, footer {
  padding: 4.75rem 0;
  position: relative;
}



section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 4.75rem);
  overflow: hidden;
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6,
.section-light .h1,
.section-light .h2,
.section-light .h3,
.section-light .h4,
.section-light .h5,
.section-light .h6,
.section-light [class^=display] {
  color: #702f8a;
}

.section-dark {
  background-color: #333;
  color: white;
}

.container-fluid {
  max-width: 1920px;
  display: flex;
  align-items: center;
}

.graphic-container,
.icon-container {
  height: 0;
  margin: 0 auto;
  position: relative;
}

.graphic-container {
  padding: 0 0 100%;
  width: 100%;
}

.icon-container {
  padding: 0 0 30%;
  width: 30%;
}

.graphic-container .graphic,
.icon-container .icon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
 * Overview
 */

#section-overview,
#section-overview:before {
  background: linear-gradient(-135deg, rgba(0, 198, 176, 1) 0%, rgba(0, 174, 178, 1) 4.75%, rgba(0, 136, 180, 1) 13.19%, rgba(0, 109, 182, 1) 21.03%, rgba(0, 93, 184, 1) 27.96%, rgba(0, 87, 184, 1) 33.25%, rgba(17, 81, 177, 1) 37.08%, rgba(51, 69, 163, 1) 46.21%, rgba(78, 59, 152, 1) 55.52%, rgba(97, 52, 144, 1) 64.96%, rgba(108, 48, 140, 1) 74.64%, rgba(112, 47, 138, 1) 84.86%, rgba(158, 0, 175, 1) 100%);
}

#section-overview {
  min-height: 0;
  min-height: -webkit-fill-available;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#section-overview:before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#section-overview .container {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  position: relative;
  z-index: 1;
  height: 100%;
}

#section-overview .video-container {
  background-image: url('../img/video-poster.jpg');
  background-position: 88% center;
  background-size: cover;
  height: 110%;
  left: 0;
  position: absolute;
  top: -5%;
  width: 100%;
}

#section-overview .video {
  background: black;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#section-overview .btn {
  margin-top: 2rem;
}

@supports (mix-blend-mode: color) {
  #section-overview:before {
    mix-blend-mode: color;
    opacity: 1;
  }
  #section-overview .video-container {
    opacity: 0.8;
  }
}
 
@supports (-webkit-overflow-scrolling: touch) {
  #section-overview .video {
    /*display: none;*/
  }
}

@media (min-width: 768px) and (min-height: 774px) {
  #section-overview {
    height: calc(100vh - 4.75rem - 4.75rem);
  }
}

#section-empower {
  min-height: 0;
  padding-bottom: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #section-empower {
    padding-top: 0;
  }
}

.empower-qa {
  list-style-image: url('../img/bullet.svg');
  padding-left: 1em;
}

.empower-qa li {
  margin-bottom: 0.5em;
  padding-left: 0.4em;
}

.empower-qa span {
  font-weight: 600;
}

#section-name {
  min-height: 0;
  padding-bottom: 0;
  text-align: center;
}

.name {
  font-size: 1.125rem;
  padding-bottom: 2rem;
}

.name h3 {
  font-size: 7.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.name .h3 {
  color: #ccc;
  font-family: Calibri, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.name [class^=col]:nth-child(2) h2:before {
  left: -0.75em;
}

.name [class^=col]:nth-child(2) h2:after {
  right: 0.5em;
}

@media (min-width: 768px) {
  #section-name {
    text-align: left;
  }
  .name {
    margin-left: -30px;
    margin-right: -30px;
  }
  .name [class^=col]:nth-child(2) h2:before,
  .name [class^=col]:nth-child(2) h2:after {
    background: #ccc; 
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 0.125em;
    top: 0.6em;
    width: 0.125em;
  }
}

@media (min-width: 992px) {
  .name [class^=col] {
    padding: 0 32px;
  }
}

#section-oee {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #section-reduce {
    padding-top: 0;
  }
}

.oee-list {
  list-style-image: url('../img/bullet.svg');
  padding-left: 1em;
}

.oee-list li {
  margin-bottom: 0.5em;
  padding-left: 0.4em;
}

.oee-list span {
  font-weight: 600;
}

#section-operators {
  background-attachment: fixed;
  background-image: url('../img/background-auredia-cnc-3.jpg');
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

@supports (-webkit-overflow-scrolling: touch) {
  #section-operators {
    background-attachment: scroll;
  }
}

#section-operators a.text-secondary:hover {
  color: white !important;
}

#section-operators .btn {
  text-shadow: none;
}

#section-operators .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#section-operators:before {
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#section-operators .container {
  position: relative;
  z-index: 1;
}

/*
 * Our Solution
 */

#section-our-solution, #find-a-machine {
  background: linear-gradient(225deg, rgba(112, 47, 138, 1) 0%, rgba(103, 50, 142, 1) 15.54%, rgba(79, 59, 152, 1) 40.9%, rgba(39, 73, 168, 1) 72.7%, rgba(0, 87, 184, 1) 100%);
  background-attachment: fixed;
  padding: 0;
}

#section-our-solution > [class^=container] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 4.75rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section-our-solution .h6 {
  margin: 0;
}

#section-our-solution .pods {
  justify-content: flex-start;
  min-height: calc(66.67vh - 4.75rem);
  /*padding-top: 0 !important;*/
  text-align: center;
}

#section-our-solution .pods [class^=col] + [class^=col] {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  #section-our-solution .pods {
    max-width: 1920px;
  }
  #section-our-solution .pods [class^=col] + [class^=col] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #section-our-solution .pods [class^=col] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*
 * Who We Are
 */

#section-who-we-are {
  background-image: url('../img/map.svg');
  background-position: 40% center;
  background-size: 200% auto;
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  #section-who-we-are {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  #section-who-we-are {
    background-position: 30vw 40%;
    background-size: 80% auto;
  }
}

/*
 * Request a Demo
 */

#section-demo {
  background: #f1f1f1;
}

#section-demo form {
  margin-top: 1.5rem;
}

.LV_validation_message {
  color: rgba(112, 47, 138, 1);
  font-size: 80%;
  font-weight: bold;
}

.LV_valid {
  display:none;
}

p.field-p {
  margin: 0;
}

/*
 * Contact Us / Footer
 */

footer a {
  color: rgba(255, 255, 255, 1);
}

footer a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.copyright {
  margin-top: 4rem;
}

/*
 * Portal login
 */

#section-portal-form {
  background: linear-gradient(225deg, rgba(112, 47, 138, 1) 0%, rgba(103, 50, 142, 1) 15.54%, rgba(79, 59, 152, 1) 40.9%, rgba(39, 73, 168, 1) 72.7%, rgba(0, 87, 184, 1) 100%);
}

.portal-form-container {
  margin: 0 auto;
  max-width: 600px;
}

#section-portal-form form {
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}