/* Generated by less 2.5.1 */
/*
Theme Name: Child Theme
Description: A custom theme built for Child theme
Author: B2B Design &amp; Development
Author URI: http://www.b2bdd.com/
Template: b2bdd
*/
/*

Theme Name: b2bdd
Description: Generated by the basic underscores theme
Text Domain: b2bdd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Source+Serif+Pro");
/*
    Table of Contents

    01 - Reset
    02 - General - ID and Class level for use on multiple pages
        a - Buttons
        b - Fonts
        c - Borders
        d - Links
        e - Padding and Margins
        f - Alignment
        g - Lists
        h - Images
        i - Icons
    03 - Search Page
    04 - H1 Tag
*/
/************ 01 - Reset **************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'lato', sans-serif;
}
body {
  background: #f5f5f5;
  line-height: 1.5em;
  color: #212529;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #7da64d;
  font-family: 'lato', sans-serif;
}
h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0.5rem 0;
  text-transform: capitalize;
}
h2 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 0.4rem 0;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0.25rem 0;
}
h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.15rem 0;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
/************  02 - General - ID and Class level for use on multiple pages **************/
/************ 02:a - Buttons **************/
.btn {
  text-decoration: none;
  cursor: pointer;
}
.primary-btn {
  text-decoration: none;
  background-color: #7da64d;
  border: 2px solid #7da64d;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.primary-btn:hover,
.primary-btn:active {
  background-color: #567235;
  border: 2px solid #567235;
  color: white;
  text-decoration: none;
}
.primary-btn a {
  color: white;
}
.primary-btn a:hover,
.primary-btn a:visited {
  color: white;
}
.primary-btn.active {
  background-color: #567235;
  border: 2px solid #567235;
  color: white;
}
.secondary-btn {
  text-decoration: none;
  background-color: #2c539c;
  border: 2px solid #2c539c;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.secondary-btn:hover,
.secondary-btn:active {
  background-color: #1b3360;
  border: 2px solid #1b3360;
  color: white;
  text-decoration: none;
}
.secondary-btn a {
  color: white;
}
.secondary-btn a:hover,
.secondary-btn a:visited {
  color: white;
}
.secondary-btn.active {
  background-color: #1b3360;
  border: 2px solid #1b3360;
  color: white;
}
.default-btn {
  text-decoration: none;
  background-color: #cccccc;
  border: 2px solid #cccccc;
  color: #333333;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.default-btn:hover,
.default-btn:active {
  background-color: #a6a6a6;
  border: 2px solid #a6a6a6;
  color: white;
  text-decoration: none;
}
.default-btn-dark {
  text-decoration: none;
  background-color: #575454;
  border: 2px solid #575454;
  color: #f8f9fa;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  line-height: normal;
}
.default-btn-dark:hover,
.default-btn-dark:active {
  background-color: #302e2e;
  border: 2px solid #302e2e;
  color: white;
  text-decoration: none;
}
.large-btn {
  padding: 9px 59px;
}
/************ 02:b - Fonts  **************/
.template-color {
  color: #7da64d;
}
.color-dark,
.color-dark li a {
  color: #333333;
}
.color-light,
.color-light li a {
  color: #f8f9fa;
}
.font-big {
  font-size: 25px;
}
.font-small {
  font-size: 10px;
}
.bg {
  background-color: #7da64d;
  border: 2px solid #7da64d;
  color: #f5f5f5 !important;
  padding: 10px 15px;
  margin: 10px 3px;
}
/************ 02:c - Borders  **************/
h2.border-curved {
  display: inline;
}
h2.border-curved:after {
  clear: both;
}
.border-curved {
  border-bottom: 10px solid #7da64d;
  border-radius: 10%;
  display: block;
}
.divider {
  border-top: 1px dashed #ccc;
}
.border-primary-card {
  border: 2px solid #7da64d;
  padding: 10px 15px;
  margin: 10px 0 20px 0;
}
/************ 02:d - Links **************/
a {
  color: #7da64d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #49602d;
}
.link {
  text-decoration: none;
  padding: 3px;
}
.primary-link {
  color: #f8f9fa;
  background-color: #7da64d;
}
.primary-link:visited,
.primary-link:hover,
.primary-link:active {
  color: #f8f9fa;
}
.default-link {
  color: #7da64d;
  background: transparent;
}
/************ 02:e - Padding and Margins **************/
.ptb10 {
  padding: 10px 0;
}
.ptb20 {
  padding: 20px 0;
}
.ptb30 {
  padding: 30px 0;
}
.mb-30 {
  margin-bottom: 30px;
}
/************ 02:f - Alignment **************/
.center {
  text-align: center;
}
.text-center {
  text-align: center;
}
.center-block {
  margin: 0 auto;
  width: 100%;
}
.right-block {
  display: block;
  text-align: right;
}
.mt-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto!important;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/************ 02:g - Lists **************/
@media (min-width:768px) {
  li.multi-col {
    width: 50%;
    float: left;
  }
}
@media (min-width:992px) {
  li.multi-col {
    width: 33%;
    float: left;
  }
}
.custom-menu.two-column-list {
  display: inline-block;
}
.custom-menu.two-column-list li a {
  text-decoration: none;
}
@media (min-width:768px) {
  .custom-menu.two-column-list li {
    width: 50%;
    float: left;
  }
}



@media (min-width:768px) {
  .menu-footer-menu-container li {
    width: 50%;
    float: left;
  }
}

.list-gp {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-gp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-gp ul li {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
}
.list-gp ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.no-pointer {
  cursor: context-menu;
}
ul.horizontal-list {
  padding: 15px 0;
  list-style-type: none;
  margin-bottom: 0;
}
ul.horizontal-list li {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 2px;
}
/************ 02:h - Images  **************/
@media only screen and (max-width:767.98px) {
  figure.alignleft,
  img.alignleft,
  figure.alignright,
  img.alignright {
    float: none;
	margin:0 auto;
	display: block;
  }
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/************ 02:i - Icons **************/
.default-icon {
  background-color: transparent;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 20px;
}
.default-icon a {
  color: white;
}
.default-icon a:hover {
  text-decoration: none;
}
/************ Search Page **************/
.search input[type=text] {
  padding: 6px;
  border: none;
  margin-top: 8px;
  font-size: 16px;
}
.search button[type=submit] {
  border: none;
  padding: 6px 10px;
  background: #ddd;
  font-size: 16px;
  margin-right: 16px;
  margin-top: 8px;
  cursor: pointer;
}
.search-area article {
  border-bottom: 1px solid #ccc;
}
/************ 404 Page **************/
.error-404 {
  margin-bottom: 80px;
}
/************ H1 tag **************/
#primary-text-container {
  margin: 5px 0 5px;
  padding-bottom: 10px;
  text-align: center;
}
#primary-text-container .primary-text {
  width: 80%;
  text-align: center;
}
#primary-text-container .primary-text h1 {
  color: #7da64d;
  font-size: 46px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px rgba(125, 166, 77, 0.5);
}
#primary-text-container .primary-text p {
  font-size: 18px;
  padding-bottom: 20px;
}
#primary-text-container .primary-text hr {
  border-bottom: 2px solid #7da64d;
}
/******** Media Queries ********/
@media screen and (max-width:575.98px) {
  .hidden-xs {
    display: none;
  }
}
@media screen and (min-width:576px) {
  .hidden-xl {
    display: none;
  }
}
/******** Back to Top ********/
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 5px;
  background: none;
  text-decoration: none;
  display: none;
}
/*
Uses CSS Flex
*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.horizontal-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.horizontal-between * {
  margin: 2px 0;
}
@media (max-width:767.98px) {
  .horizontal-between {
    justify-content: center;
  }
}
.centered-horizontal-half-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.centered-horizontal-half-width div {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-positive: 0;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 100%;
  margin: 10px;
}
@media screen and (min-width: 992px) {
  .centered-horizontal-half-width div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 44%;
    -moz-flex: 1 1 44%;
    -ms-flex: 1 1 44%;
    flex: 1 1 44%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 44%;
  }
}
/*---- container ----*/
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
.container-full-width {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12 {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .col-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-s-1 {
    flex-basis: 8.33333%;
  }
  .col-s-2 {
    flex-basis: 16.667%;
    max-width: 16.67%;
  }
  .col-s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-4 {
    flex-basis: 33.333%;
    max-width: 33.33%;
  }
  .col-s-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-s-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-s-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-m {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-m-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-m-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-m-4 {
    flex-basis: 33.333%;
    max-width: 33.33%;
  }
  .col-m-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-l {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-l-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-l-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-l-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-l-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-l-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-l-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-l-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-l-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#masthead {
  display: flex;
  flex-direction: column;
}
#masthead #top-header {
  background-color: #7da64d;
  color: #f8f9fa;
}
#masthead #top-header .top-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead #top-header .top-header-container .top-header-right {
  text-align: center;
  padding-top: 7px;
}
#masthead #top-header .top-header-container .top-header-right .search-form {
  padding-top: 7px;
}
#masthead #top-header .top-header-container .top-header-right .search-form input {
  height: 23px;
  border-radius: 2px;
  font-size: 12px;
}
#masthead #top-header .top-header-container a {
  background: transparent;
}
#masthead #top-header .top-header-container a:hover {
  color: #cbd3da;
}
#masthead #top-header .top-header-container a:visited,
#masthead #top-header .top-header-container a:focus {
  color: #f8f9fa;
}
@media screen and (min-width: 768px) {
  #masthead #top-header .top-header-container {
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding: 0 10px 3px;
  }
  #masthead #top-header .top-header-container .top-header-left {
    margin-right: auto;
  }
  #masthead #top-header .top-header-container .top-header-left,
  #masthead #top-header .top-header-container .top-header-right {
    display: flex;
    align-items: center;
    padding: 0;
  }
  #masthead #top-header .top-header-container .top-header-left .search-form,
  #masthead #top-header .top-header-container .top-header-right .search-form {
    padding-left: 10px;
    padding-top: 0;
  }
}
#masthead nav {
  z-index: 999;
}
#masthead nav #main-header {
  background-color: #252525;
}
#masthead nav #main-header .main-header-container {
  flex: 0 0 auto;
  margin: 5px 0;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #masthead nav #main-header .main-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #masthead nav #main-header .main-header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #masthead nav #main-header .main-header-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #masthead nav #main-header .main-header-container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  #masthead nav #main-header .main-header-container {
    max-width: 1300px;
  }
}
#masthead nav #main-header .main-header-container #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 10px;
  line-height: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#masthead nav #main-header .main-header-container #logo .logo {
  margin-right: 20px;
}
#masthead nav #main-header .main-header-container #logo .logo h1,
#masthead nav #main-header .main-header-container #logo .logo h2 {
  padding: 0;
  margin: 0;
}
#masthead nav #main-header .main-header-container #logo .logo h1 a,
#masthead nav #main-header .main-header-container #logo .logo h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: column;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  padding: 5px;
  color: #7da64d;
}
#masthead nav #main-header .main-header-container #logo .logo h1 a:visited,
#masthead nav #main-header .main-header-container #logo .logo h2 a:visited,
#masthead nav #main-header .main-header-container #logo .logo h1 a:focus,
#masthead nav #main-header .main-header-container #logo .logo h2 a:focus,
#masthead nav #main-header .main-header-container #logo .logo h1 a:active,
#masthead nav #main-header .main-header-container #logo .logo h2 a:active {
  color: #7da64d;
}
#masthead nav #main-header .main-header-container #logo .logo h1 a img,
#masthead nav #main-header .main-header-container #logo .logo h2 a img {
  vertical-align: middle;
  margin: 5px 0;
}
#masthead nav #main-header .main-header-container #logo .logo h1 a #tagline,
#masthead nav #main-header .main-header-container #logo .logo h2 a #tagline {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width:480px) {
  #masthead nav #main-header .main-header-container #logo .logo {
    width: 100%;
  }
}
#masthead nav #main-header .main-header-container #menu-btn {
  padding: 5px;
  border: 2px solid #7da64d;
  cursor: pointer;
}
#masthead nav #main-header .main-header-container #menu-btn .bar1,
#masthead nav #main-header .main-header-container #menu-btn .bar2,
#masthead nav #main-header .main-header-container #menu-btn .bar3 {
  height: 1px;
  width: 20px;
  background-color: #ccc;
  margin: 4px 0;
  transition: transform 1s ease;
}
@media screen and (min-width:576px) {
  #masthead nav #main-header .main-header-container #menu-btn {
    display: none;
  }
}
#masthead nav #main-header .main-header-container .animate .bar1 {
  transform: rotate(-45deg) translate(-4px, 3px);
}
#masthead nav #main-header .main-header-container .animate .bar2 {
  opacity: 0;
}
#masthead nav #main-header .main-header-container .animate .bar3 {
  transform: rotate(45deg) translate(-4px, -3px);
}
#masthead nav #main-header .main-header-container ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  align-self: center;
  margin-bottom: 5px;
  display: none;
}
#masthead nav #main-header .main-header-container ul.menu > li a {
  display: block;
  color: #7da64d;
  background: transparent;
  text-decoration: none;
  padding: 8px;
  border: 1px solid transparent;
}
#masthead nav #main-header .main-header-container ul.menu > li a:hover {
  color: #f8f9fa;
  background-color: #7da64d;
  border: 1px solid #7da64d;
}
#masthead nav #main-header .main-header-container ul.menu > li > a:hover {
  border-radius: 2px;
}
@media screen and (min-width: 576px) {
  #masthead nav #main-header .main-header-container ul.menu > li > a {
    text-align: center;
    border-radius: 2px;
  }
}
@media screen and (min-width: 576px) {
  #masthead nav #main-header .main-header-container ul.menu > li {
    flex: 1 0 100px;
    margin: 0 2px;
  }
}
#masthead nav #main-header .main-header-container ul.menu li.current-menu-item a {
  color: #7da64d;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #7da64d;
}
#masthead nav #main-header .main-header-container ul.menu li:hover > a {
  background: #7da64d !important;
  color: #ffffff !important;
}
#masthead nav #main-header .main-header-container ul.menu ul.sub-menu {
  display: none;
  background-clip: padding-box;
  padding: 0;
  z-index: 1000;
  list-style-type: none;
  margin: 0;
}
#masthead nav #main-header .main-header-container ul.menu ul.sub-menu li {
  margin: 0;
  border-radius: 0;
}
#masthead nav #main-header .main-header-container ul.menu ul.sub-menu li a {
  font-size: 14px;
  border-radius: 0;
}
#masthead nav #main-header .main-header-container ul.menu ul.sub-menu li a:hover {
  border-radius: 0;
}
@media screen and (min-width:768px) {
  #masthead nav #main-header .main-header-container ul.menu ul.sub-menu {
    position: absolute;
    width: 240px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 576px) {
  #masthead nav #main-header .main-header-container ul.menu {
    flex: 1 1 auto;
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media screen and (min-width: 576px) {
  #masthead nav #main-header .main-header-container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#main {
  min-height: 440px;
}
.entry-header {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .entry-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .entry-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .entry-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-header {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .entry-header {
    max-width: 1300px;
  }
}
.entry-content {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .entry-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .entry-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .entry-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-content {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .entry-content {
    max-width: 1300px;
  }
}
footer {
  background-color: #2A2A2A;
}
footer a,
footer a:visited {
  color: #f8f9fa;
  text-decoration: none;
}
footer a:hover {
  color: #bcc6cf;
}
footer .footer-top {
  color: #f8f9fa;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-top .footer-widget-header {
  color: #7da64d;
  font-size: 22px;
  padding: 8px 0 4px;
}
footer .footer-top ul {
  list-style-type: none;
}
footer .footer-top .cc {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
footer .footer-top .address {
  font-size: 14px;
}
footer .footer-bottom {
  padding: 5px 0;
  color: #f8f9fa;
  border-top: 2px solid #f8f9fa;
  font-size: 12px;
}
footer .footer-widget {
  margin: auto 0;
  height: 100%;
}
@media screen and (max-width:767.98px) {
  footer .footer-widget {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  footer .footer-widget:last-child {
    border-bottom: none;
  }
}
footer.entry-footer {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  background-color: transparent;
}
@media (min-width: 576px) {
  footer.entry-footer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  footer.entry-footer {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  footer.entry-footer {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  footer.entry-footer {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  footer.entry-footer {
    max-width: 1300px;
  }
}
footer.entry-footer a {
  color: #7da64d;
}
/************ Showcase **************/
.showcase {
  position: relative;
}
.showcase .slide-img {
  width: 100%;
}
.showcase .bx-wrapper {
  margin-bottom: 40px;
  box-shadow: none;
}
.showcase .slide-caption-container {
  position: absolute;
  top: 0;
  /* diagonal black bg 
        background: linear-gradient(61deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 49%, transparent 51%, transparent 71%, transparent 100%);*/
  top: 13%;
  left: 50%;
  background: rgba(0, 0, 0, 0.65);
  height: auto;
  width: 50%;
}
.showcase .slide-caption-container .slide-caption {
  font-size: 24px;
  color: #f8f9fa;
  padding: 25px 25px 0 25px;
  line-height: 1.5em;
  word-break: break-all;
}
.showcase .slide-caption-container .slide-caption h3 {
  font-size: 40px;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.4), 0px 8px 14px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.showcase .slide-caption-container a.btn {
  float: right;
  border-radius: 2px 0 0 0;
}
/************ Content Area **************/
.content-region .image-description-box {
  width: 90%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.content-region .image-description-box img {
  width: 150px;
  border-radius: 2%;
}
.content-region .image-description-box .image-description-text {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.content-region .image-description-box:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.content-region .item-group {
  background-image: url();
  background-size: cover;
}
.content-region .item-group .item .item-container {
  padding: 10px 0;
  text-align: center;
}
.content-region .item-group .item .item-container img {
  /*border: 4px solid @template_color;*/
  border-radius: 0.2em;
  max-height: 200px;
}
.content-region .item-group .item .item-box-text {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  padding-top: 5px;
}
.content-region .overlay-box {
  position: relative;
}
.content-region .overlay-box:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.content-region .overlay-box .text {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f8f9fa;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  cursor: pointer;
}
.content-region .overlay-box img {
  width: 100%;
}
/************ Buckets Flex **************/
/************ Buckets Row **************/
.buckets-group {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.buckets-group .bucket {
  padding: 5px;
  text-align: center;
  transition: box-shadow 0.2s;
  border-radius: 2px;
  cursor: pointer;
}
.buckets-group .bucket:hover .bucket-title {
  background: #49602d;
}
.buckets-group .bucket:hover img {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.buckets-group .bucket img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 2px 2px 2px #ccc;
}
.buckets-group .bucket .bucket-title {
  background: #7da64d;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 4px;
}
.buckets-group .equal-width-buckets {
  flex: 1 0 100%;
}
@media (min-width:576px) and (max-width:767.98px) {
  .buckets-group .equal-width-buckets {
    flex: 1 0 50%;
  }
}
@media screen and (min-width:768px) {
  .buckets-group .equal-width-buckets {
    flex: 1 0 18%;
  }
}
/************ Gallery Boxes **************/
/*.gallery-boxes-group {
            .gallery-boxes-item {
                .center;
                border: 1px solid #ccc;
                border-radius: 2px;
                padding: 6px;
                margin-bottom: 10px;
                img {
                    padding-bottom: 6px;
                }
                .gallery-boxes-item-title {
                    background-color: @template-color;
                    padding: 5px 0;
                    color: @light;

                }
            }
        } */
/*********** Accordion **************/
.collapse-container .collapse-container-header {
  height: 50px;
  background-color: #e4e4e4;
  cursor: pointer;
  margin-bottom: 2px;
}
.collapse-container .collapse-container-header a {
  color: #404040;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.collapse-container .collapse-container-header a:hover {
  text-decoration: none;
}
.collapse-container .collapse-container-body {
  margin-bottom: 2px;
}
/*********** Background Box **************/
#background-box .background-box-content {
  text-align: center;
}
#background-box .background-box-content h4 {
  color: #f8f9fa;
  padding: 15px 0 10px;
  font-size: 35px;
  font-weight: 400;
}
#background-box .background-box-content .content {
  color: #f8f9fa;
  font-size: 20px;
}
.content-region-2 {
  margin-bottom: 20px;
}
.content-region-2 a .content-region-box {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.content-region-2 a .content-region-box .row {
  position: relative;
  top: 192px;
}
@media screen and (max-width: 1199px) {
  .content-region-2 a .content-region-box .row {
    top: 170px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-region-2 a .content-region-box .row h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 1199px) {
  .content-region-2 a .content-region-box .row h1 {
    font-size: 29px;
  }
}
.content-region-2 a .content-region-box:nth-child(2) {
  margin-top: 10px;
}
.content-region-2 a:hover {
  text-decoration: none;
}
/*********** Teaser Box **************/
.teaser-container {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.teaser-container .teaser-title {
  position: absolute;
  bottom: 1px;
  right: 2px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.teaser-container .teaser-title-bg {
  background: #000;
  width: 400px;
  height: 23px;
  position: absolute;
  right: 1px;
  bottom: 0;
  opacity: 0.5;
}
.teaser-container img {
  border: 1px solid #ccc;
  text-shadow: 2px 2px red;
  border-radius: 3px;
  width: 400px;
}
/*********** Products/Services w/descriptions : Equal Width Columns **************/
/*********** Horizontal **************/
#equal-width-horizontal {
  padding: 20px 0;
  text-align: center;
}
/*********** Vertical **************/
#equal-width-vertical {
  padding: 20px 0 40px 0;
}
.content-column-title {
  margin-top: 20px;
  border-top: 1px solid #7da64d;
}
@media screen and (min-width:576px) {
  .content-column-title {
    border: none;
  }
}
.content-column .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.content-column .item .item-header {
  margin: 10px 0 15px 0;
  text-transform: capitalize;
  background-color: #7da64d;
  padding: 4px 4px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}
.content-column .item .item-content {
  line-height: 1.5em;
}
.content-column .item .btn {
  padding: 2px 7px;
  margin-top: 4px;
  font-size: 13px;
}
.content-column .item .fa {
  color: #7da64d;
  border-radius: 50%;
  font-size: 40px;
  padding: 20px;
  transition: transform 0.5s ease-in, background 0.5s ease, color 0.5s ease;
}
.content-column .item:hover .fa {
  transform: scale(0.9);
  background: #7da64d;
  color: #f8f9fa;
}
@media screen and (min-width:768px) {
  .content-column .item {
    border: none;
  }
}
.content-column .title-text-image-vertical {
  text-align: center;
}
.content-column .title-text-image-vertical .item-content {
  width: 75%;
}
.content-column .image-left-content-right {
  text-align: left;
}
.content-column .image-left-content-right .content-left {
  padding: 0 2px;
  flex: 1 0 33%;
}
.content-column .image-left-content-right .content-right {
  padding: 0 2px;
}
@media (min-width:768px) {
  .content-column .image-left-content-right {
    display: flex;
    margin: 4px 0 15px;
  }
}
/*********** Background colors **************/
.content-column-bg-template-color {
  background: #7da64d;
  color: #f8f9fa;
}
.content-column-bg-template-color h3 {
  color: #f8f9fa;
}
.content-column-bg-grey-color {
  background: #cccccc;
  color: #333333;
}
.content-column-bg-grey-color h3 {
  color: #333333;
}
/*********** Hover Boxes **************/
.hover-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hover-boxes .hover-box {
  color: #fff;
  height: 200px;
  overflow: hidden;
  position: relative;
  flex: 1 0 20%;
}
.hover-boxes .hover-box .bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -98;
  transition: height 1s ease;
}
.hover-boxes .hover-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.hover-boxes .hover-box .hover-box-content h4 {
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  transition: margin 1s ease;
  z-index: 10;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hover-boxes .hover-box .hover-box-content h4 {
    margin-top: 0;
  }
}
.hover-boxes .hover-box .hover-box-content .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -200px;
  align-items: center;
  padding: 10px;
  background: #000000;
  transition: margin 1s ease;
  display: flex;
  justify-content: space-between;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-text {
  font-size: 12px;
  margin: 0 15px;
  color: #f5f5f5;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-icon .fa {
  font-size: 20px;
  color: #7da64d;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 50%;
}
.hover-boxes .hover-box .hover-box-content .image-overlay .image-icon .fa:hover {
  background: #b3b3b3;
}
@media (max-width: 768px) {
  .hover-boxes .hover-box .hover-box-content .image-overlay {
    margin-bottom: 0;
  }
}
.hover-boxes .hover-box:hover .image-overlay {
  margin-bottom: 0;
}
.hover-boxes .hover-box:hover h4 {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.hover-boxes .hover-box:hover .bg-overlay {
  height: 0;
}
@media (max-width:767.98px) {
  .hover-boxes .hover-box {
    margin: 2px 0;
  }
}
/* Colors */
@media (max-width: 992px) {
  .col-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.hide {
  display: block;
}
.light {
  color: #f8f9fa;
}
.custom-box-container {
  color: #f8f9fa;
  padding: 10px 15px;
  position: relative;
  height: 100%;
}
.custom-box-container .custom-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-box-container .custom-box .content {
  text-align: center;
}
.custom-box-container .custom-box .btn {
  font-size: 14px;
  bottom: 0;
}
.custom-text-box-left {
  font-size: 23px;
  line-height: normal;
}
@media screen and (min-width:576px) {
  .custom-text-box-left .btn {
    float: right;
  }
}
.custom-text-box-right {
  text-align: center;
  font-size: 18px;
}
.custom-text-box-right .custom-box-title {
  font-size: 28px;
  line-height: normal;
  padding: 15px 0;
}
.custom-text-box-right ul.horizontal-list li {
  font-size: 18px;
  border: 1px solid #fff;
  margin: 2px;
}
@media screen and (min-width:576px) {
  .custom-text-box-right .btn {
    float: left;
  }
}
.btn-block {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
.blog-wrap {
    margin: 0 auto;
    max-width: 1300px;
    padding: 25px 10px;
}
.blog-wrap a {
    color: #7da64d;
    text-decoration: none;
}
.blog-wrap a:hover {
    color: #49602d;
    text-decoration: none;
}
.blog-wrap .content-area {
    display: block;
    width: auto;
}
.blog-wrap aside#secondary {
    display: block;
    width: auto;
}
@media screen and (min-width:640px) {
  .blog-wrap .content-area{
    display: inline-block;
    padding: 0 13px 0 0;
    vertical-align: top;
    width: 70%;
  }
  .blog-wrap aside#secondary{
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 25%;
  }
}

.post-thumbnail {
    float: none;
    display: block;
    padding: 7px 15px 10px;
    text-align: center;
    width: auto;
}
@media screen and (min-width:576px) {
.post-thumbnail {
  float: left;
  width: 40%;
}
}
.blog-wrap aside#secondary ul {
    margin: 0 0 0 30px;
}
.blog-wrap aside#secondary .widget_search, .blog-wrap aside#secondary .widget_meta{
  display: none;
}
.blog-wrap .page-header {
    padding: 0 15px;
}
/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
	display: block;
}
.rows-of-2::after {
	clear: both;
	content: "";
	display: table;
}
.rows-of-2 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.rows-of-2 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.rows-of-2 > * {
	display: inline-block;
	margin-right: 2.3576515979%;
	width: 25.821174%;
	vertical-align: middle;
}
.rows-of-2 > *:last-child {
	margin-right: 0;
	width: 68%;
}
.rows-of-2 > *:nth-child(2n) {
	margin-right: 0;
}
.rows-of-2 > *:nth-child(2n+1) {
	clear: left;
}
.rows-of-2 > *:nth-last-child(2):last-child {
	margin-bottom: 0 !important;
}
.rows-of-2 > *:nth-last-child(1):last-child {
	margin-bottom: 0 !important;
}
}
.lt-ie9 .rows-of-2 {
	display: block;
}
.lt-ie9 .rows-of-2::after {
	clear: both;
	content: "";
	display: table;
}
.lt-ie9 .rows-of-2 > * {
	margin-bottom: 1.5em;
	display: block;
	position: relative;
}
.lt-ie9 .rows-of-2 > * > *:first-child {
	margin-top: 0;
}
 @media (min-width: 40em) {
.lt-ie9 .rows-of-2 > * {
	float: left;
	width: 50% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block !important;
	clear: none !important;
}
}

.sp-easy-accordion .sp-ea-single {
border: 1px solid #7da64d !important;
    background: #7da64d !important;
    font-weight: normal;
    color: #ffffff !important;
	}
.sp-easy-accordion .sp-ea-single.ea-expand {
	border: 1px solid #567235 !important;
    background: #567235 !important;
	}
.tbl-heading-right {
	color: #7da64d;
	font-weight: 600;
}
.sp-easy-accordion .sp-ea-single .ea-header a, .sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
	    color: #ffffff !important;
		}
.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
	float: right !important;
	font-size: 14px !important;
	}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 5px 15px !important;
	font-size: 18px !important;
	}
.sp-easy-accordion ul {
    list-style: none;
}
#item-table-anchors {
    margin-bottom: 15px !important;
}

/*=============== Pillarpage Linklist Module ===============*/
.pillarpage-linklist-module {
  background-color: #7da64d;margin-top: 15px;
    margin-bottom: 25px; }
  @media (min-width: 768px) {
    .pillarpage-linklist-module.stuck {
      width: 100%;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      margin-top: 0;
      -webkit-box-shadow: 0px 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
              box-shadow: 0px 3px 6.93px 0.07px rgba(40, 40, 40, 0.44); } }

.pillar-nav {
  margin: 0 -0.625rem;
  padding: 1.1875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pillar-nav li {
    margin-top: 0.6875rem;
    font-family: "Open Sans", sans-serif;
    padding: 0 0.625rem;list-style: none; }
    .pillar-nav li:first-child {
      font-family: "Poppins", sans-serif; }
    .pillar-nav li.pillar-active > a {
      border-bottom: 0.375rem solid #fff;
      font-weight: 700;
      color: #fff; }
  .pillar-nav a {
    padding-bottom: 0.3125rem;
    border-bottom: 0.375rem solid transparent;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .pillar-nav a:hover {
      border-bottom: 0.375rem solid #fff;
      font-weight: 700;
      color: #fff; }
      .pillar-nav li:active a{
border-bottom: 0.375rem solid #fff;
      }
  @media (max-width: 767.98px) {
    .pillar-nav {
      display: block; } }

/*============= Tab Module ===================*/

/*=============== Accordion Tabs ===============*/
.accordian-tabs-module{
  clear: both;
  margin-top: 60px;
}
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 3.125em;
  padding: 0 !important; margin-left: 0;}
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0;
      /*border: $tab-border;*/ } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0;
    /*&:first-child .tab-link {
      @include mq(medium) {
        border-top: 0;
      }
    }*/ }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline;
        vertical-align: bottom;
        margin-right: 2px; } }
  .accordion-tabs .tab-link-new {
    background-color: #7da64d;
    border: 1px solid #e9e9e7;
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 1.265em;
    line-height: 1.9268774704em;
    padding: 0.2470355731em 1.1462450593em;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-align: center;
    /*@include transition(all 0.25s);*/ }

    @media (max-width:345px) and (min-width:320px) {
    .accordion-tabs .tab-link-new {
      font-size: 1.1em;
    }
  }
    @media screen and (min-width: 60em) {
      .accordion-tabs .tab-link-new {
         font-size: 0.9em;display: inline-block; } }

    @media screen and (min-width: 80em) {
      .accordion-tabs .tab-link-new {
         font-size: 1.265em; } }

    .accordion-tabs .tab-link-new:focus, .accordion-tabs .tab-link-new.is-active {
      padding: 0.3458498024em 1.1462450593em;
      background-color: #567235;
      color: #fff; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link-new:focus, .accordion-tabs .tab-link-new.is-active {
          /*border: $tab-border;*/
          /*border-bottom-color: $tab-active-background;*/
          /*margin-bottom: -5px;*/ } }
    @media (min-width: 40em) {
      .accordion-tabs .tab-link-new {
        margin-right: 0.1976284585em;
        border-bottom: 0; } }
  .accordion-tabs .tab-content {
    background: transparent;
    color: #7da64d;
    display: none;
    padding: 2.5em 1.875em;
    width: 100%;
    position: relative;border: 1px solid #7da64d; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        float: left; } }
        .accordion-tabs .tab-content h3{
          color: #7da64d;font-weight: 600;
        }


@media (max-width: 640px) {
.accordion-tabs .tab-content.is-open ul{
margin: 0 0 1.5em 1em;
} 
}
/*===================== Call To Action Buttons Module =================*/
.call-to-action-buttons-module{
  margin-top: 0px; 
}
@media (min-width: 768px) {
  .call-to-action-buttons-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;margin-top: 0px; } }

.ctabm-wrap {
  width: 100%;
  display: block;
  background-color: #7da64d;
  color: white;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .ctabm-wrap a {
    color: white; }
  .ctabm-wrap:nth-child(even) {
    background-color: white;
    color: #0985c8; }
    .ctabm-wrap:nth-child(even) a {
      color: #0985c8; }
  @media (min-width: 768px) {
    .ctabm-wrap {
      width: 100%; } }

.ctabm-btn {
  padding: 2rem 0.625rem;
  display: block;
  text-decoration: none; }
  .ctabm-btn:focus, .ctabm-btn:hover {
    text-decoration: none; }
  .ctabm-btn span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    .ctabm-btn span strong {
      display: block; }
  .ctabm-btn i {
    font-size: 2rem;
    margin-left: 1rem;position: relative;
    top: 5px;} 

    html{
      scroll-behavior: smooth;
    }
    .img-space{
      width: 16.625em;
      padding-bottom: 15px;
    }

#rubber-washers{
    margin-top: -185px;
    padding-top: 175px;
}
#rubber-spacers{
    margin-top: -185px;
    padding-top: 175px;
}
#rubber-gaskets{
    margin-top: -185px;
    padding-top: 175px;
}
@media (min-width: 768px) {
     .pillarpage-linklist-module.stuck {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        /*background-color: $nav-background;*/
        z-index: 3; }}

.breakin-down-section {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.breakin-down-section {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.underline-text{
  text-decoration: underline;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.underline-text:hover{
  text-decoration: none;
}
.page-id-981 .page-title h1{
    margin-top: 20px;
}
.page-id-975 .page-title h1{
    margin-top: 20px;
}