body {
  /*font-family: "Noto Sans", sans-serif;*/
  font-family: "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

h2 {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

.header-logo {
	height: 55px;
	width: auto;
}

.ppg-logo {
  max-width: 60px;
}

ol ul {
  padding-left: 1rem;
}
a {color:#aa2737;text-decoration:none;}

a:hover {color:#aa2737;}

.card-body li {
  margin-bottom: 0.7rem;
}

.card-body h4 {
  color: #212529;
  font-weight: bold;
}

.card-body p {
  color: #212529;
}

.spacer-large {padding: 50px 0}

.spacer-medium {padding: 25px 0}

.navbar .dropdown-item:hover {
  background-color: #252f3d;
}

.navbar .dropdown-item.active {
  background-color: #252f3d !important;
}

.nav-new-standout {
	background-color: #aa2737;
	padding: 0px 5px 3px 5px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar .navbar-nav .nav-item .nav-divider {
 color: #aa2737;
}

.uppercase {
  text-transform: uppercase;
}

/* CUSTOMIZE COLOUR
-------------------------------------------------- */

.bg-ppg {
  background-color: #0078A9;
}
.bg-ppg-dark {
  background-color: #252f3d;
}
.bg-black {
  background-color: #000000;
}
.bg-ppg-light-grey {
  background: #f4f5f7;
}
.bg-ppg-mid-grey {
  background: #e6e6e6;
}
.bg-white {
  background: #ffffff;
}
.bg-sem-red {
  background-color: #aa2737;
}
.sem-red {
  color: #aa2737 !important;
}
.ppg-blue {
  color: #0078A9 !important;
}
.bright-blue {
  color: #0cb9e8 !important;
}
.ppg-dark-blue {
  color: #272f3c;
}
.white {
  color: #ffffff;
}
.white-link {
  color: #ffffff;
  
    &:focus, &:hover {
      color: #0cb9e8;
    }
}
.btn-primary {
  background-color: #aa2737;
  border-color: #aa2737;
  color: #ffffff;
  
    &:focus, &:hover {
      background-color: #aa2737;
      border-color: #aa2737;
      box-shadow: none;
      color: #ffffff;
    }
}
.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa2737;
  
    &:focus, &:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      box-shadow: none;
      color: #aa2737;
    }
}
.btn-dark-blue {
  background-color: #272f3c;
  border-color: #272f3c;
  color: #ffffff;
  
    &:focus, &:hover {
      background-color: #272f3c;
      border-color: #272f3c;
      box-shadow: none;
      color: #ffffff;
    }
}
.btn-red {
  background-color: #aa2737;
  border-color: #aa2737;
  color: #ffffff;
  
    &:focus, &:hover {
      background-color: #aa2737;
      border-color: #aa2737;
      box-shadow: none;
      color: #ffffff;
    }
}
.btn-outline-secondary a {
  color: #0078A9;
}
.btn-outline-secondary:hover {
  background-color: #efefef;
  color: #0078A9;
}
.border-none {
  border:none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 11rem;
  z-index: 10;
  text-align: left;
  left: 10%;
}

.carousel-caption h1 {
  color: #ffffff;
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

@media (min-width: 991px) {
  .carousel-caption h1 {
    color: #aa2737;
  }
}

@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 3.75rem;
  }
}

.carousel-caption h4 {
  color: #ffffff;
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

.carousel-caption h4 span {
  color: #aa2737;
}

@media (min-width: 1200px) {
  .carousel-caption h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 650px) {
 .carousel-caption {
   bottom: 12rem;
 }
}

@media only screen and (min-width: 768px) {
 .carousel-caption {
   bottom: 6rem;
 }
}

@media only screen and (min-width: 991px) {
 .carousel-caption {
   bottom: 11rem;
 }
}

@media only screen and (min-width: 1200px) {
 .carousel-caption {
   bottom: 6rem;
 }
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 26rem;
  background-color: #d5e6f0;
}
.carousel-item > img {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  /*height: 26rem;*/
  width: 100%;
}

.carousel-mobile-img {
  bottom: 3rem;
  left: 10%;
  max-width: 55%;
  position: absolute;
  z-index: 10;
}

@media only screen and (min-width: 500px) {
  .carousel-mobile-img {
    max-width: 45%;
  }
}

@media only screen and (min-width: 550px) {
  .carousel-mobile-img {
    max-width: 39%;
  }
}

@media only screen and (min-width: 650px) {
  .carousel-mobile-img {
    max-width: 33%;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-mobile-img {
    bottom: 7.75rem;
    left: auto;
    right: 10%;
  }
}

@media only screen and (min-width: 991px) {
  .carousel-mobile-img {
    display: none;
  }
}

.carousel-mobile-img-full-width {
  bottom: 0;
  left: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .carousel-mobile-img-full-width {
    display: none;
  }
}

.blue-bg {
  background: #0078A9;
  bottom: 0;
  height: 500px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .blue-bg {
    display: none;
  }
}

.red-bg {
  background: #aa2737;
  bottom: 0;
  height: 500px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 991px) {
  .red-bg {
    display: none;
  }
}

/* DARK BLUE SECTION */

.section-dark-blue {
  color: #fff;
  padding: 100px 0;
}



/* ================================
Accordion
================================ */

.accordion-button {
  color: #aa2737;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: #f4f5f7;
  box-shadow: none;
  color: #aa2737;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body td {
  font-size: 14px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aa2737'%3e%3cpath fill-rule='evenodd' d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm.5 10h6v1h-6v6h-1v-6h-6v-1h6v-6h1v6z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aa2737'%3e%3cpath fill-rule='evenodd' d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm-6.5 10h13v1h-13v-1z'/%3e%3c/svg%3e");
  transform: none;
}

.accordion-header-text {
  color: #aa2737 !important;
  margin: 0;
  white-space: normal;
}

.accordion-nowrap {
  .accordion-button {
    white-space: nowrap;
  }
}



/* ================================
Forms
================================ */

#ContactForm {
  height: 590px;
}

@media only screen and (min-width: 768px) {
  #ContactForm {
    height: 360px;
  }
}

#LinqForm {
  height: 590px;
}

@media only screen and (min-width: 768px) {
  #LinqForm {
    height: 330px;
  }
}

.process-model {
  border-bottom: none;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.stepper-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 0.9rem;
  position: relative;
  
  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  border-bottom: 2px solid #252f3d;
  content: "";
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 2;
}

.stepper-item::after {
  content: "";
  border-bottom: 2px solid #252f3d;
  left: 50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 2;
}

.stepper-item .step-counter {
  align-items: center;
  background: #252f3d;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 6px;
  position: relative;
  width: 30px;
  z-index: 5;
}

.stepper-item.active {
  font-weight: bold;
  
    .step-counter {
      background: #0078A9;
    }
}

.stepper-item.completed .step-counter {
  background-color: #252f3d;
}

.stepper-item.completed::after {
  border-bottom: 2px solid #252f3d;
  content: "";
  left: 50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}



/* ================================
  Footer
  ================================ */
footer {
  /*background: $grey-light;*/
}
footer a {
  color: #DADADA;
  text-decoration: none;
}
footer a:focus, footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer-social {
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}
footer .footer-social h5 {
  text-transform: uppercase;
}
footer .footer-social ul {
  line-height: 1;
  list-style-type: none;
  margin-top: 1.5rem;
  padding: 0;
}
footer .footer-social ul li {
  display: inline;
  font-size: 20px;
}
footer .footer-social ul li a {
  color: #757575;
  text-decoration: none;
}
footer .footer-nav {
  padding: 3rem 0 2rem 0;
}
footer .footer-nav .accordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
}
footer .footer-nav .accordion .accordion-item .accordion-button {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
footer .footer-nav .accordion .accordion-item .accordion-body {
  padding: 0 0 1rem 0;
}
footer .footer-nav .accordion .accordion-item .accordion-body ul {
  color: #757575;
  font-size: 0.875rem;
  list-style-type: none;
  padding-left: 0px;
}
footer .footer-nav .accordion .accordion-item .accordion-body ul li {
  margin: 0 0 0.5rem 0;
}
footer .footer-nav .accordion-button {
  background: #FFFFFF;
}
footer .footer-nav .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer .footer-legal {
  color: #2a2e37;
  font-size: 0.6875rem;
  padding: 2rem 0;
  text-align: center;
}
footer .footer-legal img {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  footer .footer-legal img {
    float: left;
    margin-right: 1rem;
  }
}
footer .footer-legal p {
  text-align: left;
}
footer .footer-legal a {
  color: #2a2e37;
  text-decoration: none;
}
footer .footer-legal a:focus, footer .footer-legal a:hover {
  text-decoration: underline;
}

.footer-top {
  background: #232323;
  color: #ffffff;
}

.footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-top p {
  color: #bfbfbf;
}

.footer-top a {
  color: #bfbfbf;
}

.footer-top li {
  color: #bfbfbf;
  display: inline-block;
  margin-left: 13px;
}

.footer-top li:first-of-type {
  margin-left: 0;
}

.footer-top h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.footer-bottom {
  background: #000000;
  color: #bfbfbf;
}

.footer-bottom .logo {
  display: inline-block;
  max-width: 75px
}

.footer-bottom .copyright {
  display: inline-block;
}

.footer-social-icons {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;
}

.footer-social-icons li {
  display: inline-block;
  margin: 0 7.5px;
}

.language-selector {
  margin-top: 20px;
  
  .dropdown-item.active {
    background-color: transparent;
    color: #212529;
  }
  
  .multi-column-dropdown-3 {
    min-width: 50rem;
    
      .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
      }
  }
}

.language-selector-new {
  padding: 1rem 0 0 0;
  
    .nav {
      display: initial;
    }
    
    ul {
      list-style: none;
      padding-left: 0;
      text-align: center;
      width: 100%;
    }
    
    li {
      /*display: table-cell;*/
      display: inline-block;
      /*float: none;
      position: relative;
      width: 1%;*/
    }
    
    .dropdown-item.active {
      background-color: #f4f5f7;
      color: #000000;
      font-weight: 600;
    }
    
    .dropdown-item:hover {
      background-color: #f4f5f7;
      color: #000000;
    }
}

.tab-pane {
  padding: 1rem 0;
}

.sticky-alert {
  background-color: #aa2737;
  border-color: #aa2737;
  border-radius: 0;
  bottom: 0;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
  position: fixed;
  width: 100%;
  
    a {
      color: #ffffff;
    }
}

#accordion-disabled {
  .accordion-button::after {
    display: none;
  }
}

#system-requirements-accordion {
  .accordion-button {
    background: #0078A9;
    color: #ffffff;
  }
  
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm.5 10h6v1h-6v6h-1v-6h-6v-1h6v-6h1v6z'/%3e%3c/svg%3e");
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm-6.5 10h13v1h-13v-1z'/%3e%3c/svg%3e");
    transform: none;
  }
  
  .nav-tabs {
    border-bottom: none;
  }
}

.support-step {
  margin-top: 1.5rem;
  
    img {
      border-radius: 0.25rem 0.25rem 0 0;
    }
    
    .support-step-content {
      border-radius: 0 0 0.25rem 0.25rem;
      min-height: 110px;
      padding: 1rem;
      
        p {
          color: #ffffff;
          margin-bottom: 0;
          
            a {
              color: #0076a5;
            }
        }
    }
}

@media only screen and (min-width: 576px) {
	.col-sm-6 .support-step-content {
		min-height: 225px;
	}
}

@media only screen and (min-width: 768px) {
	.col-sm-6 .support-step-content {
		min-height: 155px;
	}
}

@media only screen and (min-width: 1400px) {
	.col-sm-6 .support-step-content {
		min-height: 130px;
	}
}

.ppg-linq-color-compatibility-header {
  background: #D4E7F0;
}

.training-header {
  background: #aa2737;
  border-radius: 0.25rem;
  
    h1 {
      color: #ffffff;
    }
}

.centered-list {
  list-style-type: none;
  padding-left: 0;
  
    li:before {
      content: "•";
      margin-right: 5px;
    }
}

.quote:before {
  color: #0076a5;
  content: open-quote;
  display: inline-block;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25rem;
  margin-right: 5px;
  position: relative;
  top: 0;
  vertical-align: bottom;
}

.mix-n-shake-car-background {
  background: #111111;
}

@media only screen and (min-width: 991px) {
  .mix-n-shake-car-background {
    background-image: url('../../files/images/background-mix-n-shake-device.jpg');
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#testimonialscarousel {
	margin-bottom: 0;
	
		.carousel-item {
			background: none;
			height: auto;
		}
		
		.testimonial-quote:before {
			color: #aa2737;
			content: open-quote;
			display: inline-block;
			font-size: 2em;
			font-weight: 400;
			line-height: 1.25rem;
			margin-right: 5px;
			position: relative;
			top: 0;
			vertical-align: bottom;
		}

		.testimonial-quote:after {
			color: #aa2737;
			content: close-quote;
			display: inline-block;
			font-size: 2em;
			font-weight: 400;
			line-height: 1.25rem;
			margin-right: 5px;
			position: relative;
			top: 0;
			vertical-align: bottom;
		}
}

.testimonial-controls {
	text-align: right;
	
		.testimonials-control-btn {
			background-color: #000000;
			border-color: #000000;
			border-radius: 0;
			color: #ffffff;
			font-size: 0.75rem;
			padding: 0.375rem 0.65rem;
			
			&:focus, &:hover {
			  background-color: #000000;
			  border-color: #000000;
			  box-shadow: none;
			}
		}
}

html:not([lang^="es"]) .spanish-text {
  display: none;
}

html[lang^="es"] .non-spanish-text {
  display: none;
}