  html {
  scroll-behavior: smooth;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.translate-y {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-x {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.white-link p {
  color: white;
}
.white-link p a {
  color: white;
}
.white-link p a:hover {
  color: #ff5113;
}
.background-color upb_row_bg {
  position: absolute;
}
.listSection .listHeading h2,
.listSection .listHeading h1,
.listSection .listHeading h3 {
  border-bottom: 3px solid #003b5e;
}
.row-not-fluid {
  max-width: 1100px;
  margin: auto!important;
}
.row-not-fluid .vc_column_container {
  float: left!important;
  clear: none;
}
.row-full-width .vc_column_container {
  max-width: 100%!important;
}
.image-full-width img {
  width: 100%!important;
}
.image-full-width img {
  width: 100%;
}
.columns .wpb_column {
  float: left!important;
}
.arrow-bullet ul li {
  list-style-type: none;
  padding-left: 20px;
  text-indent: 0;
}
.arrow-bullet ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  display: inline;
  font-weight: 700;
  position: absolute;
  margin-left: -25px;
}
.orange-yellow-link a {
  color: #f7941d;
}
.orange-yellow-link a:hover {
  color: #003b5e;
}
.orange-yellow-link ul li:before {
  color: #f7941d;
}
.navy-link a {
  color: #003b5e;
}
.navy-link a:hover {
  color: #ff5113;
}
.navy-link ul li:before {
  color: #003b5e;
}
.green-link a {
  color: #106242;
}
.green-link a:hover {
  color: #003b5e;
}
.green-link ul li:before {
  color: #106242;
}
.black-link a {
  color: black;
}
.black-link a:hover {
  color: #003b5e;
}
.black-link ul li:before {
  color: black;
}
.hero-with-overlay {
  position: relative;
}
.hero-with-overlay .vc_parallax-inner {
  background-position: center!important;
}
.hero-with-overlay .vc_parallax-inner:after {
  background: #003b5e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  display: block;
}
.hero-with-overlay .vc_column_inner {
  position: relative;
  z-index: 1;
}
.hero-with-overlay h2 {
  color: white;
}
.the-content > .vc_row.multiple-columns > .vc_column_container {
  float: left!important;
}
.the-content .vc_row-o-content-middle.vc_row-o-equal-height > .wpb_column {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.the-content > .vc_row.content-left > .vc_column_container {
  margin-left: 0;
}
.the-content > .wpb-content-wrapper > .vc_row > .vc_column_container {
  max-width: 1100px;
  margin: 0 auto;
  /*&.vc_col-sm-12 {
		float: none;
		width: 100%;
	}*/
}
.hero-with-overlay .vc_column_container {
  margin-left: 0!important;
}
.home .vc_custom_1698008537596 .vc_column_container,
.page-id-13750 .first .vc_row .vc_column_container {
  float: none;
}
.home .vc_custom_1698008537596 .vc_custom_1698084301279 .vc_col-sm-12,
.page-id-13750 .first .vc_row .vc_custom_1698084301279 .vc_col-sm-12 {
  max-width: 100%!important;
}
.page-id-13529 #main .first .vc_column_container {
  float: none;
}
.two-img-float .vc_align_left {
  width: 49%;
  float: left;
}
.two-img-float .vc_align_right {
  width: 49%;
  float: right;
}
.gray-columns .vc_column_container {
  background: white;
}
.page-id-13818 #wrapWrap .titleArea {
  display: none;
}
.newsletter-feed ul {
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.newsletter-feed .newsletter-container {
  width: -webkit-calc(25% - 40px);
  width: -moz-calc(25% - 40px);
  width: calc(25% - 40px);
  float: left;
  margin: 0 20px 50px 20px;
}
.newsletter-feed .newsletter-container img {
  border: 1px solid #d5d5d5;
}
.newsletter-feed .newsletter-container p {
  margin-top: 10px;
  text-align: center;
}
.pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination span,
.pagination a {
  margin: 0 5px;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
#table-post-combustion-capture {
  margin-bottom: 20px;
}
#table-post-combustion-capture thead tr {
  background: #003b5e;
}
#table-post-combustion-capture td {
  font-size: 12px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.single-newsletter .email-container > table {
  max-width: 600px;
  margin: auto;
  background: white;
  border: 1px solid #333333;
}
.single-newsletter .the-content table tr {
  border: 0px;
}
.single-newsletter .the-content p {
  margin: 0;
}
.single-newsletter .the-content table,
.single-newsletter .the-content td,
.single-newsletter .the-content div {
  width: 100%!important;
  min-width: 0!important;
}
.single-newsletter .the-content a.button {
  background: #ff5113;
  color: white;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 18px;
}
.single-newsletter .the-content .logos div:first-of-type,
.single-newsletter .the-content .logos div:last-of-type {
  width: 45%!important;
  max-width: 100%!important;
}
.single-newsletter .the-content .logos div:nth-of-type(2) {
  width: 10%!important;
  max-width: 100%!important;
}
.single-newsletter .the-content .logos p {
  display: none;
}
.single-newsletter .the-content .four-column div:first-of-type,
.single-newsletter .the-content .four-column div:nth-of-type(3),
.single-newsletter .the-content .four-column div:nth-of-type(5),
.single-newsletter .the-content .four-column div:nth-of-type(7) {
  width: 100%!important;
  max-width: 100%!important;
}
.single-newsletter .the-content .four-column div:first-of-type table table > tbody > tr > td,
.single-newsletter .the-content .four-column div:nth-of-type(3) table table > tbody > tr > td,
.single-newsletter .the-content .four-column div:nth-of-type(5) table table > tbody > tr > td,
.single-newsletter .the-content .four-column div:nth-of-type(7) table table > tbody > tr > td {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.single-newsletter .the-content .three-column div:first-of-type,
.single-newsletter .the-content .three-column div:nth-of-type(3),
.single-newsletter .the-content .three-column div:nth-of-type(5) {
  width: 100%!important;
  max-width: 100%!important;
  float: left;
  margin: 0 4px;
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .single-newsletter .the-content .four-column > td > table > tbody > tr > td {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .single-newsletter .the-content .four-column div:first-of-type,
  .single-newsletter .the-content .four-column div:nth-of-type(3),
  .single-newsletter .the-content .four-column div:nth-of-type(5),
  .single-newsletter .the-content .four-column div:nth-of-type(7) {
    width: 45%!important;
    max-width: 100%!important;
    float: left;
    margin: 0 5px;
  }
  .single-newsletter .the-content .four-column div:nth-of-type(2),
  .single-newsletter .the-content .four-column div:nth-of-type(4),
  .single-newsletter .the-content .four-column div:nth-of-type(6) {
    width: 2%!important;
    max-width: 100%!important;
  }
}
@media only screen and (min-width: 600px) {
  .single-newsletter .the-content .three-column div:first-of-type,
  .single-newsletter .the-content .three-column div:nth-of-type(3),
  .single-newsletter .the-content .three-column div:nth-of-type(5) {
    width: 31%!important;
    max-width: 100%!important;
  }
  .single-newsletter .the-content .three-column div:nth-of-type(2),
  .single-newsletter .the-content .three-column div:nth-of-type(4) {
    width: 5%!important;
    max-width: 100%!important;
  }
  .single-newsletter .the-content .four-column div:first-of-type,
  .single-newsletter .the-content .four-column div:nth-of-type(3),
  .single-newsletter .the-content .four-column div:nth-of-type(5),
  .single-newsletter .the-content .four-column div:nth-of-type(7) {
    width: 23%!important;
    max-width: 100%!important;
    float: left;
    margin: 0 5px;
  }
  .single-newsletter .the-content .four-column div:nth-of-type(2),
  .single-newsletter .the-content .four-column div:nth-of-type(4),
  .single-newsletter .the-content .four-column div:nth-of-type(6) {
    width: 2%!important;
    max-width: 100%!important;
  }
}
@media only screen and (min-width: 500px) {
  .single-newsletter .the-content .address div:nth-of-type(1),
  .single-newsletter .the-content .address div:nth-of-type(3),
  .single-newsletter .the-content .address div:nth-of-type(5) {
    width: 32%!important;
  }
  .single-newsletter .the-content .address div:nth-of-type(2),
  .single-newsletter .the-content .address div:nth-of-type(4) {
    width: 2%!important;
  }
}
.single-newsletter .the-content .social-block-container br {
  display: none;
}
.single-newsletter a[rel="prev"] {
  float: left;
}
.itemList h3.header {
  border-top: 3px solid #003b5e;
}
.contact-fixed-row {
  max-width: 1100px;
  margin: auto!important;
}
.page-id-13799 .grid .unit img {
  width: 100%;
}
.page-id-13821 .vc_row-fluid {
  max-width: 1100px;
  margin: auto!important;
}
.page-id-13821 .vc_row-fluid .vc_column_container {
  float: left;
  clear: none;
}
.page-id-13911 .vc_custom_1624641846044 img {
  width: 150px;
}
.single-news article ul li {
  padding-left: 35px;
  text-indent: -22px;
  padding-bottom: 10px;
}
.aftermarket-row .vc_column_container > .vc_column-inner {
  padding: 0!important;
}
#aftermarket-callouts {
  max-width: 1100px;
  margin: 40px auto;
  z-index: 2;
  position: relative;
  padding-top: 425px;
  padding-bottom: 250px;
}
#aftermarket-callouts .mobile-only {
  display: none;
}
#aftermarket-callouts > p:first-of-type {
  text-align: center;
  position: relative;
  z-index: 1;
}
#aftermarket-callouts img {
  max-width: 100%;
  width: 100%;
}
#aftermarket-callouts .aftermarket-graphic {
  position: relative;
  max-width: 90%;
}
#aftermarket-callouts .callout {
  position: absolute;
  width: 100%;
}
#aftermarket-callouts .callout .inner {
  background: white;
  z-index: 2;
  position: relative;
  padding: 10px;
  border: 2px solid #003b5e;
}
#aftermarket-callouts .callout h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
}
#aftermarket-callouts .callout h2 a:hover {
  color: #ff5113;
}
#aftermarket-callouts .callout.orange-outline .inner {
  border-color: #ff5113;
}
#aftermarket-callouts .callout ul li {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-indent: 0;
  width: 85%;
}
#aftermarket-callouts .callout ul li:before {
  content: '•';
  display: inline;
  position: absolute;
  left: 15px;
}
#aftermarket-callouts .callout.two-columns .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#aftermarket-callouts .callout.two-columns .inner .column:first-of-type {
  -webkit-flex: 1 0 30%;
  -ms-flex: 1  0 30%;
  flex: 1 0 30%;
}
#aftermarket-callouts .callout.two-columns .inner .column:last-of-type {
  -webkit-flex: 1 0 60%;
  -ms-flex: 1  0 60%;
  flex: 1 0 60%;
}
#aftermarket-callouts .callout.three-columns .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#aftermarket-callouts .callout.three-columns .inner .column-left {
  -webkit-flex: 1 0 26%;
  -ms-flex: 1  0 26%;
  flex: 1 0 26%;
}
#aftermarket-callouts .callout.three-columns .inner .column-right {
  -webkit-flex: 1 0 52%;
  -ms-flex: 1  0 52%;
  flex: 1 0 52%;
}
#aftermarket-callouts .callout.three-columns .inner .column-right ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
}
#aftermarket-callouts .callout:after {
  z-index: -1;
  position: absolute;
  content: '';
  background: #003b5e;
}
#aftermarket-callouts #conversions {
  max-width: 700px;
  top: 0%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#aftermarket-callouts #conversions:after {
  left: -webkit-calc(50% - 4px);
  left: -moz-calc(50% - 4px);
  left: calc(50% - 4px);
  width: 2px;
  top: 100%;
  background: #ff5113;
  height: 300px;
}
#aftermarket-callouts #oem,
#aftermarket-callouts #repairs,
#aftermarket-callouts #field {
  left: 65%;
  width: 35%;
  right: 0;
}
#aftermarket-callouts #oem {
  top: 250px;
}
#aftermarket-callouts #oem:after {
  left: -100px;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  transform: rotate(320deg);
}
#aftermarket-callouts #repairs {
  top: 550px;
  left: 70%;
}
#aftermarket-callouts #repairs:after {
  left: -200px;
  right: 0;
  top: 70px;
  width: 250px;
  height: 2px;
}
#aftermarket-callouts #field {
  top: 800px;
  left: 70%;
}
#aftermarket-callouts #field:after {
  left: -200px;
  top: 40px;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aftermarket-callouts #exchange {
  max-width: 500px;
  top: 1050px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#aftermarket-callouts #exchange:after {
  left: -webkit-calc(50% - 4px);
  left: -moz-calc(50% - 4px);
  left: calc(50% - 4px);
  width: 2px;
  top: -400px;
  bottom: 0;
  background: #ff5113;
  height: 600px;
}
#aftermarket-callouts #sundschool,
#aftermarket-callouts #upgrade,
#aftermarket-callouts #surveys {
  left: 7%;
  width: 30%;
}
#aftermarket-callouts #sundschool:after,
#aftermarket-callouts #upgrade:after,
#aftermarket-callouts #surveys:after {
  left: 50%;
  right: -600px;
  top: 50%;
}
#aftermarket-callouts #sundschool {
  top: 850px;
  left: 0;
  width: 40%;
}
#aftermarket-callouts #sundschool:after {
  width: 90%;
  top: -50px;
  height: 2px;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
#aftermarket-callouts #upgrade {
  left: 0;
  top: 550px;
}
#aftermarket-callouts #upgrade img {
  max-width: 100px;
}
#aftermarket-callouts #upgrade:after {
  width: 100%;
  height: 2px;
  top: 70px;
  background: #ff5113;
}
#aftermarket-callouts #surveys {
  top: 300px;
  left: 0;
  width: 35%;
}
#aftermarket-callouts #surveys:after {
  width: 100%;
  left: 75%;
  top: 250px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-click {
  position: relative;
}
.image-click:after {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 32px;
  height: 50px;
  background: url('/wp-content/uploads/Pointer-click.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  display: block;
  content: '';
}
/* LESS Document */
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent:hover > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 {
  color: #003b5e !important;
}
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-has-submenu-mega.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-has-submenu-mega.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-has-submenu-mega.ubermenu-current-menu-ancestor > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-has-submenu-mega:hover > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-has-submenu-mega.ubermenu-active > .ubermenu-target {
  background: url("/wp-content/themes/savagedev_wptheme/images/arrow-navy-down.png") 50% 100% no-repeat !important;
}
.ubermenu-main > .ubermenu-nav > li > .ubermenu-submenu {
  border-bottom: 3px solid #003b5e;
}
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item:hover > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor:hover > .ubermenu-target {
  color: white!important;
}
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-normal > .ubermenu-target:hover,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-normal:hover > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-normal.ubermenu-active > .ubermenu-target,
.ubermenu.ubermenu-main.ubermenu-skin-black-white-2 .ubermenu-item-normal.ubermenu-current-menu-item > .ubermenu-target {
  color: #003b5e;
}
#menu-item-1760 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
  color: #003b5e !important;
}
#top-info ul li a:hover {
  color: #003b5e !important;
}
#top-info ul.menu ul {
  border-bottom: 3px solid #003b5e;
}
#ubermenu-nav-main-6 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#ubermenu-nav-main-6 #menu-item-3588 {
  background: #ff5113;
}
.ubermenu-item-type-column > ul > li.ubermenu-item > a:first-child {
  border-top: 1px solid #003b5e;
}
#top-info .search-form {
  z-index: 1;
  position: relative;
}
#top-info .search-form input.search-submit {
  background-color: #ff5113;
}
#logo img {
  max-width: 200px;
}
#headerContent #social i {
  font-size: 20px;
  margin: 0 5px;
  color: #666666;
}
#headerContent #social i:hover {
  color: #ff5113;
}
@media screen and (max-width: 1099px) {
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item > .responsive-menu-item-link {
    color: white!important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid #ff5113 !important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    border-left: 1px solid #ff5113 !important;
  }
  .responsive-menu-open button#responsive-menu-button:hover,
  .responsive-menu-open button#responsive-menu-button:focus,
  button#responsive-menu-button:hover,
  button#responsive-menu-button:focus {
    background: #ff5113 !important;
  }
}
.page-id-14674 .titleArea {
  display: none;
}
#home-slider .n2-ss-slider-2.n2-ow,
#home-slider .n2-ss-slider-3.n2-ow,
#home-slider .n2-ss-slide.n2-ow,
#home-slider .n2-ss-layer.n2-ow,
#home-slider .n2-ss-item-content.n2-ow {
  overflow: visible!important;
  position: initial;
}
#home-slider .n2-ss-layers-container {
  position: relative;
}
#home-slider .n2-ss-layers-container div {
  position: initial;
}
#home-slider .n2-ss-layers-container img {
  position: absolute;
  right: 0;
  bottom: -50px;
  right: 50px;
}
#home-slider .n2-ss-layer-col {
  padding-left: 50px!important;
  padding-right: 100px!important;
}
#home-slider h2 {
  font-size: 45px;
  max-width: 850px;
}
#home-slider .n2-ss-button-container {
  margin-top: 30px;
}
.vc_custom_1698008537596 {
  z-index: -1;
  margin-top: -50px !important;
}
.home-applications {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-applications .upb_row_bg {
  position: absolute;
}
.home-applications .wpb_wrapper {
  background: white;
}
.home-applications .wpb_wrapper .wpb_single_image {
  margin-bottom: 0;
}
.home-applications .wpb_text_column {
  padding: 10px 20px 20px 20px;
  margin-bottom: 0;
}
.home-applications .wpb_column {
  max-width: 275px!important;
  margin: 0!important;
  padding-bottom: 50px!important;
}
.home-applications .wpb_column .vc_column-inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.home-cta .vc_row-fluid {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.home-cta .vc_row-fluid .vc_column-inner {
  height: 100%;
}
.home-cta .vc_col-sm-4 .wpb_wrapper {
  background: white;
  padding: 20px;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.home-cta .vc_col-sm-4 .wpb_wrapper .bottom-align {
  margin-top: auto;
}
.home-cta .vc_col-sm-4 .wpb_wrapper > div:last-of-type {
  margin-bottom: 40px;
}
.home-cta .vc_col-sm-4 h3 {
  text-align: center;
}
.home-cta .vc_col-sm-4 .listElem {
  padding-left: 20px;
  text-indent: 0;
}
.home-cta .vc_col-sm-4 .listElem a {
  font-weight: 400;
  color: #003b5e;
}
.home-cta .vc_col-sm-4 .listElem a:hover {
  color: #ff5113;
}
.home-cta .vc_col-sm-4 .listElem p {
  line-height: 1.5;
}
.home-cta .vc_col-sm-4 .listElem p.eventDate {
  color: black;
  font-size: 14px;
}
.home-cta .vc_col-sm-4 .listElem:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  display: inline;
  font-weight: 700;
  position: absolute;
  margin-left: -25px;
  color: #003b5e;
  margin-top: 2px;
}
.home-cta .vc_col-sm-4 .wpb_text_column {
  margin-bottom: 0;
}
.home-cta .newsletter-column .bottom-align {
  margin-bottom: 10px;
}
.home-cta .newsletter-feed ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.home-cta .newsletter-feed .newsletter-container {
  width: 46%;
  padding: 0 2px 30px 2px;
  margin: 0;
}
.home-cta .newsletter-feed .newsletter-container p {
  font-size: 12px;
  color: black;
}
.home-cta .product-lit h3 {
  margin-bottom: 30px;
}
.home-cta .product-lit p {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.home-cta .product-lit a {
  width: 46%;
  padding-bottom: 15px;
}
.home-cta .product-lit a img {
  width: 100%;
}
.home-cta .product-lit .bottom-align a {
  width: fit-content;
  padding-bottom: 0;
}
.home-cta-below .vc_col-sm-12 .vc_column-inner {
  padding-left: 30px!important;
  padding-right: 30px!important;
}
.home-cta-below .vc_col-sm-12 .wpb_wrapper {
  background: white;
  margin-top: 15px;
}
.home-cta-below .vc_col-sm-12 .wpb_text_column {
  margin-bottom: 0;
}
.home-cta-below .vc_col-sm-12 h3 {
  margin-bottom: 20px;
}
.home-cta-below .vc_col-sm-12 h3 a {
  color: #003b5e;
}
.home-cta-below .vc_col-sm-12 h3 a:hover {
  color: #ff5113;
}
.home-cta-below .vc_col-sm-12 h3 i {
  color: #ff5113;
}
@media only screen and (max-width: 1050px) {
  #home-slider .n2-ss-item-content img {
    max-width: 25%;
  }
  #home-slider h2 {
    font-size: 38px!important;
    max-width: 70%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home-cta .newsletter-feed .newsletter-container {
    width: 100%;
    max-width: 200px;
  }
  .home-cta .newsletter-feed ul > div:last-of-type {
    display: none;
  }
  .home-cta .product-lit a {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 860px) {
  .home-applications {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .home-applications .wpb_column {
    width: 50%;
    max-width: 50%!important;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .n2-ss-layer-row-inner {
    width: 100%!important;
    margin: 0!important;
  }
  #home-slider .n2-ss-item-content {
    text-align: center;
  }
  #home-slider .n2-ss-item-content img {
    max-width: 200px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
  #home-slider h2 {
    text-align: center!important;
    max-width: 100%;
  }
  #home-slider .n2-ss-layer {
    align-self: auto;
    text-align: center;
    padding: 0!important;
    margin: 0!important;
  }
  #home-slider .n2-ss-layer-col {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .home-applications .upb_row_bg {
    width: 100%!important;
  }
  .home-cta .vc_row-fluid {
    display: block;
  }
  .home-cta .vc_row-fluid .vc_column_container {
    width: 100%;
    max-width: 400px;
    margin: auto;
    float: none;
    margin-bottom: 40px;
  }
  .home-cta-below .vc_col-sm-12 .vc_column-inner {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
@media only screen and (max-width: 500px) {
  .home-applications {
    display: block;
  }
  .home-applications .wpb_column {
    width: 100%;
    max-width: 100%!important;
  }
}
@media only screen and (max-width: 375px) {
  .home-cta .newsletter-feed .newsletter-container {
    width: 100%;
    max-width: 200px;
  }
  .home-cta .newsletter-feed ul > div:last-of-type {
    display: none;
  }
  .home-cta .product-lit a {
    width: 100%;
    max-width: 200px;
  }
}
.orange-button button,
.orange-button a {
  background: #ff5113 !important;
  border: 0!important;
  color: white!important;
}
.orange-button button:hover,
.orange-button a:hover {
  background: #003b5e !important;
}
.text-button button,
.text-button a {
  background: transparent!important;
  padding: 0!important;
  border: 0!important;
  font-weight: bold;
}
.text-button button i,
.text-button a i {
  right: -15px !important;
  font-weight: 900;
}
.text-button.orange button,
.text-button.orange a,
.text-button.orange i {
  color: #ff5113 !important;
}
.text-button.orange:hover button,
.text-button.orange:hover a,
.text-button.orange:hover i {
  color: #003b5e !important;
}
/* LESS Document */
.application-table-outer {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.application-table-outer .application-table {
  position: relative;
  overflow: auto;
  width: 100%;
}
.application-table-outer .application-table table {
  width: max-content;
}
.application-table-outer .application-table table tr {
  position: relative;
  border-bottom: 0!important;
}
.application-table-outer .application-table table tr td {
  width: 120px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  color: #003b5e;
  border-left: 1px solid gray;
  vertical-align: middle;
}
.application-table-outer .application-table table tr td .table-small {
  font-size: 12px;
  font-weight: 400;
}
.application-table-outer .application-table table tr:first-of-type td {
  color: white!important;
}
.application-table-outer .application-table table tr:first-of-type > td:first-of-type {
  background: white;
}
.application-table-outer .application-table table tr:first-of-type > td:nth-of-type(2) {
  background: #ff5113;
}
.application-table-outer .application-table table tr:first-of-type > td:last-of-type {
  background: gray;
  position: relative;
  z-index: 2;
}
.application-table-outer .application-table table tr:nth-of-type(2) img {
  max-width: 90px;
  width: 100%;
}
.application-table-outer .application-table table tr:nth-of-type(2) td {
  vertical-align: middle;
}
.application-table-outer .application-table table tr:nth-of-type(3) img {
  width: 100%;
  max-width: 110px;
}
.application-table-outer .application-table table tr:nth-of-type(4) td {
  color: #003b5e !important;
  vertical-align: top;
}
.application-table-outer .application-table table tr:nth-of-type(4) td a {
  color: #003b5e;
}
.application-table-outer .application-table table tr:nth-of-type(4) td a:hover {
  color: #ff5113;
}
.application-table-outer .application-table table tr > td:first-of-type {
  width: 180px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  text-align: left;
  border-left: 0;
  border-right: 1px solid black;
}
.application-table-outer .application-table table tr > td:nth-of-type(2) {
  left: 180px;
}
.application-table-outer .application-table table tr:nth-of-type(odd) td {
  background-color: #e0e7ec;
}
.application-table-outer .application-table table tr:nth-of-type(even) td {
  background-color: white;
}
.application-table-outer .application-table table tr:nth-of-type(2) td,
.application-table-outer .application-table table tr:nth-of-type(3) td,
.application-table-outer .application-table table tr:nth-of-type(4) td {
  background: white!important;
}
.application-table-outer .slideLeft,
.application-table-outer .slideRight {
  border: 0;
  background: #003b5e;
  padding: 10px;
  border-radius: 50%;
  color: white;
  font-size: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 100px;
}
.application-table-outer .slideLeft:hover,
.application-table-outer .slideRight:hover {
  background: #ff5113;
}
.application-table-outer .slideLeft {
  left: 0;
}
.application-table-outer .slideRight {
  right: 0;
}
.application-table-outer .application-table-cpi table tr td:nth-of-type(14) {
  border-left: 1px solid black;
}
.application-table-outer .application-table-cpi table tr:nth-of-type(odd) td:nth-of-type(14),
.application-table-outer .application-table-cpi table tr:nth-of-type(odd) td:nth-of-type(15),
.application-table-outer .application-table-cpi table tr:nth-of-type(odd) td:nth-of-type(16) {
  background-color: #ececec;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(2),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(10),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(11) {
  color: #384190;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(3) {
  color: #106242;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(4),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(5),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(6),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(7) {
  color: #f7941d;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(8),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(9),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(12),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(14),
.application-table-outer .application-table-cpi table tr > td:nth-of-type(15) {
  color: #ff5113;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(13) {
  color: black;
}
.application-table-outer .application-table-cpi table tr > td:nth-of-type(16) {
  color: #e41d37;
}
.application-table-outer .application-table-epi table tr:first-of-type > td:nth-of-type(2) {
  background: gray!important;
}
.application-table-outer .application-table-epi table tr:first-of-type > td:last-of-type {
  background: #ff5113 !important;
  position: relative;
  z-index: 2;
}
.application-table-outer .application-table-epi table tr td:nth-of-type(5) {
  border-left: 1px solid black;
}
.application-table-outer .application-table-epi table tr:nth-of-type(odd) td:nth-of-type(2),
.application-table-outer .application-table-epi table tr:nth-of-type(odd) td:nth-of-type(3),
.application-table-outer .application-table-epi table tr:nth-of-type(odd) td:nth-of-type(4) {
  background-color: #ececec;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(8),
.application-table-outer .application-table-epi table tr > td:nth-of-type(9),
.application-table-outer .application-table-epi table tr > td:nth-of-type(10),
.application-table-outer .application-table-epi table tr > td:nth-of-type(11) {
  color: #384190;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(16) {
  color: #106242;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(12),
.application-table-outer .application-table-epi table tr > td:nth-of-type(13),
.application-table-outer .application-table-epi table tr > td:nth-of-type(14),
.application-table-outer .application-table-epi table tr > td:nth-of-type(15) {
  color: #f7941d;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(2),
.application-table-outer .application-table-epi table tr > td:nth-of-type(3),
.application-table-outer .application-table-epi table tr > td:nth-of-type(5),
.application-table-outer .application-table-epi table tr > td:nth-of-type(6),
.application-table-outer .application-table-epi table tr > td:nth-of-type(7) {
  color: #ff5113;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(17) {
  color: black;
}
.application-table-outer .application-table-epi table tr > td:nth-of-type(4) {
  color: #e41d37;
}
.application-table-outer .application-table-hydrogen table tr:first-of-type > td:nth-of-type(2) {
  background: gray!important;
}
.application-table-outer .application-table-hydrogen table tr:first-of-type > td:last-of-type {
  background: #ff5113 !important;
  position: relative;
  z-index: 2;
}
.application-table-outer .application-table-hydrogen table tr td:nth-of-type(5) {
  border-left: 1px solid black;
}
.application-table-outer .application-table-hydrogen table tr:nth-of-type(odd) td:nth-of-type(2),
.application-table-outer .application-table-hydrogen table tr:nth-of-type(odd) td:nth-of-type(3),
.application-table-outer .application-table-hydrogen table tr:nth-of-type(odd) td:nth-of-type(4) {
  background-color: #ececec;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(8),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(9),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(10) {
  color: #384190;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(11) {
  color: #106242;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(12) {
  color: #f7941d;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(3),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(4),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(5),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(6),
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(7) {
  color: #ff5113;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(13) {
  color: black;
}
.application-table-outer .application-table-hydrogen table tr > td:nth-of-type(2) {
  color: #e41d37;
}
@media only screen and (max-width: 500px) {
  /* LESS Document */
  .application-table-outer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .application-table-outer .slideLeft,
  .application-table-outer .slideRight {
    width: 35px;
    height: 35px;
  }
  .application-table-outer .slideLeft i,
  .application-table-outer .slideRight i {
    display: block;
    margin-top: -5px;
  }
  .application-table-outer .application-table table tr > td:first-of-type {
    width: 160px;
    position: relative;
  }
}
/* LESS Document */
.single-post #main,
.page-template-page-blog #main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px;
}
.single-post #main #mainInner,
.page-template-page-blog #main #mainInner {
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-right: 20px;
}
.single-post #main #right,
.page-template-page-blog #main #right {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  background: #ececec;
  padding: 20px;
}
.single-post #main #right ul,
.page-template-page-blog #main #right ul {
  list-style: none;
  margin-top: 10px;
}
.single-post #main #right h3,
.page-template-page-blog #main #right h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #003b5e;
}
.single-post #main #right ul li,
.page-template-page-blog #main #right ul li,
.single-post #main #right p,
.page-template-page-blog #main #right p,
.single-post #main #right a,
.page-template-page-blog #main #right a {
  color: #555555;
}
.single-post #main #right a:hover,
.page-template-page-blog #main #right a:hover {
  color: #ff5113;
}
.single-post #main #right .inner ul:nth-of-type(2) li,
.page-template-page-blog #main #right .inner ul:nth-of-type(2) li {
  margin-bottom: 10px;
}
.single-post #main #right .inner ul:nth-of-type(2) li:last-of-type,
.page-template-page-blog #main #right .inner ul:nth-of-type(2) li:last-of-type {
  margin-bottom: 0;
}
.single-post #main #right .textwidget p a,
.page-template-page-blog #main #right .textwidget p a {
  color: #003b5e;
}
.single-post #main #right .textwidget p a:hover,
.page-template-page-blog #main #right .textwidget p a:hover {
  color: #ff5113;
}
.single-post .hero {
  min-height: 400px;
  background-size: cover;
  position: relative;
  padding: 20px;
  background-position: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.single-post .hero .blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #003b5e;
  opacity: .7;
}
.single-post .hero h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}
.single-post .hero h1,
.single-post .hero p {
  color: white;
  z-index: 1;
  text-align: center;
}
.single-post .hero p {
  color: white;
}
.single-post .hero p.date {
  font-size: 18px;
}
.single-post .hero p a {
  color: white;
  text-decoration: underline;
}
.single-post .hero p a:hover {
  color: #ff5113;
}
.single-post .hero .category span:last-of-type {
  display: none;
}
.single-post #main {
  max-width: 1100px;
  margin: 60px auto;
  float: none;
}
.single-post .singleFeatured {
  display: none;
}
.single-post h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.single-post p {
  margin-bottom: 20px;
}
.single-post .the-content ul li {
  padding-left: 40px;
  text-indent: -23px;
  margin-bottom: 20px;
}
.single-post .nav-links a[rel="prev"] {
  float: left;
}
.single-post .nav-links a {
  text-decoration: none!important;
}
.single-post .nav-links a:hover {
  color: #003b5e;
}
.single-post .vc_col-sm-6 {
  float: left!important;
}
.page-template-page-blog #main {
  padding-left: 0;
}
.page-template-page-blog .row.feed {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.page-template-page-blog .row.feed .blog-feed-image {
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  background-size: cover;
  height: 160px;
  background-position: center;
}
.page-template-page-blog .row.feed .blog-feed-main {
  -webkit-flex: 1 0 65%;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  padding-left: 20px;
}
.page-template-page-blog .row.feed .blog-feed-main h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-page-blog .row.feed .blog-feed-main .category,
.page-template-page-blog .row.feed .blog-feed-main .date {
  margin-bottom: 10px;
}
.page-template-page-blog .row.feed .blog-feed-main .excerpt {
  clear: both;
}
body.category .blog-feed-image {
  height: 150px;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .single-post .hero h1 {
    font-size: 30px;
  }
  .page-template-page-blog .row.feed .blog-feed-image {
    height: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .single-post .hero h1 {
    font-size: 25px;
  }
  .single-post #main {
    display: block;
  }
  .single-post #main #mainInner {
    padding-right: 0;
  }
  .single-post #main #right {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-template-page-blog .row.feed {
    overflow: hidden;
    display: block;
  }
  .page-template-page-blog .row.feed .blog-feed-image {
    height: 180px;
    max-width: 400px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  body.category .blog-feed-image {
    height: 180px;
    max-width: 400px;
    margin-bottom: 10px;
  }
}
#footerWrap a {
  color: #666;
}
#footerWrap a:hover {
  color: white;
}
#hmd-footer {
  background: #003b5e;
  text-align: center;
  padding: 40px 20px 10px 40px;
}
#hmd-footer img {
  width: 250px;
}
#hmd-footer p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
}
#hmd-footer p a {
  color: white;
}
#hmd-footer p a:hover {
  color: #f7941d;
}
#hmd-footer .hmd-button {
  padding: 5px 15px;
  background: #f7941d;
  border-radius: 5px;
  color: black;
  margin: 5px;
  display: inline-block;
}
#hmd-footer .hmd-button:hover {
  background: #ff5113;
  color: white;
}
.gform_wrapper#gform_wrapper_43 ul.gform_fields:not(.top_label) li ul.gfield_checkbox {
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  #aftermarket-callouts #oem,
  #aftermarket-callouts #repairs,
  #aftermarket-callouts #field {
    width: 30%;
  }
  #aftermarket-callouts #field:after {
    left: -180px;
  }
}
@media only screen and (max-width: 1100px) {
  #aftermarket-callouts #sundschool:after {
    left: 48%;
  }
  #aftermarket-callouts #field:after {
    left: -50%;
  }
}
@media only screen and (max-width: 1070px) {
  #aftermarket-callouts #upgrade:after,
  #aftermarket-callouts #repairs:after {
    top: 60px;
  }
  #aftermarket-callouts #field {
    top: 830px;
  }
  #aftermarket-callouts #field:after {
    top: -60px;
    left: -70%;
  }
  #aftermarket-callouts #exchange {
    top: 1100px;
  }
}
@media only screen and (max-width: 1020px) {
  #aftermarket-callouts #sundschool {
    top: 900px;
  }
  #aftermarket-callouts #sundschool:after {
    left: 35%;
  }
  #aftermarket-callouts #repairs:after,
  #aftermarket-callouts #upgrade:after {
    top: 50px;
  }
}
@media only screen and (max-width: 990px) {
  #aftermarket-callouts {
    padding-top: 525px;
    padding-bottom: 300px;
  }
  #aftermarket-callouts #field {
    top: 850px;
    left: 60%;
    width: 40%;
  }
  #aftermarket-callouts #field:after {
    left: -25%;
  }
  #aftermarket-callouts #conversions:after {
    height: 400px;
  }
  #aftermarket-callouts #surveys {
    top: 250px;
  }
  #aftermarket-callouts #surveys:after {
    width: 150%;
    left: 40%;
    top: 350px;
  }
  #aftermarket-callouts #oem:after {
    top: 250px;
    left: -100px;
  }
  #aftermarket-callouts .callout.two-columns .inner {
    display: block;
  }
  #aftermarket-callouts #upgrade {
    top: 520px;
  }
  #aftermarket-callouts #upgrade:after {
    top: 160px;
  }
  #aftermarket-callouts #repairs {
    width: 30%;
    top: 600px;
  }
  #aftermarket-callouts #repairs:after {
    top: 80px;
  }
  #aftermarket-callouts #sundschool {
    width: 45%;
    top: 900px;
  }
  #aftermarket-callouts #sundschool:after {
    width: 80%;
    top: -50px;
    left: 40%;
  }
  #aftermarket-callouts #field {
    left: 55%;
    width: 45%;
    top: 920px;
  }
  #aftermarket-callouts #field:after {
    left: -100px;
    top: -90px;
  }
  #aftermarket-callouts #exchange {
    top: 1200px;
    max-width: 600px;
  }
  #aftermarket-callouts #exchange:after {
    top: -500px;
  }
}
@media only screen and (max-width: 880px) {
  #aftermarket-callouts #sundschool:after {
    left: 35%;
  }
  #aftermarket-callouts #field {
    top: 950px;
  }
  #aftermarket-callouts #field:after {
    left: -50px;
  }
}
@media only screen and (max-width: 850px) {
  #aftermarket-callouts #repairs:after {
    top: 70px;
  }
  #aftermarket-callouts #upgrade:after {
    top: 150px;
  }
  #aftermarket-callouts #field:after {
    left: -30px;
  }
}
@media only screen and (max-width: 800px) {
  .newsletter-feed .newsletter-container {
    width: -webkit-calc(33.3% - 30px);
    width: -moz-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  #aftermarket-callouts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #aftermarket-callouts .mobile-only {
    display: block;
    max-width: 100%;
  }
  #aftermarket-callouts .desktop-only {
    display: none;
  }
  #aftermarket-callouts .callout {
    position: relative;
    top: 0!important;
    width: 100%!important;
    left: 0!important;
    max-width: 100%!important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  #aftermarket-callouts .callout ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
  #aftermarket-callouts .callout:after {
    display: none;
  }
  #aftermarket-callouts .callout.two-columns .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  #aftermarket-callouts #upgrade .inner img {
    max-width: 100%;
  }
  #aftermarket-callouts #upgrade .inner > div:first-of-type {
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  #aftermarket-callouts #upgrade .inner > div:last-of-type {
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
}
@media screen and (max-width: 900px) {
  #table-post-combustion-capture {
    border: 0;
  }
  #table-post-combustion-capture thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #table-post-combustion-capture tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  #table-post-combustion-capture td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  #table-post-combustion-capture td::before {
    /*
			* aria-label has no advantage, it won't be read inside a table
			content: attr(aria-label);
			*/
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #table-post-combustion-capture td:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  .newsletter-feed .newsletter-container {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .single header h2.title.first {
    font-size: 29px;
  }
}
@media only screen and (max-width: 500px) {
  #aftermarket-callouts .callout.two-columns .inner ul,
  #aftermarket-callouts .callout.three-columns .inner ul {
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
    -o-column-count: 1!important;
    column-count: 1!important;
  }
}
@media only screen and (max-width: 400px) {
  #aftermarket-callouts .callout .inner ul {
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
    -o-column-count: 1!important;
    column-count: 1!important;
  }
  #aftermarket-callouts .callout.two-columns .inner,
  #aftermarket-callouts .callout.three-columns .inner {
    display: block;
  }
}
