@import url('https://fonts.googleapis.com/css?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap');
body,
html,
button,
input,
select,
textarea {
  font-family: "Titillium Web", sans-serif;
}
.menu-module {
  background: transparent;
  min-height: 2.5em;
}
.menu-module nav ul {
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  min-height: 2.5em;
  text-align: left;
}
.menu-module nav a,
.menu-module nav .nav-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  padding: 0.625em 1em;
  color: #0077bb;
  min-height: 1.25em;
  line-height: 1.25em;
  transition: color 0.25s linear;
}
.menu-module .fa,
.menu-module .far,
.menu-module .fas,
.menu-module .fal,
.menu-module .fab {
  color: inherit;
}
.menu-module nav li a:hover {
  color: #005599;
  background-color: #161616;
}
.menu-module nav li {
  margin: 0;
  padding: 0;
  min-height: 2.5em;
  list-style: none;
}
.menu-module nav li ul {
  margin: 0;
  text-align: left;
}
.menu-module .dropdown-menu,
.menu-module [data-nav-priority-menu] > ul {
  background-color: #004488;
  border-radius: 0;
  border: none;
  width: max-content;
}
.menu-module .dropdown-menu .dropdown-item {
  padding-left: 30px;
}
.menu-module .nvmenu-overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(240, 240, 240, 0.95);
  background: rgba(0, 68, 136, 0.9);
}
.menu-module .nvmenu-overlay legend {
  font-size: 1em;
  color: #ffffff;
}
.menu-module .nvmenu-overlay fieldset {
  padding: 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container {
  position: relative;
  margin: 1.25%;
  padding: 1.25em;
  background: #fff;
  box-sizing: border-box;
  background: #004488;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a {
  padding: 0.625em 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close:hover {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-link-heading {
  font-size: 1.5em;
  padding: 0.625em 0.83333333em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  display: inline;
  font-size: 2em;
  padding: 0;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close em {
  transition: color 0.25s linear;
}
.top-menu {
  padding: 1.25em;
  height: auto;
}
.top-menu .menu-module {
  background: none;
  height: auto;
}
.top-menu .menu-module nav a,
.top-menu .menu-module nav .nav-link {
  color: #0077bb;
}
.top-menu .menu-module nav li a:hover {
  color: #005599;
  background: none;
}
#subfooter .menu-module,
footer .menu-module {
  height: auto;
}
#subfooter .menu-module nav ul,
footer .menu-module nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  padding: 0.5em 0;
  text-transform: none;
}
#subfooter .menu-module nav li a:hover,
footer .menu-module nav li a:hover {
  background-color: transparent;
}
#subfooter .menu-module nav li,
footer .menu-module nav li {
  height: auto;
}
@media screen and (max-width: 48em) {
  .menu-module nav ul {
    text-align: center;
  }
  .menu-module .nvmenu-overlay ul {
    text-align: left;
  }
}
[v-cloak] {
  display: none;
}
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-size: 1em;
}
body {
  background: #ffffff;
  color: #222222;
}
img {
  border: 0;
  max-width: 100%;
  height: auto !important;
}
img.lazy {
  opacity: 0;
  transition: opacity 0.15s linear;
}
a {
  color: #0077bb;
  transition: color 0.25s linear;
  font-weight: 700;
  text-decoration: none !important;
}
a:hover {
  color: #005599;
}
button,
.btn {
  font-weight: 600;
}
.btn {
  transition: color 0.25s linear;
}
.btn.btn-primary {
  color: #ffffff;
  background: #0077bb;
  border-color: #0077bb;
}
.btn.btn-primary:hover {
  background: #005599;
  border-color: #005599;
  color: #ffffff;
}
.btn.btn-secondary {
  color: #ffffff;
  background: #005599;
  border-color: #005599;
}
.btn.btn-secondary:hover {
  background: #003377;
  border-color: #003377;
  color: #ffffff;
}
.btn.btn-tertiary {
  color: #ffffff;
  background: #161616;
  border-color: #161616;
}
.btn.btn-tertiary:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-white {
  color: #222222;
  background: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover {
  background: #dddddd;
  border-color: #dddddd;
  color: #222222;
}
p,
ul li,
ol li {
  line-height: 180%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.2em 0 .8em;
  color: #333333;
}
h1 {
  margin-top: 0;
}
hr {
  background-color: #dddddd;
  color: #dddddd;
  margin: 2em auto;
  border-width: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.big {
  font-size: 1.5em;
}
.small {
  font-size: 0.85470085em;
}
.clear {
  clear: both;
}
.bold {
  font-weight: 700;
}
.success,
.error,
.required {
  font-weight: 700;
}
.sucess {
  color: green;
}
.error,
.required {
  color: red;
}
.module-title {
  padding: 0;
}
.shadow {
  box-shadow: 0 0 5px #999999;
}
.card-header {
  font-weight: 700;
}
blockquote {
  margin: 0;
  padding: 1.25em;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
}
blockquote p:first-child:before {
  content: "\201C";
}
blockquote p:last-child:after {
  content: "\201D";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.image-left {
  float: left;
  margin: 0.625em 1.25em 1.25em 0;
}
.image-right {
  float: right;
  margin: 0.625em 0 1.25em 1.25em;
}
.g-recaptcha {
  display: inline-block;
}
.dialog {
  display: none;
}
figure {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 0.625em;
  font-size: 0.75em;
  display: table;
}
figure img {
  display: block;
  width: 100%;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 0.625em;
}
.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .row > [class^="col-"] {
  flex-direction: column;
  align-self: center;
}
header {
  background: #161616;
}
header .shop-cart-module em {
  transition: color 0.25s linear;
}
header a,
header .menu-module nav a,
header .menu-module nav .nav-link,
header .shop-cart-module a,
header .shop-cart-module em {
  color: #ffffff;
}
header .shop-cart-module a:hover,
header .shop-cart-module a:hover em {
  color: #ffffff;
}
#subfooter + footer {
  background-color: #003377;
}
#subfooter,
footer {
  background-color: #161616;
}
#subfooter h5,
footer h5,
#subfooter .title,
footer .title {
  margin: 0.625em 0 0.8em;
}
#subfooter a,
footer a,
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  font-weight: normal;
}
#subfooter h5,
footer h5,
#subfooter .title,
footer .title,
#subfooter module-title,
footer module-title,
#subfooter a:hover,
footer a:hover,
#subfooter .menu-module nav a:hover,
footer .menu-module nav a:hover,
#subfooter .menu-module nav .nav-link:hover,
footer .menu-module nav .nav-link:hover {
  color: #ffffff;
}
#subfooter p,
footer p,
#subfooter div,
footer div,
#subfooter a,
footer a,
#subfooter .copyright,
footer .copyright,
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  color: #dddddd;
}
#subfooter .fa,
footer .fa,
#subfooter .fal,
footer .fal,
#subfooter .far,
footer .far,
#subfooter .fas,
footer .fas,
#subfooter .fab,
footer .fab {
  color: #333333;
}
footer hr {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  height: 2px;
}
.copyright {
  text-align: center;
}
.content-list-module.portfolio-module img {
  border: 1px solid #0077bb;
}
.shop-cart-module {
  margin: auto;
  white-space: nowrap;
}
#shop-cart-floater a .shop-cart-quantity {
  color: #ffffff;
  vertical-align: text-bottom;
  margin-left: 8px;
}
.shop_cart_column_name {
  width: 60%;
  text-align: left;
}
.shop_cart_column_quantity {
  width: 10%;
  text-align: left;
}
.shop_cart_column_price {
  width: 15%;
  text-align: right;
}
.shop_cart_column_total {
  width: 15%;
  text-align: right;
}
.shop_cart_buttons {
  text-align: right;
}
.shop_photo {
  padding: 0 0 1.25em;
}
.shop_price {
  font-size: 1.25em;
  font-weight: 700;
}
.content-list-pagination,
.document-list-pagination {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
input.toggle_value {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  color: #fff;
  display: inline-block;
  box-shadow: none;
}
input.toggle_value:active,
input.toggle_value:invalid {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 48em) {
  #logo {
    text-align: center;
  }
  .shop-cart-module {
    max-width: 225px;
  }
  #subfooter .html-module > .row > div[class^="col-"]:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
#map_canvas img {
  max-width: 10000px;
}
h1,
h2,
h3,
h4,
h5,
h6,
footer .title {
  font-weight: 700;
  text-transform: uppercase;
}
h2.home {
  margin: 0;
  font-size: 2.75em;
  color: #005599;
}
h1 + h2,
h2.home + h3.h2 {
  margin-top: 0.25em;
}
h1 {
  position: absolute;
  z-index: 5;
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
#slideshow h1 {
  position: relative;
}
#slideshow h2 {
  color: #ffffff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
h2,
h3.h2,
.gallery-header,
.gallery-title a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.875em;
  color: #333333;
}
h3 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
}
.services h3 {
  margin-top: 0;
}
ul.inline {
  display: table;
  list-style-type: none;
  -webkit-padding-start: 0;
}
ul.inline.disc {
  list-style-type: disc;
  -webkit-padding-start: 1.25em;
}
blockquote {
  padding: 1.25em 0;
  font-size: 1.25em;
}
blockquote div {
  font-style: normal;
}
.success {
  font-weight: 700;
  color: green;
  text-align: center;
}
.error,
.required {
  font-weight: 700;
  color: #c00;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}
table h3,
table h4 {
  margin: 0.25em 0;
}
figcaption {
  text-align: center;
  padding: 0 0.625em 0.625em;
  font-size: 1.15em;
  font-weight: 600;
}
.round {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
img.shadow {
  margin-left: 10px;
  margin-right: 10px;
}
.pure-button {
  text-transform: uppercase;
  font-weight: 600;
}
a.pure-button .fa,
.services .fa {
  color: #ffffff;
}
#jquery-overlay,
#jquery-lightbox {
  z-index: 50000 !important;
}
video,
.responsive-video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.no-padding > .row > div {
  padding: 0;
}
.pure-g > .container {
  max-width: 1280px;
}
header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.25em;
  padding: 1.25em;
}
header > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #161616;
}
header img {
  display: block;
}
header .menu-module nav a,
header .menu-module nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
header .menu-module nav a:hover,
header .menu-module nav .nav-link:hover {
  color: #77bbdd;
}
header .menu-module nav a.nav-link.dropdown-toggle {
  outline: 0;
}
header .menu-module nav .dropdown-menu,
header .menu-module nav [data-nav-priority-menu] > ul {
  top: 1em !important;
  background: #161616;
}
header .menu-module nav .dropdown-menu .dropdown-item {
  text-transform: none;
}
#header-right .iso .column {
  padding: 0;
}
#header-right {
  text-align: right;
}
#header-right .menu-module > nav > ul,
#header-right .nvmenu-module > nav > ul {
  text-align: right;
  margin-top: 2em;
}
#slideshow .container.center {
  position: absolute;
  z-index: 2;
  height: auto;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
}
video.bgvid {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  filter: brightness(0.6);
}
#slideshow .overlay {
  translate: 0 25%;
}
#slideshow .bkgimg {
  position: relative;
  overflow: hidden;
}
#slideshow .bkgimg .image {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 360px;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#slideshow .bkgimg .image.facility {
  background-image: url('/images/page-top-facility.jpg');
}
#slideshow .bkgimg .image.sparks {
  background-image: url('/images/page-top-sparks.jpg');
}
#slideshow .bkgimg .image.steel {
  background-image: url('/images/page-top-steel.jpg');
}
#slideshow .bkgimg .image.weld {
  background-image: url('/images/page-top-weld.jpg');
}
#slideshow .column {
  padding: 0;
}
.services .column {
  position: relative;
  padding: 0;
}
.services .column a {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.services .column h3 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 85, 153, 0.75);
  font-size: 1.25em;
  color: #ffffff;
}
.services .column .overlay {
  background: rgba(0, 85, 153, 0.75);
  position: absolute;
  z-index: 1;
  height: 0%;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services .column:hover .overlay {
  opacity: 1;
  height: calc(100% - 46px);
}
.services .column img {
  vertical-align: initial;
}
.services .column-image {
  width: 100%;
}
.overlay-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.services .column:hover .overlay-text {
  top: 60%;
  left: 50%;
  opacity: 1;
}
.overlay-text h4,
.overlay-text p {
  color: #ffffff;
  font-weight: 600;
}
.fadeIn-top {
  top: 20%;
}
#content {
  padding: 2.5em 1.25em;
}
#cboxLoadedContent {
  background: #000000;
}
#pagetop.row,
#pagebottom.row,
footer {
  margin: 1.25em;
}
.jobs .pure-u-1 .article {
  padding: 0 0 1.25em;
}
.jobs .pure-u-1:not(:last-of-type) .article {
  border-bottom: 1px solid #cccccc;
}
.for-sale article h3 {
  margin-top: 0;
}
.logos h4 {
  color: #999999;
}
footer {
  padding: 1.25em 0;
}
footer h5,
footer .title {
  font-size: 1.5em;
}
footer p,
footer div,
footer a .fa,
footer p a:hover,
footer div a:hover {
  color: #ffffff;
}
footer p a,
footer div a {
  font-weight: 600;
  color: #77bbdd;
}
footer .pure-u-1 .pure-g > .pure-u-1 p {
  margin-top: 0;
}
#copyright {
  font-size: 0.8em;
}
#map_canvas {
  width: 100%;
  height: 360px;
}
.map-controls {
  text-align: center;
}
#galleria {
  width: 100%;
  max-width: 520px;
  height: 445px;
  max-height: 445px;
  padding: 0px;
  margin: 0px;
}
#galleria .galleria-container {
  padding: 0px;
  margin: 0px;
}
h3#refine-search {
  margin: 10px;
  cursor: pointer;
}
#refine-search .fa {
  display: none;
}
.payment_gateway {
  display: none;
}
.pure-hidden-below-sm,
.pure-hidden-below-md,
.pure-hidden-below-lg,
.pure-hidden-below-xl {
  display: none;
}
#pagebottom .module:last-child {
  background-color: #f6f6f6;
}
.margin-top-sm {
  margin-top: .5em;
}
.margin-top-md {
  margin-top: 1em;
}
.margin-top-lg {
  margin-top: 1.5em;
}
.margin-top-xl {
  margin-top: 3em;
}
.margin-left-md {
  margin-left: 1em;
}
.text-align-left {
  text-align: left !important;
}
.pure-label-fixed {
  width: 75% !important;
  margin: 0 1em 0 1em !important;
}
@media screen and (max-width: 35.5em) {
  ul.pure-menu-items.prioritized.truncated.opened {
    left: 0;
  }
  #pagetop.pure-g,
  #pagebottom.pure-g,
  footer.pure-g {
    margin: 0.625em;
  }
  .kb-effect {
    height: 360px;
  }
}
@media screen and (max-width: 48em) {
  #galleria {
    margin-left: auto;
    margin-right: auto;
  }
  .shop_search_refine {
    display: none;
  }
  h3#refine-search {
    text-align: center;
  }
  #refine-search .fa {
    display: inline;
  }
  #slideshow .bkgimg {
    height: 210px;
  }
  #slideshow h1,
  #content h1 {
    font-size: 1.65em;
    letter-spacing: 0;
  }
  h1,
  h2.home {
    font-size: 2em;
  }
  h2,
  h3.h2 {
    font-size: 1.75em;
  }
  h3,
  h3.big,
  p.big {
    font-size: 1.35em;
  }
  h4,
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
  }
}
@media screen and (max-width: 64em) {
  #slideshow .container.center {
    font-size: .7em;
  }
  #content h1 {
    top: -4em;
  }
}
@media screen and (min-width: 35.5em) {
  .pure-g > .pure-hidden-below-sm {
    display: inline-block;
  }
  .pure-hidden-below-sm {
    display: block;
  }
  .pure-hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .pure-g > .pure-hidden-below-md {
    display: inline-block;
  }
  .pure-hidden-below-md {
    display: block;
  }
  .pure-hidden-md {
    display: none;
  }
  #slideshow .bkgimg {
    height: 360px;
  }
  h1 {
    font-size: 2.5em;
  }
  ul.inline li {
    float: left;
    margin-right: 1.25em;
  }
  ul.inline.disc li {
    margin-right: 2.5em;
  }
}
@media screen and (min-width: 64em) {
  .pure-g > .pure-hidden-below-lg {
    display: inline-block;
  }
  .pure-hidden-below-lg {
    display: block;
  }
  .pure-hidden-lg {
    display: none;
  }
  #content h1 {
    top: -3.5em;
  }
}
@media screen and (min-width: 80em) {
  .pure-g > .pure-hidden-below-xl {
    display: inline-block;
  }
  .pure-hidden-below-xl {
    display: block;
  }
  .pure-hidden-xl {
    display: none;
  }
  h1 {
    font-size: 3.5em;
  }
}
