/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/**********************************
 * Global Styles
 **********************************/
.button {
  padding: 0.5rem 1.5rem;
  text-transform: 1rem;
  font-weight: 700;
}
.button a {
  color: #fff !important;
}
.btnRequestQuote {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  padding: 0.5rem 1.5rem;
}
.btnRequestQuote :hover {
  background: #04447a;
}
.paddingRIGHT {
  margin: 0 px 10px;
  padding: 10px;
  float: right;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
/**********************************
 * Top Styling
 **********************************/
#g-top .g-container {
  padding-top: 10px;
}
.header-a {
  padding-left: 20px;
  padding-top: 5px;
}
.topPHONE {
  font-size: 2.1rem !important;
  padding-bottom: 12px;
  font-weight: 700;
}
/**********************************
 * Header Styling
 **********************************/
#g-header .g-main-nav .g-toplevel {
  text-align: unset;
  text-transform: uppercase;
  font-weight: 700;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.5rem 0.25rem;
  text-align: center !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* show dropdown indicator */
#g-header .g-menu-parent-indicator {
  display: unset;
}
#g-header .g-main-nav .g-dropdown {
  background: #066ec4;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 1rem;
}
#g-header .g-main-nav .g-dropdown a.g-menu-item-container {
  color: #fff;
}
#g-header {
  border-bottom: 9px solid #066ec4;
}
/**********************************
 * Main Styling
 **********************************/
#g-mainbody {
  margin-top: 20px;
  padding-bottom: 0px;
  min-height: 500px;
}
/**********************************
 * Extension Styling
 **********************************/
#g-extension {
  border-top: 9px solid #066EC4;
}
/**********************************
 * Additional Styling
 **********************************/
#g-additional {
  border-top: 9px solid #066EC4;
}
/**********************************
 * Footer Styling
 **********************************/
#g-footer {
  padding: 0;
}
#g-footer .g-main-nav .g-toplevel > li {
  display: inline;
  text-align: left;
  font-size: 0.9rem;
}
#g-footer .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: normal;
  padding: 0.1rem 0.469rem;
}
/**********************************
 * Copyright Styling
 **********************************/
#g-copyright {
  padding: 0;
  font-size: 0.8rem;
}
/**********************************
 * Home Page Styling
 **********************************/
#HomePage {
  /* on the other pages this is used to push the footer down - not needed on home page */
  /* Top Slider */
  /* Services */
  /* size particle title field */
  /* Industries */
  /* Parts Gallery */
}
#HomePage #g-mainbody {
  min-height: unset !important;
}
#HomePage #g-fullwidth .g-slideshow .slideshow-caption.uk-overlay-background {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin: 0 auto;
}
#HomePage #g-fullwidth .g-slideshow-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000 !important;
  line-height: 40px;
  text-transform: uppercase;
}
#HomePage #g-fullwidth .uk-cover-background {
  background-position-y: 0px;
}
#HomePage #g-mainbottom {
  /* remove title separator in particle */
}
#HomePage #g-mainbottom .g-title {
  font-size: 3rem;
  font-weight: 700;
}
#HomePage #g-mainbottom .g-title-separator {
  display: none;
  padding: 0;
}
#HomePage #g-mainbottom .g-particle-intro {
  margin: 1rem 0;
}
#HomePage #g-mainbottom a {
  color: #066ec4;
  text-transform: uppercase;
  font-size: 1.15rem;
}
#HomePage #g-extension {
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% 95%;
  background-repeat: no-repeat;
  background-image: url('../../../../images/home-industries.jpg');
  padding: 4rem 2rem !important;
  margin: auto;
  text-align: center;
}
#HomePage #g-extension .g-container {
  max-width: 70%;
}
#HomePage .homeINDUSTRIES {
  z-index: 10;
  position: relative;
}
#HomePage .homeIndustriesTitle {
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 2;
  font-weight: 900;
}
#HomePage .homeIndustriesText {
  font-size: 2rem;
  font-weight: 600;
}
#HomePage #g-additional {
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../../../../images/bgHOME-PartsGallery.jpg');
  padding: 8rem 2rem;
  margin: auto;
  height: 620px;
  text-align: center;
}
#HomePage .homePartsTitle {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2;
}
/**********************************
 * Mobile Styling
 **********************************/
@media only screen and (max-width: 768px) {
  [class*="logo"] {
    max-width: 75%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .g-offcanvas-toggle {
    top: -80px;
  }
  .header-a {
    text-align: center;
    padding-bottom: 10px;
  }
  #g-fullwidth .g-slideshow-title {
    font-size: 1.5rem !important;
  }
  #HomePage {
    /* home page industries */
    /* home page parts gallery */
  }
  #HomePage #g-extension {
    background-image: url('../../../../images/bgHOME-Industries-sm.jpg') !important;
    background-size: cover;
  }
  #HomePage .homeIndustriesTitle {
    font-size: 3rem;
    text-align: center;
  }
  #HomePage #g-additional {
    background-image: url('../../../../images/bgHOME-PartsGallery-sm-mid.jpg') !important;
    background-size: cover;
  }
}
/*# sourceMappingURL=custom_18.css.map */