/* 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
 */

/**** Header ****/
/* line 3, templates/g5_helium/custom/scss/header.scss */
#g-header {
  padding: 2rem 0 !important;
  height: 130px;
}
/* line 7, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social {
  width: 24%;
  display: inline-block;
  text-align: center;
}
/* line 12, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social a {
  margin-right: 22px;
}
/* line 16, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-twitter:before {
  content: "";
  background-image: url('../../../../images/icons/twitter.png');
  height: 34px;
  width: 34px;
  position: absolute;
  display: block;
  vertical-align: top;
  top: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 30, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-twitter:hover:before {
  content: "";
  background-image: url('../../../../images/icons/twitter-hover.png');
}
/* line 35, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-instagram:before {
  content: "";
  background-image: url('../../../../images/icons/instagram.png');
  height: 34px;
  width: 34px;
  position: absolute;
  display: block;
  vertical-align: top;
  top: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 49, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-instagram:hover:before {
  content: "";
  background-image: url('../../../../images/icons/instagram-hover.png');
}
/* line 54, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-linkedin:before {
  content: "";
  background-image: url('../../../../images/icons/linkedin.png');
  height: 34px;
  width: 34px;
  position: absolute;
  display: block;
  vertical-align: top;
  top: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 68, templates/g5_helium/custom/scss/header.scss */
#g-header .g-social span.fa.fa-linkedin:hover:before {
  content: "";
  background-image: url('../../../../images/icons/linkedin-hover.png');
}
/* line 74, templates/g5_helium/custom/scss/header.scss */
#g-header a.email {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #010101 !important;
  width: 75%;
}
/* line 86, templates/g5_helium/custom/scss/header.scss */
#g-header a.phone {
  text-align: right;
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  color: ;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  width: 75%;
}
/**** Top Bar ****/
/* line 103, templates/g5_helium/custom/scss/header.scss */
#g-topbar {
  background-color: #ebebeb;
  height: 44px;
  border-bottom: 0.5px solid #c6c2c2;
}
/* line 108, templates/g5_helium/custom/scss/header.scss */
#g-topbar h1.page-title {
  font-size: 11px;
  line-height: 20px;
  color: ;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 117, templates/g5_helium/custom/scss/header.scss */
#g-topbar p.tagline {
  font-size: 11px;
  line-height: 20px;
  color: ;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: right;
  margin: 0.75rem 0 1.5rem 0;
}
@media (min-width: 1200px) and (max-width: 1650px) {
  /* line 132, templates/g5_helium/custom/scss/header.scss */
  /* line 133, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-38 {
    flex: 0 40%;
    width: 40%;
  }
  /* line 140, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social a {
    margin-right: 20px;
  }
}
/**** Small desktop ****/
@media (max-width: 1199px) {
  /* line 150, templates/g5_helium/custom/scss/header.scss */
  /* line 152, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-39, #g-topbar .size-39 {
    flex: 0 35%;
    width: 35%;
  }
  /* line 157, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-38, #g-topbar .size-38 {
    flex: 0 55%;
    width: 55%;
  }
  /* line 162, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-11, #g-topbar .size-11 {
    width: 6%;
    flex: 0 6%;
  }
  /* line 167, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-12, #g-topbar .size-12 {
    width: 3%;
    flex: 0 3%;
  }
  /* line 172, templates/g5_helium/custom/scss/header.scss */
  #g-header a.email, #g-topbar a.email {
    width: 59%;
  }
  /* line 176, templates/g5_helium/custom/scss/header.scss */
  #g-header a.phone, #g-topbar a.phone {
    width: 59%;
  }
  /* line 180, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social, #g-topbar .g-social {
    width: 34%;
  }
}
/**** Tablet ****/
@media (max-width: 959px) {
  /* line 190, templates/g5_helium/custom/scss/header.scss */
  #g-header {
    height: 118px;
  }
  /* line 193, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social {
    width: 30%;
    display: inline-block;
    text-align: right;
  }
  /* line 198, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social a {
    margin-right: 36px;
  }
  /* line 202, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social span.fa.fa-twitter:before {
    height: 34px;
    width: 34px;
  }
  /* line 207, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social span.fa.fa-instagram:before {
    height: 34px;
    width: 34px;
  }
  /* line 212, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social span.fa.fa-linkedin:before {
    height: 34px;
    width: 34px;
  }
  /* line 218, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-38 {
    flex: 0 66%;
    width: 66%;
  }
  /* line 223, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-39 {
    flex: 0 20%;
    width: 20%;
  }
  /* line 228, templates/g5_helium/custom/scss/header.scss */
  #g-header a.phone {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 234, templates/g5_helium/custom/scss/header.scss */
  /* line 235, templates/g5_helium/custom/scss/header.scss */
  #g-topbar .size-38 {
    flex: 0 51%;
    width: 51%;
  }
  /* line 241, templates/g5_helium/custom/scss/header.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 4%;
    top: 92px;
  }
  /* line 247, templates/g5_helium/custom/scss/header.scss */
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
    font-size: 62px;
    background-image: url('../../../../images/icons/tabber.png');
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/**** Phone ****/
@media (max-width: 767px) {
  /* line 268, templates/g5_helium/custom/scss/header.scss */
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
    font-size: 62px;
    background-image: url('../../../../images/icons/tabber.png');
    height: 25px;
    width: 25px;
    display: block;
    position: relative;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 10px;
  }
  /* line 284, templates/g5_helium/custom/scss/header.scss */
  .g-offcanvas-right .g-offcanvas-toggle {
    left: inherit;
    right: 11%;
    top: 78px;
  }
  /* line 290, templates/g5_helium/custom/scss/header.scss */
  /* line 291, templates/g5_helium/custom/scss/header.scss */
  /* line 292, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-39 img {
    max-height: 45px !important;
  }
  /* line 298, templates/g5_helium/custom/scss/header.scss */
  /* line 300, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-39, #g-topbar .size-39 {
    flex: 0 90%;
    width: 90%;
  }
  /* line 305, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-11, #g-topbar .size-11 {
    width: 4%;
    flex: 0 4%;
  }
  /* line 311, templates/g5_helium/custom/scss/header.scss */
  /* line 312, templates/g5_helium/custom/scss/header.scss */
  #g-topbar .size-38 {
    display: none;
  }
  /* line 316, templates/g5_helium/custom/scss/header.scss */
  #g-topbar h1.page-title {
    text-align: center;
  }
  /* line 321, templates/g5_helium/custom/scss/header.scss */
  #g-header {
    height: auto;
    padding: 1rem 0 10px 0 !important;
  }
  /* line 325, templates/g5_helium/custom/scss/header.scss */
  #g-header .size-38 {
    flex: 0 100%;
    width: 100%;
  }
  /* line 330, templates/g5_helium/custom/scss/header.scss */
  #g-header .g-social {
    display: none;
  }
  /* line 334, templates/g5_helium/custom/scss/header.scss */
  #g-header a.email {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  /* line 343, templates/g5_helium/custom/scss/header.scss */
  #g-header a.phone {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
}
/*# sourceMappingURL=header_11.css.map */