@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

/*! Modifications */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1; }

.clear_all {
  display: block;
  width: 100%;
  clear: both; }

.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.group::after {
  content: " ";
  display: table;
  clear: both; }

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("/Content/fonts/OpenSans-Light-webfont.eot");
  src: url("/Content/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("/Content/fonts/OpenSans-LightItalic-webfont.eot");
  src: url("/Content/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/Content/fonts/OpenSans-Regular-webfont.eot");
  src: url("/Content/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url("/Content/fonts/OpenSans-Italic-webfont.eot");
  src: url("/Content/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/Content/fonts/OpenSans-Semibold-webfont.eot");
  src: url("/Content/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("/Content/fonts/OpenSans-SemiboldItalic-webfont.eot");
  src: url("/Content/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/Content/fonts/OpenSans-Bold-webfont.eot");
  src: url("/Content/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/Content/fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("/Content/fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url("/Content/fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("/Content/fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg"); }

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("/Content/fonts/OpenSans-ExtraBoldItalic-webfont.eot");
  src: url("/Content/fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("/Content/fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("/Content/fonts/OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic") format("svg"); }

@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("/Content/fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("/design/fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-width: 320px;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #141414; }

h1,
h2,
h3 {
  line-height: 1.1; }

.wrapper {
  margin: 0 5%; }
  @media screen and (max-width: 1500px) {
    .wrapper {
      margin: 0 4%; } }
  @media screen and (max-width: 1280px) {
    .wrapper {
      margin: 0 3%; } }
  @media screen and (max-width: 1050px) {
    .wrapper {
      margin: 0 50px; } }
  @media screen and (max-width: 740px) {
    .wrapper {
      margin: 0 35px; } }
  @media screen and (max-width: 640px) {
    .wrapper {
      margin: 0 25px; } }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-20 {
  margin-bottom: 20px !important; }

main {
  border-bottom: 3px solid #ccc; }

p > a,
ul li > a {
  color: #c2983d;
  text-underline-position: under;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  p > a:hover,
  ul li > a:hover {
    color: #0690b8; }

.btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  max-width: 290px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (max-width: 1000px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      font-size: 16px; } }
  @media screen and (max-width: 640px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  .btn:hover, .btn-BG:hover, .btn-Quote:hover, .btn-Orange:hover, .btn-BorderWhite:hover, .btn-BorderBlue:hover, .btn-icon:hover {
    background: #c08d2c;
    color: #fff;
    outline-color: #c08d2c; }

.btn-BG {
  background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat; }
  .btn-BG:hover {
    background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat;
    color: #031934; }

.btn-Quote {
  max-width: 230px;
  background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat; }
  .btn-Quote:hover {
    background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat;
    color: #031934; }

.btn-Orange {
  background: #c08d2c; }
  .btn-Orange:hover {
    background: #0b213b !important; }

.btn-BorderWhite {
  outline: 3px solid #fff;
  outline-offset: -4px; }
  .btn-BorderWhite.small {
    max-width: 230px; }

.btn-BorderBlue {
  outline: 3px solid #042a58;
  outline-offset: -4px;
  color: #042a58; }
  .btn-BorderBlue.small {
    max-width: 230px; }
    @media screen and (max-width: 550px) {
      .btn-BorderBlue.small {
        max-width: 250px; } }
  .btn-BorderBlue.medium {
    max-width: 250px; }

.btn-icon {
  outline: 3px solid #042a58;
  outline-offset: -3px;
  color: #042a58;
  max-width: 360px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 876px) {
    .btn-icon {
      max-width: 100%;
      font-size: 16px;
      height: 60px; } }
  .btn-icon span {
    display: block; }
  .btn-icon .imageWrap {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .btn-icon .imageWrap img {
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    @media screen and (max-width: 876px) {
      .btn-icon .imageWrap {
        width: 15%; }
        .btn-icon .imageWrap img {
          max-width: 50%; } }
  .btn-icon:hover {
    background: #042a58;
    outline-color: #042a58; }
    .btn-icon:hover .imageWrap img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }

.bulkMaterialBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bulkMaterialBtnWrap > * {
    margin-bottom: 10px; }
    .bulkMaterialBtnWrap > *:not(:last-of-type) {
      margin-right: 10px; }
      @media screen and (max-width: 550px) {
        .bulkMaterialBtnWrap > *:not(:last-of-type) {
          margin-right: 0; } }
    @media screen and (max-width: 550px) {
      .bulkMaterialBtnWrap > * {
        margin: 0 0 10px; } }
  @media screen and (max-width: 867px) {
    .bulkMaterialBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.equipmentListsBtnWrap {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1000px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 876px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .equipmentListsBtnWrap > * {
        width: calc(100% / 2 - 5px);
        margin-right: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 640px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .equipmentListsBtnWrap > * {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 10px; } }
  @media screen and (max-width: 480px) {
    .equipmentListsBtnWrap > * {
      max-width: 100%; } }

.btnWrap,
.btn-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btnWrap > *,
  .btn-Wrap > * {
    margin: 0 10px 10px 0; }
  @media screen and (max-width: 800px) {
    .btnWrap,
    .btn-Wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 600px) {
    .btnWrap,
    .btn-Wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .btnWrap > *,
      .btn-Wrap > * {
        margin-right: 0; }
      .btnWrap > .small,
      .btn-Wrap > .small {
        max-width: 290px; } }

.secondaryBanner {
  width: 100%;
  height: 320px;
  margin-top: -2.5%;
  background: url("/Content/images/banner/Company.jpg") center/cover no-repeat; }
  @media screen and (max-width: 1800px) {
    .secondaryBanner {
      height: 280px; } }
  @media screen and (max-width: 1320px) {
    .secondaryBanner {
      height: 250px; } }
  @media screen and (max-width: 1000px) {
    .secondaryBanner {
      height: 200px; } }
  @media screen and (max-width: 640px) {
    .secondaryBanner {
      height: 180px; } }
  @media screen and (max-width: 480px) {
    .secondaryBanner {
      height: 160px; } }

.errorPageWrap {
  padding: 100px 0;
  color: #141414;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .errorPageWrap {
      max-width: 100%;
      width: 90%;
      padding: 50px 0; } }
  .errorPageWrap h1 {
    font-size: 38px;
    color: #141414;
    font-weight: bold;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .errorPageWrap h1 {
        font-size: 28px; } }
  .errorPageWrap h1 + p {
    text-align: center; }
  .errorPageWrap hr {
    background-color: #c08d2c;
    outline: none;
    border: none;
    height: 5px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto; }
  .errorPageWrap p,
  .errorPageWrap ul li {
    font-size: 17px; }
    @media screen and (max-width: 640px) {
      .errorPageWrap p,
      .errorPageWrap ul li {
        font-size: 16px; } }
    .errorPageWrap p a,
    .errorPageWrap ul li a {
      color: #042a58;
      font-weight: 600;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-position: under;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .errorPageWrap p a:hover,
      .errorPageWrap ul li a:hover {
        color: #5d5d5d; }
  .errorPageWrap p {
    margin-bottom: 10px; }
  .errorPageWrap P:last-of-type {
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .errorPageWrap P:last-of-type {
        font-size: 20px; } }
  .errorPageWrap ul {
    margin: 15px; }
    .errorPageWrap ul li {
      margin-bottom: 10px; }

.ctaTiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -5px; }
  .ctaTiles > a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: calc(100% / 7 - 10px);
    margin: 0 5px 10px;
    height: 200px;
    background: #0690b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media screen and (max-width: 1500px) {
      .ctaTiles > a {
        width: calc(100% / 4 - 10px); } }
    @media screen and (max-width: 1000px) {
      .ctaTiles > a {
        width: calc(100% / 2 - 5px);
        margin: 0 2.5px 5px; } }
    @media screen and (max-width: 678px) {
      .ctaTiles > a {
        height: 230px; } }
    @media screen and (max-width: 520px) {
      .ctaTiles > a {
        height: 200px; } }
    @media screen and (max-width: 480px) {
      .ctaTiles > a {
        height: 160px; } }
    @media screen and (max-width: 365px) {
      .ctaTiles > a {
        width: 100%; } }
    .ctaTiles > a::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .ctaTiles > a > span {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      max-width: 90%;
      line-height: 1.1;
      padding: 10px;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media screen and (max-width: 480px) {
        .ctaTiles > a > span > span.mobileHide {
          display: none; } }
      @media screen and (max-width: 640px) {
        .ctaTiles > a > span {
          font-size: 16px;
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .ctaTiles > a > span {
          width: 90%;
          padding: 10px 5px;
          font-size: 15px; } }
      @media screen and (max-width: 365px) {
        .ctaTiles > a > span {
          width: 60%; } }
    .ctaTiles > a:hover::before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .ctaTiles > a:hover span {
      background: #c08d2c; }
  .ctaTiles .grain {
    background: url("/Content/images/tile/FeedGrain-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .food {
    background: url("/Content/images/tile/FoodProcess-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .foodMFG {
    background: url("/Content/images/tile/foodMFG-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .pharmacy {
    background: url("/Content/images/tile/Pharmaceutical-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .construction {
    background: url("/Content/images/tile/Construction-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .seed {
    background: url("/Content/images/tile/SeedProcessing-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .seedProcessingPlant {
    background: url("/Content/images/tile/SeedProcessingPlants-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .markets {
    background: url("/Content/images/tile/markets-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .cementMotar {
    background: url("/Content/images/tile/cementMotorFacilities-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .petFood {
    background: url("/Content/images/tile/petFood-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .fertilizerPlant {
    background: url("/Content/images/tile/fertilizerPlants-Tile.jpg") center/cover no-repeat; }

/* Error Page & Thank You __________________
______________________________*/
.ErrorPage main,
.P--Contact--ThankYou main {
  border-bottom: 3px solid #ccc;
  padding-bottom: 50px;
  background: rgba(234, 236, 238, 0.1); }
  .ErrorPage main h2,
  .P--Contact--ThankYou main h2 {
    font-size: 32px;
    font-weight: bold;
    color: #042a58;
    text-align: center;
    margin: 30px 0 50px;
    padding: 0 20px; }
    @media screen and (max-width: 1280px) {
      .ErrorPage main h2,
      .P--Contact--ThankYou main h2 {
        font-size: 26px; } }
    @media screen and (max-width: 640px) {
      .ErrorPage main h2,
      .P--Contact--ThankYou main h2 {
        font-size: 20px;
        padding: 0; } }

.P--Contact--ThankYou {
  position: relative; }
  .P--Contact--ThankYou .introSection {
    text-align: center;
    padding: 100px 0;
    background: url("/Content/images/backgroundImage/introBGLayer.jpg") center/cover no-repeat; }
    @media screen and (max-width: 1000px) {
      .P--Contact--ThankYou .introSection {
        padding: 60px 0; } }
    .P--Contact--ThankYou .introSection h1 {
      color: #fff;
      font-size: 35px;
      font-weight: bold;
      text-align: center;
      margin: 0;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .P--Contact--ThankYou .introSection h1 span {
        color: #c08d2c; }
      @media screen and (max-width: 1000px) {
        .P--Contact--ThankYou .introSection h1 {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .P--Contact--ThankYou .introSection h1 {
          font-size: 28px; } }
    .P--Contact--ThankYou .introSection p {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      max-width: 1350px;
      line-height: 1.5;
      margin: 20px auto 40px; }
      .P--Contact--ThankYou .introSection p a {
        color: #c08d2c;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .P--Contact--ThankYou .introSection p a:hover {
          color: #fff; }
      @media screen and (max-width: 1000px) {
        .P--Contact--ThankYou .introSection p {
          font-size: 16px; } }
    .P--Contact--ThankYou .introSection .btnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .P--Contact--ThankYou .introSection .btnWrap > * {
        margin: 0 10px 10px; }
  .P--Contact--ThankYou .thankyouCTA {
    padding: 50px 0; }

noscript#mainMessage span {
  display: block;
  position: fixed !important;
  width: 100%;
  margin: 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 999999;
  pointer-events: none;
  top: auto;
  bottom: 0;
  font-weight: bold;
  background-color: #031934;
  text-transform: capitalize;
  color: #fff;
  padding: 20px;
  pointer-events: initial;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    noscript#mainMessage span {
      font-size: 14px;
      padding: 15px 5px; } }

#Name-error,
#Phone-error,
#Email-error,
#Message-error,
#g-recaptcha-response-error {
  display: block;
  padding: 7px 10px;
  width: 100%;
  margin-top: 3px;
  background: #c08d2c;
  color: #fff;
  font-size: 14px !important; }

.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeae8; }
  .breadcrumbs nav .home {
    color: #0b213b;
    font-weight: 600;
    font-size: 17px;
    text-underline-position: under;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .breadcrumbs nav .home:hover {
      color: #0690b8; }
  .breadcrumbs nav .current {
    text-decoration: none;
    color: #858585; }

.imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -10px; }
  .imageList > div {
    position: relative;
    width: calc(100% / 4 - 20px);
    height: 295px;
    margin: 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .imageList > div a {
      text-decoration: none; }
      .imageList > div a::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    @media screen and (max-width: 1500px) {
      .imageList > div {
        width: calc(100% / 3 - 20px); } }
    @media screen and (max-width: 1280px) {
      .imageList > div {
        width: calc(100% / 3 - 10px);
        margin: 0 5px 10px; } }
    @media screen and (max-width: 1000px) {
      .imageList > div {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
        height: 260px; } }
    @media screen and (max-width: 740px) {
      .imageList > div {
        height: 230px; } }
    @media screen and (max-width: 640px) {
      .imageList > div {
        height: 200px; } }
    @media screen and (max-width: 480px) {
      .imageList > div {
        height: 160px; } }
    .imageList > div img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
    .imageList > div span {
      position: relative;
      display: block;
      font-weight: bold;
      color: #fff;
      font-size: 25px;
      padding: 10px;
      z-index: 2;
      letter-spacing: initial; }
      @media screen and (max-width: 1280px) {
        .imageList > div span {
          font-size: 23px; } }
      @media screen and (max-width: 740px) {
        .imageList > div span {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .imageList > div span {
          font-size: 15px; } }
    .imageList > div:hover a::after,
    .imageList > div:hover a.active::after {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

/* Animation __________________
_____________________________*/
@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@keyframes arrowRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }

@-webkit-keyframes fade-in-out {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    opacity: 1; }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 20px rgba(6, 144, 184, 0); }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 0 rgba(6, 144, 184, 0); } }

@keyframes fade-in-out {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    opacity: 1; }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 20px rgba(6, 144, 184, 0); }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 0 rgba(6, 144, 184, 0); } }

header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 4%;
  background: url("/Content/images/backgroundImage/HeaderNavBG.png") right/cover no-repeat; }
  @media screen and (max-width: 740px) {
    header {
      height: 90px; } }
  @media screen and (max-width: 540px) {
    header {
      height: 70px; } }
  header::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 400px;
    height: 101%;
    background: #0e1a32;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg); }
    @media screen and (max-width: 1550px) {
      header::before {
        width: 350px; } }
    @media screen and (max-width: 1000px) {
      header::before {
        width: 300px; } }
    @media screen and (max-width: 740px) {
      header::before {
        width: 280px; } }
    @media screen and (max-width: 540px) {
      header::before {
        width: 250px; } }
  @media screen and (max-width: 1800px) {
    header {
      padding: 0 4%; } }
  @media screen and (max-width: 1500px) {
    header {
      padding: 0 3%; } }
  @media screen and (max-width: 1280px) {
    header {
      padding-right: 0; } }

.responsiveTopInfo {
  position: relative;
  width: 100%;
  background: #262626;
  text-align: center;
  display: none; }
  @media screen and (max-width: 540px) {
    .responsiveTopInfo {
      display: block;
      height: 36px; } }
  .responsiveTopInfo a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .responsiveTopInfo a span {
      font-size: 16px;
      color: #c08d2c;
      font-weight: bold;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .responsiveTopInfo a:hover {
      color: #c08d2c; }
      .responsiveTopInfo a:hover span {
        color: #fff; }

header nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 1280px) {
    header nav {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.headerLogo {
  outline: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0; }
  .headerLogo:hover {
    opacity: 0.8; }
  @media screen and (max-width: 740px) {
    .headerLogo {
      max-width: 190px; }
      .headerLogo img {
        max-width: 100%; } }
  @media screen and (max-width: 540px) {
    .headerLogo {
      max-width: 180px; } }

header .headerMainLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  width: calc(100% - 330px); }
  @media screen and (max-width: 1550px) {
    header .headerMainLinks {
      width: calc(100% - 350px); } }
  @media screen and (max-width: 1450px) {
    header .headerMainLinks {
      width: calc(100% - 330px); } }
  @media screen and (max-width: 1280px) {
    header .headerMainLinks {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 9999;
      display: block;
      background: #fff;
      width: 450px;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease; } }
  @media screen and (max-width: 520px) {
    header .headerMainLinks {
      width: 100vw; } }
  header .headerMainLinks > li.onlyDropdown {
    display: none; }
    @media screen and (max-width: 1280px) {
      header .headerMainLinks > li.onlyDropdown {
        display: block; } }
  header .headerMainLinks > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    color: #131313;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1350px) {
      header .headerMainLinks > li > a {
        font-size: 16px; } }
    header .headerMainLinks > li > a br {
      display: none; }
      @media screen and (max-width: 1550px) {
        header .headerMainLinks > li > a br {
          display: block; } }
      @media screen and (max-width: 1280px) {
        header .headerMainLinks > li > a br {
          display: none; } }
    @media screen and (max-width: 1280px) {
      header .headerMainLinks > li > a {
        padding: 15px 50px 15px 20px;
        text-align: left; }
        header .headerMainLinks > li > a:hover {
          background: #c08d2c;
          color: #fff; } }
  header .headerMainLinks > li .contactNavLink {
    text-align: center; }
    @media screen and (max-width: 1280px) {
      header .headerMainLinks > li .contactNavLink {
        display: none; } }
    header .headerMainLinks > li .contactNavLink a {
      display: block;
      font-weight: bold;
      line-height: 1.2;
      text-decoration: none; }
      header .headerMainLinks > li .contactNavLink a.contact {
        font-size: 18px;
        color: #131313;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .headerMainLinks > li .contactNavLink a.contact:hover {
          color: #0690b8; }
      header .headerMainLinks > li .contactNavLink a.phone {
        font-size: 16px;
        color: #c08d2c;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .headerMainLinks > li .contactNavLink a.phone:hover {
          color: #0690b8; }
  @media screen and (min-width: 1281px) {
    header .headerMainLinks > li:hover > a {
      color: #0690b8; } }

.responsiveContactNavLink {
  text-align: center;
  display: none; }
  @media screen and (max-width: 1280px) {
    .responsiveContactNavLink {
      display: block;
      padding-right: 8%;
      margin-left: auto; } }
  @media screen and (max-width: 540px) {
    .responsiveContactNavLink {
      display: none; } }
  .responsiveContactNavLink a {
    display: block;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none; }
    .responsiveContactNavLink a.contact {
      font-size: 17px;
      color: #131313;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .responsiveContactNavLink a.contact:hover {
        color: #0690b8; }
    .responsiveContactNavLink a.phone {
      font-size: 16px;
      color: #c08d2c;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .responsiveContactNavLink a.phone:hover {
        color: #0690b8; }

input#checkbox-toggle {
  display: none; }

.header_toggle {
  position: relative;
  display: none;
  cursor: pointer;
  padding: 20px;
  width: 45px;
  margin-right: 5%; }
  @media screen and (max-width: 1280px) {
    .header_toggle {
      display: block; } }
  @media screen and (max-width: 540px) {
    .header_toggle {
      margin-left: auto; } }
  .header_toggle span {
    position: absolute;
    display: block;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #042a58;
    color: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    .header_toggle span::before, .header_toggle span::after {
      content: '';
      position: absolute;
      left: 0;
      width: 40px;
      height: 4px;
      background-color: #042a58;
      -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    .header_toggle span::before {
      top: 11px; }
    .header_toggle span::after {
      bottom: 11px; }

@media screen and (max-width: 1280px) {
  input[type='checkbox']:checked ~ ul {
    max-height: 800px; }
  input[type='checkbox']:checked ~ ul {
    max-height: 1200px; }
  input[type='checkbox']:checked ~ .header_toggle span {
    color: transparent;
    background: transparent; }
    input[type='checkbox']:checked ~ .header_toggle span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    input[type='checkbox']:checked ~ .header_toggle span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }

@media screen and (max-width: 1280px) {
  .hasChild {
    position: relative; } }

.hasChild > a {
  position: relative;
  padding-right: 15px; }
  @media screen and (max-width: 1550px) {
    .hasChild > a {
      padding-right: 20px; } }
  .hasChild > a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 130%;
    height: 80px; }
  .hasChild > a img {
    position: absolute;
    display: block;
    right: 0;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 1280px) {
      .hasChild > a img {
        display: none; } }

.hasChild .dropdownLinks {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 240px;
  margin-left: -25px;
  z-index: 9999;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .hasChild .dropdownLinks.equipment {
    width: 310px; }
    @media screen and (max-width: 1550px) {
      .hasChild .dropdownLinks.equipment {
        width: 250px; } }
    @media screen and (max-width: 1280px) {
      .hasChild .dropdownLinks.equipment {
        width: 100%; } }
  .hasChild .dropdownLinks li {
    display: block; }
    .hasChild .dropdownLinks li a {
      display: block;
      text-decoration: none;
      color: #141414;
      font-size: 16px;
      padding: 10px 0 10px 25px;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .hasChild .dropdownLinks li a:hover {
        background: #0690b8;
        color: #fff; }
  @media screen and (max-width: 1280px) {
    .hasChild .dropdownLinks {
      position: relative;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
      opacity: 1;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-left: 0;
      background: #eaecee;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .hasChild .dropdownLinks li a {
        padding: 15px 20px; } }

@media screen and (min-width: 1281px) {
  .hasChild:hover .dropdownLinks {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1; } }

input.nav-toggle {
  display: none; }

.dropdown-toggle {
  position: absolute;
  background: #0b213b;
  top: 0;
  right: 0;
  width: 50px;
  height: 49px;
  line-height: 48px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer; }
  @media screen and (min-width: 1280px) {
    .dropdown-toggle {
      display: none; } }
  .dropdown-toggle img {
    outline: none; }

/* Footer ______________________
______________________________*/
.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #a3a3a3; }
  @media screen and (max-width: 876px) {
    .copyright {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .copyright {
      font-size: 14px; } }

footer {
  margin: 0 5%;
  padding: 30px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1500px) {
    footer {
      margin: 0 4%; } }
  @media screen and (max-width: 1050px) {
    footer {
      margin: 0 50px; } }
  @media screen and (max-width: 876px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 740px) {
    footer {
      margin: 0 35px; } }
  @media screen and (max-width: 640px) {
    footer {
      margin: 0 25px; } }
  @media screen and (max-width: 480px) {
    footer {
      padding-bottom: 10px; } }
  footer .left {
    width: 400px; }
    @media screen and (max-width: 1000px) and (min-width: 876px) {
      footer .left {
        width: 40%; } }
    @media screen and (max-width: 876px) {
      footer .left {
        margin-bottom: 25px; } }
    @media screen and (max-width: 550px) {
      footer .left {
        width: 100%; } }
  footer .right {
    width: calc(100% - 400px); }
    @media screen and (max-width: 1000px) {
      footer .right {
        width: 60%; } }
    @media screen and (max-width: 876px) {
      footer .right {
        width: 80%; } }
    @media screen and (max-width: 740px) {
      footer .right {
        width: 90%; } }
    @media screen and (max-width: 550px) {
      footer .right {
        width: 100%; } }
  footer .left {
    position: relative; }
    footer .left .footerLogo {
      margin-bottom: 10px;
      font-size: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer .left .footerLogo a {
        display: block; }
      footer .left .footerLogo:hover {
        opacity: 0.7; }
      @media screen and (max-width: 876px) {
        footer .left .footerLogo {
          text-align: center; } }
    footer .left .footerContactWrap {
      position: relative;
      width: 100%;
      margin: 16px 0; }
      footer .left .footerContactWrap .phoneWrap,
      footer .left .footerContactWrap .addressWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 876px) {
          footer .left .footerContactWrap .phoneWrap,
          footer .left .footerContactWrap .addressWrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        footer .left .footerContactWrap .phoneWrap .iconWrap,
        footer .left .footerContactWrap .addressWrap .iconWrap {
          width: 15px;
          margin-right: 10px; }
          footer .left .footerContactWrap .phoneWrap .iconWrap img,
          footer .left .footerContactWrap .addressWrap .iconWrap img {
            max-width: 100%;
            -o-object-fit: contain;
            object-fit: contain; }
        footer .left .footerContactWrap .phoneWrap .text a,
        footer .left .footerContactWrap .addressWrap .text a {
          text-decoration: none;
          font-size: 16px;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          @media screen and (max-width: 400px) {
            footer .left .footerContactWrap .phoneWrap .text a,
            footer .left .footerContactWrap .addressWrap .text a {
              font-size: 15px; } }
      footer .left .footerContactWrap .phoneWrap {
        margin-bottom: 10px; }
        footer .left .footerContactWrap .phoneWrap a {
          color: #c08d2c;
          font-weight: 800; }
          footer .left .footerContactWrap .phoneWrap a:hover {
            color: #0690b8; }
      footer .left .footerContactWrap .addressWrap a {
        color: #1b1b1b;
        font-weight: 400;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media screen and (max-width: 876px) {
          footer .left .footerContactWrap .addressWrap a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        footer .left .footerContactWrap .addressWrap a:hover {
          color: #0690b8; }
  footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px; }
    @media screen and (max-width: 1150px) {
      footer .right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 420px) {
      footer .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0; } }
    footer .right .leftNav,
    footer .right .rightNav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .right .leftNav > ul,
      footer .right .rightNav > ul {
        list-style: none;
        margin-left: 90px; }
        @media screen and (max-width: 1380px) {
          footer .right .leftNav > ul,
          footer .right .rightNav > ul {
            margin-left: 50px; } }
        footer .right .leftNav > ul > li,
        footer .right .rightNav > ul > li {
          position: relative;
          margin-bottom: 20px; }
          @media screen and (max-width: 420px) {
            footer .right .leftNav > ul > li,
            footer .right .rightNav > ul > li {
              margin-bottom: 15px; } }
          footer .right .leftNav > ul > li > a,
          footer .right .rightNav > ul > li > a {
            display: inline-block;
            text-decoration: none;
            font-size: 17px;
            line-height: 1.2;
            color: #131313;
            font-weight: bold;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }
            @media screen and (max-width: 480px) {
              footer .right .leftNav > ul > li > a,
              footer .right .rightNav > ul > li > a {
                font-size: 16px; } }
          footer .right .leftNav > ul > li > ul,
          footer .right .rightNav > ul > li > ul {
            list-style: none; }
            @media screen and (max-width: 420px) {
              footer .right .leftNav > ul > li > ul,
              footer .right .rightNav > ul > li > ul {
                display: none; } }
            footer .right .leftNav > ul > li > ul > li,
            footer .right .rightNav > ul > li > ul > li {
              position: relative;
              margin-bottom: 5px; }
              footer .right .leftNav > ul > li > ul > li > a,
              footer .right .rightNav > ul > li > ul > li > a {
                display: inline-block;
                text-decoration: none;
                font-size: 17px;
                color: #777777;
                font-weight: 400; }
    @media screen and (max-width: 1500px) and (min-width: 1150px) {
      footer .right .leftNav .navFirstChild {
        margin-left: 35px; } }
    @media screen and (max-width: 1150px) {
      footer .right .leftNav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .right .leftNav > ul {
          margin-left: 25px; } }
    @media screen and (max-width: 550px) {
      footer .right .leftNav > ul {
        margin-left: 5px; } }
    @media screen and (max-width: 420px) {
      footer .right .leftNav {
        width: 100%;
        text-align: center; }
        footer .right .leftNav > ul {
          margin-left: 0; } }
    @media screen and (max-width: 1380px) {
      footer .right .rightNav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 420px) {
      footer .right .rightNav {
        width: 100%;
        text-align: center; }
        footer .right .rightNav > ul {
          margin-left: 0; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-width: 320px;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #141414; }

h1,
h2,
h3 {
  line-height: 1.1; }

.wrapper {
  margin: 0 5%; }
  @media screen and (max-width: 1500px) {
    .wrapper {
      margin: 0 4%; } }
  @media screen and (max-width: 1280px) {
    .wrapper {
      margin: 0 3%; } }
  @media screen and (max-width: 1050px) {
    .wrapper {
      margin: 0 50px; } }
  @media screen and (max-width: 740px) {
    .wrapper {
      margin: 0 35px; } }
  @media screen and (max-width: 640px) {
    .wrapper {
      margin: 0 25px; } }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-20 {
  margin-bottom: 20px !important; }

main {
  border-bottom: 3px solid #ccc; }

p > a,
ul li > a {
  color: #c2983d;
  text-underline-position: under;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  p > a:hover,
  ul li > a:hover {
    color: #0690b8; }

.btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  max-width: 290px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (max-width: 1000px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      font-size: 16px; } }
  @media screen and (max-width: 640px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .btn, .btn-BG, .btn-Quote, .btn-Orange, .btn-BorderWhite, .btn-BorderBlue, .btn-icon {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  .btn:hover, .btn-BG:hover, .btn-Quote:hover, .btn-Orange:hover, .btn-BorderWhite:hover, .btn-BorderBlue:hover, .btn-icon:hover {
    background: #c08d2c;
    color: #fff;
    outline-color: #c08d2c; }

.btn-BG {
  background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat; }
  .btn-BG:hover {
    background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat;
    color: #031934; }

.btn-Quote {
  max-width: 230px;
  background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat; }
  .btn-Quote:hover {
    background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat;
    color: #031934; }

.btn-Orange {
  background: #c08d2c; }
  .btn-Orange:hover {
    background: #0b213b !important; }

.btn-BorderWhite {
  outline: 3px solid #fff;
  outline-offset: -4px; }
  .btn-BorderWhite.small {
    max-width: 230px; }

.btn-BorderBlue {
  outline: 3px solid #042a58;
  outline-offset: -4px;
  color: #042a58; }
  .btn-BorderBlue.small {
    max-width: 230px; }
    @media screen and (max-width: 550px) {
      .btn-BorderBlue.small {
        max-width: 250px; } }
  .btn-BorderBlue.medium {
    max-width: 250px; }

.btn-icon {
  outline: 3px solid #042a58;
  outline-offset: -3px;
  color: #042a58;
  max-width: 360px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 876px) {
    .btn-icon {
      max-width: 100%;
      font-size: 16px;
      height: 60px; } }
  .btn-icon span {
    display: block; }
  .btn-icon .imageWrap {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .btn-icon .imageWrap img {
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    @media screen and (max-width: 876px) {
      .btn-icon .imageWrap {
        width: 15%; }
        .btn-icon .imageWrap img {
          max-width: 50%; } }
  .btn-icon:hover {
    background: #042a58;
    outline-color: #042a58; }
    .btn-icon:hover .imageWrap img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }

.bulkMaterialBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bulkMaterialBtnWrap > * {
    margin-bottom: 10px; }
    .bulkMaterialBtnWrap > *:not(:last-of-type) {
      margin-right: 10px; }
      @media screen and (max-width: 550px) {
        .bulkMaterialBtnWrap > *:not(:last-of-type) {
          margin-right: 0; } }
    @media screen and (max-width: 550px) {
      .bulkMaterialBtnWrap > * {
        margin: 0 0 10px; } }
  @media screen and (max-width: 867px) {
    .bulkMaterialBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.equipmentListsBtnWrap {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1000px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 876px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .equipmentListsBtnWrap > * {
        width: calc(100% / 2 - 5px);
        margin-right: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 640px) {
    .equipmentListsBtnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .equipmentListsBtnWrap > * {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 10px; } }
  @media screen and (max-width: 480px) {
    .equipmentListsBtnWrap > * {
      max-width: 100%; } }

.btnWrap,
.btn-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btnWrap > *,
  .btn-Wrap > * {
    margin: 0 10px 10px 0; }
  @media screen and (max-width: 800px) {
    .btnWrap,
    .btn-Wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 600px) {
    .btnWrap,
    .btn-Wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .btnWrap > *,
      .btn-Wrap > * {
        margin-right: 0; }
      .btnWrap > .small,
      .btn-Wrap > .small {
        max-width: 290px; } }

.secondaryBanner {
  width: 100%;
  height: 320px;
  margin-top: -2.5%;
  background: url("/Content/images/banner/Company.jpg") center/cover no-repeat; }
  @media screen and (max-width: 1800px) {
    .secondaryBanner {
      height: 280px; } }
  @media screen and (max-width: 1320px) {
    .secondaryBanner {
      height: 250px; } }
  @media screen and (max-width: 1000px) {
    .secondaryBanner {
      height: 200px; } }
  @media screen and (max-width: 640px) {
    .secondaryBanner {
      height: 180px; } }
  @media screen and (max-width: 480px) {
    .secondaryBanner {
      height: 160px; } }

.errorPageWrap {
  padding: 100px 0;
  color: #141414;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .errorPageWrap {
      max-width: 100%;
      width: 90%;
      padding: 50px 0; } }
  .errorPageWrap h1 {
    font-size: 38px;
    color: #141414;
    font-weight: bold;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .errorPageWrap h1 {
        font-size: 28px; } }
  .errorPageWrap h1 + p {
    text-align: center; }
  .errorPageWrap hr {
    background-color: #c08d2c;
    outline: none;
    border: none;
    height: 5px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto; }
  .errorPageWrap p,
  .errorPageWrap ul li {
    font-size: 17px; }
    @media screen and (max-width: 640px) {
      .errorPageWrap p,
      .errorPageWrap ul li {
        font-size: 16px; } }
    .errorPageWrap p a,
    .errorPageWrap ul li a {
      color: #042a58;
      font-weight: 600;
      text-transform: capitalize;
      text-decoration: underline;
      text-underline-position: under;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .errorPageWrap p a:hover,
      .errorPageWrap ul li a:hover {
        color: #5d5d5d; }
  .errorPageWrap p {
    margin-bottom: 10px; }
  .errorPageWrap P:last-of-type {
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .errorPageWrap P:last-of-type {
        font-size: 20px; } }
  .errorPageWrap ul {
    margin: 15px; }
    .errorPageWrap ul li {
      margin-bottom: 10px; }

.ctaTiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -5px; }
  .ctaTiles > a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    width: calc(100% / 7 - 10px);
    margin: 0 5px 10px;
    height: 200px;
    background: #0690b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media screen and (max-width: 1500px) {
      .ctaTiles > a {
        width: calc(100% / 4 - 10px); } }
    @media screen and (max-width: 1000px) {
      .ctaTiles > a {
        width: calc(100% / 2 - 5px);
        margin: 0 2.5px 5px; } }
    @media screen and (max-width: 678px) {
      .ctaTiles > a {
        height: 230px; } }
    @media screen and (max-width: 520px) {
      .ctaTiles > a {
        height: 200px; } }
    @media screen and (max-width: 480px) {
      .ctaTiles > a {
        height: 160px; } }
    @media screen and (max-width: 365px) {
      .ctaTiles > a {
        width: 100%; } }
    .ctaTiles > a::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .ctaTiles > a > span {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      max-width: 90%;
      line-height: 1.1;
      padding: 10px;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media screen and (max-width: 480px) {
        .ctaTiles > a > span > span.mobileHide {
          display: none; } }
      @media screen and (max-width: 640px) {
        .ctaTiles > a > span {
          font-size: 16px;
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .ctaTiles > a > span {
          width: 90%;
          padding: 10px 5px;
          font-size: 15px; } }
      @media screen and (max-width: 365px) {
        .ctaTiles > a > span {
          width: 60%; } }
    .ctaTiles > a:hover::before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    .ctaTiles > a:hover span {
      background: #c08d2c; }
  .ctaTiles .grain {
    background: url("/Content/images/tile/FeedGrain-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .food {
    background: url("/Content/images/tile/FoodProcess-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .foodMFG {
    background: url("/Content/images/tile/foodMFG-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .pharmacy {
    background: url("/Content/images/tile/Pharmaceutical-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .construction {
    background: url("/Content/images/tile/Construction-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .seed {
    background: url("/Content/images/tile/SeedProcessing-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .seedProcessingPlant {
    background: url("/Content/images/tile/SeedProcessingPlants-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .markets {
    background: url("/Content/images/tile/markets-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .cementMotar {
    background: url("/Content/images/tile/cementMotorFacilities-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .petFood {
    background: url("/Content/images/tile/petFood-Tile.jpg") center/cover no-repeat; }
  .ctaTiles .fertilizerPlant {
    background: url("/Content/images/tile/fertilizerPlants-Tile.jpg") center/cover no-repeat; }

/* Error Page & Thank You __________________
______________________________*/
.ErrorPage main,
.P--Contact--ThankYou main {
  border-bottom: 3px solid #ccc;
  padding-bottom: 50px;
  background: rgba(234, 236, 238, 0.1); }
  .ErrorPage main h2,
  .P--Contact--ThankYou main h2 {
    font-size: 32px;
    font-weight: bold;
    color: #042a58;
    text-align: center;
    margin: 30px 0 50px;
    padding: 0 20px; }
    @media screen and (max-width: 1280px) {
      .ErrorPage main h2,
      .P--Contact--ThankYou main h2 {
        font-size: 26px; } }
    @media screen and (max-width: 640px) {
      .ErrorPage main h2,
      .P--Contact--ThankYou main h2 {
        font-size: 20px;
        padding: 0; } }

.P--Contact--ThankYou {
  position: relative; }
  .P--Contact--ThankYou .introSection {
    text-align: center;
    padding: 100px 0;
    background: url("/Content/images/backgroundImage/introBGLayer.jpg") center/cover no-repeat; }
    @media screen and (max-width: 1000px) {
      .P--Contact--ThankYou .introSection {
        padding: 60px 0; } }
    .P--Contact--ThankYou .introSection h1 {
      color: #fff;
      font-size: 35px;
      font-weight: bold;
      text-align: center;
      margin: 0;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .P--Contact--ThankYou .introSection h1 span {
        color: #c08d2c; }
      @media screen and (max-width: 1000px) {
        .P--Contact--ThankYou .introSection h1 {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .P--Contact--ThankYou .introSection h1 {
          font-size: 28px; } }
    .P--Contact--ThankYou .introSection p {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      max-width: 1350px;
      line-height: 1.5;
      margin: 20px auto 40px; }
      .P--Contact--ThankYou .introSection p a {
        color: #c08d2c;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .P--Contact--ThankYou .introSection p a:hover {
          color: #fff; }
      @media screen and (max-width: 1000px) {
        .P--Contact--ThankYou .introSection p {
          font-size: 16px; } }
    .P--Contact--ThankYou .introSection .btnWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .P--Contact--ThankYou .introSection .btnWrap > * {
        margin: 0 10px 10px; }
  .P--Contact--ThankYou .thankyouCTA {
    padding: 50px 0; }

noscript#mainMessage span {
  display: block;
  position: fixed !important;
  width: 100%;
  margin: 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 999999;
  pointer-events: none;
  top: auto;
  bottom: 0;
  font-weight: bold;
  background-color: #031934;
  text-transform: capitalize;
  color: #fff;
  padding: 20px;
  pointer-events: initial;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    noscript#mainMessage span {
      font-size: 14px;
      padding: 15px 5px; } }

#Name-error,
#Phone-error,
#Email-error,
#Message-error,
#g-recaptcha-response-error {
  display: block;
  padding: 7px 10px;
  width: 100%;
  margin-top: 3px;
  background: #c08d2c;
  color: #fff;
  font-size: 14px !important; }

.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeae8; }
  .breadcrumbs nav .home {
    color: #0b213b;
    font-weight: 600;
    font-size: 17px;
    text-underline-position: under;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .breadcrumbs nav .home:hover {
      color: #0690b8; }
  .breadcrumbs nav .current {
    text-decoration: none;
    color: #858585; }

.imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -10px; }
  .imageList > div {
    position: relative;
    width: calc(100% / 4 - 20px);
    height: 295px;
    margin: 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .imageList > div a {
      text-decoration: none; }
      .imageList > div a::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    @media screen and (max-width: 1500px) {
      .imageList > div {
        width: calc(100% / 3 - 20px); } }
    @media screen and (max-width: 1280px) {
      .imageList > div {
        width: calc(100% / 3 - 10px);
        margin: 0 5px 10px; } }
    @media screen and (max-width: 1000px) {
      .imageList > div {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
        height: 260px; } }
    @media screen and (max-width: 740px) {
      .imageList > div {
        height: 230px; } }
    @media screen and (max-width: 640px) {
      .imageList > div {
        height: 200px; } }
    @media screen and (max-width: 480px) {
      .imageList > div {
        height: 160px; } }
    .imageList > div img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
    .imageList > div span {
      position: relative;
      display: block;
      font-weight: bold;
      color: #fff;
      font-size: 25px;
      padding: 10px;
      z-index: 2;
      letter-spacing: initial; }
      @media screen and (max-width: 1280px) {
        .imageList > div span {
          font-size: 23px; } }
      @media screen and (max-width: 740px) {
        .imageList > div span {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .imageList > div span {
          font-size: 15px; } }
    .imageList > div:hover a::after,
    .imageList > div:hover a.active::after {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

/* Animation __________________
_____________________________*/
@keyframes arrowRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }

@keyframes fade-in-out {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    opacity: 1; }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 20px rgba(6, 144, 184, 0); }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(6, 144, 184, 0);
    box-shadow: 0 0 0 0 rgba(6, 144, 184, 0); } }

/* New Hero Slider ______________________
______________________________________*/
.homeHeroSlider-Banner,
.homeHeroSlider-Banner .slick-list {
  height: calc(100vh - 101px); }
  @media screen and (max-width: 740px) {
    .homeHeroSlider-Banner,
    .homeHeroSlider-Banner .slick-list {
      height: calc(100vh - 90px); } }

.homeHeroSlider-Banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 101px); }
  @media screen and (max-width: 1200px) {
    .homeHeroSlider-Banner:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 5; } }
  @media screen and (max-width: 740px) {
    .homeHeroSlider-Banner {
      height: calc(100vh - 90px);
      min-height: 540px; }
      .homeHeroSlider-Banner:before {
        background: rgba(0, 0, 0, 0.6); } }
  .homeHeroSlider-Banner .content {
    position: absolute;
    z-index: 10;
    left: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 920px; }
    @media screen and (max-width: 1500px) {
      .homeHeroSlider-Banner .content {
        width: 850px; } }
    @media screen and (max-width: 1200px) {
      .homeHeroSlider-Banner .content {
        width: 900px;
        max-width: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media screen and (max-width: 1000px) {
      .homeHeroSlider-Banner .content {
        width: 780px; } }
    @media screen and (max-width: 740px) {
      .homeHeroSlider-Banner .content {
        width: 95%; } }
    .homeHeroSlider-Banner .content h1 {
      position: relative;
      font-size: 38px;
      font-weight: bold;
      color: #fff;
      line-height: 1;
      width: 100%;
      max-width: 600px;
      margin: 0 auto 15px;
      text-align: center; }
      .homeHeroSlider-Banner .content h1 span {
        color: #c08d2c; }
      @media screen and (max-width: 740px) {
        .homeHeroSlider-Banner .content h1 {
          font-size: 30px;
          max-width: 500px; } }
      @media screen and (max-width: 460px) {
        .homeHeroSlider-Banner .content h1 {
          font-size: 24px;
          max-width: 500px; } }

.homeHeroSlider-Banner .slideImage {
  position: relative;
  /*.slick-dots {
		position: absolute;
		left: 50%;
		bottom: 25px;
		z-index: 9999;
		transform: translateX(-50%);

		@media screen and (max-width: 1200px) {
			bottom: 20px;
		}

		li {
			position: relative;
			display: inline-block;
			width: 20px;
			height: 20px;
			margin: 0 8px;
			padding: 0;
			cursor: pointer;

			button {
				font-size: 0;
				line-height: 0;
				display: block;
				width: 15px;
				height: 15px;
				padding: 5px;
				cursor: pointer;
				color: transparent;
				border: 0;
				outline: none;
				border-radius: 50%;
				background: $secondaryColor;
			}

			&.slick-active button {
				background: $white;
			}
		}
	}*/ }
  .homeHeroSlider-Banner .slideImage img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right; }
  .homeHeroSlider-Banner .slideImage .slick-list .slick-track {
    height: 100%; }

.heroBanner-Tiles {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  z-index: 999;
  height: auto !important; }
  .heroBanner-Tiles .slick-list {
    height: auto !important; }
  .heroBanner-Tiles .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .heroBanner-Tiles .slick-track:before, .heroBanner-Tiles .slick-track:after {
      display: none !important; }
    .heroBanner-Tiles .slick-track .slick-slide {
      width: calc(50% - 5px) !important;
      background-color: rgba(9, 30, 67, 0.6);
      border-radius: 10px;
      padding: 20px 15px;
      margin: 5px 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .heroBanner-Tiles .slick-track .slick-slide > div {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .heroBanner-Tiles .slick-track .slick-slide.slick-current {
        background-color: #fff; }
        .heroBanner-Tiles .slick-track .slick-slide.slick-current .tile h2 {
          color: #0690b8; }
        .heroBanner-Tiles .slick-track .slick-slide.slick-current .tile .imageWrap svg {
          fill: #0690b8;
          stroke: #0690b8; }
        .heroBanner-Tiles .slick-track .slick-slide.slick-current .tile .description p {
          color: #5d5d5d; }
      @media screen and (max-width: 1200px) {
        .heroBanner-Tiles .slick-track .slick-slide {
          background-color: rgba(13, 44, 98, 0.8); } }
      @media screen and (max-width: 640px) {
        .heroBanner-Tiles .slick-track .slick-slide {
          width: 100% !important;
          padding: 10px; } }
  .heroBanner-Tiles .slick-list {
    overflow: initial; }
  .heroBanner-Tiles .tile {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .heroBanner-Tiles .tile .inner-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .heroBanner-Tiles .tile .cover-link {
      position: absolute;
      display: block;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
      width: calc(100% + 40px);
      height: calc(100% + 40px);
      font-size: 0;
      pointer-events: all;
      z-index: 20; }
      @media screen and (max-width: 640px) {
        .heroBanner-Tiles .tile .cover-link {
          top: -10px;
          left: -10px;
          right: -10px;
          bottom: -10px;
          width: calc(100% + 20px);
          height: calc(100% + 20px); } }
    .heroBanner-Tiles .tile .imageWrap {
      position: relative;
      width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1500px) and (min-width: 1201px) {
        .heroBanner-Tiles .tile .imageWrap {
          width: 30px; } }
      @media screen and (max-width: 1000px) {
        .heroBanner-Tiles .tile .imageWrap {
          width: 30px;
          height: 40px; } }
      .heroBanner-Tiles .tile .imageWrap svg {
        display: block;
        width: 75px;
        height: 75px;
        fill: #fff;
        stroke: #fff; }
    .heroBanner-Tiles .tile .rightArrow {
      position: relative;
      width: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .heroBanner-Tiles .tile .rightArrow img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        display: block;
        width: 100%;
        margin-right: 0;
        -webkit-filter: invert(56%) sepia(63%) saturate(6785%) hue-rotate(168deg) brightness(93%) contrast(95%);
        filter: invert(56%) sepia(63%) saturate(6785%) hue-rotate(168deg) brightness(93%) contrast(95%); }
      @media screen and (max-width: 1500px) and (min-width: 1201px) {
        .heroBanner-Tiles .tile .rightArrow {
          width: 15px; } }
      @media screen and (max-width: 1000px) and (min-width: 741px) {
        .heroBanner-Tiles .tile .rightArrow {
          width: 15px; } }
      @media screen and (max-width: 740px) {
        .heroBanner-Tiles .tile .rightArrow {
          width: 20px; } }
    .heroBanner-Tiles .tile .description {
      position: relative;
      width: calc(100% - 25px - 50px);
      padding: 0 20px 0px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media screen and (max-width: 1500px) and (min-width: 1201px) {
        .heroBanner-Tiles .tile .description {
          width: calc(100% - 15px - 30px); } }
      @media screen and (max-width: 1000px) and (min-width: 741px) {
        .heroBanner-Tiles .tile .description {
          width: calc(100% - 15px - 30px); } }
      @media screen and (max-width: 740px) {
        .heroBanner-Tiles .tile .description {
          width: calc(100% - 20px - 30px); } }
      .heroBanner-Tiles .tile .description h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 18px; }
        @media screen and (max-width: 1000px) and (min-width: 741px) {
          .heroBanner-Tiles .tile .description h2 {
            font-size: 16px; } }
        @media screen and (max-width: 460px) {
          .heroBanner-Tiles .tile .description h2 {
            font-size: 16px; } }
      .heroBanner-Tiles .tile .description a {
        display: none;
        /*position: relative;
				display: inline-block;
				text-decoration: none;
				font-size: 15px;
				font-weight: bold;
				color: $primaryColor;
				z-index: 9;
				border-bottom: 1.5px solid $primaryColor;
				transition: all 0.3s ease;
				&:hover {
					color: $secondaryColor;
					border-bottom-color: $secondaryColor;
				}*/ }
      .heroBanner-Tiles .tile .description p {
        color: #929292;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 5px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      @media screen and (max-width: 740px) {
        .heroBanner-Tiles .tile .description p {
          display: none; } }

.heroBtnWrap {
  padding-top: 20px;
  text-align: center; }
  @media screen and (max-width: 740px) {
    .heroBtnWrap {
      padding-top: 0; } }

.turnkeySection {
  position: relative;
  padding: 85px 0 65px; }
  @media screen and (max-width: 1500px) {
    .turnkeySection {
      padding: 65px 0; } }
  @media screen and (max-width: 740px) {
    .turnkeySection {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    .turnkeySection {
      padding: 35px 0; } }
  .turnkeySection .content {
    text-align: center; }
    .turnkeySection .content h2 {
      font-size: 35px;
      font-weight: bold;
      color: #042a58;
      margin-bottom: 10px; }
      @media screen and (max-width: 1000px) {
        .turnkeySection .content h2 {
          font-size: 32px; }
          .turnkeySection .content h2 span {
            display: block; } }
      @media screen and (max-width: 640px) {
        .turnkeySection .content h2 {
          font-size: 28px; } }
      @media screen and (max-width: 520px) {
        .turnkeySection .content h2 {
          font-size: 20px; } }
    .turnkeySection .content p {
      color: #141414;
      font-size: 17px;
      width: 100%;
      max-width: 1420px;
      margin: 0 auto 30px; }
      @media screen and (max-width: 640px) {
        .turnkeySection .content p {
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        .turnkeySection .content p {
          display: none; } }
    .turnkeySection .content .learnMoreAbout {
      padding: 50px 0 0;
      text-align: left; }
      .turnkeySection .content .learnMoreAbout h5 {
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        color: #0690b8; }
        @media screen and (max-width: 1000px) {
          .turnkeySection .content .learnMoreAbout h5 {
            font-size: 18px; } }
        @media screen and (max-width: 640px) {
          .turnkeySection .content .learnMoreAbout h5 {
            font-size: 17px; } }
        .turnkeySection .content .learnMoreAbout h5 a {
          text-decoration: underline;
          text-underline-position: under;
          color: #0690b8;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .turnkeySection .content .learnMoreAbout h5 a:hover {
            color: #c2983d; }

.customMetalSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .customMetalSection > * {
    width: calc(100% / 2); }
    @media screen and (max-width: 1100px) {
      .customMetalSection > * {
        width: 100%; } }
  .customMetalSection .content {
    background: url("/Content/images/backgroundImage/customMetal-BG.jpg") center/cover no-repeat;
    color: #fff;
    padding: 70px 3% 70px 5%; }
    @media screen and (max-width: 1500px) {
      .customMetalSection .content {
        padding: 60px 3% 60px 4%; } }
    @media screen and (max-width: 1280px) {
      .customMetalSection .content {
        padding: 55px 3%; } }
    @media screen and (max-width: 1050px) {
      .customMetalSection .content {
        padding: 50px; } }
    @media screen and (max-width: 740px) {
      .customMetalSection .content {
        padding: 50px 35px; } }
    @media screen and (max-width: 640px) {
      .customMetalSection .content {
        padding: 50px 25px; } }
    .customMetalSection .content h2 {
      font-weight: bold;
      font-size: 35px;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .customMetalSection .content h2 {
          font-size: 28px; } }
      @media screen and (max-width: 520px) {
        .customMetalSection .content h2 {
          font-size: 22px; } }
    .customMetalSection .content p {
      font-size: 17px;
      margin-bottom: 35px; }
      @media screen and (max-width: 640px) {
        .customMetalSection .content p {
          font-size: 16px; } }
  .customMetalSection .videoWrap {
    position: relative; }
    .customMetalSection .videoWrap video {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 1100px) {
      .customMetalSection .videoWrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-height: 650px; } }
    @media screen and (max-width: 740px) {
      .customMetalSection .videoWrap {
        display: none; } }

.bulkMaterialSection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bulkMaterialSection .left,
  .bulkMaterialSection .right {
    width: calc(100% / 2); }
    @media screen and (max-width: 1150px) {
      .bulkMaterialSection .left,
      .bulkMaterialSection .right {
        width: 100%; } }
  .bulkMaterialSection .left {
    position: relative;
    padding: 90px 0;
    padding-left: 5%; }
    @media screen and (max-width: 1150px) {
      .bulkMaterialSection .left {
        padding: 10px 3% 30px; } }
    @media screen and (max-width: 1050px) {
      .bulkMaterialSection .left {
        padding: 10px 50px 25px; } }
    @media screen and (max-width: 740px) {
      .bulkMaterialSection .left {
        padding: 10px 35px; } }
    @media screen and (max-width: 640px) {
      .bulkMaterialSection .left {
        padding: 10px 25px; } }
    .bulkMaterialSection .left h2 {
      font-size: 30px;
      color: #042a58;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 1000px) {
        .bulkMaterialSection .left h2 {
          font-size: 28px; } }
      @media screen and (max-width: 640px) {
        .bulkMaterialSection .left h2 {
          font-size: 22px; } }
    .bulkMaterialSection .left h3 {
      color: #5d5d5d;
      font-weight: 600;
      margin-bottom: 30px; }
      @media screen and (max-width: 1000px) {
        .bulkMaterialSection .left h3 {
          margin-bottom: 15px; } }
      @media screen and (max-width: 480px) {
        .bulkMaterialSection .left h3 {
          margin-bottom: 5px; } }
    .bulkMaterialSection .left p {
      font-size: 17px;
      color: #141414;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        .bulkMaterialSection .left p {
          font-size: 16px;
          margin-bottom: 20px; } }
    .bulkMaterialSection .left .btnWrap {
      margin: 35px 0 40px; }
      .bulkMaterialSection .left .btnWrap > * {
        width: 236px;
        margin-right: 10px; }
      @media screen and (max-width: 850px) {
        .bulkMaterialSection .left .btnWrap {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (max-width: 550px) {
        .bulkMaterialSection .left .btnWrap {
          margin: 0 0 25px; }
          .bulkMaterialSection .left .btnWrap > * {
            width: 290px;
            margin: 0 0 5px; } }
  .bulkMaterialSection .right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1150px) {
      .bulkMaterialSection .right {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        padding: 35px 0 0; } }
    .bulkMaterialSection .right img.machine {
      display: block;
      width: 100%;
      max-width: 100%; }
      @media screen and (max-width: 1150px) {
        .bulkMaterialSection .right img.machine {
          max-height: 500px;
          -o-object-fit: contain;
          object-fit: contain; } }
    .bulkMaterialSection .right .toolTip {
      position: absolute;
      cursor: pointer; }
      .bulkMaterialSection .right .toolTip span {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .bulkMaterialSection .right .toolTip span::before {
          content: "";
          display: inline-block;
          width: 55px;
          height: 55px;
          border-radius: 50%;
          opacity: 1;
          background-color: rgba(6, 144, 184, 0.6);
          -webkit-animation: fade-in-out 1.5s ease-in-out infinite;
          animation: fade-in-out 1.5s ease-in-out infinite; }
          @media screen and (max-width: 1000px) {
            .bulkMaterialSection .right .toolTip span::before {
              width: 42px;
              height: 42px; } }
        .bulkMaterialSection .right .toolTip span::after {
          content: "+";
          position: absolute;
          z-index: 2;
          display: inline-block;
          text-align: center;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          line-height: 1.15;
          color: #fff;
          font-weight: bold;
          font-size: 36px;
          background: #0690b8;
          cursor: pointer;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media screen and (max-width: 1000px) {
            .bulkMaterialSection .right .toolTip span::after {
              width: 30px;
              height: 30px;
              font-size: 26px; } }
      .bulkMaterialSection .right .toolTip:hover span::before {
        -webkit-animation: none;
        animation: none; }
      .bulkMaterialSection .right .toolTip:hover span::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .bulkMaterialSection .right .toolTip .toolTipContent {
      display: block;
      position: absolute;
      left: 50%;
      top: -50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      visibility: hidden;
      opacity: 0;
      z-index: 9;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .bulkMaterialSection .right .toolTip .toolTipContent.active {
        visibility: visible;
        opacity: 1; }
      .bulkMaterialSection .right .toolTip .toolTipContent .imageWrap {
        width: 247px; }
        .bulkMaterialSection .right .toolTip .toolTipContent .imageWrap img {
          max-width: 100%; }
        @media screen and (max-width: 1280px) {
          .bulkMaterialSection .right .toolTip .toolTipContent .imageWrap {
            width: 220px;
            margin: 0 auto; } }
        @media screen and (max-width: 1000px) {
          .bulkMaterialSection .right .toolTip .toolTipContent .imageWrap {
            width: 200px; } }
        @media screen and (max-width: 640px) {
          .bulkMaterialSection .right .toolTip .toolTipContent .imageWrap {
            width: 150px; } }
      .bulkMaterialSection .right .toolTip .toolTipContent .toolTipText {
        position: relative;
        width: 260px;
        background: #b9bfc1;
        color: #141414;
        padding: 15px 20px;
        border-radius: 10px;
        margin-left: -15px;
        -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 1150px) {
          .bulkMaterialSection .right .toolTip .toolTipContent .toolTipText {
            display: none; } }
        .bulkMaterialSection .right .toolTip .toolTipContent .toolTipText:before {
          content: "";
          display: inline-block;
          width: 0px;
          height: 0px;
          border: 20px solid;
          border-color: transparent transparent #b9bfc1 transparent;
          position: absolute;
          top: -35px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
        .bulkMaterialSection .right .toolTip .toolTipContent .toolTipText p {
          position: relative;
          font-size: 16px;
          text-align: center; }
    .bulkMaterialSection .right .toolTip1 {
      top: 40%;
      left: 30%; }
      @media screen and (max-width: 1400px) {
        .bulkMaterialSection .right .toolTip1 {
          top: 42%; } }
      @media screen and (max-width: 1280px) {
        .bulkMaterialSection .right .toolTip1 {
          top: 45%; } }
      @media screen and (max-width: 1150px) {
        .bulkMaterialSection .right .toolTip1 {
          top: 38%;
          left: 35vw; } }
      @media screen and (max-width: 640px) {
        .bulkMaterialSection .right .toolTip1 .toolTipContent {
          left: 20%; } }
    .bulkMaterialSection .right .toolTip2 {
      bottom: 30%;
      right: 30%; }
      @media screen and (max-width: 1700px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 33%; } }
      @media screen and (max-width: 1600px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 35%; } }
      @media screen and (max-width: 1500px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 38%; } }
      @media screen and (max-width: 1400px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 36%; } }
      @media screen and (max-width: 1150px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 22%;
          right: 37vw; } }
      @media screen and (max-width: 1000px) {
        .bulkMaterialSection .right .toolTip2 {
          bottom: 24%;
          right: 33vw; } }
      .bulkMaterialSection .right .toolTip2 .toolTipContent {
        top: -150%; }
    .bulkMaterialSection .right .toolTip3 {
      top: 18%;
      right: 21%; }
      @media screen and (max-width: 1700px) {
        .bulkMaterialSection .right .toolTip3 {
          top: 22%; } }
      @media screen and (max-width: 1600px) {
        .bulkMaterialSection .right .toolTip3 {
          top: 26%; } }
      @media screen and (max-width: 1400px) {
        .bulkMaterialSection .right .toolTip3 {
          top: 32%; } }
      @media screen and (max-width: 1150px) {
        .bulkMaterialSection .right .toolTip3 {
          top: 18%;
          right: 32%; } }
      @media screen and (max-width: 1100px) {
        .bulkMaterialSection .right .toolTip3 {
          right: 30vw; } }
      @media screen and (max-width: 1000px) {
        .bulkMaterialSection .right .toolTip3 {
          right: 27vw; } }
      @media screen and (max-width: 850px) {
        .bulkMaterialSection .right .toolTip3 {
          right: 24vw; } }
  .bulkMaterialSection .mobileContentWrapper {
    display: none; }
    @media screen and (max-width: 1150px) {
      .bulkMaterialSection .mobileContentWrapper {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    .bulkMaterialSection .mobileContentWrapper .mobileToolTipText {
      display: none;
      opacity: 0;
      visibility: hidden;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #b9bfc1;
      color: #141414;
      width: 90%;
      max-width: 610px;
      margin: 0 auto 25px;
      padding: 15px 20px;
      text-align: center;
      border-radius: 15px;
      -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .bulkMaterialSection .mobileContentWrapper .mobileToolTipText p {
        font-size: 16px; }
        @media screen and (max-width: 480px) {
          .bulkMaterialSection .mobileContentWrapper .mobileToolTipText p {
            font-size: 15px; } }
      .bulkMaterialSection .mobileContentWrapper .mobileToolTipText.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible; }

.bulkHandlingEquipment {
  position: relative;
  width: 100%;
  background: url("/Content/images/backgroundImage/bulkHandlingEquipment-BG.jpg") center right/cover no-repeat; }
  .bulkHandlingEquipment .content {
    position: relative;
    width: 50%;
    padding: 75px 3% 75px 5%;
    background: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 1700px) {
      .bulkHandlingEquipment .content {
        width: 60%;
        padding: 60px 3%; } }
    @media screen and (max-width: 1380px) {
      .bulkHandlingEquipment .content {
        width: 70%; } }
    @media screen and (max-width: 1200px) {
      .bulkHandlingEquipment .content {
        width: 100%;
        padding: 50px; } }
    @media screen and (max-width: 740px) {
      .bulkHandlingEquipment .content {
        padding: 50px 35px; } }
    @media screen and (max-width: 640px) {
      .bulkHandlingEquipment .content {
        padding: 50px 25px; } }
    .bulkHandlingEquipment .content > h2 {
      color: #fff;
      font-size: 35px;
      font-weight: bold;
      margin-bottom: 10px; }
      .bulkHandlingEquipment .content > h2 span {
        color: #c08d2c; }
        @media screen and (max-width: 1000px) {
          .bulkHandlingEquipment .content > h2 span {
            display: block; } }
      @media screen and (max-width: 1000px) {
        .bulkHandlingEquipment .content > h2 {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .bulkHandlingEquipment .content > h2 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .bulkHandlingEquipment .content > h2 {
          font-size: 24px; } }
    .bulkHandlingEquipment .content > p {
      font-size: 17px;
      color: #fff;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        .bulkHandlingEquipment .content > p {
          font-size: 16px; } }

.bulkHandlingEquipment-Tiles {
  position: relative;
  padding: 30px 0; }
  @media screen and (max-width: 740px) {
    .bulkHandlingEquipment-Tiles {
      padding: 10px 0; } }
  .bulkHandlingEquipment-Tiles > .tile {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: #eaecee;
    padding: 45px 40px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media screen and (max-width: 740px) {
      .bulkHandlingEquipment-Tiles > .tile {
        padding: 25px 30px;
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px; } }
    @media screen and (max-width: 640px) {
      .bulkHandlingEquipment-Tiles > .tile {
        padding: 15px 20px; } }
    .bulkHandlingEquipment-Tiles > .tile a {
      position: absolute;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .bulkHandlingEquipment-Tiles > .tile .imageWrap,
    .bulkHandlingEquipment-Tiles > .tile .rightArrow {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .bulkHandlingEquipment-Tiles > .tile .imageWrap {
      max-width: 90px; }
      .bulkHandlingEquipment-Tiles > .tile .imageWrap img {
        width: 100%;
        max-width: 85px; }
      @media screen and (max-width: 800px) and (min-width: 741px) {
        .bulkHandlingEquipment-Tiles > .tile .imageWrap {
          max-width: 60px; } }
    @media screen and (max-width: 740px) {
      .bulkHandlingEquipment-Tiles > .tile .imageWrap {
        width: 50px; }
        .bulkHandlingEquipment-Tiles > .tile .imageWrap img {
          max-width: 100%; }
      .bulkHandlingEquipment-Tiles > .tile .rightArrow {
        margin-left: auto;
        width: 30px; }
        .bulkHandlingEquipment-Tiles > .tile .rightArrow img {
          max-width: 100%; } }
    .bulkHandlingEquipment-Tiles > .tile .description {
      max-width: 490px; }
      @media screen and (max-width: 1050px) {
        .bulkHandlingEquipment-Tiles > .tile .description {
          max-width: 70%; } }
      @media screen and (max-width: 740px) {
        .bulkHandlingEquipment-Tiles > .tile .description {
          padding-left: 5%; }
          .bulkHandlingEquipment-Tiles > .tile .description p {
            display: none; } }
    .bulkHandlingEquipment-Tiles > .tile h2 {
      color: #5d5d5d;
      font-size: 27px;
      font-weight: 600;
      margin-bottom: 10px;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media screen and (max-width: 800px) {
        .bulkHandlingEquipment-Tiles > .tile h2 {
          font-size: 19px; } }
      @media screen and (max-width: 740px) {
        .bulkHandlingEquipment-Tiles > .tile h2 {
          margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .bulkHandlingEquipment-Tiles > .tile h2 {
          font-size: 18px; } }
      @media screen and (max-width: 420px) {
        .bulkHandlingEquipment-Tiles > .tile h2 {
          font-size: 16px; } }
    .bulkHandlingEquipment-Tiles > .tile p {
      color: #141414;
      font-size: 17px;
      font-weight: 400; }
    .bulkHandlingEquipment-Tiles > .tile:hover {
      background: #f6f6f6; }
      .bulkHandlingEquipment-Tiles > .tile:hover h2,
      .bulkHandlingEquipment-Tiles > .tile:hover h3,
      .bulkHandlingEquipment-Tiles > .tile:hover p {
        color: #042a58; }
      .bulkHandlingEquipment-Tiles > .tile:hover .rightArrow {
        -webkit-animation: arrowRight 1.2s ease-in-out infinite;
        animation: arrowRight 1.2s ease-in-out infinite; }

/* Facility Equipment Pages ____
________________________________*/
.facilityIntroSection {
  width: 100%;
  background: url("/Content/images/backgroundImage/tallBGLayer.jpg") center/cover no-repeat;
  padding: 85px 0; }
  @media screen and (max-width: 1500px) {
    .facilityIntroSection {
      padding: 60px 0; } }
  .facilityIntroSection h1 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px; }
    .facilityIntroSection h1 span {
      color: #c2983d; }
    @media screen and (max-width: 640px) {
      .facilityIntroSection h1 {
        font-size: 28px; } }
  .facilityIntroSection h2 {
    color: #858585;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .facilityIntroSection h2 {
        font-size: 22px; } }
  .facilityIntroSection p {
    color: #fff;
    font-size: 17px;
    padding-bottom: 25px;
    line-height: 1.5; }
    .facilityIntroSection p:last-of-type {
      margin-bottom: 25px; }
    @media screen and (max-width: 640px) {
      .facilityIntroSection p {
        font-size: 16px; } }

.facilityCTASection {
  position: relative;
  padding: 75px 0 0; }
  @media screen and (max-width: 1500px) {
    .facilityCTASection {
      padding: 60px 0 0; } }
  .facilityCTASection h2 {
    font-weight: 400;
    font-size: 23px;
    color: #858585;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.07em; }
    @media screen and (max-width: 640px) {
      .facilityCTASection h2 {
        font-size: 22px; } }

.andMore {
  position: relative;
  width: 100%;
  margin-top: 35px;
  border-bottom: 2px solid #ccc; }
  .andMore p {
    position: absolute;
    text-align: center;
    color: #0b213b;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 23px !important;
    font-weight: bold;
    background: #fff;
    padding: 0 20px;
    width: initial !important; }
    @media screen and (max-width: 1000px) {
      .andMore p {
        font-size: 20px !important; } }

.learnMoreAbout {
  padding: 50px 0 60px; }
  .learnMoreAbout h5 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #0690b8; }
    @media screen and (max-width: 1000px) {
      .learnMoreAbout h5 {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      .learnMoreAbout h5 {
        font-size: 17px; } }
    .learnMoreAbout h5 a {
      text-decoration: none;
      color: #0690b8;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .learnMoreAbout h5 a:hover {
        color: #c2983d; }

/* About Page __________________
________________________________*/
.aboutIntroSection {
  width: 100%;
  background: url("/Content/images/backgroundImage/tallBGLayer.jpg") center/cover no-repeat;
  padding: 85px 0; }
  @media screen and (max-width: 1500px) {
    .aboutIntroSection {
      padding: 60px 0; } }
  .aboutIntroSection h1 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px; }
    .aboutIntroSection h1 span {
      color: #c2983d; }
    @media screen and (max-width: 1000px) {
      .aboutIntroSection h1 {
        font-size: 32px; } }
    @media screen and (max-width: 640px) {
      .aboutIntroSection h1 {
        font-size: 28px; } }
  .aboutIntroSection h2 {
    color: #858585;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .aboutIntroSection h2 {
        font-size: 22px; } }
    @media screen and (max-width: 480px) {
      .aboutIntroSection h2 {
        font-size: 20px; } }
  .aboutIntroSection p {
    color: #fff;
    font-size: 17px;
    padding-bottom: 15px;
    line-height: 1.5; }
    .aboutIntroSection p:last-of-type {
      margin-bottom: 25px; }

.aboutBottomSection {
  position: relative;
  padding: 85px 0 25px; }
  @media screen and (max-width: 1500px) {
    .aboutBottomSection {
      padding: 60px 0 25px; } }
  .aboutBottomSection .content {
    text-align: center; }
    .aboutBottomSection .content h2 {
      font-size: 35px;
      font-weight: bold;
      color: #042a58;
      margin-bottom: 10px; }
      @media screen and (max-width: 1000px) {
        .aboutBottomSection .content h2 {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .aboutBottomSection .content h2 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .aboutBottomSection .content h2 {
          font-size: 22px; } }
    .aboutBottomSection .content p {
      color: #141414;
      font-size: 17px;
      width: 100%;
      max-width: 1420px;
      margin: 0 auto 30px; }
      @media screen and (max-width: 640px) {
        .aboutBottomSection .content p {
          font-size: 16px; } }

/* Contact Page _____ ____________
_________________________________*/
.contactWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contactWrap .contactFormWrap {
    width: 40%; }
  .contactWrap .contactContent {
    width: 60%; }
  @media screen and (max-width: 1550px) {
    .contactWrap .contactFormWrap,
    .contactWrap .contactContent {
      width: 50%; } }
  @media screen and (max-width: 1200px) {
    .contactWrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contactWrap .contactFormWrap,
      .contactWrap .contactContent {
        width: 100%; } }

.contactFormWrap {
  background: #031934;
  color: #fff;
  padding: 60px 0; }

.contactFormWrap #ContactForm {
  width: 80%;
  max-width: 550px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .contactFormWrap #ContactForm {
      width: 90%; } }
  .contactFormWrap #ContactForm .requireFieldText {
    font-size: 14px;
    margin-bottom: 10px; }
    .contactFormWrap #ContactForm .requireFieldText sup {
      color: #c08d2c; }
  .contactFormWrap #ContactForm .contactRow {
    position: relative;
    display: block;
    margin-bottom: 15px; }
    .contactFormWrap #ContactForm .contactRow label {
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px; }
      .contactFormWrap #ContactForm .contactRow label sup {
        color: #c08d2c;
        margin-right: 3px; }
    .contactFormWrap #ContactForm .contactRow input {
      height: 50px;
      width: 100%;
      background: #fff;
      padding: 0.5em;
      border: none;
      font-size: 16px;
      font-family: inherit;
      letter-spacing: 0.05em;
      outline: none;
      -webkit-filter: none;
      filter: none; }
      .contactFormWrap #ContactForm .contactRow input:focus {
        outline: 2px solid #c08d2c;
        outline-offset: -1px; }
      @media screen and (max-width: 640px) {
        .contactFormWrap #ContactForm .contactRow input {
          height: 40px; } }
    .contactFormWrap #ContactForm .contactRow textarea {
      height: 155px;
      width: 100%;
      background: #fff;
      padding: 0.5em;
      border: none;
      font-size: 16px;
      font-family: inherit;
      letter-spacing: 0.05em; }
      .contactFormWrap #ContactForm .contactRow textarea:focus {
        outline: 2px solid #c08d2c;
        outline-offset: -1px; }
      @media screen and (max-width: 640px) {
        .contactFormWrap #ContactForm .contactRow textarea {
          height: 140px; } }
  .contactFormWrap #ContactForm .contactBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1260px) and (min-width: 1200px) {
      .contactFormWrap #ContactForm .contactBtnWrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 600px) {
      .contactFormWrap #ContactForm .contactBtnWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .contactFormWrap #ContactForm .contactBtnWrap button {
      background: url("/Content/images/backgroundImage/buttonBG.jpg") no-repeat;
      background-size: 170px 60px;
      font-size: 17px;
      height: 60px;
      width: 170px;
      border: none;
      outline: none;
      color: #fff;
      font-weight: bold;
      font-family: inherit;
      letter-spacing: 0.05em;
      cursor: pointer;
      margin: 10px 0;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .contactFormWrap #ContactForm .contactBtnWrap button:hover {
        color: #141414; }
      @media screen and (max-width: 640px) {
        .contactFormWrap #ContactForm .contactBtnWrap button {
          font-size: 16px; } }

.ContactInfo {
  position: relative;
  margin: 30px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1600px) {
    .ContactInfo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .ContactInfo .left {
    margin-right: 50px; }
    @media screen and (max-width: 1600px) and (min-width: 1400px) {
      .ContactInfo .left {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ContactInfo .left > * {
          width: calc(100% / 2); }
        .ContactInfo .left .phoneWrap {
          padding-left: 5%; } }
  .ContactInfo .addressWrap,
  .ContactInfo .phoneWrap,
  .ContactInfo .businessHourWrap {
    color: #141414;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .ContactInfo .addressWrap a,
    .ContactInfo .addressWrap span,
    .ContactInfo .addressWrap p,
    .ContactInfo .phoneWrap a,
    .ContactInfo .phoneWrap span,
    .ContactInfo .phoneWrap p,
    .ContactInfo .businessHourWrap a,
    .ContactInfo .businessHourWrap span,
    .ContactInfo .businessHourWrap p {
      color: #141414;
      text-decoration: none;
      font-size: 17px;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .ContactInfo .addressWrap a,
        .ContactInfo .addressWrap span,
        .ContactInfo .addressWrap p,
        .ContactInfo .phoneWrap a,
        .ContactInfo .phoneWrap span,
        .ContactInfo .phoneWrap p,
        .ContactInfo .businessHourWrap a,
        .ContactInfo .businessHourWrap span,
        .ContactInfo .businessHourWrap p {
          font-size: 16px; } }
    .ContactInfo .addressWrap a,
    .ContactInfo .phoneWrap a,
    .ContactInfo .businessHourWrap a {
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .ContactInfo .addressWrap a:hover,
      .ContactInfo .phoneWrap a:hover,
      .ContactInfo .businessHourWrap a:hover {
        color: #0690b8; }
    .ContactInfo .addressWrap span,
    .ContactInfo .phoneWrap span,
    .ContactInfo .businessHourWrap span {
      text-transform: uppercase; }
    .ContactInfo .addressWrap .imageWrap,
    .ContactInfo .phoneWrap .imageWrap,
    .ContactInfo .businessHourWrap .imageWrap {
      width: 35px; }
    .ContactInfo .addressWrap .hoursWrap .row,
    .ContactInfo .phoneWrap .hoursWrap .row,
    .ContactInfo .businessHourWrap .hoursWrap .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .ContactInfo .addressWrap .hoursWrap .row .day,
      .ContactInfo .phoneWrap .hoursWrap .row .day,
      .ContactInfo .businessHourWrap .hoursWrap .row .day {
        width: 260px; }
        @media screen and (max-width: 480px) {
          .ContactInfo .addressWrap .hoursWrap .row .day,
          .ContactInfo .phoneWrap .hoursWrap .row .day,
          .ContactInfo .businessHourWrap .hoursWrap .row .day {
            width: 220px; } }
        @media screen and (max-width: 420px) {
          .ContactInfo .addressWrap .hoursWrap .row .day,
          .ContactInfo .phoneWrap .hoursWrap .row .day,
          .ContactInfo .businessHourWrap .hoursWrap .row .day {
            width: 180px; } }
      @media screen and (max-width: 420px) {
        .ContactInfo .addressWrap .hoursWrap .row,
        .ContactInfo .phoneWrap .hoursWrap .row,
        .ContactInfo .businessHourWrap .hoursWrap .row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .ContactInfo .addressWrap.phoneWrap .row,
    .ContactInfo .phoneWrap.phoneWrap .row,
    .ContactInfo .businessHourWrap.phoneWrap .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .ContactInfo .addressWrap.phoneWrap .row span,
      .ContactInfo .phoneWrap.phoneWrap .row span,
      .ContactInfo .businessHourWrap.phoneWrap .row span {
        width: 65px;
        margin-right: 12px; }
      @media screen and (max-width: 420px) {
        .ContactInfo .addressWrap.phoneWrap .row,
        .ContactInfo .phoneWrap.phoneWrap .row,
        .ContactInfo .businessHourWrap.phoneWrap .row {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.contactContent {
  margin-right: 5%;
  padding: 50px 0 25px 50px; }
  @media screen and (max-width: 1200px) {
    .contactContent {
      margin: 0 5%;
      padding: 50px 0; } }
  .contactContent h1 {
    font-size: 30px;
    color: #042a58;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px; }
    @media screen and (max-width: 640px) {
      .contactContent h1 {
        font-size: 28px; } }
    @media screen and (max-width: 480px) {
      .contactContent h1 {
        font-size: 26px; } }
  .contactContent p {
    font-size: 17px; }
    @media screen and (max-width: 640px) {
      .contactContent p {
        font-size: 16px; } }

.mapSection {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 25px; }
  @media screen and (max-width: 640px) {
    .mapSection {
      height: 320px; } }
  .mapSection iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* Custom Metal Fabrication _________
_____________________________________*/
.customMetalFabrication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .customMetalFabrication .content,
  .customMetalFabrication .videoWrap {
    width: calc(100% / 2); }
  @media screen and (max-width: 1550px) {
    .customMetalFabrication .content {
      width: 55%; }
    .customMetalFabrication .videoWrap {
      width: 45%; } }
  @media screen and (max-width: 1280px) {
    .customMetalFabrication .content,
    .customMetalFabrication .videoWrap {
      width: 100%; } }
  .customMetalFabrication .content {
    background: url("/Content/images/backgroundImage/customMetal-BG.jpg") center/cover no-repeat;
    color: #fff;
    padding: 70px 5%;
    padding-right: 3%; }
    @media screen and (max-width: 1500px) {
      .customMetalFabrication .content {
        padding: 60px 3%; } }
    @media screen and (max-width: 1050px) {
      .customMetalFabrication .content {
        padding: 60px 50px; } }
    @media screen and (max-width: 740px) {
      .customMetalFabrication .content {
        padding: 50px 35px; } }
    @media screen and (max-width: 640px) {
      .customMetalFabrication .content {
        padding: 50px 25px; } }
    .customMetalFabrication .content h1 {
      margin: 0;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0.02em;
      margin-bottom: 3px; }
      @media screen and (max-width: 640px) {
        .customMetalFabrication .content h1 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .customMetalFabrication .content h1 {
          font-size: 26px; } }
    .customMetalFabrication .content h2 {
      font-weight: bold;
      color: #858585;
      font-size: 24px;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .customMetalFabrication .content h2 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .customMetalFabrication .content h2 {
          font-size: 20px; } }
    .customMetalFabrication .content h4 {
      font-size: 23px;
      color: #fff;
      letter-spacing: 0.08em;
      font-weight: 400;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 640px) {
        .customMetalFabrication .content h4 {
          font-size: 20px; } }
    .customMetalFabrication .content p {
      font-size: 17px;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        .customMetalFabrication .content p {
          font-size: 16px; } }
  .customMetalFabrication .videoWrap {
    position: relative; }
    .customMetalFabrication .videoWrap video {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 1280px) {
      .customMetalFabrication .videoWrap {
        max-height: 450px;
        display: none; } }

.metalFabricServices {
  position: relative;
  width: 100%;
  padding: 50px 0; }
  .metalFabricServices .firstContent h2 {
    font-size: 27px;
    font-weight: 600;
    color: #858585;
    text-align: left;
    margin-bottom: 5px; }
    @media screen and (max-width: 640px) {
      .metalFabricServices .firstContent h2 {
        font-size: 22px; } }
  .metalFabricServices .firstContent p {
    font-size: 17px;
    color: #141414;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .metalFabricServices .firstContent p {
        font-size: 16px; } }
  .metalFabricServices .firstContent h3 {
    font-weight: 400;
    font-size: 23px;
    color: #858585;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin: 50px 0 20px; }
    @media screen and (max-width: 1000px) {
      .metalFabricServices .firstContent h3 {
        font-size: 20px; } }

.metalServices {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .metalServices .service {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 15px; }
    @media screen and (max-width: 1100px) {
      .metalServices .service {
        width: calc(100% / 2 - 20px); } }
    @media screen and (max-width: 550px) {
      .metalServices .service {
        width: 100%; } }
  .metalServices .imageWrap img {
    max-width: 100%; }
    @media screen and (max-width: 1100px) {
      .metalServices .imageWrap img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
    @media screen and (max-width: 520px) {
      .metalServices .imageWrap img {
        max-height: 220px; } }
  .metalServices .contentWrap {
    padding: 10px 10px; }
    .metalServices .contentWrap h3 {
      font-size: 23px;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: #858585;
      font-weight: 400;
      margin-bottom: 8px; }
      @media screen and (max-width: 1600px) {
        .metalServices .contentWrap h3 {
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        .metalServices .contentWrap h3 {
          font-size: 18px; } }
    .metalServices .contentWrap p {
      font-size: 18px;
      color: #000;
      margin: 10px 0; }
      @media screen and (max-width: 640px) {
        .metalServices .contentWrap p {
          font-size: 15px; } }
    .metalServices .contentWrap ul {
      margin-left: 15px;
      margin-bottom: 15px;
      list-style: none; }
      @media screen and (max-width: 640px) {
        .metalServices .contentWrap ul {
          margin-left: 0; } }
      .metalServices .contentWrap ul li {
        position: relative;
        font-size: 16px;
        color: #000;
        padding-left: 15px;
        margin-bottom: 10px; }
        @media screen and (max-width: 640px) {
          .metalServices .contentWrap ul li {
            font-size: 14px; } }
        .metalServices .contentWrap ul li::before {
          content: "•";
          position: absolute;
          left: 0;
          width: 15px;
          height: 100%;
          display: inline-block;
          font-size: 17px;
          margin-right: 10px; }

.materialsWeWork {
  width: 100%;
  background: #eaecee;
  padding: 60px 0; }
  .materialsWeWork h2 {
    font-size: 23px;
    font-weight: 400;
    color: #131313;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.09em; }
    @media screen and (max-width: 640px) {
      .materialsWeWork h2 {
        font-size: 22px; } }
  .materialsWeWork h5 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #0690b8;
    margin-top: 20px; }
    @media screen and (max-width: 640px) {
      .materialsWeWork h5 {
        font-size: 16px; } }
    .materialsWeWork h5 a {
      text-decoration: none;
      color: #0690b8;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .materialsWeWork h5 a:hover {
        color: #c2983d; }

.materialsTypeTiles {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .materialsTypeTiles .materialType {
    position: relative;
    width: calc(100% / 4 - 20px);
    margin: 0 10px 10px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      .materialsTypeTiles .materialType {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 5px;
        height: 250px; } }
    @media screen and (max-width: 640px) {
      .materialsTypeTiles .materialType {
        height: 220px; } }
    @media screen and (max-width: 520px) {
      .materialsTypeTiles .materialType {
        height: 180px; } }
    .materialsTypeTiles .materialType span {
      text-align: center;
      display: block;
      font-size: 25px;
      font-weight: bold;
      max-width: 85%;
      line-height: 1.1;
      padding: 10px 30px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 1700px) {
        .materialsTypeTiles .materialType span {
          font-size: 23px; } }
      @media screen and (max-width: 1500px) {
        .materialsTypeTiles .materialType span {
          font-size: 18px; } }
      @media screen and (max-width: 1000px) {
        .materialsTypeTiles .materialType span {
          font-size: 17px; } }
      @media screen and (max-width: 640px) {
        .materialsTypeTiles .materialType span {
          font-size: 16px;
          padding: 10px;
          width: 85%; } }
      @media screen and (max-width: 480px) {
        .materialsTypeTiles .materialType span {
          font-size: 15px; } }
  .materialsTypeTiles .carbon {
    background: url("/Content/images/tile/carbonSteel-Tile.jpg") center/cover no-repeat; }
  .materialsTypeTiles .stainless {
    background: url("/Content/images/tile/stainlessSteel-Tile.jpg") center/cover no-repeat; }
  .materialsTypeTiles .aluminum {
    background: url("/Content/images/tile/aluminum-Tile.jpg") center/cover no-repeat; }
  .materialsTypeTiles .special {
    background: url("/Content/images/tile/specialRequest-Tile.jpg") center/cover no-repeat; }

/* Facility Design _________________
___________________________________*/
.firstSection {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: calc(100% + 80px) 0;
  background-color: #f6f6f6; }
  @media screen and (max-width: 1850px) {
    .firstSection {
      background-position: calc(100% + 10vw) 0; } }
  @media screen and (max-width: 1750px) {
    .firstSection {
      background-position: calc(100% + 15vw) 0; } }
  @media screen and (max-width: 1660px) {
    .firstSection {
      background-position: calc(100% + 23vw) 0; } }
  @media screen and (max-width: 1555px) {
    .firstSection {
      background-position: calc(100% + 27vw) 0; } }
  @media screen and (max-width: 1500px) {
    .firstSection {
      padding: 60px 0;
      background-position: calc(100% + 32vw) 0; } }
  @media screen and (max-width: 1450px) {
    .firstSection {
      background-position: calc(100% + 35vw) 0; } }
  @media screen and (max-width: 1000px) {
    .firstSection {
      background-size: cover; } }
  .firstSection::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 246, 246, 0.8);
    display: none; }
    @media screen and (max-width: 1380px) {
      .firstSection::before {
        display: block; } }
    @media screen and (max-width: 1000px) {
      .firstSection::before {
        background: rgba(246, 246, 246, 0.9); } }
  .firstSection .content {
    position: relative;
    width: 100%;
    max-width: 950px; }
    @media screen and (max-width: 1380px) {
      .firstSection .content {
        max-width: 100%; } }
    .firstSection .content h1 {
      color: #0b213b;
      font-size: 35px;
      font-weight: bold;
      margin: 0;
      margin-bottom: 3px; }
      .firstSection .content h1 span {
        color: #c08d2c; }
      @media screen and (max-width: 640px) {
        .firstSection .content h1 {
          font-size: 28px; }
          .firstSection .content h1 span {
            display: block; } }
      @media screen and (max-width: 480px) {
        .firstSection .content h1 {
          font-size: 26px; } }
    .firstSection .content h2 {
      font-size: 27px;
      font-weight: 600;
      color: #b2b2b2;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .firstSection .content h2 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .firstSection .content h2 {
          font-size: 20px; } }
    .firstSection .content p {
      color: #141414;
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 640px) {
        .firstSection .content p {
          font-size: 16px; } }

.bottomSection {
  padding: 50px 0 0; }
  .bottomSection h2 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 5px;
    color: #858585; }
    @media screen and (max-width: 640px) {
      .bottomSection h2 {
        font-size: 22px; } }
    @media screen and (max-width: 480px) {
      .bottomSection h2 {
        font-size: 20px; } }
  .bottomSection h3 {
    font-weight: 400;
    font-size: 23px;
    color: #858585;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 15px 0; }
    @media screen and (max-width: 1000px) {
      .bottomSection h3 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .bottomSection h3 {
        font-size: 18px; } }
  .bottomSection p {
    font-size: 17px;
    color: #141414;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .bottomSection p {
        font-size: 16px; } }
  .bottomSection ul {
    margin-left: 15px; }
    .bottomSection ul li {
      margin-bottom: 10px; }

/* Equipment Entry Design _________________
___________________________________*/
.equipmentFirstSection {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #f6f6f6; }
  .equipmentFirstSection_InnerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .equipmentFirstSection_InnerWrap .imageWrap {
      width: 190px;
      margin-top: 10px; }
      .equipmentFirstSection_InnerWrap .imageWrap img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 1200px) {
        .equipmentFirstSection_InnerWrap .imageWrap {
          margin-top: 0;
          margin-bottom: 20px;
          display: none; } }
    .equipmentFirstSection_InnerWrap .content {
      width: calc(100% - 190px);
      padding-left: 20px; }
      @media screen and (max-width: 1200px) {
        .equipmentFirstSection_InnerWrap .content {
          padding-left: 0;
          width: 100%; } }
      .equipmentFirstSection_InnerWrap .content h1 {
        color: #0b213b;
        font-size: 35px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 3px; }
        .equipmentFirstSection_InnerWrap .content h1 span {
          color: #c08d2c; }
        @media screen and (max-width: 1000px) {
          .equipmentFirstSection_InnerWrap .content h1 {
            font-size: 32px; } }
        @media screen and (max-width: 640px) {
          .equipmentFirstSection_InnerWrap .content h1 {
            font-size: 28px; } }
        @media screen and (max-width: 480px) {
          .equipmentFirstSection_InnerWrap .content h1 {
            font-size: 26px; } }
      .equipmentFirstSection_InnerWrap .content h2 {
        font-size: 27px;
        font-weight: 600;
        color: #858585;
        margin-bottom: 15px; }
        @media screen and (max-width: 640px) {
          .equipmentFirstSection_InnerWrap .content h2 {
            font-size: 22px; } }
        @media screen and (max-width: 480px) {
          .equipmentFirstSection_InnerWrap .content h2 {
            font-size: 20px; } }
      .equipmentFirstSection_InnerWrap .content p {
        color: #141414;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 1.5; }
        @media screen and (max-width: 640px) {
          .equipmentFirstSection_InnerWrap .content p {
            font-size: 16px; } }

.equipmentMiddleSection,
.facilityMiddleSection {
  position: relative;
  width: 100%;
  background: url("/Content/images/backgroundImage/equipmentLorry-BG.jpg") center right/cover no-repeat; }
  .equipmentMiddleSection .content,
  .facilityMiddleSection .content {
    position: relative;
    width: 50%;
    padding: 75px 3% 90px 5%;
    background: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 1500px) {
      .equipmentMiddleSection .content,
      .facilityMiddleSection .content {
        width: 60%;
        padding-left: 4%; } }
    @media screen and (max-width: 1280px) {
      .equipmentMiddleSection .content,
      .facilityMiddleSection .content {
        width: 100%;
        padding: 60px 3%; } }
    @media screen and (max-width: 640px) {
      .equipmentMiddleSection .content,
      .facilityMiddleSection .content {
        padding: 60px 25px; } }
    .equipmentMiddleSection .content > h2,
    .facilityMiddleSection .content > h2 {
      color: #fff;
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 15px; }
      .equipmentMiddleSection .content > h2 span,
      .facilityMiddleSection .content > h2 span {
        color: #c08d2c; }
      @media screen and (max-width: 640px) {
        .equipmentMiddleSection .content > h2,
        .facilityMiddleSection .content > h2 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .equipmentMiddleSection .content > h2,
        .facilityMiddleSection .content > h2 {
          font-size: 20px; } }
    .equipmentMiddleSection .content > h3,
    .facilityMiddleSection .content > h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 640px) {
        .equipmentMiddleSection .content > h3,
        .facilityMiddleSection .content > h3 {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .equipmentMiddleSection .content > h3,
        .facilityMiddleSection .content > h3 {
          font-size: 18px; } }
    .equipmentMiddleSection .content > p,
    .facilityMiddleSection .content > p {
      font-size: 17px;
      color: #fff;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        .equipmentMiddleSection .content > p,
        .facilityMiddleSection .content > p {
          font-size: 16px; } }
    .equipmentMiddleSection .content ul,
    .facilityMiddleSection .content ul {
      margin: 30px 0 40px;
      list-style: none; }
      .equipmentMiddleSection .content ul li,
      .facilityMiddleSection .content ul li {
        position: relative;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        padding-left: 20px; }
        .equipmentMiddleSection .content ul li::before,
        .facilityMiddleSection .content ul li::before {
          content: "•";
          position: absolute;
          left: 0;
          width: 15px;
          height: 100%;
          display: inline-block;
          font-size: 18px;
          margin-right: 10px; }
    .equipmentMiddleSection .content ul.iconListsWrap,
    .facilityMiddleSection .content ul.iconListsWrap {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 35px 0; }
      .equipmentMiddleSection .content ul.iconListsWrap > li,
      .facilityMiddleSection .content ul.iconListsWrap > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% / 2);
        padding-left: 0; }
        @media screen and (max-width: 550px) {
          .equipmentMiddleSection .content ul.iconListsWrap > li,
          .facilityMiddleSection .content ul.iconListsWrap > li {
            width: 100%;
            margin-bottom: 20px; } }
        .equipmentMiddleSection .content ul.iconListsWrap > li::before,
        .facilityMiddleSection .content ul.iconListsWrap > li::before {
          display: none; }
        .equipmentMiddleSection .content ul.iconListsWrap > li .imageWrap,
        .facilityMiddleSection .content ul.iconListsWrap > li .imageWrap {
          position: relative;
          width: 50px;
          height: 45px;
          margin-right: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .equipmentMiddleSection .content ul.iconListsWrap > li .imageWrap img,
          .facilityMiddleSection .content ul.iconListsWrap > li .imageWrap img {
            display: block;
            max-width: 100%;
            margin: auto;
            -o-object-fit: contain;
            object-fit: contain; }
          @media screen and (max-width: 640px) {
            .equipmentMiddleSection .content ul.iconListsWrap > li .imageWrap,
            .facilityMiddleSection .content ul.iconListsWrap > li .imageWrap {
              margin-right: 10px; }
              .equipmentMiddleSection .content ul.iconListsWrap > li .imageWrap img,
              .facilityMiddleSection .content ul.iconListsWrap > li .imageWrap img {
                max-width: 80%; } }
        .equipmentMiddleSection .content ul.iconListsWrap > li span,
        .facilityMiddleSection .content ul.iconListsWrap > li span {
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 1000px) {
            .equipmentMiddleSection .content ul.iconListsWrap > li span,
            .facilityMiddleSection .content ul.iconListsWrap > li span {
              font-size: 16px; } }
    .equipmentMiddleSection .content .narrowHigh-ListStyle,
    .facilityMiddleSection .content .narrowHigh-ListStyle {
      margin: 10px 0; }
      .equipmentMiddleSection .content .narrowHigh-ListStyle > li,
      .facilityMiddleSection .content .narrowHigh-ListStyle > li {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 400; }
    .equipmentMiddleSection .content h5,
    .facilityMiddleSection .content h5 {
      font-size: 20px;
      font-weight: bold;
      font-style: italic;
      color: #0690b8;
      margin-top: 20px; }
      @media screen and (max-width: 1000px) {
        .equipmentMiddleSection .content h5,
        .facilityMiddleSection .content h5 {
          font-size: 18px; } }
      @media screen and (max-width: 640px) {
        .equipmentMiddleSection .content h5,
        .facilityMiddleSection .content h5 {
          font-size: 17px; } }
      .equipmentMiddleSection .content h5 a,
      .facilityMiddleSection .content h5 a {
        text-decoration: none;
        color: #0690b8;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .equipmentMiddleSection .content h5 a:hover,
        .facilityMiddleSection .content h5 a:hover {
          color: #c2983d; }

.equipmentListSection {
  position: relative;
  padding: 70px 0;
  width: 100%;
  color: #fff;
  background: url("/Content/images/backgroundImage/tallBGLayer.jpg") center/cover no-repeat; }
  @media screen and (max-width: 1500px) {
    .equipmentListSection {
      padding: 50px 0; } }
  .equipmentListSection h2,
  .equipmentListSection h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .equipmentListSection h2,
      .equipmentListSection h3 {
        font-size: 24px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 640px) {
      .equipmentListSection h2,
      .equipmentListSection h3 {
        font-size: 22px;
        margin-bottom: 10px; } }
  .equipmentListSection p {
    font-size: 17px; }
    @media screen and (max-width: 640px) {
      .equipmentListSection p {
        font-size: 16px; } }
  .equipmentListSection .equipmentListsWrap .equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .equipmentListSection .equipmentListsWrap .equipment > * {
      width: calc(100% / 2); }
      @media screen and (max-width: 1000px) {
        .equipmentListSection .equipmentListsWrap .equipment > * {
          width: 100%; } }
    .equipmentListSection .equipmentListsWrap .equipment .imageWrap {
      padding-right: 50px; }
      .equipmentListSection .equipmentListsWrap .equipment .imageWrap img {
        max-width: 100%; }
      @media screen and (max-width: 1000px) {
        .equipmentListSection .equipmentListsWrap .equipment .imageWrap {
          width: 100%;
          padding-right: 0; } }
    .equipmentListSection .equipmentListsWrap .equipment .contentWrap {
      color: #fff;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .equipmentListSection .equipmentListsWrap .equipment .contentWrap h2,
      .equipmentListSection .equipmentListsWrap .equipment .contentWrap h3 {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 20px; }
        @media screen and (max-width: 1200px) {
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap h2,
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap h3 {
            font-size: 24px;
            margin-bottom: 15px; } }
        @media screen and (max-width: 640px) {
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap h2,
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap h3 {
            font-size: 22px;
            margin-bottom: 10px; } }
      .equipmentListSection .equipmentListsWrap .equipment .contentWrap p {
        font-size: 17px; }
        @media screen and (max-width: 640px) {
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap p {
            font-size: 16px; } }
      @media screen and (max-width: 1000px) {
        .equipmentListSection .equipmentListsWrap .equipment .contentWrap {
          padding: 20px 15px 30px; }
          .equipmentListSection .equipmentListsWrap .equipment .contentWrap p {
            max-width: 90%; } }

/* Market Pages Design __________________
_______________________________________*/
.marketsEntryFirstSection {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: calc(100% + 80px) 0;
  background-color: #f6f6f6; }
  .marketsEntryFirstSection .content {
    width: 100%; }
    .marketsEntryFirstSection .content h1 {
      color: #0b213b;
      font-size: 35px;
      font-weight: bold;
      margin: 0;
      margin-bottom: 15px; }
      .marketsEntryFirstSection .content h1 span {
        color: #c08d2c; }
      @media screen and (max-width: 1000px) {
        .marketsEntryFirstSection .content h1 {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .marketsEntryFirstSection .content h1 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .marketsEntryFirstSection .content h1 {
          font-size: 26px; } }
    .marketsEntryFirstSection .content h2 {
      font-size: 27px;
      font-weight: 600;
      color: #b2b2b2;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .marketsEntryFirstSection .content h2 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .marketsEntryFirstSection .content h2 {
          font-size: 20px; } }
    .marketsEntryFirstSection .content p {
      color: #141414;
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 640px) {
        .marketsEntryFirstSection .content p {
          font-size: 16px; } }

.marketEntryBottomSection {
  margin: 75px 0; }
  @media screen and (max-width: 1000px) {
    .marketEntryBottomSection {
      margin: 50px 0; } }
  .marketEntryBottomSection h2 {
    font-size: 23px;
    font-weight: 400;
    color: #858585;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.07em; }
    @media screen and (max-width: 640px) {
      .marketEntryBottomSection h2 {
        font-size: 22px; } }
  .marketEntryBottomSection h3 {
    color: #0b213b;
    font-size: 23px;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 1000px) {
      .marketEntryBottomSection h3 {
        font-size: 20px; } }
    @media screen and (max-width: 640px) {
      .marketEntryBottomSection h3 {
        font-size: 18px; } }
  .marketEntryBottomSection h5 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #0690b8; }
    @media screen and (max-width: 1000px) {
      .marketEntryBottomSection h5 {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      .marketEntryBottomSection h5 {
        font-size: 17px; } }
    .marketEntryBottomSection h5 a {
      text-decoration: none;
      color: #0690b8;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .marketEntryBottomSection h5 a:hover {
        color: #c2983d; }

.marketCTASection {
  position: relative;
  width: 100%;
  padding: 60px 0 70px; }
  .marketCTASection p:first-of-type {
    font-size: 20px; }
    @media screen and (max-width: 1000px) {
      .marketCTASection p:first-of-type {
        font-size: 18px; } }
  .marketCTASection .marketCTAWrap {
    margin: 50px -10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .marketCTASection .marketCTAWrap > a {
      width: calc(100% / 4 - 20px);
      margin: 0 10px 30px;
      text-decoration: none !important;
      color: #141414;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .marketCTASection .marketCTAWrap > a:hover {
        background: #eaecee; }
        .marketCTASection .marketCTAWrap > a:hover .contentWrap span.learnMore {
          color: #042a58; }
          .marketCTASection .marketCTAWrap > a:hover .contentWrap span.learnMore::after {
            -webkit-transform: translateX(7px);
            -ms-transform: translateX(7px);
            transform: translateX(7px); }
      @media screen and (max-width: 1320px) {
        .marketCTASection .marketCTAWrap > a {
          width: calc(100% / 3 - 20px); } }
      @media screen and (max-width: 1100px) {
        .marketCTASection .marketCTAWrap > a {
          width: calc(100% / 2 - 20px); } }
      @media screen and (max-width: 640px) {
        .marketCTASection .marketCTAWrap > a {
          width: 100%; } }
      .marketCTASection .marketCTAWrap > a .imageWrap img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      @media screen and (max-width: 640px) {
        .marketCTASection .marketCTAWrap > a .imageWrap img {
          max-height: 220px; } }
      .marketCTASection .marketCTAWrap > a .contentWrap {
        padding: 15px 15px; }
        .marketCTASection .marketCTAWrap > a .contentWrap h3 {
          font-size: 20px;
          text-transform: uppercase;
          letter-spacing: 0.07em;
          color: #858585;
          font-weight: 400;
          margin-bottom: 8px; }
          @media screen and (max-width: 1380px) {
            .marketCTASection .marketCTAWrap > a .contentWrap h3 {
              font-size: 18px; } }
          @media screen and (max-width: 1000px) {
            .marketCTASection .marketCTAWrap > a .contentWrap h3 {
              font-size: 16px; } }
        .marketCTASection .marketCTAWrap > a .contentWrap ul {
          margin-left: 5px;
          margin-bottom: 10px;
          list-style: none; }
          .marketCTASection .marketCTAWrap > a .contentWrap ul li {
            position: relative;
            font-size: 16px;
            color: #000;
            padding-left: 15px;
            margin-bottom: 10px; }
            @media screen and (max-width: 640px) {
              .marketCTASection .marketCTAWrap > a .contentWrap ul li {
                font-size: 15px; } }
            .marketCTASection .marketCTAWrap > a .contentWrap ul li::before {
              content: "•";
              position: absolute;
              left: 0;
              width: 15px;
              height: 100%;
              display: inline-block;
              font-size: 17px;
              margin-right: 10px; }
        .marketCTASection .marketCTAWrap > a .contentWrap span.learnMore {
          position: relative;
          display: block;
          font-size: 15px;
          letter-spacing: 0.06em;
          font-weight: bold;
          color: #141414;
          margin-top: 10px;
          text-transform: uppercase;
          -webkit-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .marketCTASection .marketCTAWrap > a .contentWrap span.learnMore::after {
            content: "";
            display: inline-block;
            background: url("/Content/images/icon/longArrow-Right.png") no-repeat;
            background-size: contain;
            width: 35px;
            height: 25px;
            line-height: 1;
            margin-left: 3px;
            vertical-align: middle;
            -webkit-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease; }

.pdfWrap {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pdfWrap .pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3 - 30px);
    margin: 0 30px 35px 0; }
    @media screen and (max-width: 1320px) {
      .pdfWrap .pdf {
        width: calc(100% / 2 - 30px); } }
    @media screen and (max-width: 1000px) {
      .pdfWrap .pdf {
        width: 100%;
        margin-right: 0; } }
    .pdfWrap .pdf .imageWrap {
      background: #fff;
      width: 50px;
      height: 50px;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pdfWrap .pdf .imageWrap img {
        display: block;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .pdfWrap .pdf .content {
      padding-left: 15px; }
      .pdfWrap .pdf .content a {
        font-size: 18px;
        text-underline-position: under;
        color: #fff;
        font-weight: 600;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .pdfWrap .pdf .content a:hover {
          color: #c08d2c; }
        @media screen and (max-width: 1280px) {
          .pdfWrap .pdf .content a {
            font-size: 17px; } }
        @media screen and (max-width: 480px) {
          .pdfWrap .pdf .content a {
            font-size: 15px; } }

/* Abel Work Faster ___________________________
_____________________________________________*/
.abelHighSpeedWeightLorry {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 1650px) {
    .abelHighSpeedWeightLorry {
      -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%; } }
  @media screen and (max-width: 1500px) {
    .abelHighSpeedWeightLorry {
      -ms-grid-columns: 500px 1fr;
      grid-template-columns: 500px 1fr; } }
  @media screen and (max-width: 1280px) {
    .abelHighSpeedWeightLorry {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .abelHighSpeedWeightLorry .contentWrap {
    color: #fff;
    background: #0e1a31;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 75px 25px; }
    @media screen and (max-width: 1750px) {
      .abelHighSpeedWeightLorry .contentWrap {
        padding: 50px 25px; } }
    .abelHighSpeedWeightLorry .contentWrap .innerWrap {
      width: 100%;
      max-width: 400px;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .abelHighSpeedWeightLorry .contentWrap .innerWrap {
          max-width: 500px; } }
      .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 {
        font-weight: bold;
        font-size: 78px;
        margin-bottom: 20px;
        line-height: 1;
        letter-spacing: 0.01em; }
        @media screen and (max-width: 1550px) {
          .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 {
            font-size: 75px; } }
        @media screen and (max-width: 640px) {
          .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 {
            font-size: 65px; } }
        @media screen and (max-width: 480px) {
          .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 {
            font-size: 50px; } }
        .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 span {
          display: block;
          color: #0190b7;
          font-size: 126px;
          line-height: 0.9; }
          @media screen and (max-width: 1550px) {
            .abelHighSpeedWeightLorry .contentWrap .innerWrap h2 span {
              font-size: 120px; } }
      .abelHighSpeedWeightLorry .contentWrap .innerWrap p {
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6; }
        @media screen and (max-width: 480px) {
          .abelHighSpeedWeightLorry .contentWrap .innerWrap p {
            font-size: 16px; } }
  .abelHighSpeedWeightLorry .videoWrap {
    position: relative; }
    .abelHighSpeedWeightLorry .videoWrap video {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

/*# sourceMappingURL=main.css.map */