/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
/* Start to customize Reverie */
body {
  background: #fff;
}

a {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.phonerow {
    width: 100%;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 71.25rem;
}

#phoneheader {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 30px;
  z-index: 999999;
}

#phoneheader p {
  text-align: right;
  text-transform: uppercase;
  color: #8ccf19;
  margin: 0;
}

#phoneheader p a {
  color: #ffffff;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.footer__form p{
	margin: 0;
}

.footer__form p:last-of-type{
	
	text-align: right;
}

.footer__form p:last-of-type span{
	
	float: left;
}

.footer__form input{
	margin-bottom: 8px;
}

.footer__form textarea{
	
	height: 100px;
	max-width: 100%;
}

.footer__form input[type="submit"]{
	
	float: right;
	border: none;
	background: #8ccf19;
	height: 40px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	min-width: 80px;
	font-size: 14px;
}

.footer__form div.wpcf7-response-output{
	
	position: relative;
	top: 30px;
	color: white;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar[style] {
    height: auto !important;
  }
	
	#navheadermenucontainer { display:none; }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar[style] {
    height: auto !important;
  }
}

header.contain-to-grid nav.top-bar {
  margin: 30px auto;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
  height: 97px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar {
    height: auto;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar {
    max-height: calc(100% - 50px);
    overflow-y: auto;
    height: auto;
  }
}

header.contain-to-grid nav.top-bar ul {
  line-height: 95px;
  width: 100%;
  margin-left: 250px;
  /* Small only */
  /* Medium only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar ul {
    line-height: normal;
    margin-left: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header.contain-to-grid nav.top-bar ul {
    margin-left: 10px;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar ul {
    line-height: 9px;
  }
}

header.contain-to-grid nav.top-bar ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  /* Small only */
  /* Medium only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar ul li {
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar ul li {
    text-align: right;
    padding-right: 17px;
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header.contain-to-grid nav.top-bar ul li {
    margin-right: 15px;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar ul li {
    margin-right: 30px;
  }
}

header.contain-to-grid nav.top-bar ul li.divider {
  display: none;
}

header.contain-to-grid nav.top-bar ul li:last-child {
  margin-right: 0;
}

header.contain-to-grid nav.top-bar ul li a {
  font-family: "Roboto";
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding: 5px 0px;
  /* Medium only */
}

header.contain-to-grid nav.top-bar ul li a:hover {
  border-bottom: 3px solid #95ec34;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header.contain-to-grid nav.top-bar ul li a {
    font-size: 13px;
  }
}

header.contain-to-grid nav.top-bar ul li.active > a {
  border-bottom: 3px solid #95ec34;
}

header.contain-to-grid nav.top-bar ul li.has-dropdown {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar ul li.has-dropdown.moved {
    padding-bottom: 0;
  }
}

header.contain-to-grid nav.top-bar ul li.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 97px;
  left: 0;
  margin: 0;
  width: 180px;
  line-height: initial;
  background: rgba(255, 255, 255, 0.8);
  /* Small only */
}

header.contain-to-grid nav.top-bar ul li.has-dropdown .dropdown li {
  padding: 10px;
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar ul li.has-dropdown .dropdown {
    position: relative;
    width: 100%;
    margin-top: 15px;
    top: 0;
  }
}

header.contain-to-grid nav.top-bar ul li.has-dropdown:hover .dropdown {
  display: block;
}

header.contain-to-grid nav.top-bar.smaller {
  height: 52px;
  background: rgba(255, 255, 255, 0.8);
}

header.contain-to-grid nav.top-bar.smaller #headerlogo {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar.smaller #headerlogo {
    height: 100%;
  }
}

header.contain-to-grid nav.top-bar.smaller #headerlogo .img-container {
  line-height: 50px;
}

header.contain-to-grid nav.top-bar.smaller #headerlogo .img-container img {
  max-height: 99%;
  width: 280px;
}

header.contain-to-grid nav.top-bar.smaller #headerlogo #showmobilemenu {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar.smaller #headerlogo #showmobilemenu {
    top: 15px;
  }
}

header.contain-to-grid nav.top-bar.smaller ul {
  line-height: 50px;
}

header.contain-to-grid nav.top-bar.smaller ul li a {
  line-height: 50px;
}

header.contain-to-grid nav.top-bar.smaller ul li.has-dropdown .dropdown {
  top: 52px;
}

header.contain-to-grid nav.top-bar.smaller ul li.has-dropdown .dropdown li a {
  line-height: 20px;
}

header.contain-to-grid nav.top-bar #headerlogo {
  height: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar #headerlogo {
    height: 97px;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar #headerlogo {
    width: 100%;
    height: 97px;
  }
}

header.contain-to-grid nav.top-bar #headerlogo .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Small only */
  /* Medium and up only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar #headerlogo .img-container {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    left: 15px;
  }
}

@media screen and (min-width: 40em) {
  header.contain-to-grid nav.top-bar #headerlogo .img-container {
    left: 15px;
  }
}

header.contain-to-grid nav.top-bar #headerlogo .img-container img {
  max-height: 100%;
  float: right;
  width: 280px;
}

header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu {
  display: none;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu {
    display: block;
    position: absolute;
    right: 19px;
    width: 40px;
    height: 30px;
    top: 35px;
    cursor: pointer;
  }
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar1, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar2, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar3 {
    width: 100%;
    height: 2px;
    background: #000000;
  }
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar1, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar2 {
    margin-bottom: 8px;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu {
    display: block;
    position: absolute;
    right: 19px;
    width: 40px;
    height: 30px;
    top: 35px;
    cursor: pointer;
  }
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar1, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar2, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar3 {
    width: 100%;
    height: 2px;
    background: #000000;
  }
  header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar1, header.contain-to-grid nav.top-bar #headerlogo #showmobilemenu .bar2 {
    margin-bottom: 8px;
  }
}

header.contain-to-grid nav.top-bar #navheadermenucontainer {
  height: 100%;
  /* Small only */
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 667px) {
  header.contain-to-grid nav.top-bar #navheadermenucontainer {
    display: none;
  }
}

.full-width {
  width: 100%;
  min-height: 1px;
}

.full-width.footer-widget {
  background-color: #000000;
}

.full-width.footer-widget .panel {
  background-color: transparent;
  border: 0;
}

.full-width.footer-widget .panel h4 {
  color: #95ed34;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 19px;
  margin: 0;
  padding: 30px 0 22px 0;
}

.full-width.footer-widget .panel p {
  color: #ffffff;
}

.full-width.black {
  background-color: #000000;
  padding-bottom: 40px;
}

.full-width.black h1 {
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 45px;
  font-size: 53px;
}

.full-width.black h1 span {
  font-weight: 700;
  color: #95ed34;
}

.full-width.black p {
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 25px;
}

.full-width.black .home-black {
  background-color: transparent;
  border: 3px solid #7bc416;
  border-radius: 35px;
  padding: 14px 40px;
}

.full-width.black .home-black.first {
  margin-right: 125px;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  .full-width.black .home-black.first {
    margin-right: 20px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .full-width.black .home-black.first {
    margin-right: 0;
  }
}

.full-width.black .home-black:hover {
  background-color: #7bc416;
  color: #ffffff;
}

.home-2-col .left-col h2 {
  color: #000000;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 45px;
  font-size: 40px;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  .home-2-col .left-col h2 {
    text-align: center;
  }
}

.home-2-col .left-col h2 span {
  font-weight: 700;
  color: #95ed34;
}

.home-2-col .left-col p {
  color: #000000;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 20px;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  .home-2-col .left-col p {
    text-align: center;
  }
}

#cust-testimonials h3 {
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 45px;
  padding-bottom: 0;
  font-size: 40px;
}

#cust-testimonials h3 span {
  font-weight: 600;
  color: #000000;
}

#pg-21-4 > .panel-row-style {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  #pg-21-4 > .panel-row-style {
    padding: 0 !important;
  }
}

.sow-slider-images .sow-slider-image-wrapper h3 {
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 45px;
  padding-bottom: 0;
  font-size: 40px;
  text-shadow: none !important;
}

.sow-slider-images .sow-slider-image-wrapper h3 span {
  font-weight: 600;
  color: #000000;
}

.sow-slider-images .sow-slider-image-wrapper .testimonial-who p {
  font-family: "Roboto";
  font-size: 25px !important;
  text-shadow: none !important;
  color: #ffffff !important;
  margin: 0 0 55px 0 !important;
  padding: 0 !important;
}

.sow-slider-images .sow-slider-image-wrapper .testimonial-quote p {
  font-family: "Roboto";
  font-size: 25px !important;
  text-shadow: none !important;
  color: #000000 !important;
  margin: 0 !important;
  padding: 0 0 95px 0 !important;
}

.sow-slider-base .sow-slider-pagination[style] {
  display: none !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next[style] {
  display: block !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev[style] {
  display: block !important;
}

#pg-21-0, #pg-21-1, #pl-21 .so-panel {
  margin-bottom: 0 !important;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
  background-repeat: no-repeat;
  background-position: 90% 35%;
  background-size: 90px;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover[style] {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover[style] {
    background-image: none !important;
  }
}

.sow-image-grid-wrapper .sow-image-grid-image {
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 10px;
  padding: 0 !important;
  /* Large and up */
  /* Medium and up */
}

@media screen and (min-width: 64em) {
  .sow-image-grid-wrapper .sow-image-grid-image {
    width: inherit !important;
  }
}

@media screen and (min-width: 40em) {
  .sow-image-grid-wrapper .sow-image-grid-image {
    width: 25%;
  }
}

.sow-image-grid-wrapper .sow-image-grid-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sow-image-grid-wrapper .sow-image-grid-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#our-services h3, #industry-sectors h3 {
  color: #000000;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 40px;
  text-shadow: none !important;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  #our-services h3, #industry-sectors h3 {
    text-align: center;
  }
}

#our-services h3 span, #industry-sectors h3 span {
  font-weight: 600;
  color: #95ed34;
}

#our-services ul, #industry-sectors ul {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  #our-services ul, #industry-sectors ul {
    padding: 0 0 30px 30px;
  }
}

#our-services ul li, #industry-sectors ul li {
  font-family: "Roboto";
  font-size: 25px;
  /* Medium only */
  /* Small only */
}

#our-services ul li:nth-child(odd), #industry-sectors ul li:nth-child(odd) {
  color: #7bc416;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #our-services ul li, #industry-sectors ul li {
    color: #7bc416;
  }
}

@media screen and (max-width: 39.9375em) {
  #our-services ul li, #industry-sectors ul li {
    color: #7bc416;
  }
}

#hero {
  margin-top: 127px;
}

.page-template-page-full h1 {
  color: #000000;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 58px;
  margin: 45px 0 30px 0;
}

.page-template-page-full h1 span {
  font-weight: 700;
  color: #95ed34;
}

.page-template-page-full blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-template-page-full blockquote p {
  color: #000000;
  font-size: 20px;
}

.page-template-page-full .normal-green-border {
  background-color: transparent;
  border: 3px solid #7bc416;
  border-radius: 35px;
  padding: 14px 40px;
  color: #000000;
}

.page-template-page-full .normal-green-border:hover {
  background-color: #7bc416;
  color: #ffffff;
}

.page-template-page-full .sow-image-grid-image {
  border: 1px solid #f0f0f0;
}

footer {
  background: #000000;
}

footer.full-width {
  background: #8ccf19;
  height: 70px;
}

footer.full-width p {
  padding: 0;
  margin: 0;
  line-height: 70px;
  color: #ffffff;
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  footer.full-width p {
    font-size: 12px;
  }
}

footer.full-width p a {
  color: #000000;
}

.footer-widget label {
  color: #ffffff;
}

.footer-widget .quick-contact textarea {
  height: 100px !important;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  color: #ffffff;
}

.footer-widget ul li a {
  color: #ffffff;
}

.footer-widget ul li a:hover {
  color: #95ed34;
}

.footer-widget .panel-grid {
  /* Medium only */
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer-widget .panel-grid {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.footer-widget .panel-grid-cell {
  /* Medium only */
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer-widget .panel-grid-cell {
    width: 25% !important;
    width: calc(25% - ( 0.75 * 30px )) !important;
  }
}

.sow-image-grid-wrapper {
  margin: 0 !important;
  /* Medium only */
  /* Small only */
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sow-image-grid-wrapper {
    margin: 0 !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .sow-image-grid-wrapper {
    margin: 0 !important;
  }
}

#panel-21-5-0-0 > .panel-widget-style {
  /* Small only */
}

@media screen and (max-width: 39.9375em) {
  #panel-21-5-0-0 > .panel-widget-style {
    padding: 0 !important;
  }
}

.ms-parent-id-1 {
  display: none;
  /* Medium and up */
}

@media screen and (min-width: 40em) {
  .ms-parent-id-1 {
    display: block;
  }
}

/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
