/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;q
	-moz-box-sizing: border-box;
04.15.21
*/

/***** BEGIN RESET *****/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

.pagewrap {
  background: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

/***** END RESET *****/

h2 {
  font-size: 24px;
}

h2.final-head {
  font-size: 20px;
}

header {
  background: #000;
  top: -200px;
}

.blocker {
  z-index: 99 !important;
}

.flex-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 1330px;
}

.flex-1 {
  flex: 1 0;
  margin: 0 1%;
}

.flex-1.logo {
  align-items: center;
  display: flex;
}

.logo img {
  width: 81%;
}

.breadcrumbs p {
  max-width: 1330px;
  margin: 0 auto;
}

.logo a {
  width: 100%;
}

.flex-3 {
  flex: 3 0;
  margin: 0 1%;
}
.footericon{
	width: 16px;
}
.flex-3.header-info {
  margin-top: 20px;
}

.parts-buttons {
  background: #ededed;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-box {
  align-items: center;
  display: flex;
  text-align: right;
  margin-left: 3%;
}

.contact-box > a > .button-base {
  background: none;
}

.text-header h2 {
  color: #fff;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

header,
header.onPageScroll {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  outline: none;
}

header.onPageScroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.white {
  color: #fff;
}

.contact-box a {
  color: #fff !important;
}

.contact-box img {
  margin-right: 15px;
}

a.header-button {
  padding: 10px;
  border: solid 4px #fff;
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

span.header-small {
  font-size: 13px;
}

.contact-box p,
.contact-box a {
  font-weight: 600;
}

.flex-full {
  display: flex;
  max-width: 1330px;
  margin: 0 auto;
}

a.home-link img {
  width: 100%;
}

#home-content {
  padding: 15px;
  box-sizing: border-box;
  background: #ededed;
}

#homebuttons {
  max-width: none;
}

.home-heading {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0;
}

.home-heading h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.hero-banner img {
  z-index: 0;
  width: 100%;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
}

.hero-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 70px;
  background: rgba(0, 0, 0, 0.73);
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}

.hero-title h1 {
  font-size: 48px;
  font-weight: 700;
}

.breadcrumbs {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  background: #ededed;
}

.breadcrumbs a {
  color: #000;
}

.quick-buttons {
  justify-content: flex-end;
  margin-right: auto;
  align-items: center;
  margin-bottom: 20px !important;
}

.quick-buttons-centered {
  justify-content: center;
  margin-right: auto;
  align-items: center;
  margin-bottom: 20px !important;
}

.black-button {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  margin-right: 10%;
  border: solid 4px #000;
  font-weight: 600;
}

.no-button {
  border: solid 4px #000;
  padding: 10px 30px;
  color: #000;
  font-weight: 600;
}

.flex-full.internal-flex {
  margin: 20px auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-text {
  /* flex: 1 0; */
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.flex-image {
  /* flex: 1 0; */
  width: 50%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.flex-image img {
  min-width: 100%;
  line-height: 0;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.text-header {
  padding: 20px 20px;
  box-sizing: border-box;
  background: #000;
}

.body-text {
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: justify;
}

a.info-button.uppercase {
  justify-content: flex-end;
  margin-top: auto;
  align-self: flex-end;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #000;
  padding: 10px 30px;
  color: #fff;
}

hr.title-line {
  width: 14%;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid;
}

#footer-info {
  border-top: solid 5px #000;
  padding: 20px;
}

.footer-video-thumb {
  width: 100%;
  height: 300px;
}

.footer-video-thumb a {
  height: 100%;
  width: 100%;
}

.footer-video-thumb a {
  background: url("/siteart/footer-video-thumbnail.jpg") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.footer-video-thumb i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
  font-size: 50px;
  position: relative;
  z-index: 5;
}

.footer-video-thumb:hover i {
  opacity: 0.6;
}

.flex-1.footer-box {
  align-items: center;
  display: flex;
}

.flex-1.footer-box:last-child {
  justify-content: flex-end;
}

.footer-box img {
  margin-right: 15px;
}

a.newsletter.uppercase {
  text-align: center;
  padding: 8px 10px 6px 10px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-right: 15px;
}

.body-text a {
  justify-content: flex-start !important;
  color: #000;
  margin: 0 !important;
}

.footer-box a,
.footer-box p {
  color: #000;
  font-weight: 600;
}

#footer-info {
  border-top: solid 5px #000;
  padding: 20px;
  background: #fff;
}

.flex-1.footer-box {
  align-items: center;
  display: flex;
}

.flex-1.footer-box:last-child {
  justify-content: center;
}

.footer-box img {
  margin-right: 15px;
}

.flex-text a {
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
}

.parts-buttons .flex-full {
  justify-content: space-between;
}

.parts-flex {
  display: flex;
  align-items: center;
}

.parts-flex p {
  margin-right: 20px;
}

.button-base {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  cursor: pointer;
  position: relative;
  font-size: 14px;
  background-color: #000;
}

.button-base svg {
  height: 55px;
  width: 250px;
  fill: none;
  stroke-width: 5;
}

#bottomalign {
  position: relative;
}

.buttonrow {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.buttonrow a {
  display: inline-block;
}

.multiple {
  display: inline-block;
}

#widened {
  width: 320px;
}

.button-base svg .o1 {
  stroke: rgba(6, 6, 6, 0.7);
  fill: #000000;
  color: #fff;
  transition: all 1s ease-in-out;
}

.button-base svg .o2 {
  stroke: white;
  stroke-dasharray: 20 620;
  stroke-dashoffset: 20;
  transition: all 1s ease-in-out;
}

.button-base svg .o3 {
  stroke: rgba(255, 255, 255, 1);
  fill: #000000;
  color: #fff;
  transition: all 1s ease-in-out;
}

.button-base svg .o4 {
  stroke: red;
  stroke-dasharray: 20 620;
  stroke-dashoffset: 20;
  transition: all 1s ease-in-out;
}

.button-base svg .o5 {
  stroke: rgba(0, 0, 0, 1);
  fill: none;
  color: #fff;
  transition: all 1s ease-in-out;
}

.button-base svg .o6 {
  stroke: white;
  stroke-dasharray: 20 620;
  stroke-dashoffset: 20;
  transition: all 1s ease-in-out;
}

.quick-buttons a {
  margin-left: 23%;
}

.button-base span {
  position: absolute;
  margin: auto 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  height: 100%;
  width: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.black {
  color: #000 !important;
}

.button-base:hover .o1 {
  fill: rgba(157, 157, 157, 0.3);
}

.button-base:hover .o2 {
  stroke-dashoffset: -620;
}

.button-base:hover .o3 {
  fill: rgba(157, 157, 157, 0.8);
}

.button-base:hover .o4 {
  stroke-dashoffset: -620;
}

.button-base:hover .o5 {
  fill: rgba(157, 157, 157, 0.3);
}

.button-base:hover .o6 {
  stroke-dashoffset: -620;
}

.button-base:hover span {
  color: #000000;
}

.final-drive-text {
  /*padding: 50px;*/
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}

hr.title-line-final {
  border: 1px solid;
  width: 25%;
  display: inline-block;
  margin-bottom: 15px;
}

.final-drive-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px;
}

h2.final-drives {
  font-weight: 600;
  text-transform: uppercase;
  color: #ed2024;
  text-align: center;
}

#container1,
#container2,
#container3,
#container4,
#container5 {
  perspective: 25px;
}

#inner1,
#inner3,
#inner2,
#inner4,
#inner5 {
  background-color: white;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  line-height: 0;
}

.container.cf {
  width: 100%;
}

body .full #wide_col {
  max-width: none;
}

.flex-1.parts-box {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  align-items: center;
  min-height: 400px;
  width: 100%;
  margin: 0;
}

.flex-1.final-box {
  min-width: 280px;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.footer-box i {
  font-size: 30px;
  margin-left: 10px;
}

a.flex-tilt {
  /* flex: 1 0; */
  margin: 1%;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 23%;
}

a.flex-tilt-final {
  flex: 1 0 auto;
  margin: 1%;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.flex-final a {
  max-width: 365px;
  flex-basis: 23%;
}

.flex-full.internal-flex.flex-parts {
  flex-direction: row;
}

.flex-final {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.parts-heading {
  margin-bottom: auto;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0;
}

.flex-image.flex-map iframe {
  width: 100%;
}

.final-heading {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0;
}

.final-text {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.parts-image {
  background: #fff;
  max-width: 250px;
  box-sizing: border-box;
  margin-bottom: auto;
  padding: 30px 10px;
  width: 100%;
  overflow: hidden;
}

.parts-image img {
  width: 100%;
}

.finance-buttons {
  display: flex;
  margin-top: auto;
  justify-content: flex-end;
}

a.newsletter.uppercase {
  text-align: center;
  padding: 8px 10px 6px 10px;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-right: 15px;
}

.flex-full.internal-flex.our-team {
  flex-wrap: wrap;
  justify-content: space-around;
}

.employee {
  flex: 1 0 auto;
  margin: 1%;
  width: 400px;
  max-width: 450px;
}

span.employee-bio {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
}

.employee-bio p {
  font-weight: 600;
}

.employee-info {
  background: #000;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}

.employee-info h4 {
  font-size: 24px;
  font-weight: 700;
}

.employee-image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.flex-1.contact-div {
  text-align: right;
}

.contact-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
}

.contact-div a {
  margin-top: 0;
  margin-bottom: 0 !important;
  margin-left: 20px;
  color: #000;
  font-weight: 700;
}

.employee-image {
  line-height: 0;
  position: relative;
}

.with-bio:hover .employee-image img {
  opacity: 0;
}

.with-bio:hover .employee-bio {
  opacity: 1;
}

.header-thankyou-body {
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.footer-box a,
.footer-box p {
  color: #000;
  font-weight: 600;
}

footer.footer {
  background: #000;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;

}

.footer .flex-container {
  max-width: 1350px;
  width: 100%;
  margin: 0;
  justify-content: center;
flex-wrap: wrap;
}

.footer h4 {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-heading {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}

ul.footer-menu {
  margin-bottom: 20px;
}

ul.footer-menu li {
  margin: 10px 0;
}

.flex-1.youtube-footer iframe {
  width: 100%;
}
.footerflex{
	width:24%;
	padding: 5px;
}
.footervideoflex{
	width:100%;
	padding-top: 15px;
}
input[type="text"] {
  width: 100%;
  margin: 10px 0;
  background: #ebebeb;
  border: solid 1px #000;
  padding: 10px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  margin: 10px 0;
  background: #ebebeb;
  border: solid 1px #000;
  padding: 10px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 75%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #000;
  margin: 0 auto;
  display: block;
  border: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

#header-form > iframe > body {
  background: #fff !important;
}

#header-form iframe {
  height: 600px !important;
}

#videoContainer {
  display: none;
  transition: all 1s ease-in-out;
}

#videoContainer img {
  width: 100%;
}

.pd-lg {
  padding: 50px 0;
}

.internal-hero-main:hover #videoContainer {
  display: block;
  transition: all 1s ease-in-out;
}

.internal-hero-main:hover .hero-banner {
  transition: all 1s ease-in-out;
}
.internal-form {
  width: 100% !important;
}

.internal-form input[type="submit"] {
  max-width: 300px;
}

a.open-modal.hero-video {
  opacity: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-banner:hover a.open-modal.hero-video {
  opacity: 1;
  transition: all 1s ease-in-out;
}

header.mobile {
  display: none;
}

#construction-video.modal {
  max-width: none !important;
}

.modal-body video {
  width: 100%;
}

/* start cam */

/* The Modal (background) */

.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* height: 620px; */
  /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* end cam */

/*---LANDING PAGE--------------------------------*/

body {
  font-family: montserrat;
}

#banner2 {
  margin-top: 20px;
  text-align: center;
  background: linear-gradient(-90deg, #fff, #000, #fff);
  font-weight: 300;
  font-size: 24px;
  padding: 30px 0px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: 400% 400%;
  animation: gradientBG 20s infinite;
  margin: 20px auto;
  width: 98%;
}

.section1 {
  height: 70px;
  margin-bottom: 20px;
}

.section1 div {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.section1 div:nth-of-type(2),
.section2 div img {
  animation: showup 20s infinite;
}

.section1 div:first-of-type {
  width: 0px;
  animation: reveal2 20s infinite;
}

.section1 div:first-of-type h1,
.section1 div:last-of-type h1 {
  margin: 0;
  color: #313131;
  display: inline-flex;
}

.section1 div:first-of-type h1 {
  margin-left: 30px;
  margin-right: -355px;
  animation: slidein2 20s infinite;
}

.section1 div:last-of-type {
  width: 0px;
  animation: reveal 20s infinite;
}

.section1 div:last-of-type h1 {
  animation: slidein 20s infinite;
}

.section1 div:last-of-type {
  width: 0px;
  animation: reveal 20s infinite;
}

.section1 div:last-of-type h1 {
  margin-right: 30px;
  margin-left: -300px;
  animation: slidein 20s infinite;
}

.section3 span,
.section4 span {
  font-size: 17px;
  max-width: 500px;
  display: inline-block;
  right: 0;
  color: #313131;
  left: 0;
  vertical-align: middle;
  mix-blend-mode: difference;
  line-height: 25px;
  font-weight: bold;
}

.section3 {
  position: absolute;
  top: 65px;
  width: 100%;
  animation: showupinfo 20s infinite;
}

.section4 {
  z-index: -1;
  position: absolute;
  top: 25px;
  width: 100%;
  animation: showupinfo 20s infinite;
}

@keyframes showupinfo {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  45% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes showup {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slidein {
  0% {
    margin-left: -400px;
  }

  15% {
    margin-left: -400px;
  }

  30% {
    margin-left: 0px;
  }

  50% {
    margin-left: 0px;
  }

  80% {
    margin-left: -400px;
  }

  100% {
    margin-left: -400px;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px;
  }

  15% {
    opacity: 0;
    width: 0px;
  }

  30% {
    opacity: 1;
    width: 250px;
  }

  50% {
    opacity: 0;
    width: 250px;
  }

  80% {
    opacity: 0;
    width: 250px;
  }

  100% {
    opacity: 0;
    width: 250px;
  }
}

@keyframes slidein2 {
  0% {
    margin-right: 400px;
  }

  15% {
    margin-right: 400px;
  }

  30% {
    margin-right: 0px;
  }

  50% {
    margin-right: 0px;
  }

  80% {
    margin-right: 400px;
  }

  100% {
    margin-right: 400px;
  }
}

@keyframes reveal2 {
  0% {
    opacity: 0;
    width: 0px;
  }

  15% {
    opacity: 0;
    width: 0px;
  }

  30% {
    opacity: 1;
    width: 250px;
  }

  50% {
    opacity: 0;
    width: 250px;
  }

  80% {
    opacity: 0;
    width: 250px;
  }

  100% {
    opacity: 0;
    width: 250px;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  90% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.section2 img {
  height: 85px;
}

#banner2 .learnMore {
  margin-top: 20px;
}

#banner2 .learnMore a {
  padding: 0 15px;
  border: 1px solid;
  mix-blend-mode: difference;
  color: gray;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

#banner2 .learnMore a:hover {
  text-decoration: none;
}

/* Videos */

video {
  height: auto;
  max-width: 100%;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label + input,
.modal-form-el label + select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #000 !important;
  border: none;
  color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #000 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #000 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .fin-calc-btn-mobile:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #000 !important;
  color: #fff !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #000;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #000 !important;
  border: 1px #000 solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #efefef !important;
}

.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  width: 100%;
  padding: 10px 7px;
  background-color: #fff !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #000;
  border: 1px #000 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #000 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #000 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover {
  background: #000 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #fff;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #000 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  color: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #efefef !important;
  color: #000 !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: #fff !important;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}
/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #000 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.contact-options a {
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
/* Parts */
.view-listing-details-link,
.buy-now-link {
  background-color: #000 !important;
  color: #fff !important;
}

#part-detail-content .part-detail-additional-data .data-row .data-label {
  min-width: 23%;
  background-color: #000 !important;
  color: #fff !important;
}
#part-detail-content .part-detail-additional-data .data-row .data-value {
  background-color: #fff !important;
}

.detail-contact-bar .contact-bar-btn {
  background: #000 !important;
}
/* Responsive */
@media only screen and (max-width: 1080px){
	.footerflex{
		width: 48%;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 800px) {
  .section1 {
    margin-bottom: 0px;
  }

  .section1 img {
    height: 40px;
  }

  .section1 div {
    display: inline-block;
    width: auto !important;
  }

  .section1 div:first-of-type,
  .section1 div:last-of-type {
    margin-left: 0 !important;
    margin-right: 0 !important;
    animation-play-state: paused;
    animation: showup 20s infinite;
  }

  .section1 div:first-of-type h1,
  .section1 div:last-of-type h1 {
    display: none;
  }

  .section2 img {
    height: 50px;
  }

  .section3,
  .section4 {
    position: absolute;
    top: 15px;
    width: 100%;
    animation: showupinfo 20s infinite;
  }

  .section4 img {
    height: 155px;
  }
.footerflex{
		width: 100%;
		padding-bottom: 40px;
	text-align: center;
	}
}

@media only screen and (max-width: 360px) {
  .section1 img {
    height: 30px;
  }

  .itecherologo {
    height: 50px;
  }

  .section2 img {
    height: 40px;
  }

  .section3 span {
    font-size: 16px;
  }

  .section4 img {
    height: 140px;
  }
}

/***** FORM FIELD STYLES *****/

.formfields {
  max-width: 1330px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 2% 0;
}

.formfields .column3 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 30%;
  margin: 0 1%;
  text-align: left;
}

.formfields h3 {
  text-align: left;
  padding: 0 2%;
  font-size: 24px;
  display: block;
  line-height: 1.5em;
}

.formfields h4 {
  text-align: left;
  background: #000;
  color: #fff;
  padding: 20px 2%;
  margin: 2% 0;
}

.formfields p {
  text-align: left;
  margin-left: 2%;
  display: block;
}

.formfields select {
  width: 100%;
  margin: 10px 0;
  background: #ebebeb;
  border: 1px solid #000;
  padding: 10px 6px;
  box-sizing: border-box;
  color: #777;
}

.formfields textarea {
  width: 95%;
  margin: 20px auto;
  display: block;
  font-family: "arial";
  font-size: 12px;
}

.disclaimer {
  margin-bottom: 2%;
  line-height: 1.3em;
}

/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 1350px) {
  .buttonrow {
    position: relative;
  }
}

@media only screen and (max-width: 1100px) {
  .formfields .column3 {
    width: 47%;
  }

  .formfields textarea {
    width: 96.5%;
  }
}

@media only screen and (min-width: 1004px) {
  a.flex-tilt {
    max-width: 306px;
  }
}

@media only screen and (min-width: 1004px) and (max-width: 1080px) {
  .flex-1.logo {
    margin-left: 0;
  }
}

/*@media only screen and (min-width: 1200px) {
	footer.footer {padding-bottom: 8%;}
}*/

@media only screen and (max-width: 1003px) {
  header.header {
    display: none;
  }

  header.mobile {
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }

  .contact-div {
    justify-content: center;
  }

  .contact-box {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    flex-basis: 59%;
  }

  .flex-1.contact-mobile {
    display: flex;
    justify-content: space-around;
  }

  .flex-1.logo {
    margin-left: 0;
    flex: 2 0;
  }

  .button-base {
    /* margin: 10px auto; */
  }

  a.open-modal.mobile-request {
    display: inline-block;
    text-align: center;
    border: solid 3px #fff;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
  }

  .body-text {
    text-align: center;
  }

  .body-text a {
    text-align: center;
    justify-content: center !important;
    align-items: center;
  }

  .flex-full {
    flex-wrap: wrap;
  }

  .flex-text,
  .flex-image {
    width: 100%;
  }

  .flex-text a {
    justify-content: center;
  }

  .body-text p {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .flex-full.internal-flex:nth-child(even) {
    flex-direction: column-reverse;
  }

  .flex-1.footer-box {
    flex-basis: 100%;
    margin: 2% auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-box img {
    max-width: 100%;
  }

  .footer-box a {
    margin-right: 3px;
  }

  .flex-container {
    flex-wrap: wrap;
  }

  .footer .flex-1 {
    flex-basis: 100%;
    text-align: center;
  }

  #home-content .flex-1 {
    flex-basis: 100%;
    margin: 2% 0;
    box-sizing: border-box;
    width: 100%;
  }

  #home-content {
    max-width: 100%;
    width: 100%;
  }

  .flex-1.parts-box {
    margin: 0 !important;
  }

  .hero-title {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.73);
    box-sizing: border-box;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .quick-buttons {
    justify-content: center;
  }

  .breadcrumbs {
    text-align: center;
  }
  .parts-buttons .flex-full {
    align-items: flex-end;
    padding: 25px;
  }
  .contact-inv {
    flex-direction: column;
    /* margin-top: 15px; */
  }
  .contact-inv p {
    margin-bottom: 10px;
  }
  .quick-buttons a {
    margin: 0 20px;
  }

  .hero-title h1 {
    flex-basis: 100%;
    font-size: 30px;
  }

  .hero-title {
    flex-wrap: wrap;
    position: absolute;
    padding: 0;
    height: 100%;
  }

  .flex-full.internal-flex.flex-parts:nth-child(even) {
    flex-direction: inherit;
  }

  a.flex-tilt {
    width: 48%;
  }

  .flex-final a {
    max-width: none;
    flex-basis: 47%;
  }

  a.flex-tilt-final {
    flex-basis: 47%;
  }

  .flex-full.internal-flex.flex-final {
    flex-wrap: wrap;
  }

  .flex-full.internal-flex.flex-final:nth-child(even) {
    flex-direction: inherit;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
  .flex-image img {
    max-width: 100%;
  }

  .finance-buttons {
    display: flex;
    margin-top: auto;
    justify-content: flex-end;
    flex-direction: column;
  }

  .formfields .column3 {
    width: 90%;
  }

  .formfields textarea {
    margin: 10px auto;
    margin-bottom: 20px;
    width: 90%;
  }
  .CaptchaMessagePanel {
    padding: 5px !important;
    font-weight: normal !important;
    font-size: 10px !important;
  }
  .modal-header {
    padding: 13px !important;
    border-bottom: none !important;
  }
  .modal-body {
    padding: 15px 0 !important;
  }
  .CaptchaImagePanel {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 625px) {
  a.flex-tilt {
    flex-basis: 48%;
    max-width: none;
  }

  .flex-final a {
    max-width: none;
    margin: 1% 0;
    width: 100%;
  }

  .flex-1.parts-box,
  .flex-1.final-box {
    min-height: 350px;
  }
  .parts-buttons .flex-full {
    align-items: center;
    flex-direction: column;
  }
  .contact-inv {
    margin-top: 25px;
  }
.section3 span,
.section4 span {
  font-size: 15px;
  line-height: 20px;
	width: 95%;
	margin: 0 auto;
	}
	
	.section3 img, .section4 img {max-width: 160px !important; width: 90% !important;}	
}

@media only screen and (max-width: 340px) {
	.section3 span,
.section4 span {
  font-size: 14px !important;
  line-height: 20px;
	width: 95%;
	margin: 0 auto;
	}

		.section3 img, .section4 img {max-width: 100px !important; width: 90% !important;}	

}
