/* Text Elements */

h2.quote-company {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 1200px;
  color: #1d1d1d;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}

h2 span.heading-text-2 {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

h2 span.heading-text-12 {
  font-size: 1.25rem;
}

h2 span.heading-text-15 {
  font-size: 1rem;
}

h2 span.heading-text-9 {
  font-size: .875rem;
}

h2 span.heading-text-14 {
  font-size: .875rem;
}

h3.project-photos-heading {
  padding-top: 4rem;
  color: #efeee6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}

h3.contact-heading {
  padding-top: 0;
  color: #e3e1d8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}

h3 a.heading-text-3 {
  font-size: 3rem;
}

h3#downloads {
  color: #0e0e0e;
}

h4.card-title {
  margin-top: 1rem;
  color: #efeee6;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}

h6.city {
  color: #e68b5a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

h6.heading-phone {
  margin-top: .5rem;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}

h6.heading-address {
  text-align: center;
  text-indent: 0;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}

h6 span.heading-text-1 {
  font-family: 'Andale Mono', AndaleMono, monospace;
}

h6 span.heading-text-4 {
  font-family: 'Lato', sans-serif;
}

h6 span.heading-text-5 {
  font-family: 'Lato', sans-serif;
}

h6 span.heading-text-6 {
  font-family: 'Lato', sans-serif;
}

h6 span.heading-text-7 {
  font-family: 'Lato', sans-serif;
}

h6 span.heading-text-8 {
  font-family: 'Lato', sans-serif;
}

p.paragraph.card-text {
  color: #efeee6;
  font-family: 'Lato', sans-serif;
}

p.paragraph.about-paragraph {
  margin-bottom: 2rem;
  max-width: 1200px;
  font-family: 'Lato', sans-serif;
}

span.text-element.text-1 {
  font-style: italic;
}

span.text-element.text-2 {
  text-align: center;
}

span.text-element.text-3 {
  font-weight: 600;
}

span.text-element.text-4 {
  font-weight: 600;
}

span.text-element.text-5 {
  font-weight: 600;
}

span.text-element.text-6 {
  font-weight: 600;
}

span.text-element.text-7 {
  font-weight: 600;
}

span.text-element.text-8 {
  font-weight: 600;
}

span.text-element.text-9 {
  font-weight: 600;
}

span.text-element.text-10 {
  font-weight: 600;
}

a.link-text.home-item-menu {
  margin: .5rem 0;
  color: #161616;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
}

a.link-text.menu-item {
  display: block;
  margin-right: 3rem;
  margin-left: 3rem;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: .125rem solid transparent;
  color: #e2211c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  line-height: 36px;
}

a.link-text.footer-link {
  color: #116488;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
}

a.link-text span.text-link-text-1 {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text span.text-link-text-3 {
  font-family: 'Lato', sans-serif;
}

a.link-text span.text-link-text-4 {
  font-weight: 600;
}

a.link-text span.text-link-text-5 {
  font-weight: 600;
}

a.link-text span.text-link-text-6 {
  font-weight: 600;
}

a.link-text span.text-link-text-7 {
  font-weight: 600;
}

a.link-text.text-link-1 {
  font-family: 'Lato', sans-serif;
}

a.link-text span.text-link-text-2 {
  color: #e7e7e5;
}

a.link-text.home-item-menu:hover {
  color: #00833e;
}

a.link-text.menu-item:hover {
  border-bottom: .125rem none #181818;
  text-decoration: none;
}

/* Interaction Elements */

a.link-button.button-visit-project {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 32px;
  border: .125rem solid rgba(239, 238, 230, .2);
  border-radius: 50px;
  color: #efeee6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

a.link-button.button-visit-project:hover {
  border-color: #efeee6;
}

/* Layout Elements */

.container.orbit {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  min-width: 0;
  max-width: 1200px;
  width: 100%;
}

.container.container-projects {
  min-height: auto;
  background-color: #161616;
}

.container.container-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 100vh;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.contact-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 4rem 2rem 2rem;
  min-height: 50vh;
  background-color: #161616;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: 350px;
  background-color: #fff;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.header {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  visibility: visible;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 50px;
  background-color: #fff;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-column-rule-color: #0e0e0e;
     -moz-column-rule-color: #0e0e0e;
          column-rule-color: #0e0e0e;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.menu-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 100vh;
  background-color: #0e0e0e;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.card-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.company-section {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 100vh;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.card-row {
  margin-top: 0;
  padding-right: 16px;
  padding-left: 16px;
  min-width: 90%;
}

.container.hero-picture-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 90vw;
  min-height: 75vh;
  background-color: rgba(22, 22, 22, .5);
  background-image: url('../images/gas-risers.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.desktop-menu.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: .5rem;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.menu-wrapper.mobile-menu {
  background-color: #fff;
}

.container.menu-wrapper.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 100vh;
  background-color: rgba(14, 14, 14, .9);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.desktop-menu.menu-wrapper.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 100vh;
  background-color: rgba(14, 14, 14, .9);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
  width: 100%;
}

button.slide-indicator {
  margin: 0 .6% 1rem;
  padding-right: 0;
  width: 1rem;
  height: 1rem;
}

button.orbit-previous {
  color: #efeee6;
}

.rule.rule-contact hr {
  border-top-width: 2px;
}

.rule.rule-contact {
  margin-top: 2rem;
  margin-bottom: 0;
  max-width: 800px;
  width: 100%;
}

a.glyph.menu-toggler {
  color: #0e0e0e;
  font-size: 28px;

  -webkit-text-stroke-color: #161616;
}

div.responsive-picture.card-picture {
  display: table-row;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-filter: sepia(.63) grayscale(.68);
          filter: sepia(.63) grayscale(.68);

  background-blend-mode: normal;
}

.rule.black-separator hr {
  border-top-color: #161616;
}

a.responsive-picture.picture-link-1 {
  display: inline;
  max-width: 250px;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-fit: contain;
     object-fit: contain;
}

a.social-image.social-icon {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #116488;
}

div.responsive-picture.card-picture:hover {
  -webkit-filter: sepia(0) grayscale(0);
          filter: sepia(0) grayscale(0);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, linear;
     -moz-transition-timing-function: ease, linear;
       -o-transition-timing-function: ease, linear;
          transition-timing-function: ease, linear;
  -webkit-transition-duration: 0s, .6s;
     -moz-transition-duration: 0s, .6s;
       -o-transition-duration: 0s, .6s;
          transition-duration: 0s, .6s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.quote-company {
    font-size: 42px;
  }

  a.link-text.home-item-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
  }

  a.link-text.menu-item {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }

  a.link-text.menu-item:hover {
    border-bottom-style: dotted;
  }

  /* Layout Elements */

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.header {
    position: relative;
  }

  .container.menu-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-picture-wrapper {
    background-attachment: fixed;
  }

  .container.desktop-menu.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.menu-wrapper.mobile-menu {
    display: none;
  }

  button.slide-indicator {
    margin-right: .6%;
    margin-left: .6%;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.orbit {
    max-width: 1200px;
    width: auto;
  }

  .container.contact-header {
    background-color: #161616;
  }

  .container.container-about {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .container.hero-container {
    background-color: #0e0e0e;
  }
}