@charset "UTF-8";
/*
Theme Name: Wilson Manufacturing
Author: goBRANDgo! Development Team
Author URI: http://www.gobrandgo.com
Description: Starter theme for goBRANDgo! WordPress projects. Made with ♥ by the go!dev-team.
Version: 7.0.5
License: GNU General Public License
License URI: license.txt
Text Domain: site
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------
	SCSS
	01 | Forms
	02 | Home Page
	03 | Layout					- Footer and Header
	04 | Main Feature			- Please name and site to site
	05 | Modules      			- Please name and site to site
	06 | Site Wide     			- misc, mixins,typography,variables,wp-defaults
	07 | Templates      		- Please name and site to site

	For each new page template, or unique section, adde it to the table of contents and import it below
	10 | Default				- page.php
	11 | Home					- template-home.php
	12 | Blog Archive			- home.php & archive.php
	13 | Blog Single Post		- single.php

--------------------------------------------
	End Table of Contents
------------------------------------------ */
/* Transitions Elements */
/* Placeholder Colors */
/* Header Adjustment */
@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url("scss/Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("scss/Fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("scss/Fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("scss/Fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("scss/Fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirNextLTW01-Medium";
  src: url("scss/Fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("scss/Fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("scss/Fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("scss/Fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("scss/Fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url("scss/Fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("scss/Fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("scss/Fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("scss/Fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("scss/Fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url("scss/Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("scss/Fonts/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), url("scss/Fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("scss/Fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), url("scss/Fonts/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype");
}
html body {
  font-size: 16px;
  font-family: "AvenirNextLTW01-Regular";
}
@media (min-width: 576px) {
  html body {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  html body {
    font-size: 20px;
  }
}

p {
  margin-bottom: 24px;
  font-family: "AvenirNextLTW01-Regular";
  font-size: 16px;
}
@media (min-width: 576px) {
  p {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}

b, strong {
  font-family: "Avenir Next LT W01 Bold";
}

a {
  font-size: 16px;
  font-family: "Avenir Next LT W01 Bold";
  color: #BD1E48;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a.text {
  border-bottom: 3px solid;
}
a.text.plain {
  font-family: "AvenirNextLTW01-Regular";
  border-bottom: none;
  text-transform: initial;
  letter-spacing: initial;
}
@media (min-width: 992px) {
  a.arrow:hover {
    font-size: 0;
    border-bottom: 0;
  }
  a.arrow:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 60px;
    width: 160px;
    background: url("/wp-content/themes/app/images/hover_arrow.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: rhode, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h1 {
    font-size: calc(32px + (48 - 32) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h2 {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 576px) {
  h3 {
    font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 576px) {
  h4 {
    font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 32px;
  }
}

h5, h6 {
  font-size: 16px;
}
@media (min-width: 576px) {
  h5, h6 {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  h5, h6 {
    font-size: 24px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/** 06 | Gravity Forms
================================================== **/
body img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gsection {
  text-align: center;
  border-bottom: none !important;
}
.gform_wrapper .gsection h2.gsection_title {
  font-size: 16px;
}
.gform_wrapper input, .gform_wrapper textarea {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #9B9B9B;
  font-family: "Avenir Next LT W01 Bold" !important;
  color: #000000;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
  color: #9B9B9B;
  font-family: "Avenir Next LT W01 Demi";
  font-style: italic;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #9B9B9B;
  font-family: "Avenir Next LT W01 Demi";
  font-style: italic;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
  color: #9B9B9B;
  font-family: "Avenir Next LT W01 Demi";
  font-style: italic;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder {
  color: #9B9B9B;
  font-family: "Avenir Next LT W01 Demi";
  font-style: italic;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus {
  border-bottom: 3px solid #BD1E48;
  outline: none;
}
.gform_wrapper input:focus {
  outline: none;
}
.gform_wrapper select {
  display: block;
  font-size: 18px;
  font-family: "Avenir Next LT W01 Bold";
  padding: 10px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #9B9B9B;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/wp-content/themes/app/images/arrow_down.png");
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 11px;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper select:focus {
  outline: none;
}
.gform_wrapper select:hover {
  border-color: #BD1E48;
  color: #BD1E48;
}
.gform_wrapper .gfield_label, .gform_wrapper label {
  font-size: 15px !important;
  font-family: "Avenir Next LT W01 Demi";
  font-style: italic;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 2px solid #9B9B9B;
  background-color: transparent;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom: 3px solid #BD1E48;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #9B9B9B;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 24px;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 16px !important;
  letter-spacing: 2px;
  text-align: center;
  width: 100% !important;
  padding: 12px 36px !important;
  display: inline-block;
  background: #EBE717;
  color: #000000;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.2 !important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #000000;
  color: #EBE717;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 12px 56px !important;
    width: auto !important;
  }
}

.section {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 64px 0;
  }
}

.grey-white {
  position: relative;
}
.grey-white:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -250px;
  left: 0;
  height: 500px;
  z-index: 0;
  background-color: #F3F3F3;
  background-image: url("/wp-content/themes/app/images/bg-dots-fade.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  border-radius: 24px;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  padding: 12px 16px;
  display: inline-block;
}
.button.yellow {
  background: #EBE717;
  color: #000000;
}
.button.yellow:hover {
  background: #000000;
  color: #EBE717;
}
.button.blue-ghost {
  background: transparent;
  border: 2px solid #BD1E48;
  color: #BD1E48;
  padding: 10px 34px;
}
.button.blue-ghost:hover {
  background: #BD1E48;
  color: #FFFFFF;
}
.button.yellow-ghost {
  background: transparent;
  border: 2px solid #EBE717;
  color: #FFFFFF;
  padding: 10px 34px;
}
.button.yellow-ghost:hover {
  background: #EBE717;
  color: #000000;
}
@media (min-width: 768px) {
  .button {
    padding: 12px 36px;
    width: auto;
  }
}
.button.gbg-loadmore {
  margin: 48px auto;
  text-transform: uppercase;
}

ul.product-list-1 {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.product-list-1 li {
  display: inline-flex;
  margin-bottom: 8px;
  min-width: 50%;
}
ul.product-list-1 li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 1px 8px 0 0;
  font-size: 20px;
  color: #EBE717;
}
@media (min-width: 768px) {
  ul.product-list-1 {
    column-count: 2;
  }
}

ul.product-list-2 {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.product-list-2 li {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1200 - 300)));
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px;
  margin-right: 18px;
}

ul.product-list-3 {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.product-list-3 a {
  font-family: "AvenirNextLTW01-Regular";
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}
ul.product-list-3 a li {
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1200 - 300)));
  display: inline-flex;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  padding: 4px 10px;
  margin-right: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
ul.product-list-3 a:hover li {
  background-color: #EBE717;
}

/** 05 | Wordpress Defaults
================================================== **/
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
  font-size: 18px;
  line-height: 20px;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

/*! -- ^#wys */
.slick-arrow[aria-disabled="true"] {
  opacity: 0;
}

.wys blockquote {
  font-size: 40px;
  line-height: 45px;
  border: none;
  padding: 0px;
}
.wys blockquote p, .wys blockquote h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0px;
}
.wys p, .wys ul, .wys li, .wys ol, .wys a, .wys h1, .wys h2, .wys h3, .wys h4, .wys h5, .wys h6 {
  margin-top: 0px;
}
.wys p:last-child, .wys ul:last-child, .wys li:last-child, .wys ol:last-child, .wys a:last-child, .wys h1:last-child, .wys h2:last-child, .wys h3:last-child, .wys h4:last-child, .wys h5:last-child, .wys h6:last-child {
  margin-bottom: 0px;
}
.wys p, .wys ul, .wys li, .wys ol, .wys a {
  font-size: 20px;
  line-height: 26px;
}
.wys p {
  margin-bottom: 24px;
}
.wys h1, .wys h2, .wys h3, .wys h4, .wys h5, .wys h6 {
  font-weight: bold;
}
.wys h1 {
  font-size: 56px;
  line-height: 60px;
}
.wys h2 {
  font-size: 49px;
  line-height: 54px;
}
.wys h3 {
  font-size: 32px;
  line-height: 36px;
}
.wys h4 {
  font-size: 24px;
  line-height: 20px;
}
.wys h5,
.wys h6 {
  font-size: 20px;
  line-height: 26px;
}
.wys img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wys ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.wys ol {
  padding-left: 36px;
}
.wys ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.wys ol li {
  font-size: 20px;
  line-height: 24px;
}
.wys b {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.wys a {
  text-decoration: underline !important;
}

/** 03 | Misc Defaults
==================================================
	#Default Page Settings
	#Brand Asset Page			template-brand-assets.php
	#Search Results Page		search.php
	#404 Page					404.php
	#Thank You Page				template-thankYou.php
*/
#page {
  overflow: hidden;
}

.site-content.sticky {
  margin-top: 106px;
}
@media (min-width: 992px) {
  .site-content.sticky {
    margin-top: 150px;
  }
}

.container {
  z-index: 1;
  position: relative;
}

.scss_errors {
  position: absolute;
  z-index: 9999999999;
}

/*! ^#Brand Asset Page */
                         /*
================================================== */
.brand-logo-page {
  font-family: 'Open Sans', 'Open-Sans';
  color: #333;
  padding-bottom: 200px;
}
.brand-logo-page .header-title {
  font-size: 28px;
  line-height: 34px;
  width: 27%;
  margin: 25px 0px;
}
.brand-logo-page .brand-header-wrapper {
  width: 100%;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  font-size: 18px;
}
.brand-logo-page .brand-header-wrapper .brand-header {
  width: 92%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.brand-logo-page .brand-header-wrapper .brand-header a {
  color: #333 !important;
}
.brand-logo-page .logo-rules {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 55px;
}
.brand-logo-page .font-rule-wrapper {
  width: 92%;
}
.brand-logo-page .font-rule-wrapper .font-rule-header {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #acacac;
}
.brand-logo-page .font-rule-wrapper .font-rules {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 55px;
}
.brand-logo-page .logo-row {
  height: 150px;
  position: relative;
  margin-bottom: 60px;
  font-size: 0px;
}
.brand-logo-page .logo-row .img-wrapper {
  height: 100%;
}
.brand-logo-page .logo-row .img-wrapper,
.brand-logo-page .logo-row .download-links-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.brand-logo-page .logo-row .download-links-wrapper .download-label {
  font-size: 14px;
  line-height: 24px;
}
.brand-logo-page .logo-row .download-links-wrapper .download-links a {
  font-size: 14px;
  text-decoration: none;
  color: #2395b1 !important;
}
.brand-logo-page .colors-header, .brand-logo-page .brand-guide-header {
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  border-bottom: 1px solid #acacac;
  padding-bottom: 10px;
}
.brand-logo-page .colors-subheader {
  font-size: 14px;
  margin-top: 20px;
}
.brand-logo-page .colors-content {
  margin-top: 40px;
}
.brand-logo-page .colors-content .color-section {
  width: 100%;
  font-size: 0px;
  height: 146px;
  position: relative;
}
.brand-logo-page .colors-content .color-section .color-bar {
  height: 146px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.brand-logo-page .colors-content .color-section .color-section-content {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.brand-logo-page .colors-content .color-section .color-section-content .color-label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
  padding-bottom: 10px;
}
.brand-logo-page .colors-content .color-section .color-section-content .color-info {
  line-height: 25px;
  font-size: 14px;
}
.brand-logo-page .brand-guide-header {
  margin-top: 80px;
}
.brand-logo-page .brand-guide-link {
  display: block;
  margin-top: 30px;
  width: 240px;
  height: 67px;
  background: #333;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 67px;
  text-align: center;
  font-weight: bold;
}

/*! ^#Search Results Page */
                             /*
================================================== */
.searchPage {
  padding-bottom: 150px;
  padding-top: 50px;
}
.searchPage .page-title {
  text-align: center;
  font-size: 2.5em;
}
.searchPage .singleResult {
  border-bottom: 1px solid #444444;
  margin-bottom: 20px;
}
.searchPage .singleResult .resultTitle {
  line-height: 41px;
}
.searchPage .singleResult .resExcerpt {
  color: #444444;
  padding-bottom: 20px;
}

/*! ^#404 Page */
                  /*
================================================== */
.errorPage {
  position: relative;
  width: 100%;
  height: 972px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .errorPage {
    padding-top: 100px;
  }
}
.errorPage .errorPageTitle {
  text-align: center;
  color: #fff;
  font-size: 4em;
  margin-bottom: 50px;
}
.errorPage .page-content {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .errorPage .page-content {
    width: 30%;
  }
}
.errorPage .page-content .errorText {
  color: #fff;
  font-size: 1.11em;
  font-weight: bold;
  margin-bottom: 42px;
}
.errorPage .page-content .errorText a {
  color: #fff !important;
  text-decoration: underline !important;
}

/*! ^#SearchForm Search & 404 Page */
                                      /*
================================================== */
.searchPage form, .errorPage form {
  margin-top: 30px;
  text-align: center;
}
.searchPage form .screen-reader-text,
.searchPage form input[type="submit"], .errorPage form .screen-reader-text,
.errorPage form input[type="submit"] {
  display: none;
}
.searchPage form input[type="search"], .errorPage form input[type="search"] {
  width: 432px;
  max-width: 90%;
  height: 60px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  padding: 0px 15px;
  background: #e4e5e7;
  background-image: url("/wp-content/themes/site/images/search.svg");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 18px;
  color: #6d6e70;
  margin-bottom: 65px;
}
.searchPage form ::-webkit-input-placeholder, .errorPage form ::-webkit-input-placeholder {
  color: #6d6e70;
}
.searchPage form :-moz-placeholder, .errorPage form :-moz-placeholder {
  color: #6d6e70;
}
.searchPage form ::-moz-placeholder, .errorPage form ::-moz-placeholder {
  color: #6d6e70;
}
.searchPage form :-ms-input-placeholder, .errorPage form :-ms-input-placeholder {
  color: #6d6e70;
}

/*! ^#Thank You Page */
                       /*
================================================== */
.thankYouPageWrap {
  min-height: 600px;
  padding: 190px 0px;
  text-align: center;
  color: #fff;
}
.thankYouPageWrap .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.thankYouPageWrap .subtitle {
  padding-top: 45px;
  font-size: 26px;
  line-height: 33px;
}

/** 07 | Header
================================================== **/
.site-header {
  position: relative;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header.sticky {
  position: fixed;
  transition: all 0.5s ease-in-out;
}
.site-header .global-announcement {
  display: none;
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 0;
  opacity: 0;
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.site-header .global-announcement.show {
  display: none;
  font-size: 20px;
  padding: 15px;
  line-height: 1;
  opacity: 1;
  z-index: 10;
  transform: translateY(0%);
}
.site-header .global-announcement .announcement-text {
  margin-bottom: 0;
  font-family: rhode, sans-serif;
  font-weight: 300;
}
.site-header .global-announcement .button {
  display: none;
}
.site-header .global-announcement .close-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 992px) {
  .site-header .global-announcement.show {
    display: block;
  }
  .site-header .global-announcement .button {
    margin: 0;
    display: block;
  }
  .site-header .global-announcement .button:hover {
    border: 2px solid #EBE717;
    padding: 10px 34px;
  }
}
.site-header .header-wrap {
  width: 100%;
}
.site-header .header-wrap .header-wilson {
  width: 100%;
  left: 0;
  transform: translateY(0px);
  opacity: 1;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  color: #9B9B9B;
  transition: all 0.5s ease-in-out;
}
.site-header .header-wrap .header-wilson .top-bar {
  color: #000000;
  font-size: 16px;
}
.site-header .header-wrap .header-wilson .top-bar .search-wrap {
  cursor: pointer;
  font-family: "Avenir Next LT W01 Bold";
}
.site-header .header-wrap .header-wilson .top-bar .search-wrap:hover {
  color: #EBE717;
  cursor: pointer;
}
.site-header .header-wrap .header-wilson .top-bar .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .lang-wrap, .site-header .header-wrap .header-wilson .top-bar .extra-links {
  color: #000000;
  line-height: 18px;
  margin: 0 10px;
  padding: 22px 0 18px;
}
.site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link {
  margin: 0;
  padding: 0 4px;
  display: inline-block;
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 1px;
  text-transform: capitalize;
}
.site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link:hover, .site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link.active, .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link:hover, .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link.active, .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link:hover, .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link.active {
  font-family: "Avenir Next LT W01 Bold";
}
.site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link:not(:first-child), .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link:not(:first-child), .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link:not(:first-child) {
  border-left: 2px solid #9B9B9B;
  padding-left: 8px;
}
.site-header .header-wrap .header-wilson .top-bar .cta-wrap {
  padding: 0;
}
.site-header .header-wrap .header-wilson .top-bar .cta-wrap .button {
  border-radius: 0;
  padding: 8px 30px;
  background-color: #BD1E48;
  color: #FFFFFF;
  width: 100%;
}
.site-header .header-wrap .header-wilson .top-bar .cta-wrap .button:hover {
  background-color: #EBE717;
  color: #000000;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .top-bar {
    font-size: 15px;
  }
  .site-header .header-wrap .header-wilson .top-bar .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .lang-wrap, .site-header .header-wrap .header-wilson .top-bar .extra-links {
    line-height: 18px;
    margin: 0 10px;
    padding: 15px 0;
  }
  .site-header .header-wrap .header-wilson .top-bar .top-bar-link #menu-item-wpml-ls-84-es, .site-header .header-wrap .header-wilson .top-bar .lang-wrap #menu-item-wpml-ls-84-es, .site-header .header-wrap .header-wilson .top-bar .extra-links #menu-item-wpml-ls-84-es {
    list-style-type: none;
  }
  .site-header .header-wrap .header-wilson .top-bar .top-bar-link #menu-item-wpml-ls-84-en, .site-header .header-wrap .header-wilson .top-bar .lang-wrap #menu-item-wpml-ls-84-en, .site-header .header-wrap .header-wilson .top-bar .extra-links #menu-item-wpml-ls-84-en {
    list-style-type: none;
  }
  .site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link {
    margin: 0;
    padding: 0 4px;
    display: inline-block;
    font-size: 15px;
  }
  .site-header .header-wrap .header-wilson .top-bar .cta-wrap .button {
    width: auto;
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-wrap .header-wilson .top-bar {
    font-size: 16px;
  }
  .site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link, .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link {
    font-size: 16px;
  }
  .site-header .header-wrap .header-wilson .top-bar .cta-wrap .button {
    padding: 12px 30px;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease-in-out;
}
.site-header .header-wrap .header-wilson .bottom-bar .logo-wrap {
  position: relative;
  max-width: 180px;
  width: 100%;
  padding-right: 0;
}
.site-header .header-wrap .header-wilson .bottom-bar .logo-wrap a {
  display: flex;
  position: absolute;
  width: 190px;
  bottom: 10px;
}
.site-header .header-wrap .header-wilson .bottom-bar .logo-wrap .logo {
  bottom: 20px;
  max-width: 260px;
  max-height: 70px;
  height: auto;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header .header-wrap .header-wilson .bottom-bar .logo-wrap {
    max-width: 280px;
  }
  .site-header .header-wrap .header-wilson .bottom-bar .logo-wrap a {
    width: 280px;
    bottom: 28px;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap {
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap {
    text-align: right;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
  display: inline-block;
  position: absolute;
  top: 9px;
  width: calc(100% - 80px);
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo {
  max-width: 100%;
  max-height: 46px;
  height: auto;
  width: auto;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
    display: none;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav {
  display: inline-block;
  margin-top: 19px;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav {
    margin-top: 0;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-responsive-toggle {
  padding: 0;
  text-align: right;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-responsive-toggle .fas {
  font-size: 28px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li {
  padding: 24px 20px 0 0;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li {
    padding-top: 30px;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li a {
  padding: 0;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  letter-spacing: 1.7px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li a .fa-angle-down {
  display: none;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li a:hover {
  border-color: #BD1E48;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li:last-child a {
  padding-right: 0;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li {
  padding: 15px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li .ubermenu-active, .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li .ubermenu-in-transition {
  background-color: transparent;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li .ubermenu-active a, .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li .ubermenu-in-transition a {
  background-color: transparent;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li:hover {
  background-color: transparent;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li a {
  padding: 0;
  text-transform: inherit;
  font-family: "Avenir Next LT W01 Demi";
  border-bottom: none;
  letter-spacing: 1px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li ul li a:hover {
  background-color: transparent;
  color: #BD1E48;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul .ubermenu-wpml-ls-item {
  display: inline-block;
}
@media (min-width: 992px) {
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul .ubermenu-wpml-ls-item {
    display: none;
  }
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-current-menu-item a, .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-current_page_item a {
  border-bottom: 3px solid #BD1E48;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-skin-minimal.ubermenu-transition-fade .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  margin-top: 10px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-1-3 {
  padding: 15px 15px 15px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-1-3 a {
  margin-bottom: 0;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-1-3.ubermenu-active a {
  color: #BD1E48;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-1-3 li {
  padding: 0 0 24px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-2-3 {
  border-left: 1px solid #9B9B9B;
  padding: 15px 24px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-2-3 a {
  margin-bottom: 0;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-column-2-3 li {
  padding: 0 0 12px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-submenu {
  padding: 15px;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-submenu a {
  margin-bottom: 0;
}
.site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav .ubermenu-submenu li {
  padding: 0 0 12px;
}
@media (min-width: 1200px) {
  .site-header .header-wrap .header-wilson .bottom-bar {
    max-width: 1260px;
  }
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li {
    padding: 24px 18px 0 0;
  }
  .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap nav ul li a {
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.home .site-header {
  position: absolute;
}
@media (min-width: 992px) {
  .home .site-header .header-wrap .header-wilson {
    background-color: transparent;
    box-shadow: none;
    color: #FFFFFF;
  }
  .home .site-header .header-wrap .header-wilson .top-bar {
    color: #FFFFFF;
  }
  .home .site-header .header-wrap .header-wilson .top-bar .menuTranslation {
    list-style-type: none;
  }
  .home .site-header .header-wrap .header-wilson .top-bar .menuTranslation #menu-translation-menu {
    list-style-type: none !important;
  }
  .home .site-header .header-wrap .header-wilson .top-bar .menuTranslation #menu-translation-menu a {
    color: #FFFFFF;
  }
  .home .site-header .header-wrap .header-wilson .top-bar .top-bar-link, .home .site-header .header-wrap .header-wilson .top-bar .lang-wrap, .home .site-header .header-wrap .header-wilson .top-bar .extra-links {
    color: #FFFFFF;
  }
  .home .site-header .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link:not(:first-child), .home .site-header .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link:not(:first-child), .home .site-header .header-wrap .header-wilson .top-bar .extra-links .top-bar-link:not(:first-child) {
    border-left: 2px solid #F3F3F3;
  }
  .home .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
    display: inline-block;
    position: absolute;
    top: 9px;
    width: calc(100% - 80px);
  }
  .home .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo {
    max-width: 100%;
    max-height: 46px;
    height: auto;
    width: auto;
  }
  .home .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo path#Manufacturing {
    fill: #FFFFFF;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .home .site-header .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .home .site-header .header-wrap .header-wilson .bottom-bar .logo-wrap .logo path#Manufacturing, .home .site-header .header-wrap .header-wilson .bottom-bar .logo-wrap svg path#Manufacturing, .home .site-header .header-wrap .header-wilson .bottom-bar .logo-wrap .style-svg path#Manufacturing {
    fill: #FFFFFF;
  }
  .home .site-header .header-wrap .header-wilson .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
    color: #FFFFFF;
  }
}
.home .site-header.sticky {
  position: fixed;
}
.home .site-header.sticky .header-wrap .header-wilson {
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  color: #000000;
}
.home .site-header.sticky .header-wrap .header-wilson .top-bar {
  color: #000000;
}
.home .site-header.sticky .header-wrap .header-wilson .top-bar .top-bar-link, .home .site-header.sticky .header-wrap .header-wilson .top-bar .lang-wrap, .home .site-header.sticky .header-wrap .header-wilson .top-bar .extra-links {
  color: #000000;
}
.home .site-header.sticky .header-wrap .header-wilson .top-bar .top-bar-link .top-bar-link:not(:first-child), .home .site-header.sticky .header-wrap .header-wilson .top-bar .lang-wrap .top-bar-link:not(:first-child), .home .site-header.sticky .header-wrap .header-wilson .top-bar .extra-links .top-bar-link:not(:first-child) {
  border-left: 2px solid #9B9B9B;
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
  display: inline-block;
  position: absolute;
  top: 9px;
  width: calc(100% - 80px);
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo {
  max-width: 100%;
  max-height: 46px;
  height: auto;
  width: auto;
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo path#WILSON {
  fill: #BD1E48;
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo .logo path#Manufacturing {
  fill: #000000;
}
@media (min-width: 992px) {
  .home .site-header.sticky .header-wrap .header-wilson .bottom-bar .nav-wrap a.logo {
    display: none;
  }
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap .logo path#WILSON, .home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap svg path#WILSON, .home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap .style-svg path#WILSON {
  fill: #BD1E48;
}
.home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap .logo path#Manufacturing, .home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap svg path#Manufacturing, .home .site-header.sticky .header-wrap .header-wilson .bottom-bar .logo-wrap .style-svg path#Manufacturing {
  fill: #000000;
}
.home .site-header.sticky .header-wrap .header-wilson .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
  color: #000000;
}

.desktop-search-overlay {
  position: relative;
  background-color: #BD1E48;
  top: -90px;
  z-index: 10;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.desktop-search-overlay.shown {
  top: 0;
  height: 90px;
  transform: translateY(0%);
}
.desktop-search-overlay #search-form {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.desktop-search-overlay #search-form input[type=text] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  height: 90px;
  font-size: 24px;
  line-height: 90px;
  border-radius: 0px !important;
  opacity: 1;
}
.desktop-search-overlay #search-form span {
  position: absolute;
  right: 0;
  display: inline;
  top: 50%;
  transform: translateY(-50%);
  float: right;
}
.desktop-search-overlay #search-form span input[type=submit] {
  color: #FFFFFF;
  outline: none;
  border: none;
  background-color: transparent;
  display: inline;
  float: right;
  padding: 0px;
  margin-right: 40px;
  font-size: 0px;
  height: 21px;
  width: 21px;
  border-radius: 0px !important;
  background: url("/wp-content/themes/app/images/icon_search.svg") no-repeat center center/contain;
  cursor: pointer;
}
.desktop-search-overlay #search-form span input[type=submit]:hover {
  background: url("/wp-content/themes/app/images/icon_search.svg") no-repeat center center/contain;
}
.desktop-search-overlay #search-form span .search-close {
  display: inline;
  float: right;
  padding: 0;
  cursor: pointer;
}
.desktop-search-overlay #search-form span .search-close g, .desktop-search-overlay #search-form span .search-close path {
  fill: #FFFFFF;
  opacity: 0.85;
}
.desktop-search-overlay #search-form span .search-close:hover g, .desktop-search-overlay #search-form span .search-close:hover path {
  fill: #FFFFFF;
  opacity: 1;
}
.desktop-search-overlay ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
  font-style: italic;
}
.desktop-search-overlay :-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
  font-style: italic;
}
.desktop-search-overlay ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
  font-style: italic;
}
.desktop-search-overlay :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
  font-style: italic;
}

/** 08 | Footer
================================================== **/
.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}
.social-icons .icon-button {
  height: 25px;
  width: 25px;
  margin: 0px 5px;
}
.social-icons img {
  height: 100%;
  width: 100%;
}

#colophon {
  background-color: #BD1E48;
  color: #FFFFFF;
  padding: 40px 0;
}
#colophon a {
  color: #FFFFFF;
}
#colophon .footer-company-info-wrap {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 24px;
}
#colophon .footer-company-info-wrap .logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#colophon .footer-company-info-wrap .address, #colophon .footer-company-info-wrap .contact-info {
  margin: 24px 0;
}
#colophon .footer-company-info-wrap .address .address-line1, #colophon .footer-company-info-wrap .address .address-line2, #colophon .footer-company-info-wrap .address .email, #colophon .footer-company-info-wrap .address .phone, #colophon .footer-company-info-wrap .contact-info .address-line1, #colophon .footer-company-info-wrap .contact-info .address-line2, #colophon .footer-company-info-wrap .contact-info .email, #colophon .footer-company-info-wrap .contact-info .phone {
  display: block;
}
@media (min-width: 768px) {
  #colophon .footer-company-info-wrap {
    text-align: left;
  }
}
#colophon .footer-nav-wrap {
  padding: 0 30px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#colophon .footer-nav-wrap ul#menu-footer-menu {
  padding: 0;
  list-style: none;
}
#colophon .footer-nav-wrap ul#menu-footer-menu li {
  position: relative;
  border-bottom: 1px solid #F3F3F3;
  margin: auto;
}
#colophon .footer-nav-wrap ul#menu-footer-menu li:last-child {
  border-bottom: none;
}
#colophon .footer-nav-wrap ul#menu-footer-menu li a {
  font-family: rhode, sans-serif;
  font-size: 16px;
  line-height: 4;
  text-transform: capitalize;
}
#colophon .footer-nav-wrap ul#menu-footer-menu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
  height: 24px;
  width: 45px;
  background: url("/wp-content/themes/app/images/arrow_white.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#colophon .footer-nav-wrap ul#menu-footer-menu li a:hover {
  color: #EBE717;
}
#colophon .footer-form-wrap {
  padding: 0 30px;
  margin-bottom: 24px;
}
#colophon .footer-form-wrap h6 {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 576px) {
  #colophon .footer-form-wrap h6 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  #colophon .footer-form-wrap h6 {
    font-size: 20px;
  }
}
#colophon .footer-form-wrap .name_first, #colophon .footer-form-wrap .name_last {
  width: 100%;
}
#colophon .footer-form-wrap .gform_wrapper ul li.gfield {
  margin-top: 0;
}
#colophon .footer-form-wrap .gform_wrapper input {
  color: #FFFFFF;
}
#colophon .footer-form-wrap .gform_wrapper input::-webkit-input-placeholder, #colophon .footer-form-wrap .gform_wrapper input::-moz-placeholder, #colophon .footer-form-wrap .gform_wrapper input:-ms-input-placeholder, #colophon .footer-form-wrap .gform_wrapper input:-moz-placeholder {
  color: #F3F3F3;
  opacity: 0.5;
  font-style: italic;
}
#colophon .footer-form-wrap .gform_wrapper input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "AvenirNextLTW01-Regular";
  opacity: 0.5;
  font-style: italic;
}
#colophon .footer-form-wrap .gform_wrapper input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
  font-style: italic;
}
#colophon .footer-form-wrap .gform_wrapper input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
  font-style: italic;
}
#colophon .footer-form-wrap .gform_wrapper input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
  font-style: italic;
}
#colophon .footer-form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 1px solid #F3F3F3;
  background-color: transparent;
}
#colophon .footer-form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom: 3px solid #FFFFFF;
}
#colophon .footer-form-wrap .gform_wrapper input.button, #colophon .footer-form-wrap .gform_wrapper input[type=submit] {
  color: #000000;
}
#colophon .footer-form-wrap .gform_wrapper input.button:hover, #colophon .footer-form-wrap .gform_wrapper input[type=submit]:hover {
  color: #EBE717;
}
#colophon .footer-additional-links {
  color: #9B9B9B;
}
#colophon .footer-additional-links a {
  font-family: "AvenirNextLTW01-Regular";
  font-size: 14px;
  color: #9B9B9B;
  border-bottom: none;
  text-transform: capitalize;
  letter-spacing: inherit;
}
#colophon .footer-additional-links a:hover {
  color: #FFFFFF;
}

/** 07 | Subnav
================================================== **/
.sub-nav-wrap {
  text-align: center;
  font-size: 16px;
  font-family: "Avenir Next LT W01 Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 72px auto 32px;
}
.sub-nav-wrap .category-anchor {
  margin: 0 12px 0 8px;
  color: #000000;
  opacity: 0.3;
}
.sub-nav-wrap .category-anchor:hover {
  opacity: 1;
  border-bottom: 3px solid #BD1E48;
}

.module-hero {
  margin-bottom: 56px;
  overflow: hidden;
  padding: 0;
}
.module-hero .title-wrap {
  padding: 64px 30px 40px;
  margin-bottom: 8px;
  position: relative;
}
.module-hero .title-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -80px;
  background: #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.module-hero .title-wrap .content-wrap {
  position: relative;
  max-width: 590px;
}
.module-hero .title-wrap .content-wrap p.breadcrumbs {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.module-hero .title-wrap .content-wrap p.breadcrumbs a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
}
.module-hero .title-wrap .content-wrap p.breadcrumbs a:hover {
  color: #BD1E48;
}
.module-hero .hero-image {
  min-height: 220px;
  display: inherit;
  z-index: -1;
}
@media (min-width: 768px) {
  .module-hero .title-wrap {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.module-testimonial {
  text-align: center;
  padding: 56px 15px;
  position: relative;
}
.module-testimonial:before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 1;
  background-color: #F3F3F3;
  background-image: url("/wp-content/themes/app/images/bg-dots-fade-flip.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-testimonial .container {
  z-index: 1;
  position: relative;
}
.module-testimonial .quote-icon-wrap .quote, .module-testimonial .quote-icon-wrap svg {
  max-width: 56px;
  fill: #000000;
}
.module-testimonial .quote-wrapper .quote {
  font-family: rhode, sans-serif;
  color: #BD1E48;
}
.module-testimonial .quote-wrapper .author {
  display: block;
  text-transform: uppercase;
  font-family: "Avenir Next LT W01 Bold";
  letter-spacing: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  .module-testimonial .quote-icon-wrap .quote, .module-testimonial .quote-icon-wrap svg {
    max-width: 64px;
  }
  .module-testimonial .quote-icon-wrap .quote.left, .module-testimonial .quote-icon-wrap svg.left {
    transform: scaleX(-1);
  }
  .module-testimonial .quote-wrapper {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .module-testimonial .quote-icon-wrap .quote, .module-testimonial .quote-icon-wrap svg {
    max-width: 72px;
  }
  .module-testimonial .quote-wrapper {
    padding: 0 56px;
  }
}

.module-repeating-list {
  padding: 40px 0;
}
.module-repeating-list .list-items-wrap .list-item-row {
  border-top: 2px solid #9B9B9B;
  padding: 24px 0 56px;
}
.module-repeating-list .list-items-wrap .list-item-row:last-child {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .module-repeating-list {
    padding: 72px 0;
  }
}

.module-cta-normal {
  text-align: center;
  padding: 48px 0;
  position: relative;
  background-color: #F3F3F3;
}
.module-cta-normal:before {
  content: "";
  position: absolute;
  top: -160px;
  right: 0;
  bottom: -160px;
  left: 0;
  z-index: 0;
  background-color: #F3F3F3;
  background-image: url("/wp-content/themes/app/images/bg-dots-fade.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-cta-normal .module-cta-normal-title {
  font-weight: 600;
}

.module-cta {
  position: relative;
  background: url("/wp-content/themes/app/images/bg_global_cta.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 64px 0;
}
.module-cta .cta-content-wrap {
  margin: 12px 0;
}
.module-cta .cta-content-wrap p {
  margin-bottom: 0;
}
.module-cta .cta-button-wrap {
  margin: 12px 0;
  text-align: center;
}
.module-cta .cta-button-wrap .button {
  width: 100%;
}
.module-cta .cta-button-wrap span {
  display: block;
  margin: 24px auto;
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
  letter-spacing: 2px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .module-cta {
    padding: 102px 0;
  }
}

.module-cta-dual {
  text-align: center;
}
.module-cta-dual .dual-cta-block-wrap {
  padding: 0 24px;
}
.module-cta-dual .dual-cta-block-wrap .cta-dual-block {
  padding: 48px 0;
}
.module-cta-dual .dual-cta-block-wrap .cta-dual-block .title {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .module-cta-dual .dual-cta-block-wrap .cta-dual-block .title {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .module-cta-dual .dual-cta-block-wrap .cta-dual-block .title {
    font-size: 24px;
  }
}
.module-cta-dual .dual-cta-block-wrap:not(:first-child) .cta-dual-block {
  border-top: 1px solid #9B9B9B;
}
@media (min-width: 768px) {
  .module-cta-dual {
    padding: 56px 0;
  }
  .module-cta-dual .dual-cta-block-wrap {
    padding: 0;
  }
  .module-cta-dual .dual-cta-block-wrap .cta-dual-block {
    padding: 24px 42px;
  }
  .module-cta-dual .dual-cta-block-wrap:not(:first-child) {
    border-left: 1px solid #9B9B9B;
  }
  .module-cta-dual .dual-cta-block-wrap:not(:first-child) .cta-dual-block {
    border-top: none;
  }
  .module-cta-dual .title-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .module-cta-dual .dual-cta-block-wrap .cta-dual-block {
    padding: 24px 64px;
  }
}

.module-success-story {
  position: relative;
}
.module-success-story:before {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.module-success-story .featured-story-wrap {
  background: #FFFFFF;
  box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
}
.module-success-story .featured-story-wrap .category-label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BD1E48;
  color: #FFFFFF;
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
  font-size: 16px;
}
.module-success-story .featured-story-wrap .content-wrap {
  padding: 48px 30px;
}
.module-success-story .featured-story-wrap .content-wrap .date {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
.module-success-story .featured-story-wrap .content-wrap h3 {
  margin-bottom: 24px;
}
.module-success-story .featured-story-wrap .content-wrap .text {
  display: inline-block;
  margin-top: 32px;
}
.module-success-story .featured-story-wrap .content-wrap .button {
  margin-left: 40px;
}
.module-success-story .featured-story-wrap .image-wrap {
  position: relative;
}
.module-success-story .featured-story-wrap .image-wrap .image-block {
  position: absolute;
  top: 64px;
  right: 15px;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .module-success-story .featured-story-wrap .content-wrap {
    padding: 48px 15px 48px 56px;
  }
}
@media (min-width: 992px) {
  .module-success-story .featured-story-wrap .content-wrap {
    padding: 64px 15px 64px 72px;
  }
}

.related-products-slider .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
}
.related-products-slider .slick-arrow.prev {
  margin-left: calc(-50vw + 30px);
}
.related-products-slider .slick-arrow.next {
  margin-left: calc(50vw - 30px);
}
.related-products-slider ul.slick-dots {
  position: absolute;
  bottom: -18px;
  font-size: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.related-products-slider ul.slick-dots li {
  display: inline-block;
}
.related-products-slider ul.slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  padding: 0;
  border: 2px solid #EBE717;
  background-color: transparent;
  opacity: .7;
  position: relative;
  cursor: pointer;
}
.related-products-slider ul.slick-dots li.slick-active button {
  background-color: #EBE717;
  opacity: 1;
}
@media (min-width: 768px) {
  .related-products-slider {
    padding: 0;
  }
  .related-products-slider .slick-arrow.prev {
    margin-left: -180px;
  }
  .related-products-slider .slick-arrow.next {
    margin-left: 180px;
  }
  .related-products-slider ul.slick-dots {
    bottom: -22px;
  }
  .related-products-slider ul.slick-dots li button {
    height: 19px;
    width: 19px;
  }
}

.module-product-single {
  margin: 24px auto;
  padding: 0 15px 24px 15px;
  z-index: 1;
}
.module-product-single .product-image {
  height: 160px;
  margin-bottom: 24px;
}
.module-product-single .heading {
  min-height: 44px;
}
.module-product-single .heading h5 {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
}
@media (min-width: 576px) {
  .module-product-single .heading h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .module-product-single .heading h5 {
    font-size: 20px;
  }
}
.module-product-single .description {
  min-height: 66px;
}
.module-product-single .product-link {
  font-size: 16px;
}

.login {
  background: url("/wp-content/themes/app/images/bg_hero_home.png") no-repeat center;
  background-size: cover;
}
.login body.login {
  background-color: rgba(25, 25, 25, 0);
}
.login #login {
  max-width: 400px;
  width: 100%;
  padding: 5vh 0 0;
}
.login #login a {
  font-size: 16px;
  font-family: "Avenir Next LT W01 Bold";
  color: #000000;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.login #login a:hover {
  text-decoration: none;
  color: #BD1E48;
}
.login #login h1 a {
  background-image: url("/wp-content/themes/app/images/logo-alternate.svg");
  background-position: center;
  background-size: contain;
  width: 275px;
}
.login #login h2.login_subtitle {
  text-align: center;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Medium";
  color: #FFFFFF;
}
.login #login form {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
  padding: 30px;
}
.login #login form .button-primary {
  border: none;
  box-shadow: none;
  background-color: #BD1E48;
  text-shadow: none;
  border-radius: 24px;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  display: block;
  margin-top: 18px;
  text-transform: uppercase;
}
.login #login #nav, .login #login #backtoblog {
  width: 100%;
  padding: 0px;
  margin: 24px auto 0;
  text-align: center;
}
.login #login #backtoblog {
  margin-top: 100px;
}

.search-page {
  position: relative;
}
.search-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 420px;
  z-index: 0;
  background-image: url("/wp-content/themes/app/images/bg-hero-blue.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search-page form {
  border: none;
  background-color: transparent;
  margin: 40px auto 0;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.search-page form label {
  margin-bottom: 0;
  float: left;
  max-width: 300px;
  width: 100%;
  margin-right: 10px;
}
.search-page form input {
  border: none;
  width: 100%;
  background-color: transparent;
  border-bottom: 3px solid #000000;
  font-style: italic;
  font-family: "Avenir Next LT W01 Demi";
  color: #BD1E48;
}
.search-page form input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.search-page form input::-moz-placeholder {
  color: #9B9B9B;
}
.search-page form input:-ms-input-placeholder {
  color: #9B9B9B;
}
.search-page form input:-moz-placeholder {
  color: #9B9B9B;
}
.search-page form input:focus {
  border-bottom: 3px solid #BD1E48;
  outline: none;
}
.search-page form input[type=button], .search-page form input[type=reset], .search-page form input[type=submit] {
  text-align: center;
  width: auto;
  display: inline-block;
  border: none;
  float: right;
  font-size: 16px;
  font-family: "Avenir Next LT W01 Bold";
  color: #BD1E48;
  padding: 4px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 3px solid;
  width: 86px;
  font-style: normal;
}
.search-page .results-wrap .row {
  margin-bottom: 32px;
  border-bottom: 3px solid #9B9B9B;
}
.search-page .results-wrap .row .category-label {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #9B9B9B;
  margin-bottom: 18px;
}

.homepage {
  position: relative;
}
.homepage:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 1600px;
  z-index: 0;
  background: url("/wp-content/themes/app/images/wil-hero-bg.jpg");
  background-color: black;
  background-position: center top;
  background-size: 100vw;
  background-repeat: no-repeat;
}
.homepage .hero-wrap h6 {
  color: #EBE717;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homepage .hero-wrap h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.homepage .hero-wrap .home-slider .home-slide {
  position: relative;
  padding: 172px 15px 32px;
}
.homepage .hero-wrap .home-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .homepage .hero-wrap .home-slider .slick-dots {
    position: relative;
    margin: 0px auto;
    left: 0;
    width: fit-content;
    transform: translateX(0%);
  }
}
.homepage .hero-wrap .home-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.homepage .hero-wrap .home-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.homepage .hero-wrap .home-slider .slick-dots li button {
  border: none;
  color: #000000;
  font-size: 0px;
  height: 3px;
  margin: 0px;
  padding: 0px;
  width: 42px;
  background-color: #FFFFFF;
  opacity: 0.4;
  position: relative;
  cursor: pointer;
}
.homepage .hero-wrap .home-slider .slick-dots li button:hover, .homepage .hero-wrap .home-slider .slick-dots li button:focus {
  outline: none !important;
}
.homepage .hero-wrap .home-slider .home-slide .content-wrap p {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .homepage .hero-wrap .home-slider {
    padding: 0;
  }
  .homepage .hero-wrap .home-slider .home-slide {
    padding: 10vh 0 5vh;
  }
  .homepage .hero-wrap .home-slider .home-slide .content-wrap {
    min-height: 30vh;
    max-width: 670px;
    margin: auto;
    margin-right: 0;
  }
  .homepage .hero-wrap .home-slider .home-slide .content-wrap p {
    color: #FFFFFF;
  }
  .homepage .hero-wrap .home-slider .home-slide .image-wrap {
    min-height: 60vh;
    position: relative;
  }
  .homepage .hero-wrap .home-slider .home-slide .image-wrap img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.homepage .hero-wrap .scroll-image {
  padding: 40px 0 0;
}
.homepage .re-engineering-wrap {
  overflow: hidden;
  padding-top: 0;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .homepage .re-engineering-wrap {
    margin-top: -40px;
    background-color: transparent;
  }
}
.homepage .re-engineering-wrap .container {
  position: relative;
  padding: 64px 15px;
  z-index: 1;
}
.homepage .re-engineering-wrap .container:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.homepage .re-engineering-wrap .container .slide-count {
  font-size: 16px;
  color: #000000;
  z-index: 1;
  position: absolute;
  top: 35px;
  right: 35px;
  font-family: rhode, sans-serif;
  font-weight: 600;
  color: #9B9B9B;
}
@media (min-width: 768px) {
  .homepage .re-engineering-wrap .container .slide-count {
    display: none;
  }
}
.homepage .re-engineering-wrap .container .re-slider h4 {
  font-weight: 600;
}
.homepage .re-engineering-wrap .container .re-slider .link1 .color, .homepage .re-engineering-wrap .container .re-slider .link2 .color {
  color: #BD1E48;
}
.homepage .re-engineering-wrap .container .re-slider .link3 .color {
  color: #EBE717;
}
.homepage .re-engineering-wrap .container .re-slider .link4 .color {
  color: #000000;
}
.homepage .re-engineering-wrap .container .re-slider .content-wrap {
  padding: 0 30px;
}
.homepage .re-engineering-wrap .container .re-slider .slick-arrow {
  position: absolute;
  top: -35px;
  right: 15px;
  z-index: 9;
  cursor: pointer;
  font-size: 24px;
}
.homepage .re-engineering-wrap .container .re-slider .slick-arrow.prev {
  right: 80px;
}
.homepage .re-engineering-wrap .container .re-slider .slick-dots {
  position: absolute;
  top: -35px;
  right: 30px;
  padding: 0;
  margin-bottom: 0;
}
.homepage .re-engineering-wrap .container .re-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.homepage .re-engineering-wrap .container .re-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.homepage .re-engineering-wrap .container .re-slider .slick-dots li button {
  border: none;
  color: #000000;
  font-size: 0px;
  height: 5px;
  margin: 0px;
  padding: 0px;
  width: 5px;
  background-color: #000000;
  opacity: 0.4;
  position: relative;
  cursor: pointer;
}
.homepage .re-engineering-wrap .container .re-slider .slick-dots li button:hover, .homepage .re-engineering-wrap .container .re-slider .slick-dots li button:focus {
  outline: none !important;
}
.homepage .re-engineering-wrap .container .re-engineering-link {
  text-transform: inherit;
  letter-spacing: inherit;
  color: #000000;
  position: relative;
  display: block;
}
.homepage .re-engineering-wrap .container .re-engineering-link .single-item-wrap {
  opacity: 1;
  border-bottom: 2px solid #9B9B9B;
  margin: 24px 0;
  min-height: 170px;
  position: relative;
}
.homepage .re-engineering-wrap .container .re-engineering-link .single-item-wrap .we-are-wrap .reengineering-image {
  width: 100%;
  height: 88%;
  background-size: cover;
  background-position: center center;
}
.homepage .re-engineering-wrap .container .re-engineering-link .single-item-wrap .we-are-wrap h4 {
  opacity: 0;
  text-align: right;
  padding: 0;
}
.homepage .re-engineering-wrap .container .re-engineering-link .single-item-wrap .content-wrap {
  font-size: 16px;
  position: initial;
  opacity: 0.3;
}
.homepage .re-engineering-wrap .container .re-engineering-link .single-item-wrap .content-wrap .arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  right: 0;
  transition: all 0.25s ease-in-out;
}
.homepage .re-engineering-wrap .container .re-engineering-link:last-child .single-item-wrap {
  border-bottom: none;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover.link1 .color, .homepage .re-engineering-wrap .container .re-engineering-link:hover.link4 .color {
  color: #BD1E48;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover.link2 .color {
  color: #EBE717;
  -webkit-text-fill-color: #EBE717;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover.link3 .color {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
@media screen and (min-width: 0\0) {
  .homepage .re-engineering-wrap .container .re-engineering-link:hover.link3 .color {
    color: #DEDEDE;
  }
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap {
  position: initial;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .we-are-wrap h4 {
  opacity: 1;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .we-are-wrap .reengineering-image {
  display: none;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .content-wrap {
  opacity: 1;
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .content-wrap p {
  position: absolute;
  left: 0;
  right: 30%;
}
@media (min-width: 992px) {
  .homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .content-wrap p {
    padding-left: 15px;
  }
}
.homepage .re-engineering-wrap .container .re-engineering-link:hover .single-item-wrap .content-wrap .arrow {
  display: inline-block;
  opacity: 1;
}
.homepage .products-wrap {
  background-color: #FFFFFF;
  padding-top: 0;
}
.homepage .products-wrap .title-wrap {
  padding: 48px 30px;
}
.homepage .products-wrap .title-wrap h1 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .homepage .products-wrap .title-wrap h1 {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .homepage .products-wrap .title-wrap h1 {
    font-size: 40px;
  }
}
.homepage .products-wrap .product-link-wrap {
  padding: 0 30px;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap {
  border-bottom: 3px solid #9B9B9B;
  padding: 24px 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap .image-wrap img, .homepage .products-wrap .product-link-wrap .single-product-wrap .image-wrap .image {
  max-height: 160px;
  margin-bottom: 24px;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap .content-wrap {
  padding: 0;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap .content-wrap h5 {
  font-size: 24px;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap .content-wrap p {
  margin-bottom: 0;
}
.homepage .products-wrap .product-link-wrap .single-product-wrap .link-wrap {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .homepage .products-wrap .product-link-wrap .single-product-wrap .link-wrap {
    text-align: center;
  }
}
.homepage .cta-wrap {
  padding-bottom: 136px;
}
.homepage .cta-wrap h5 {
  font-family: "Avenir Next LT W01 Bold";
}
.homepage .recent-posts-wrap {
  box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
  padding: 0;
  padding: 80px 0;
  background-color: #000000;
}
.homepage .recent-posts-wrap .module-success-story {
  margin: 0;
}
.homepage .recent-posts-wrap .module-success-story:before {
  background-color: transparent;
}
.homepage .recent-posts-wrap .module-success-story .featured-story-wrap {
  box-shadow: none;
  position: initial;
}
.homepage .recent-posts-wrap .module-success-story .featured-story-wrap p {
  display: none;
}
.homepage .recent-posts-wrap .module-success-story .featured-story-wrap a {
  margin-top: 0;
}
.homepage .recent-posts-wrap .module-success-story .featured-story-wrap a.blue-ghost {
  display: none;
}
@media (min-width: 768px) {
  .homepage .recent-posts-wrap {
    box-shadow: none;
  }
  .homepage .recent-posts-wrap .module-success-story {
    position: relative;
    margin-bottom: 24px;
  }
  .homepage .recent-posts-wrap .module-success-story .featured-story-wrap {
    box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
  }
  .homepage .recent-posts-wrap .module-success-story .featured-story-wrap p {
    display: block;
  }
  .homepage .recent-posts-wrap .module-success-story .featured-story-wrap a {
    margin-top: 0;
  }
  .homepage .recent-posts-wrap .module-success-story .featured-story-wrap a.blue-ghost {
    display: inline-block;
  }
}
.homepage .recent-posts-wrap .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
  color: #000000;
}
.homepage .recent-posts-wrap .slick-arrow.prev {
  margin-left: -60px;
}
.homepage .recent-posts-wrap .slick-arrow.next {
  margin-left: 60px;
}
.homepage .recent-posts-wrap ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  font-size: 0;
  padding: 0;
  text-align: center;
}
.homepage .recent-posts-wrap ul.slick-dots li {
  display: inline-block;
}
.homepage .recent-posts-wrap ul.slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  height: 19px;
  width: 19px;
  margin: 0 4px;
  padding: 0;
  border: 2px solid #EBE717;
  background-color: transparent;
  opacity: 0.7;
  position: relative;
  cursor: pointer;
}
.homepage .recent-posts-wrap ul.slick-dots li.slick-active button {
  background-color: #EBE717;
  opacity: 1;
}
.homepage .bottom-cta-wrap {
  position: relative;
  padding: 72px 0 124px;
  background-color: #000000;
}
.homepage .bottom-cta-wrap::before, .homepage .bottom-cta-wrap::after {
  content: "";
  position: absolute;
  height: calc(100% - 196px);
  width: 33%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage .bottom-cta-wrap::after {
  right: -12%;
  top: 13.4%;
  background-image: url("/wp-content/themes/app/images/bg_cta-pattern-right.png");
  background-position: right top;
}
.homepage .bottom-cta-wrap::before {
  background-image: url("/wp-content/themes/app/images/bg_cta-pattern.png");
  left: -12%;
  background-position: left top;
}
@media screen and (max-width: 700px) {
  .homepage .bottom-cta-wrap::before {
    display: none;
  }
  .homepage .bottom-cta-wrap::after {
    display: none;
  }
}
.homepage .bottom-cta-wrap h4 {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 576px) {
  .homepage .bottom-cta-wrap h4 {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .homepage .bottom-cta-wrap h4 {
    font-size: 40px;
  }
}
.homepage .bottom-cta-wrap p {
  color: #FFFFFF;
}
.homepage .bottom-cta-wrap .button.yellow {
  transition: all 0.3s ease-in-out;
}
.homepage .bottom-cta-wrap .button.yellow:hover {
  background-color: #FFFFFF;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

/** 10 | Re-engineering
================================================== **/
.re-engineering-archive .re-engineering-slide-wrap {
  position: relative;
}
.re-engineering-archive .re-engineering-slide-wrap .section {
  border: none;
  padding: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap {
  padding: 64px 15px 0 15px;
}
.re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap hr {
  margin: 0 0 32px;
  border: 0;
  border-top: 2px solid #000000;
  width: 135px;
}
.re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
  padding: 0 15px 64px;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap {
  padding: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap {
  min-height: 150px;
  position: relative;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .grayscale {
  margin: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .grayscale:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: inherit;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.85;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap {
  padding: 15px 30px 80px;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap h3 {
  margin-bottom: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap a {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.re-engineering-archive .re-engineering-slide-wrap .section.blue-accent h3 span {
  color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap {
  background-color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap .image-wrap {
  background-color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BD1E48 100%);
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent h3 span {
  color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap {
  background-color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .image-wrap {
  background-color: #BD1E48;
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BD1E48 100%);
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .content-wrap {
  color: #FFFFFF;
}
.re-engineering-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .content-wrap a {
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.re-engineering-archive .re-engineering-slide-wrap .section.yellow-accent h3 span {
  color: #EBE717;
  -webkit-text-fill-color: #EBE717;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
.re-engineering-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap {
  background-color: #EBE717;
}
.re-engineering-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap .image-wrap {
  background-color: #EBE717;
}
.re-engineering-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EBE717 100%);
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent h3 span {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
@media screen and (min-width: 0\0) {
  .re-engineering-archive .re-engineering-slide-wrap .section.white-accent h3 span {
    color: #DEDEDE;
  }
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent .right-wrap {
  background-color: #000000;
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .image-wrap {
  background-color: #000000;
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .content-wrap {
  color: #FFFFFF;
}
.re-engineering-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .content-wrap a {
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
@media (min-width: 992px) {
  .re-engineering-archive .re-engineering-slide-wrap .section .left-wrap {
    height: 100vh;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap, .re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
    display: inline-block;
    min-height: 50vh;
    padding: 80px 56px;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
    padding: 80px 56px;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .right-wrap {
    height: 100vh;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap {
    min-height: 50vh;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap {
    min-height: 50vh;
    padding: 80px 56px;
  }
  .re-engineering-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap p {
    margin-bottom: 56px;
  }
}
.re-engineering-archive .re-engineering-slide-wrap .slick-dots {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin-bottom: 0;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-dots li {
  display: block;
  margin: 12px 0;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-dots li.slick-active button {
  opacity: 1;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-dots li button {
  border: none;
  color: #FFFFFF;
  font-size: 0px;
  height: 48px;
  margin: 0px;
  padding: 0px;
  width: 3px;
  background-color: #FFFFFF;
  opacity: .4;
  position: relative;
  cursor: pointer;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-dots li button:hover, .re-engineering-archive .re-engineering-slide-wrap .slick-dots li button:focus {
  outline: none !important;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-arrow {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 32px;
  z-index: 1;
}
.re-engineering-archive .re-engineering-slide-wrap .slick-arrow.prev {
  top: 20px;
}
@media (min-width: 768px) {
  .re-engineering-archive .re-engineering-slide-wrap .slick-arrow {
    left: calc(50% + 56px);
    color: #FFFFFF;
  }
}

/** 10 | Re-engineering
================================================== **/
.re-engineering-single .module-hero .title-wrap p, .re-engineering-single .module-hero .title-wrap strong {
  font-family: rhode, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 576px) {
  .re-engineering-single .module-hero .title-wrap p, .re-engineering-single .module-hero .title-wrap strong {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .re-engineering-single .module-hero .title-wrap p, .re-engineering-single .module-hero .title-wrap strong {
    font-size: 40px;
  }
}
.re-engineering-single .module-hero.blue .title-wrap p b, .re-engineering-single .module-hero.blue .title-wrap p strong {
  color: #BD1E48;
}
.re-engineering-single .module-hero.maroon .title-wrap p b, .re-engineering-single .module-hero.maroon .title-wrap p strong {
  color: #BD1E48;
}
.re-engineering-single .module-hero.yellow .title-wrap p b, .re-engineering-single .module-hero.yellow .title-wrap p strong {
  color: #EBE717;
  -webkit-text-fill-color: #EBE717;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
.re-engineering-single .module-hero.white .title-wrap p b, .re-engineering-single .module-hero.white .title-wrap p strong {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
@media screen and (min-width: 0\0) {
  .re-engineering-single .module-hero.white .title-wrap p b, .re-engineering-single .module-hero.white .title-wrap p strong {
    color: #DEDEDE;
  }
}
.re-engineering-single .module-success-story, .re-engineering-single .module-cta-dual {
  background-color: #F3F3F3;
}

/** 10 | Products Archive
================================================== **/
.products-archive {
  position: relative;
}
.products-archive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #F3F3F3;
}
.products-archive .hero-wrap {
  padding: 80px 0 32px;
}
.products-archive .hero-wrap p.breadcrumbs {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.products-archive .hero-wrap p.breadcrumbs a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
}
.products-archive .hero-wrap p.breadcrumbs a:hover {
  color: #BD1E48;
}
.products-archive .product-layout-wrap {
  z-index: 2;
  position: relative;
}
.products-archive .product-layout-wrap .product-layout-single-wrap {
  margin-bottom: 30px;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #000000;
  padding: 32px 16px;
  cursor: pointer;
  min-height: 260px;
  height: 100%;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .heading-wrap {
  min-height: 42px;
  margin-bottom: 16px;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .heading-wrap h5 {
  color: #000000;
  text-transform: capitalize;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .image-wrap {
  height: calc(100% - 58px);
  min-height: 180px;
  position: relative;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #BD1E48;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 162px;
}
.products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single:hover .overlay {
  display: block;
}
@media (min-width: 992px) {
  .products-archive .product-layout-wrap .product-layout-single-wrap {
    margin-bottom: 30px;
  }
  .products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .heading-wrap {
    min-height: 24px;
  }
  .products-archive .product-layout-wrap .product-layout-single-wrap .product-layout-single .image-wrap {
    height: calc(100% - 40px);
  }
}
.products-archive .featured-product-wrap {
  position: relative;
}
.products-archive .featured-product-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #FFFFFF;
}
.products-archive .featured-product-wrap .featured-product {
  padding: 64px 30px;
  background: #FFFFFF;
  box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.22);
  position: relative;
}
.products-archive .featured-product-wrap .featured-product .category-label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BD1E48;
  color: #FFFFFF;
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  padding: 10px 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.products-archive .featured-product-wrap .featured-product .category-sub {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
}
.products-archive .featured-product-wrap .featured-product .category-sub a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
}
.products-archive .featured-product-wrap .featured-product .category-sub a:hover {
  color: #BD1E48;
}
.products-archive .featured-product-wrap .featured-product h3, .products-archive .featured-product-wrap .featured-product h6 {
  margin-bottom: 16px;
}
.products-archive .featured-product-wrap .featured-product .image-wrap .product-image {
  max-height: 350px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.products-archive .related-products-wrap {
  background-color: #FFFFFF;
}

.products-cat-archive .hero-wrap {
  position: relative;
}
.products-cat-archive .hero-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -180px;
  left: 0;
  z-index: 0;
  background-image: url("/wp-content/themes/app/images/bg-hero-yellow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.products-cat-archive .tooling-hero-wrap {
  padding: 0;
}
.products-cat-archive .tooling-hero-wrap .hero-image {
  background-image: url("/wp-content/themes/app/images/bg_tooling_archive.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.products-cat-archive .products-list-wrap .product-row {
  padding: 48px 15px;
  border-top: 2px solid #9B9B9B;
}
.products-cat-archive .products-list-wrap .product-row img {
  max-height: 250px;
  width: auto;
}
.products-cat-archive .products-list-wrap .product-row ul {
  margin-bottom: 0;
}

/** 10 | Industries-Single
================================================== **/
.products-single .product-hero {
  padding: 56px 0;
}
.products-single .product-hero .button {
  margin-bottom: 36px;
}
.products-single .product-hero .spec-wrap {
  margin: 18px 0;
}
.products-single .product-hero h6 {
  font-size: 16px;
  margin-bottom: 12px;
}
.products-single .product-hero hr {
  border-top: 2px solid #9B9B9B;
}
.products-single .accordion {
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.products-single .accordion .card {
  border-radius: 0;
}
.products-single .accordion .card .card-header {
  position: relative;
  padding: 0;
}
.products-single .accordion .card .card-header h6 {
  font-weight: 600;
  width: calc(100% - 24px);
  padding: 18px 16px;
}
.products-single .accordion .card .card-header h6 .icon {
  position: absolute;
  right: 16px;
}
.products-single .accordion .card .card-header h6 .icon:before {
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 17px;
  color: #000000;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}
.products-single .accordion .card .card-header h6.collapsed .icon::before {
  content: "\f067";
}
.products-single .module-repeating-list {
  background-color: #FFFFFF;
}
.products-single .module-repeating-list h4 {
  margin-bottom: 32px;
}
.products-single .request-quote-wrap {
  position: relative;
  background: url("/wp-content/themes/app/images/bg_global_cta.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 64px 0;
}
.products-single .request-quote-wrap .ginput_right.address_state {
  width: 100%;
  padding-right: 0;
}
.products-single .request-quote-wrap select {
  display: block;
  font-size: 18px;
  font-family: "Avenir Next LT W01 Bold";
  padding: 10px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/wp-content/themes/app/images/arrow_down.png");
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 11px;
}
.products-single .request-quote-wrap select::-ms-expand {
  display: none;
}
.products-single .request-quote-wrap select:focus {
  outline: none;
}
.products-single .request-quote-wrap select:hover {
  border-color: #BD1E48;
  color: #BD1E48;
}

/** 10 | Industries Archive
================================================== **/
.industry-archive:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 500px;
  z-index: 0;
  background-image: url("/wp-content/themes/app/images/bg-dots.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.industry-archive .hero-wrap {
  padding: 60px 0;
  text-align: center;
}
.industry-archive .hero-wrap h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .industry-archive .hero-wrap {
    padding-top: 100px;
  }
}
.industry-archive .main-content {
  margin: 40px auto;
}
.industry-archive .main-content .sidebar-wrap {
  padding-left: 0;
}
.industry-archive .main-content .sidebar-wrap .sidebar {
  position: relative;
  padding: 0;
  height: 100%;
}
.industry-archive .main-content .sidebar-wrap .sidebar .sidebar-content {
  padding: 0;
  transition: all 0.15s ease-in-out;
}
.industry-archive .main-content .sidebar-wrap .sidebar .sidebar-content.sticky {
  padding: 24px 0;
  position: fixed;
  top: 200px;
  max-width: 280px;
}
.industry-archive .main-content .sidebar-wrap .sidebar .sidebar-content.stuck {
  position: absolute;
  bottom: 0;
  top: auto;
}
.industry-archive .main-content .sidebar-wrap .sidebar .industry-anchor-wrap:not(:first-child) {
  margin: 32px 0;
}
.industry-archive .main-content .sidebar-wrap .sidebar .industry-anchor-wrap a {
  font-size: 16px;
  color: #000000;
  opacity: 0.3;
}
.industry-archive .main-content .sidebar-wrap .sidebar .industry-anchor-wrap a:hover {
  opacity: 1;
  border-bottom: 3px solid #BD1E48;
}
.industry-archive .main-content .sidebar-wrap .sidebar .section-info {
  padding: 10px 0;
}
.industry-archive .main-content .industry-wrap {
  border-left: 2px solid #9B9B9B;
  padding: 20px 0;
}
.industry-archive .main-content .industry-wrap .single-industry {
  padding: 0 15px 84px 15px;
  position: relative;
}
.industry-archive .main-content .industry-wrap .single-industry:not(:first-child) {
  border-top: 2px solid #9B9B9B;
  padding: 84px 15px;
}
.industry-archive .main-content .industry-wrap .single-industry .image-block {
  height: 270px;
}

/** 10 | Industries-Single
================================================== **/
.industries-single .related-products-wrap {
  padding: 48px 0;
  background-color: #F3F3F3;
}
.industries-single .related-products-wrap h4 {
  margin: 32px auto;
}

/** 10 | Resources Archive
================================================== **/
.resources-archive .hero-wrap {
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.resources-archive .hero-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -475px;
  left: 0;
  z-index: 0;
  background-image: url("/wp-content/themes/app/images/bg_hero_resources.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.resources-archive .hero-wrap h1 {
  margin-bottom: 0;
}
.resources-archive .hero-wrap p.breadcrumbs {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.resources-archive .hero-wrap p.breadcrumbs a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
}
.resources-archive .hero-wrap p.breadcrumbs a:hover {
  color: #BD1E48;
}
@media (min-width: 768px) {
  .resources-archive .hero-wrap {
    padding-top: 72px;
  }
}
.resources-archive .module-success-story {
  margin: 24px 0;
}
.resources-archive .module-success-story.tech-talk .featured-story-wrap .image-wrap .image-block {
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 0;
}
.resources-archive .main-content-wrap {
  margin-bottom: 72px;
}
.resources-archive .main-content-wrap .section {
  padding: 0;
}
.resources-archive .main-content-wrap .mini-post-wrap .module-success-story {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .resources-archive .main-content-wrap .mini-post-wrap .featured-story-wrap .content-wrap {
    padding: 48px 56px;
  }
}
@media (min-width: 992px) {
  .resources-archive .main-content-wrap .mini-post-wrap .featured-story-wrap .content-wrap {
    padding: 64px 72px;
  }
}

.resources-category {
  /*.hero-wrap {
  	&:before {
  		content: "";
  		position: absolute;
  		top: 0; right: 0; bottom: -180px; left: 0;
  		background-image: url('/wp-content/themes/app/images/bg-hero-yellow.png');
  		background-position: center bottom;
  		background-size: cover;
  		background-repeat: no-repeat;
  	}
  }*/
}
.resources-category .small-blog-wrap {
  margin-top: 48px;
}
.resources-category .small-blog-wrap .content-wrap {
  border-top: 2px solid #9B9B9B;
  padding: 24px 0;
}
.resources-category .small-blog-wrap .content-wrap .date {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.resources-category .small-blog-wrap .content-wrap h5 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 576px) {
  .resources-category .small-blog-wrap .content-wrap h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .resources-category .small-blog-wrap .content-wrap h5 {
    font-size: 20px;
  }
}

/** 10 | Resources-Single
================================================== **/
.resources-single .hero-wrap h1 {
  margin-bottom: 24px;
}
.resources-single .main-content-wrap {
  margin-bottom: 24px;
}
.resources-single .main-content-wrap .section {
  padding-bottom: 0;
}
.resources-single .main-content-wrap .section .single-post-wrap .posted-wrap {
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 32px;
}
.resources-single .main-content-wrap .section .single-post-wrap .posted-wrap .date {
  font-family: "Avenir Next LT W01 Bold";
}
.resources-single .main-content-wrap .section .single-post-wrap .download-wrap .button {
  font-size: 12px;
  line-height: 20px;
}
.resources-single .main-content-wrap .section .single-post-wrap .image-wrap {
  position: relative;
  margin: 32px 0;
}
.resources-single .main-content-wrap .section .single-post-wrap .image-wrap .image-block {
  min-height: 240px;
}
.resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h1, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h2, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h3, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h4, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h5, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h6 {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 576px) {
  .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h1, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h2, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h3, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h4, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h5, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h6 {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h1, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h2, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h3, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h4, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h5, .resources-single .main-content-wrap .section .single-post-wrap .wysiwyg h6 {
    font-size: 24px;
  }
}
.resources-single .related-posts-wrap {
  margin-bottom: 72px;
}

.modal-backdrop.show {
  opacity: .7;
}

.about .hero-wrap {
  padding: 80px 0;
  color: #FFFFFF;
}
.about .hero-wrap .container {
  z-index: inherit;
}
.about .hero-wrap .content-wrap b {
  font-family: rhode, sans-serif;
  font-weight: 700;
  color: #EBE717;
  display: block;
}
.about .hero-wrap .video-wrap i, .about .hero-wrap .video-wrap .fas {
  font-size: 100px;
  display: block;
}
.about .hero-wrap .video-wrap .video-label {
  font-family: "Avenir Next LT W01 Bold";
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about .hero-wrap .video-wrap .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.about .hero-wrap .video-wrap .modal-dialog .modal-body {
  position: relative;
  padding: 0px;
}
.about .hero-wrap .video-wrap .modal-dialog .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.about .about-repeating-wrap .content-wrap {
  padding: 0 24px;
  margin-bottom: 32px;
}
.about .about-repeating-wrap .content-wrap h5 {
  font-family: "Avenir Next LT W01 Bold";
}
.about .about-repeating-wrap .image-wrap {
  position: relative;
  margin-bottom: 64px;
  min-height: 200px;
}
.about .about-repeating-wrap .image-wrap .image {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  min-height: 200px;
}
.about .timeline-wrap {
  position: relative;
}
.about .timeline-wrap:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 500px;
  z-index: 0;
  background-color: #F3F3F3;
  background-image: url("/wp-content/themes/app/images/bg-dots-fade-flip.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .timeline-wrap .container {
  position: relative;
  padding: 64px 15px;
}
.about .timeline-wrap .container:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.about .timeline-wrap .title-wrap {
  text-align: center;
}
.about .timeline-wrap .timeline-slider .slide-wrapper {
  padding: 16px 16px 40px;
}
.about .timeline-wrap .timeline-slider .content-wrap .year-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.about .timeline-wrap .timeline-slider .content-wrap .year-wrapper .year {
  display: block;
  font-family: rhode, sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EBE717;
}
@media screen and (min-width: 0\0) {
  .about .timeline-wrap .timeline-slider .content-wrap .year-wrapper .year {
    color: #EBE717;
  }
}
.about .timeline-wrap .timeline-slider .content-wrap .year-wrapper h5 {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.about .timeline-wrap .timeline-slider .image-wrap {
  position: relative;
  min-height: 180px;
}
.about .timeline-wrap .timeline-slider .image-wrap .image {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  min-height: 180px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.about .timeline-wrap .timeline-slider .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: 9;
  cursor: pointer;
  font-size: 30px;
}
.about .timeline-wrap .timeline-slider .slick-arrow.prev {
  margin-left: calc(-50vw + 30px);
}
.about .timeline-wrap .timeline-slider .slick-arrow.next {
  margin-left: calc(50vw - 30px);
}
.about .timeline-wrap .timeline-slider ul.slick-dots {
  bottom: 40px;
  font-size: 0;
  padding: 0;
  text-align: center;
}
.about .timeline-wrap .timeline-slider ul.slick-dots li {
  display: inline-block;
}
.about .timeline-wrap .timeline-slider ul.slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  padding: 0;
  border: 2px solid #EBE717;
  background-color: transparent;
  opacity: .7;
  position: relative;
  cursor: pointer;
}
.about .timeline-wrap .timeline-slider ul.slick-dots li.slick-active button {
  background-color: #EBE717;
  opacity: 1;
}
@media (min-width: 768px) {
  .about .timeline-wrap .timeline-slider .content-wrap .year-wrapper .year {
    font-size: 100px;
  }
  .about .timeline-wrap .timeline-slider .image-wrap {
    min-height: 300px;
  }
  .about .timeline-wrap .timeline-slider .image-wrap .image {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    min-height: 300px;
  }
  .about .timeline-wrap .timeline-slider .slick-arrow {
    bottom: 0;
  }
  .about .timeline-wrap .timeline-slider .slick-arrow.prev {
    margin-left: -180px;
  }
  .about .timeline-wrap .timeline-slider .slick-arrow.next {
    margin-left: 180px;
  }
  .about .timeline-wrap .timeline-slider ul.slick-dots li button {
    height: 19px;
    width: 19px;
  }
}
.about .module-cta-dual {
  background-color: #F3F3F3;
}

.careers .benefits-wrap {
  background-color: #F3F3F3;
}
.careers .benefits-wrap .title-wrap h4 {
  margin-bottom: 64px;
  font-weight: 600;
}
.careers .benefits-wrap .benefits-detailed .product-list-1 h5 {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 576px) {
  .careers .benefits-wrap .benefits-detailed .product-list-1 h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .careers .benefits-wrap .benefits-detailed .product-list-1 h5 {
    font-size: 20px;
  }
}
.careers .benefits-wrap .benefits-detailed .product-list-1 .description {
  font-size: 16px;
}
@media (min-width: 992px) {
  .careers .benefits-wrap .benefits-detailed .product-list-1 {
    column-count: 3;
  }
}
.careers .career-slider {
  padding: 0;
}
.careers .career-slider img {
  max-height: 240px;
  max-width: 240px;
  height: auto;
  width: auto;
}
.careers .career-slider .slide .image-wrap {
  min-height: 240px;
  width: 330px;
}

/** 10 | Team Archive
================================================== **/
.team-archive .main-content-wrap {
  margin: 40px 0;
}
.team-archive .main-content-wrap .category-wrap .category-title {
  margin: 32px 0;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single {
  margin-bottom: 32px;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .image-block {
  position: relative;
  margin-bottom: 16px;
  min-height: 200px;
  cursor: pointer;
  aspect-ratio: 160 / 200;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .image-block .overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #BD1E48;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .image-block .overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .image-block:hover .overlay {
  display: block;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .vitals {
  text-align: center;
  font-family: "AvenirNextLTW01-Regular";
  min-height: 48px;
  word-break: break-word;
  font-size: 14px;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .vitals .name-wrap {
  font-family: "Avenir Next LT W01 Bold";
  font-size: 16px;
}
.team-archive .main-content-wrap .category-wrap .team-info-wrap .team-info-single .more-info-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.team-single {
  position: relative;
}
.team-single:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("/wp-content/themes/app/images/bg_contact.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-single .hero-wrap {
  padding: 76px 0;
}
.team-single .hero-wrap p.breadcrumbs {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.team-single .hero-wrap p.breadcrumbs a {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #000000;
}
.team-single .hero-wrap p.breadcrumbs a:hover {
  color: #BD1E48;
}
.team-single .hero-wrap h5 {
  font-weight: 600;
}
.team-single .bio-wrapper {
  padding: 0 0 100px;
}
.team-single .bio-wrapper .container {
  position: relative;
  padding: 64px 15px;
}
.team-single .bio-wrapper .container:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.team-single .bio-wrapper .container .info-wrap {
  margin: 18px 0;
  font-size: 16px;
}
.team-single .bio-wrapper .container .info-wrap .contact-info .label {
  font-family: "Avenir Next LT W01 Bold";
}

.contact-page {
  position: relative;
}
.contact-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: url("/wp-content/themes/app/images/bg_contact.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-page .hero-wrap {
  padding: 76px 0;
}
.contact-page .form-wrapper {
  padding: 0 15px 100px;
}
.contact-page .form-wrapper .container {
  position: relative;
  padding: 64px 15px;
}
.contact-page .form-wrapper .container:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.contact-page .form-wrapper .container .far, .contact-page .form-wrapper .container .fa-check-circle, .contact-page .form-wrapper .container i {
  font-size: 72px;
  color: #EBE717;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contact-page .form-wrapper .container .far, .contact-page .form-wrapper .container .fa-check-circle, .contact-page .form-wrapper .container i {
    font-size: 118px;
  }
}
.contact-page .form-wrapper .container .related-posts-wrap {
  margin-top: 48px;
}
.contact-page .small-blog-wrap {
  margin-top: 48px;
}
.contact-page .small-blog-wrap .content-wrap {
  border-top: 2px solid #9B9B9B;
  padding: 24px 0;
}
.contact-page .small-blog-wrap .content-wrap .date {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.contact-page .small-blog-wrap .content-wrap h5 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 576px) {
  .contact-page .small-blog-wrap .content-wrap h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
  }
}
@media (min-width: 1200px) {
  .contact-page .small-blog-wrap .content-wrap h5 {
    font-size: 20px;
  }
}

/** 10 | Find a Rep
================================================== **/
.find-a-rep .hero-wrap {
  position: relative;
  background: url("/wp-content/themes/app/images/bg_world.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 76px 0 140px;
}
.find-a-rep .hero-wrap .overlay {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 178, 227, 0.05) 0%, #FFFFFF 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.find-a-rep .hero-wrap h1 {
  margin-bottom: 24px;
}
.find-a-rep .find-a-rep-form-wrap select {
  display: block;
  font-size: 18px;
  font-family: "Avenir Next LT W01 Bold";
  padding: 5px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/wp-content/themes/app/images/arrow_right.png");
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 7px;
}
.find-a-rep .find-a-rep-form-wrap select::-ms-expand {
  display: none;
}
.find-a-rep .find-a-rep-form-wrap select:focus {
  outline: none;
}
.find-a-rep .find-a-rep-form-wrap select:hover {
  border-color: #BD1E48;
  color: #BD1E48;
}

.find-a-rep-results .find-a-rep-results-wrap {
  padding-bottom: 96px;
}
.find-a-rep-results .find-a-rep-results-wrap .intro-wrap {
  padding: 32px 10px;
}
.find-a-rep-results .find-a-rep-results-wrap .intro-wrap .far, .find-a-rep-results .find-a-rep-results-wrap .intro-wrap .fa-check-circle, .find-a-rep-results .find-a-rep-results-wrap .intro-wrap i {
  font-size: 72px;
  color: #EBE717;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .find-a-rep-results .find-a-rep-results-wrap .intro-wrap .far, .find-a-rep-results .find-a-rep-results-wrap .intro-wrap .fa-check-circle, .find-a-rep-results .find-a-rep-results-wrap .intro-wrap i {
    font-size: 118px;
  }
}
.find-a-rep-results .find-a-rep-results-wrap .intro-wrap h2 {
  font-weight: 600;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-results-heading-wrap {
  margin-bottom: 32px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-results-heading-wrap h4 {
  font-weight: 600;
}
@media (max-width: 575px) {
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap {
  background: #FFFFFF;
  box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.22);
  margin: 12px auto;
  max-width: 300px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .image-wrap {
  min-height: 360px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap {
  text-align: center;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents {
  padding: 18px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents span {
  display: block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1.14px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents span.name {
  font-family: "Avenir Next LT W01 Bold";
  text-transform: uppercase;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents span.title {
  font-family: "AvenirNextLTW01-Medium";
  text-transform: uppercase;
  margin-bottom: 32px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents span.send-message {
  margin-top: 18px;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents span.send-message a {
  font-size: 16px;
  border-bottom: 3px solid #BD1E48;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents .email {
  letter-spacing: normal;
}
@media (max-width: 575px) {
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents {
    padding-left: 5px;
    padding-right: 5px;
  }
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap .info-contents .email {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap {
    max-width: 330px;
  }
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap .image-wrap {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap {
    max-width: 100%;
  }
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap .image-wrap {
    min-height: 250px;
    height: 100%;
  }
  .find-a-rep-results .find-a-rep-results-wrap .rep-wrap .info-wrap {
    text-align: left;
    padding-left: 0;
  }
}
.find-a-rep-results .find-a-rep-results-wrap .rep-result-contact-form-wrap {
  padding: 40px 16px;
  display: none;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-result-contact-form-wrap h5 {
  font-weight: 600;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-result-contact-form-wrap.shown {
  display: block;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-result-contact-form-wrap .rep-name {
  display: none;
}
.find-a-rep-results .find-a-rep-results-wrap .rep-result-contact-form-wrap .rep-name.shown {
  display: block;
}

.faq-archive .hero-wrap p.breadcrumbs {
  font-family: "AvenirNextLTW01-Medium";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
.faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap {
  display: none;
}
.faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content {
  padding-top: 0px;
}
.faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content .category-sidebar {
  font-size: 22px;
  padding-bottom: 34px;
}
.faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content .category-sidebar .faq-anchor {
  padding: 0;
  transition: all 0.15s ease-in-out;
  color: #000;
  opacity: 30%;
}
.faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content .category-sidebar .faq-anchor:hover {
  color: black;
  border-bottom: solid #BD1E48 3px;
  padding: 4px 0;
  opacity: 100%;
}
@media only screen and (min-width: 992px) {
  .faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content {
    padding-top: 75px;
  }
  .faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content.sticky {
    padding: 24px 0;
    position: fixed;
    top: 200px;
    max-width: 280px;
  }
  .faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap .sidebar-content.stuck {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
@media only screen and (min-width: 992px) {
  .faq-archive .main-content-wrap .faq-results-wrap .sidebar-wrap {
    display: block;
  }
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .titleSection {
  padding-top: 15px;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .titleSection .category-header {
  font-size: 24px;
  padding: 0px 0 40px 0px;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group {
  margin-bottom: 104px;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap {
  border: 1px solid black;
  margin: -1px;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle {
  width: 100%;
  background-color: #fffefe;
  text-align: center;
  padding: 24px 28px;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle .categoryheader {
  color: black;
  justify-content: left;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle .expandButton {
  float: right;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  float: right;
  font-weight: 900;
  color: #BD1E48;
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle.collapsed:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  font-weight: 900;
  color: #BD1E48;
}
@media only screen and (min-width: 992px) {
  .faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle {
    text-align-last: left;
  }
}
.faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-answer-wrap {
  padding: 0 24px 24px 24px;
  text-align: center;
  background-color: #efefef;
}
@media only screen and (min-width: 992px) {
  .faq-archive .main-content-wrap .faq-results-wrap .faq-list-wrap .faq-category-question-group .faq-question-wrap .faq-answer-wrap {
    text-align: left;
  }
}

body.post-type-archive-beyond-precision::-webkit-scrollbar {
  display: none;
}

.beyond-precision-archive .dot-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 10;
  bottom: 30%;
  margin-right: 25px;
}
@media all and (max-width: 767px) {
  .beyond-precision-archive .dot-section {
    display: none;
  }
}
.beyond-precision-archive .dot-section .dot {
  height: 30px;
  width: 3.5px;
  margin: 5px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.beyond-precision-archive .dot-section .dot.active {
  background-color: #ffffff;
}
.beyond-precision-archive .re-engineering-slide-wrap::-webkit-scrollbar {
  display: none;
}
.beyond-precision-archive .re-engineering-slide-wrap {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .beyond-precision-archive .re-engineering-slide-wrap {
    height: fit-content;
  }
}
.beyond-precision-archive .re-engineering-slide-wrap .section {
  scroll-snap-align: start;
  height: 100vh;
  width: 100%;
}
@media all and (max-width: 767px) {
  .beyond-precision-archive .re-engineering-slide-wrap .section {
    height: fit-content;
  }
}
.beyond-precision-archive .re-engineering-slide-wrap .section {
  border: none;
  padding: 0;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap {
  padding: 64px 15px 0 15px;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap hr {
  margin: 0 0 32px;
  border: 0;
  border-top: 2px solid #000000;
  width: 135px;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
  padding: 0 15px 64px;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap {
  padding: 0;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap {
  min-height: 150px;
  position: relative;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .grayscale {
  margin: 0;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .grayscale:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: inherit;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.85;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap {
  padding: 15px 30px 81px;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap h3 {
  margin-bottom: 0;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap p.description {
  font-size: 22px;
  line-height: 24px;
}
@media all and (max-width: 1500px) {
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap p.description {
    font-size: 20px;
    line-height: 22px;
  }
}
@media all and (max-width: 1280px) {
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap p.description {
    font-size: 18px;
    line-height: 20px;
  }
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap a {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap a.button-fade-in {
  display: none;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.blue-accent h3 span {
  color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap {
  background-color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap .image-wrap {
  background-color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.blue-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BD1E48 100%);
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent h3 span {
  color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap {
  background-color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .image-wrap {
  background-color: #BD1E48;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BD1E48 100%);
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .content-wrap {
  color: #FFFFFF;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.maroon-accent .right-wrap .content-wrap a {
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.yellow-accent h3 span {
  color: #EBE717;
  -webkit-text-fill-color: #EBE717;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap {
  background-color: #EBE717;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap .image-wrap {
  background-color: #EBE717;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.yellow-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EBE717 100%);
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent h3 span {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}
@media screen and (min-width: 0\0) {
  .beyond-precision-archive .re-engineering-slide-wrap .section.white-accent h3 span {
    color: #dedede;
  }
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent .right-wrap {
  background-color: #000000;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .image-wrap {
  background-color: #000000;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .image-wrap .overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .content-wrap {
  color: #FFFFFF;
}
.beyond-precision-archive .re-engineering-slide-wrap .section.white-accent .right-wrap .content-wrap a {
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
@media (min-width: 992px) {
  .beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap {
    height: 100vh;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .content-wrap,
  .beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
    display: inline-block;
    min-height: 50vh;
    padding: 80px 56px;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .left-wrap .callout-wrap {
    padding: 80px 56px;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap {
    height: 100vh;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .image-wrap {
    min-height: 50vh;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap {
    min-height: 50vh;
    padding: 80px 56px;
  }
  .beyond-precision-archive .re-engineering-slide-wrap .section .right-wrap .content-wrap p {
    margin-bottom: 56px;
  }
}

/*# sourceMappingURL=style.css.map */
