/*fonts */
@import url("https://use.typekit.net/bpd7vbo.css");
@import url(normalize.css);
@font-face {
  font-family: 'Blender-Pro-Book';
  src: url("../fonts/blender_pro_book-webfont.woff2") format("woff2"), url("../fonts/blender_pro_book-webfont.woff") format("woff"), url("../fonts/blender_pro_book-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Blender-Pro-Book-Italic';
  src: url("../fonts/blender_pro_book_italic-webfont.woff2") format("woff2"), url("../fonts/blender_pro_book_italic-webfont.woff") format("woff"), url("../fonts/Blender Pro Book Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'Blender-Pro-Thin';
  src: url("../fonts/blender_pro_thin-webfont.woff2") format("woff2"), url("../fonts/blender_pro_thin-webfont.woff") format("woff"), url("../fonts/blender_pro_thin-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Blender-Pro-Thin-Italic';
  src: url("../fonts/blender_pro_thin_italic-webfont.woff2") format("woff2"), url("../fonts/blender_pro_thin_italic-webfont.woff") format("woff"), url("../fonts/blender_pro_thin_italic-webfont.ttf") format("truetype");
}

/*//variables +++++++++++++++++++++++++++++++++++++++++++++++*/
/*//base +++++++++++++++++++++++++++++++++++++++++++++++*/
body {
  background: url(../images/bkgd-dark.jpg);
  font-family: ltc-caslon-pro, serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  font-family: 'Blender-Pro-Thin';
}

nav {
  display: flex;
  height: 136px;
  background: url(../images/blue-texture.jpg);
}

nav div.contain-logo {
  flex-basis: 18%;
  display: inline-block;
  padding: 15px;
}

nav div.address {
  flex-basis: 25%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #cfd2d4;
}

nav div.address ul li.bus-name {
  font-family: armada-condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120%;
}

nav div.contain-nav {
  display: flex;
  flex-basis: 62%;
}

nav div.contain-nav .menu-icon {
  position: absolute;
  display: none;
}

nav div.contain-nav ul {
  position: relative;
  bottom: -63px;
  width: 100%;
  height: 1.25em;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}

nav div.contain-nav ul li {
  padding-right: 2rem;
  display: inline-block;
}

nav div.contain-nav ul li a:link, nav div.contain-nav ul li a:visited {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 0.7rem;
}

section, footer {
  padding: 1rem 6rem 6rem 6rem;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

img.center {
  margin: 0 auto;
}

img.initial {
  width: initial;
}

img.full-width {
  width: 100%;
}

.flex_ {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: relative;
}

.relative {
  position: relative;
}

.relative a.red-button {
  bottom: 0;
}

.padding-25 {
  display: block;
  padding-bottom: 25px !important;
}

.padding-50 {
  padding-bottom: 50px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
  display: block;
}

div.contain-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 32%;
  margin: 2rem 0;
}

div.contain-button button {
  font-size: 1.75rem;
  line-height: 2.65rem;
  width: 294px;
  background-image: url(../images/button-bkgd.png);
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  padding-left: 40px;
}

div.contain-button button span {
  display: block;
}

/*//typography +++++++++++++++++++++++++++++++++++++++++++++++*/
h1 {
  font-family: armada-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

h2 {
  position: relative;
  display: inline-block;
  font-family: armada-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

h2::before, h2::after {
  content: "";
  position: absolute;
  left: -70px;
  top: 11px;
  width: 59px;
  height: 31px;
  background-image: url(../images/large-chevron.png);
  background-size: cover;
  z-index: 600;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
}

h2::after {
  left: auto;
  right: -70px;
  top: 11px;
  transform: scaleX(-1);
}

h3, h4 {
  position: relative;
  display: inline-block;
  font-family: armada-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}

h5 {
  position: relative;
  display: inline-block;
  font-family: armada-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}

h3::before, h4::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 12px;
  width: 37px;
  height: 20px;
  background-image: url(../images/chevron.png);
  background-size: cover;
  z-index: 600;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 0rem;
  text-align: left;
}

h4::before {
  top: 7px;
}

h4 a:link, h4 a:visited{
 color: #fff;
}

h4 a:hover {
  text-decoration: none;
}


h6 {
  width: 100%;
  text-align: center;
  font-family: armada-condensed, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 1rem;
  color: #ababab;
}

.strong {
  font-family: 'Blender-Pro-Bold';
}

.text-center {
  width: 100%;
  text-align: center !important;
  display: block;
}

.copyright {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffff;
  font-family: arial, sans-serif;
  font-size: .8rem;
  color: #000;
  padding: 1rem 0 1rem 0;
}

p {
  padding: 0 1rem 0 0;
}

/*//header +++++++++++++++++++++++++++++++++++++++++++++++*/
section.header-image {
  position: relative;
  padding: 0rem;
  /* background-image: url("../images/header-image.png") center , url("../images/truck-header.jpg");*/
}

section.header-image div.main-image {
  position: absolute;
  top: 0;
  z-index: -1;
}

section aside.contain-image-copy {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 360px;
  padding: 1em 2em;
  z-index: 999;
}

section aside.contain-image-copy p {
  font-size: 18px;
}

section article {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.875rem;
  width: 90%;
}

section article div.lead-in {
  flex-basis: 68%;
  margin: 30px 0;
}

section article div.contain-button {
  flex-basis: 32%;
}

section .flex-item.two-across {
  flex-basis: 48%;
  justify-content: space-around;
}

section .flex-item.two-across h3 {
  text-align: left;
  left: 0;
  transform: translateX(0);
}

section .flex-item.two-across div.contain-button {
  justify-content: left;
}

section .flex-item.two-across img {
  margin: 0 auto;
}

section .flex-item.two-across div.push-right {
  margin: 0;
  justify-content: right;
}

section .product-delivery .flex-item {
  flex-basis: 16.6%;
  justify-content: center;
}

/*// footer styles +++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/blue-texture.jpg);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background-color: #5680aa;
}

footer aside {
  flex-basis: 33%;
}

footer aside span.f-header {
  display: block;
  font-family: Blender-Pro-Book, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

footer aside span.push-left {
  padding-top: 5px;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}

footer aside span.push-right {
  padding-top: 5px;
  display: block;
  width: 50%;
  float: right;
}

footer aside ul {
  margin-top: 0;
  padding-left: 0;
}

footer aside ul li {
  padding-top: 5px;
}

footer aside ul li::before {
  content: "+ ";
  font-weight: 700;
}

footer aside.testimonials div {
  padding: 0 0 1rem 0;
}

footer aside.testimonials div p {
  padding: 2rem;
  background-color: #000;
  font-weight: 700;
}

footer aside.testimonials div p cite {
  display: block;
  padding-top: 1rem;
  text-align: right;
}

footer aside.contain-map {
  display: flex;
  justify-content: center;
}

ul.bottom-links {
  margin: 0;
  padding: 15px 0;
  display: block;
  width: 100%;
  background-color: #fff;
}

ul.bottom-links li {
  font-family: Blender-Pro-Book, sans-serif;
  display: inline-block;
  margin: 0 2rem;
  color: #5680aa;
  font-weight: 700;
  font-size: 1.2rem;
}

/*// pages styles +++++++++++++++++++++++++++++++++++++++++++++++*/
/*Homepage*/
section.light-grad {
  background: url(../images/bkgd-gradient-.jpg);
  padding-right: 0;
  background-repeat: repeat-x;
}

section.cross-hatch {
  background: url(../images/cross-hatch-bkgd.gif);
}

/*products*/
body.products {
  background-image: url(../images/gradient-backgd.jpg);
}

body.products h2 {
  color: #9cbbda;
}

body.products .contain-products {
  padding-bottom: 3rem;
}

body.products .contain-products .flex_ {
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1rem;
}

body.products .contain-products .flex_ .flex-item {
  flex-basis: 28%;
  margin-bottom: 4rem;
  border-top: 1px solid #9cbbda;
  padding-top: 3rem;
}

body.products .contain-products .flex_ .flex-item.two-across h3 {
  left: 50%;
  transform: translateX(-50%);
}

body.products .contain-products .flex_ .flex-item.two-across img {
  width: initial;
}

body.products .contain-products .flex_ .flex-item.two-across p {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 1rem;
}

/* services +++*/
body.services h2 {
  color: #9cbbda;
}

body.services section.contain-products p {
  margin-top: -20px;
  padding-bottom: 20px;
}

body.services section.contain-products .flex-item {
  flex-basis: 47%;
}

body.services section.contain-products .flex-item.two-across h4 {
  margin-top: 0;
  left: 0;
  transform: translateX(0);
}

body.services section.contain-products .flex-item.two-across ul {
  margin-top: 0;
  padding-left: 10px;
}

body.services section.contain-products .flex-item.two-across ul li, 
body.application div.flex_ ul li{
  padding-top: 5px;
  position: relative;
}

body.services section.contain-products .flex-item.two-across ul li::before,
body.application div.flex_ ul li::before {
  position: absolute;
  content: "+ ";
  font-weight: 700;
  left: -15px;
}

/* about +++*/
body.about h2 {
  color: #9cbbda;
}

body.about section.contain-products img {
  width: initial;
  float: left;
  padding: 0 2rem 2rem 0;
}

body.about section.contain-products .flex-item.two-across ul li::before {
  position: absolute;
  content: "+ ";
  font-weight: 700;
  left: -15px;
}

/* contact +++*/
.contact section .content_fullwidth {
  display: flex;
  justify-content: space-between;
}

.contact section .content_fullwidth .one_half {
  flex-basis: 30%;
}

.contact section .content_fullwidth .one_half.last {
  flex-basis: 70%;
}

.contact section .content_fullwidth .one_half.last section {
  padding: 1rem;
}

.contact section .content_fullwidth .one_half.last section label.label {
  display: block;
  width: 100px;
}

.contact section .content_fullwidth .one_half.last section label.input {
  display: block;
  width: 100%;
}

.contact section .content_fullwidth .one_half.last section label.input input {
  width: 100%;
}

.contact section .content_fullwidth .one_half.last section label.textarea {
  display: block;
  width: 100%;
}

.contact section .content_fullwidth .one_half.last section label.textarea textarea {
  display: block;
  width: 100%;
}

/* application +++*/

body.application div.flex_{
    width: 70%;
    margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 1600  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1600px) {
  nav div.contain-nav ul li a:link, nav div.contain-nav ul li a:visited {
    font-size: 1.4rem;
  }
  div.contain-button {
    flex-basis: 100%;
    justify-content: center;
  }
  footer {
    padding: 3em 1em;
  }
  /*++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /*++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /*+++++++++++++++  Media Queries 1400  +++++++++++++*/
  /*++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /*++++++++++++++++++++++++++++++++++++++++++++++++++*/
}

@media screen and (max-width: 1600px) and (max-width: 1400px) {
  nav {
    display: block;
  }
  nav div.contain-logo {
    width: 20%;
    float: left;
  }
  nav div.contain-logo img {
    width: 100%;
  }
  nav div.address {
    float: left;
    width: 75%;
  }
  nav div.address ul {
    padding-left: 0;
  }
  nav div.address ul li {
    display: inline-block;
    padding-left: 15px;
  }
  nav div.address ul li.bus-name {
    font-size: 100%;
  }
  nav div.contain-nav {
    width: 75%;
    float: right;
    z-index: 1;
    position: relative;
    bottom: 86px;
  }
  nav div.contain-nav ul li a:link, nav div.contain-nav ul li a:visited {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 1600px) {
  /*footer {
    &::before {
    }

    aside {
      flex-basis: 100%;
      padding-bottom: 40px;

      span.f-header {
      }

      span.push-left {
        width: 15%;
      }

      span.push-right {
        width: 85%;
      }

      ul {
        li {
          padding-top: 5px;
          display: inline-block;
          padding-left: 20px;

          &::before {
          }

        }

      }

    }

    aside.testimonials {
      padding-top: 40px;

      div {
        padding: 0;

        p {
          cite {
          }

        }

      }

    }

  }*/
  ul.bottom-links {
    margin: 0;
    padding: 15px 0;
    display: block;
    width: 100%;
    background-color: #fff;
  }
  ul.bottom-links li {
    font-family: Blender-Pro-Book, sans-serif;
    display: inline-block;
    margin: 0 2rem;
    color: #5680aa;
    font-weight: 700;
    font-size: 1.2rem;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 1350  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1350px) {
  section aside.contain-image-copy {
    top: 0px;
    right: -40px;
    width: 360px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 1084  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1084px) {
  footer {
    padding: 3em 1em;
  }
  footer aside {
    flex-basis: 50%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 1040  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1040px) {
  section article div.lead-in {
    flex-basis: 100%;
  }
  section article div.contain-button {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 3em 1em;
  }
  footer aside {
    flex-basis: 50%;
  }
  footer aside.testimonials {
    flex-basis: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 1000 +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1000px) {
  section.header-image aside {
    display: block;
    position: relative;
    width: 90%;
    padding: 13px;
    font-size: 1.7rem;
  }
  section.header-image aside p {
    font-size: 30px;
  }
  div.bkgd-gradient {
    visibility: hidden;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 960  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 960px) {
  footer {
    padding: 3em 1em;
  }
  footer aside {
    flex-basis: 50%;
  }
  section .product-delivery .flex-item {
    flex-basis: 45%;
    justify-content: center;
  }
  nav div.contain-nav {
    z-index: 11;
  }
  nav div.contain-nav ul {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    width: 350px;
    z-index: 5;
  }
  nav div.contain-nav ul.visible {
    display: block;
  }
  nav div.contain-nav ul li {
    display: block;
    background-color: #777777;
    padding-left: 15px;
  }
  nav div.contain-nav ul li a:link, nav div.contain-nav ul li a:visited {
    font-size: 1.7rem;
    line-height: 3.3rem;
  }
  nav div.contain-nav ul li a:hover {
    text-decoration: underline;
  }
  nav div.contain-nav .menu-icon {
    position: absolute;
    display: block;
    top: 39px;
    /* left: 0; */
    right: 30px;
  }
  nav div.contain-nav .menu-icon img {
    width: 36px;
    height: auto;
  }
  section aside.contain-image-copy {
    display: block;
  }
  section .flex-item.two-across {
    flex-basis: 94%;
    margin: 0 auto;
  }
  section .flex-item.two-across div.contain-button {
    justify-content: center;
    margin: 0 auto;
  }
  section {
    padding: 0;
  }
  footer aside {
    padding-bottom: 40px;
  }
  footer aside span.push-left {
    width: 15%;
  }
  footer aside span.push-right {
    width: 85%;
  }
  footer aside ul li {
    padding-top: 5px;
    display: inline-block;
    padding-left: 20px;
  }
  footer aside.testimonials {
    padding-top: 40px;
  }
  footer aside.testimonials div {
    padding: 0;
  }
  .cross-hatch p {
    width: 95%;
    padding: 0 1.5em;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 770  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 770px) {
  nav div.contain-nav {
    bottom: 147px;
  }
  nav div.contain-logo {
    flex-direction: vertical;
    align-content: center;
    width: 35%;
  }
  nav div.contain-logo img {
    width: 150px;
  }
  nav div.address {
    width: 38%;
  }
  nav div.address ul li {
    display: block;
  }
  nav div.address ul li.bus-name {
    font-size: 100%;
  }
  section aside.contain-image-copy h1 {
    font-size: 31.7px;
  }
  .cross-hatch p {
    width: 95%;
    padding: 0 1em;
  }
  section .flex-item.two-across h3 {
    text-align: center;
    width: 100%;
  }
  section .flex-item.two-across h3::before {
    content: none;
  }
  section .flex-item.two-across div.contain-button {
    justify-content: center;
    padding-bottom: 20px;
  }
  footer {
    padding: 3em 1em;
  }
  section article div.lead-in {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  section article div.contain-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++  Media Queries 540  +++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
