@charset "UTF-8";
/* Scss Document */
html, body {
  overflow-x: hidden; }

body {
  font-size: 18px !important;
  font-weight: 300 !important; }

h1 {
  text-transform: uppercase; }

.h1 {
  font-size: 48px !important;
  font-weight: 200 !important; }

.h2 {
  font-size: 30px !important;
  font-weight: 300; }

h3 {
  color: #454e46; }

.h3 {
  font-size: 22px !important; }

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both; }

.roll-in-blurred-left {
  -webkit-animation: roll-in-blurred-left 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: roll-in-blurred-left 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.slide-in-blurred-right {
  -webkit-animation: slide-in-blurred-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) both; }

/* General */
a {
  color: #454e46; }

a:hover {
  color: #454e46; }

.logo {
  font-weight: 500 !important; }

.text-warning {
  color: #ede861 !important; }

.text-muted {
  color: #bcbcbc !important; }

.text-success {
  color: #454e46 !important; }

.text-light {
  color: #f7f4e9 !important; }

.bg-dark {
  background-color: rgba(69, 78, 70, 0.5) !important; }

.bg-light {
  background-color: #e9eef5 !important; }

.bg-black {
  background-color: #1d242d !important; }

.bg-success {
  background-color: #454e46 !important; }

.text-small {
  font-size: 0.8rem; }

.small-sup {
  font-size: 0.5rem; }

.badge {
  padding: 0.4rem;
  font-size: 0.6rem;
  width: 100%; }
  .badge.bronze {
    background-color: #9e8964;
    color: #f7f4e9; }
  .badge.green {
    background-color: #454e46;
    color: #f7f4e9; }

.sale-icon {
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 0.6rem; }

.btn-success {
  background-color: #454e46;
  border-color: #454e46; }
  .btn-success:hover {
    background-color: rgba(57, 115, 103, 0.5);
    color: #f7f4e9;
    transition: background-color 0.5s ease; }

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

.tagcloud05 ul li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0; }

.tagcloud05 ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #146c43;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }

.tagcloud05 ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #146c43 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s; }

.tagcloud05 ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%; }

.tagcloud05 ul li span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis; }

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

.tagcloud04 ul li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0; }

.tagcloud04 ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #146c43;
  border-radius: 3px 0px 0px 3px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }

.tagcloud04 ul li a::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #146c43 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: .2s;
  transition: .2s;
  transform: rotate(-0.5turn); }

.tagcloud04 ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%; }

.tagcloud04 ul li span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 40px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.valError {
  border: #c00 1px solid !important; }

#formError {
  display: none; }

/*CART*/
.cartBadge {
  background-color: #9e8964;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.cart i {
  font-size: 1.25rem;
  padding-top: 10px; }

.shopping-cart {
  background: #FFF;
  width: 320px;
  position: absolute;
  top: 110px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0); }
  .shopping-cart.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
    z-index: 9999; }
  .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px; }
    .shopping-cart .shopping-cart-header .shopping-cart-total {
      font-size: 1.25rem; }
      .shopping-cart .shopping-cart-header .shopping-cart-total .total {
        font-weight: bold; }
  .shopping-cart .shopping-cart-items {
    list-style: none;
    padding-top: 20px;
    padding-left: 0px; }
    .shopping-cart .shopping-cart-items a {
      text-decoration: none; }
    .shopping-cart .shopping-cart-items li {
      margin-bottom: 18px; }
    .shopping-cart .shopping-cart-items img {
      float: left;
      margin-right: 12px;
      max-width: 70px;
      max-height: 70px; }
    .shopping-cart .shopping-cart-items .item-name {
      display: block;
      font-size: 16px; }
    .shopping-cart .shopping-cart-items .item-detail {
      display: block;
      font-size: 12px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .shopping-cart .shopping-cart-items .item-price {
      margin-right: 8px; }
    .shopping-cart .shopping-cart-items .item-quantity {
      color: #454e46; }

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px; }

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left; }

.button {
  background: #9e8964;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  text-transform: uppercase; }
  .button:hover {
    background: #4c564d; }
  .button i {
    padding-left: 5px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9; }

.product-imitation.xl {
  padding: 120px 0; }

.product-desc {
  padding: 20px;
  position: relative; }

.ecommerce .tag-list {
  padding: 0; }

.ecommerce .fa-star {
  color: #d1dade; }

.ecommerce .fa-star.active {
  color: #f8ac59; }

.ecommerce .note-editor {
  border: 1px solid #e7eaec; }

table.shoping-cart-table {
  margin-bottom: 0; }

table.shoping-cart-table tr td {
  border: none;
  text-align: right; }

table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left; }

table.shoping-cart-table tr td:last-child {
  width: 80px; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox.collapsed .ibox-content {
  display: none; }

.ibox:after,
.ibox:before {
  display: table; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

/*
 * Dialog Box
 */
#dialogBox {
  height: auto;
  width: 60%;
  background-color: #fff;
  color: #000;
  display: none;
  position: fixed;
  top: 10%;
  left: 19%;
  z-index: 9999;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.75); }
  #dialogBox h4 {
    margin-bottom: 25px; }
  #dialogBox .errorMessage {
    background-color: red;
    color: #fff; }

/*Splash Page Styles*/
.splashHeader {
  background-color: #f7f4e9;
  position: relative; }
  .splashHeader h1 {
    color: #f7f4e9;
    text-transform: none; }
  .splashHeader h3 {
    color: #06221f;
    font-size: 1.25rem; }
  .splashHeader .headerText {
    background-color: #9e8964;
    color: #f7f4e9;
    padding: 2rem;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 50px; }
  .splashHeader .headerIMG {
    position: relative;
    left: 16%;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: -9px -11px 15px -7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -9px -11px 15px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -9px -11px 15px -7px rgba(0, 0, 0, 0.35); }

.icons {
  padding: 4rem 0;
  background-color: #c4836f;
  color: #06221f; }
  .icons h4 {
    text-transform: uppercase;
    margin-top: 1rem; }

#signup {
  background-color: #06221f;
  color: #f7f4e9; }

.signupContent {
  background-color: #f7f4e9;
  padding: 2rem 0; }
  .signupContent .half-circle {
    border-radius: 50% 50% 0% 0%; }

.footer {
  background-color: #06221f;
  color: #f7f4e9;
  padding: 2rem; }
  .footer .social {
    /* Circle */
    /* Icons */ }
    .footer .social .icon-button {
      background-color: #9e8964;
      border-radius: 3.6rem;
      cursor: pointer;
      display: inline-block;
      font-size: 2.0rem;
      height: 3.6rem;
      line-height: 3.6rem;
      margin: 0 5px;
      position: relative;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 3.6rem; }
    .footer .social .icon-button span {
      border-radius: 0;
      display: block;
      height: 0;
      left: 50%;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 0; }
    .footer .social .icon-button:hover span {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 3.6rem;
      margin: -1.8rem; }
    .footer .social .twitter span {
      background-color: #4099ff; }
    .footer .social .facebook span {
      background-color: #3B5998; }
    .footer .social .linkedin span {
      background-color: #0077b5; }
    .footer .social .instagram span {
      background-color: #bc2a8d; }
    .footer .social .github span {
      background-color: #333; }
    .footer .social .icon-button i {
      background: none;
      color: white;
      height: 3.6rem;
      left: 0;
      line-height: 3.6rem;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 3.6rem;
      z-index: 10; }
    .footer .social .icon-button .fa-twitter {
      color: #4099ff; }
    .footer .social .icon-button .fa-facebook {
      color: #3B5998; }
    .footer .social .icon-button .fa-linkedin {
      color: #0077b5; }
    .footer .social .icon-button .fa-instagram {
      color: #4099ff; }
    .footer .social .icon-button .fa-github {
      color: #333; }
    .footer .social .icon-button:hover .fa-twitter,
    .footer .social .icon-button:hover .fa-facebook,
    .footer .social .icon-button:hover .fa-linkedin,
    .footer .social .icon-button:hover .fa-instagram,
    .footer .social .icon-button:hover .fa-github {
      color: #f7f4e9; }

@media (min-width: 1240px) {
  .splashHeader .headerText {
    width: 80%; }
  .splashHeader .headerIMG {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    right: 120px;
    left: inherit;
    margin-top: 0; } }
#shopbyState {
  width: 100%; }

.shopSearch {
  width: 100%; }

.pagination .page-link:hover {
  color: #06221f; }

.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #9e8964;
  color: #f7f4e9; }

#siteHeader .form-control {
  border-radius: 0px; }
#siteHeader .input-group-text {
  border-radius: 0px;
  background-color: #9e8964;
  border: none; }

.shopDropdown, .shopSearch {
  display: block; }

.shopDropdown {
  width: 100%; }

.shopSearch {
  width: 100%; }

.shopDropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
  width: 100%; }

.shopSearch .input-group input:focus, .shopDropdown button:focus {
  border-color: #9e8964;
  box-shadow: 0 0 0 0.25rem rgba(227, 181, 5, 0.25); }

.dropdown-menu {
  border-radius: 0px;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 13rem; }

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent; }

/* Shop */
/*General Shop Styles*/
.shop-top-menu a:hover {
  color: #69bb7e !important; }

.dropdown-menu.dropFilter {
  width: 100%;
  background-color: white;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }

.productCardIMG {
  width: 100%;
  height: 225px !important;
  background-size: cover; }

/* Product */
.sale-price {
  color: #454e46; }

/*product more information tab panels*/
#productInfo .nav-item {
  margin-right: 0.5rem; }
#productInfo .nav-link {
  color: #06221f;
  background-color: #9e8964;
  border: none; }
  #productInfo .nav-link[aria-selected="false"] {
    background-color: rgba(227, 181, 5, 0.5); }

#productInfoContent .tab-pane {
  background-color: #f7f4e9;
  padding: 1rem; }

/*Form Styles*/
.form-check-input:checked {
  background-color: #454e46;
  border-color: #454e46; }

#commentForm, #commentReplyForm {
  display: none; }

#levelInfo .modal-header {
  border: none; }
#levelInfo .pricing-table {
  background: #fff;
  padding: 2rem;
  border-radius: 4px;
  transition: .3s;
  height: 100%; }
  #levelInfo .pricing-table:hover {
    box-shadow: 0px 1px 10px -4px rgba(227, 181, 5, 0.55); }
  #levelInfo .pricing-table .pricing-label {
    border-radius: 2px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #cad2ff;
    color: #397367; }
  #levelInfo .pricing-table h2 {
    color: #5D3A00;
    font-size: 28px;
    font-weight: 500; }
  #levelInfo .pricing-table .pricing-table-icon {
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    #levelInfo .pricing-table .pricing-table-icon img {
      position: absolute;
      bottom: 10px;
      margin: 0 auto; }
  #levelInfo .pricing-table .pricing-features {
    margin-top: 2rem; }
    #levelInfo .pricing-table .pricing-features .feature {
      font-size: 14px;
      margin: .5rem 0;
      color: #B3B3B3; }
      #levelInfo .pricing-table .pricing-features .feature span {
        display: inline-block;
        float: right;
        color: #3b3b3b;
        font-weight: 500; }
  #levelInfo .pricing-table .price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
    color: #397367; }
    #levelInfo .pricing-table .price-tag .symbol {
      font-size: 24px; }
    #levelInfo .pricing-table .price-tag .amount {
      letter-spacing: -2px;
      font-size: 64px; }
    #levelInfo .pricing-table .price-tag .after {
      color: #3b3b3b;
      font-weight: 500; }
  #levelInfo .pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
    background: #397367; }
    #levelInfo .pricing-table .price-button:hover {
      text-decoration: none;
      background: #546dfe; }

.replies.ms-5::before {
  content: '\2191';
  font-size: 34px; }

/*Custom Styles*/
.form-control {
  border: none; }
  .form-control:focus {
    border-color: #454e46;
    box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26);
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26);
    -moz-box-shadow: 0 0 0 0.25rem rgba(0, 104, 56, 0.26); }

/*
select {
  /* Reset 
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize 
  color:#FFF !important;
  width: 20em;
  height: 3em;
  padding: 0 4em 0 1em;
  background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg)
      no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, $glass-icon 3em, $glass 3em);
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* <option> colors 
  option {
      color: #FFF !important;
      background-color: rgba($green, 0.5);
	  &:hover {
		  background-color:rgba($green, 0.5);
		  color:#FFF;
	  }
  }
  /* Remove focus outline 
  &:focus {
    outline: none;
  }
  /* Remove IE arrow 
  &::-ms-expand {
    display: none;
  }
}
*/
label {
  display: block; }

blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  padding: 15px;
  background-color: #f1b357;
  border-top: 1px solid #dda147;
  border-bottom: 1px solid #dda147;
  margin: 20px;
  /*background-image: url(images/openquote1.gif);*/
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px; }

blockquote span {
  display: block;
  /*background-image: url(images/closequote1.gif);*/
  background-repeat: no-repeat;
  background-position: bottom right; }

.recordClick {
  color: #006838;
  text-decoration: underline; }

.recordClick:hover {
  cursor: pointer; }

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none; }

.custom-select-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block;
  padding: 0px; }

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 84px 0 22px;
  color: #fff;
  line-height: 60px;
  background: linear-gradient(to left, rgba(69, 78, 70, 0.6) 3em, rgba(69, 78, 70, 0.6) 3em);
  border-radius: 4px;
  cursor: pointer; }

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0; }

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%); }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px); }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out; }

.option-hover:before {
  background: #f9f9f9; }

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out; }

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9; }

textarea {
  /* Personalize */
  color: #FFF !important;
  width: 20em;
  height: 8em !important;
  padding: 0 4em 0 1em;
  background: linear-gradient(to left, rgba(69, 78, 70, 0.6) 3em, rgba(69, 78, 70, 0.6) 3em);
  color: white;
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF !important;
    opacity: 1;
    /* Firefox */ }
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF; }
  textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF; }

input[type="text"], select, input[type="tel"], input[type="email"], input[type="password"] {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  color: #FFF !important;
  width: 100%;
  height: 3em;
  padding: 0 4em 0 1em;
  background: linear-gradient(to left, rgba(69, 78, 70, 0.6) 3em, rgba(69, 78, 70, 0.6) 3em);
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  input[type="text"]::placeholder, select::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF !important;
    opacity: 1;
    /* Firefox */ }
  input[type="text"]:-ms-input-placeholder, select:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF; }
  input[type="text"]::-ms-input-placeholder, select::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF; }

select {
  background-color: #454e46 !important; }

.btn {
  display: inline-block;
  border: none;
  font-size: 20px;
  font-family: "ChakraPetch", sans-serif;
  cursor: pointer;
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #454e46;
  color: #f7f4e9;
  border-radius: 50%; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 50px;
    border: 1px solid #06221f;
    border-radius: 50%;
    transform: rotate(-9.41deg); }
  .btn:hover {
    background-color: #c4836f;
    color: #06221f; }
    .btn:hover:before {
      transform: rotate(9.41deg); }

/*
.btn {
	border: none;
	font-family: inherit;
	font-size: 0.75em;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 40px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	&:after {
		content: '';
		position: absolute;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	&.btn-custom {
		background: $green;
		color: $bronze;
		box-shadow: 0 6px $green;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		border-radius: 5px;
		&:hover {
			box-shadow: 0 4px $green;
			top: 2px;
		}
		&:active {
			box-shadow: 0 0 $green;
			top: 6px;
		}
	}
	&.btn-danger {
		background-color: #dc3545;
	}
}

/*Header*/
.topBanner {
  background-color: #9e8964; }

.search-box {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 60px;
  border-radius: 120px;
  margin: 0 auto; }

.search-icon, .go-icon {
  position: absolute;
  top: 8px;
  height: 60px;
  width: 86px;
  line-height: 61px;
  text-align: center; }

.search-icon {
  left: -8px;
  pointer-events: none;
  font-size: 1.22em;
  will-change: transform;
  color: #9e8964;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transition: transform 400ms 220ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: transform 400ms 220ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 400ms 220ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 400ms 220ms cubic-bezier(0.19, 1, 0.22, 1); }

.si-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.go-icon {
  right: 0;
  top: 0;
  pointer-events: none;
  font-size: 1.38em;
  will-change: opacity;
  cursor: default;
  opacity: 0;
  color: #9e8964;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.19, 1, 0.22, 1); }

.go-in {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.19, 1, 0.22, 1); }

.search-border {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px; }

.border {
  fill: none;
  stroke: #454e46;
  stroke-width: 5;
  stroke-miterlimit: 10; }

.border {
  stroke-dasharray: 740;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 400ms cubic-bezier(0.6, 0.04, 0.735, 0.99);
  -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.6, 0.04, 0.735, 0.99);
  -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.6, 0.04, 0.735, 0.99);
  -o-transition: stroke-dashoffset 400ms cubic-bezier(0.6, 0.04, 0.735, 0.99); }

.border-searching .border {
  stroke-dasharray: 740;
  stroke-dashoffset: 459;
  transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.15, 0.205, 1);
  -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.15, 0.205, 1);
  -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.15, 0.205, 1);
  -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.15, 0.205, 1); }

#searchterm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  border: none;
  background: rgba(255, 255, 255, 0);
  padding: 0 68px 0 68px;
  color: #454e46 !important;
  font-size: 1.32em;
  font-weight: 400;
  letter-spacing: -0.015em;
  outline: none;
  box-shadow: none !important; }

#searchterm::-webkit-input-placeholder {
  color: #454e46; }

#searchterm::-moz-placeholder {
  color: #454e46; }

#searchterm:-ms-input-placeholder {
  color: #454e46; }

#searchterm:-moz-placeholder {
  color: #454e46; }

#searchterm::-moz-selection {
  color: #454e46;
  background: rgba(0, 104, 56, 0.25); }

#searchterm::selection {
  color: #454e46;
  background: rgba(0, 104, 56, 0.25); }

.search-container .header-search .search__box {
  float: left;
  width: 0;
  height: 4rem;
  /*   display: inline; */
  background: none;
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  border-radius: 2rem;
  outline: none;
  border: none;
  position: relative;
  opacity: 1;
  transition: all .75s ease-in;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  /*   border: 2px solid tomato; */
  /*   margin-top: 5px; */ }
  .search-container .header-search .search__box.show {
    width: 85%; }
  .search-container .header-search .search__box::placeholder {
    color: #FFF; }
.search-container .header-search .search__icon {
  box-sizing: border-box;
  float: right;
  font-size: 2.5rem;
  display: inline-block;
  /*   justify-content: center;
    align-items: center; */
  margin-left: .8rem;
  margin-top: 0;
  cursor: pointer;
  position: absolute;
  color: #9e8964;
  transition: all .25s ease-in;
  padding: .7rem;
  border-radius: 50%; }

.search-container:hover > .search__box {
  width: 85%;
  padding: 0 1rem; }

.search-container:hover > .search__icon {
  background-color: #eee; }

.navbar {
  box-shadow: -2px 7px 5px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: -2px 7px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: -2px 7px 5px 0px rgba(0, 0, 0, 0.52);
  z-index: 2;
  padding: 0; }
  .navbar .white-toggler {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar.bg-light {
    background-color: #454e46 !important; }
    .navbar.bg-light .navbar-nav .nav-item .dropdown-menu {
      background-color: #454e46;
      border-radius: 0;
      width: 100%;
      top: calc(100% + 6px);
      box-shadow: -1px 17px 5px -3px rgba(0, 0, 0, 0.52) inset;
      -webkit-box-shadow: -1px 17px 5px -3px rgba(0, 0, 0, 0.52) inset;
      -moz-box-shadow: -1px 17px 5px -3px rgba(0, 0, 0, 0.52) inset; }
      .navbar.bg-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        text-transform: uppercase;
        color: #FFF;
        padding: 1em; }
        .navbar.bg-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
          background-color: #9e8964;
          color: #000;
          border: none; }
    .navbar.bg-light .navbar-nav .nav-item .nav-link {
      color: #FFF;
      font-size: 1.5rem;
      text-transform: uppercase;
      position: relative;
      display: table-cell;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      padding: 10px 40px;
      transition: 0.2s ease color; }
      .navbar.bg-light .navbar-nav .nav-item .nav-link.active {
        color: #9e8964; }
      .navbar.bg-light .navbar-nav .nav-item .nav-link:after {
        content: '';
        background-size: 100% 100%;
        width: 16px;
        height: 12px;
        position: absolute;
        top: 5px;
        right: -28px;
        -webkit-transition: all 0.4s cubic-bezier(0.35, 1, 0.33, 1);
        transition: all 0.4s cubic-bezier(0.35, 1, 0.33, 1); }
      .navbar.bg-light .navbar-nav .nav-item .nav-link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s cubic-bezier(0.35, 1, 0.33, 1);
        transition: all 0.4s cubic-bezier(0.35, 1, 0.33, 1);
        background: #9e8964; }
      .navbar.bg-light .navbar-nav .nav-item .nav-link:hover:after {
        right: -35px; }
      .navbar.bg-light .navbar-nav .nav-item .nav-link:active, .navbar.bg-light .navbar-nav .nav-item .nav-link:focus, .navbar.bg-light .navbar-nav .nav-item .nav-link:hover {
        outline: 0; }
      .navbar.bg-light .navbar-nav .nav-item .nav-link:hover:before {
        width: 100%; }

.dropdown .nav-link::after {
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  margin-top: 20px;
  margin-right: 40px; }

.scrollheader {
  visibility: hidden;
  opacity: 0; }
  .scrollheader .navbar.bg-light {
    background-color: #FFF !important; }
    .scrollheader .navbar.bg-light .navbar-nav .nav-item #signinForm {
      color: #9e8964;
      font-size: 1rem;
      position: relative;
      display: table-cell;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      padding: 10px 40px;
      transition: 0.2s ease color; }
    .scrollheader .navbar.bg-light .navbar-nav .nav-item .dropdown-menu {
      background-color: #FFF;
      border-radius: 0;
      width: 100%;
      top: calc(100% + 16px);
      box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.34) inset;
      -webkit-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.34) inset;
      -moz-box-shadow: -1px 7px 5px -3px rgba(0, 0, 0, 0.34) inset; }
      .scrollheader .navbar.bg-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        text-transform: uppercase;
        color: #454e46;
        padding: 1em; }
        .scrollheader .navbar.bg-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
          background-color: #9e8964;
          color: #000;
          border: none; }
    .scrollheader .navbar.bg-light .navbar-nav .nav-item .nav-link {
      color: #454e46 !important; }
      .scrollheader .navbar.bg-light .navbar-nav .nav-item .nav-link.active {
        color: #9e8964; }

.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; }

.show {
  visibility: visible;
  opacity: 1; }

.breadcrumb a {
  color: #9e8964;
  padding: 0 1em;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.sidebar .btn {
  padding: 15px 25px;
  margin: 5px 0px; }
.sidebar .btn-search {
  padding: 15px;
  margin: 0px;
  background-color: #9e8964;
  font-size: 16px; }
.sidebar .btn-clear {
  background-color: transparent;
  border: none;
  color: #9e8964;
  font-size: 12px;
  padding: 0px;
  margin: 0px; }
.sidebar .formAddon {
  border: none;
  background-color: transparent; }
.sidebar .input-group-text {
  background-color: #9e8964;
  border: none;
  padding: .15rem .15rem; }
.sidebar .left-sidebar1 {
  background-color: #454e46;
  color: #FFF;
  padding: 2em; }
  .sidebar .left-sidebar1 .btn-custom {
    background-color: #454e46; }
  .sidebar .left-sidebar1 .box-minmax {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #FFFFFF; }
    .sidebar .left-sidebar1 .box-minmax span:first-child {
      margin-left: 10px; }
  .sidebar .left-sidebar1 .rs-range {
    margin-top: 25px;
    width: 100%;
    -webkit-appearance: none; }
    .sidebar .left-sidebar1 .rs-range:focus {
      outline: none; }
    .sidebar .left-sidebar1 .rs-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #ffffff;
      border-radius: 0px;
      border: 0px solid #010101; }
    .sidebar .left-sidebar1 .rs-range::-moz-range-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #ffffff;
      border-radius: 0px;
      border: 0px solid #010101; }
    .sidebar .left-sidebar1 .rs-range::-webkit-slider-thumb {
      box-shadow: none;
      border: 0px solid #ffffff;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
      height: 42px;
      width: 22px;
      border-radius: 22px;
      background: white;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -20px; }
    .sidebar .left-sidebar1 .rs-range::-moz-range-thumb {
      box-shadow: none;
      border: 0px solid #ffffff;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
      height: 42px;
      width: 22px;
      border-radius: 22px;
      background: white;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -20px; }
    .sidebar .left-sidebar1 .rs-range::-moz-focus-outer {
      border: 0; }
  .sidebar .left-sidebar1 .rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-left: -4px;
    left: 175px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px; }
    .sidebar .left-sidebar1 .rs-label::after {
      content: "mi";
      display: block;
      font-size: 18px;
      letter-spacing: 0.07em;
      margin-top: 0px; }
.sidebar .left-sidebar2 {
  background-color: #454e46;
  color: #FFF;
  padding: 1em 2em;
  margin-bottom: 20px; }

.offcanvas {
  overflow-x: scroll; }
  .offcanvas .offcanvas-header {
    flex-direction: row-reverse; }

.offcanvasFilter {
  background-color: #454e46;
  color: #f7f4e9; }
  .offcanvasFilter .btn-close {
    color: #9e8964;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBB040'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); }

.business-result {
  border: solid 1px #454e46;
  padding: 1em;
  margin-bottom: 1em; }
  .business-result img {
    margin: 0 auto; }

#adCarousel {
  /* medium and up screens */ }
  @media (max-width: 468px) {
    #adCarousel .carousel-inner .carousel-item > div {
      display: none; }
    #adCarousel .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  #adCarousel .carousel-inner .carousel-item.active,
  #adCarousel .carousel-inner .carousel-item-next,
  #adCarousel .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    #adCarousel .carousel-inner .carousel-item-end.active,
    #adCarousel .carousel-inner .carousel-item-next {
      transform: translateX(25%); }
    #adCarousel .carousel-inner .carousel-item-start.active,
    #adCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%); } }
  #adCarousel .carousel-inner .carousel-item-end,
  #adCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0); }
  #adCarousel .carousel-control-next, #adCarousel .carousel-control-prev {
    background-color: rgba(69, 78, 70, 0.6) !important;
    width: 5%; }
  #adCarousel .carousel-inner {
    border-radius: 0;
    width: 100%; }

.pitch-pine-listing {
  border: solid 3px #454e46; }

.mast-pine-listing {
  border: 3px solid #9e8964; }

.king-pine-listing {
  border: 5px solid #454e46;
  outline: 5px solid #9e8964; }

.single-header {
  background-color: #454e46;
  color: #FFF;
  clip-path: polygon(0% 0%, 98% 0%, 100% 100%, 2% 100%); }

.business-details {
  padding: 1em;
  background-color: #454e46;
  color: #FFF; }
  .business-details a {
    color: #FFF; }
    .business-details a:hover {
      text-decoration: none; }
      .business-details a:hover i {
        color: #9e8964; }
  .business-details .social {
    display: inline-flex;
    padding-left: 0; }
    .business-details .social li {
      list-style: none;
      padding: 0 5px; }

.business-btns .btn-custom {
  padding: 15px 25px;
  width: 100%; }

.business-services {
  padding: 1em;
  background-color: #9e8964;
  color: #454e46; }
  .business-services ul li {
    list-style: none; }
    .business-services ul li:before {
      content: '✓'; }
    .business-services ul li > div {
      display: inline-block;
      height: 100%;
      width: 5%;
      vertical-align: top; }
    .business-services ul li .service {
      width: 90%; }

#businessAccordion .accordion-item .accordion-button {
  background-color: #9e8964;
  color: #454e46; }
  #businessAccordion .accordion-item .accordion-button:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAuElEQVQ4T2NkoDJgpLJ5DKMGUh6iuMMwVJuNYfXVX1itwCOH3cBMy1KG///DGRhZXBmmH3mPYmiaMT8DE+sOBob/2xhmnGxGtxC7gRmWTUANtUDFZ1EMzTXnY/jNuBMobgG0sJth5sky4gwEqUI3lOX3X0KGgbThT4cZFi1ANdVAfALqEgsg3cow40QNrugjnLARLgWGAnZvIhtO2ECw98EuZcDnMpihxBlIQvIcNZCEwMKhdPCHIQC3tjkVISuatwAAAABJRU5ErkJggg==); }
  #businessAccordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent; }
#businessAccordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #454e46;
  color: #f7f4e9; }
  #businessAccordion .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAArUlEQVQ4T2NkoDJgpLJ5DKMGUh6iOMPw////bIyMjL+wWYFPDquBQA2lQIPCgdgVaOh7ZEOBcvxA/g4g3gaUa0a3EJeBTUCFtUB8FtlQoGF8QP5OILYA4m6ggWVEGQhSBNSMYihQ6C8hw0D68KZDoKEtQDXVQHwC6hKQy1qBLqvBFX0EEzaSS0FmYPUmsuEEDYR6H+RSBnwugxlKlIG4vIdNfNRAUkILu9rBH4YA/+00FZ8L74kAAAAASUVORK5CYII=); }

#catAccordion.accordion .accordion-item, #catAccordion2.accordion .accordion-item {
  border: none; }
  #catAccordion.accordion .accordion-item .accordion-header, #catAccordion2.accordion .accordion-item .accordion-header {
    background-color: #9e8964;
    color: #454e46; }
    #catAccordion.accordion .accordion-item .accordion-header a, #catAccordion2.accordion .accordion-item .accordion-header a {
      font-weight: bold;
      font-size: 15px;
      padding: 5px;
      width: 100%; }
    #catAccordion.accordion .accordion-item .accordion-header .accordion-button, #catAccordion2.accordion .accordion-item .accordion-header .accordion-button {
      padding: 8px;
      color: #454e46 !important; }
      #catAccordion.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after, #catAccordion2.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbElEQVRIS2NkIBZkWmxn+M/gAVbOyLCDYfoJT2K0MhKjCKxm1AKCQTUaRKNBhCsEGMEZiBjwn8EEqEwEqvQNMDefIUYbI0OGxX9iFJKrhg4W0DyIiPX7aE4mGFKjQTQaRLgLO4JhA1VAZioCAIHCcAfsZbFIAAAAAElFTkSuQmCC"); }
      #catAccordion.accordion .accordion-item .accordion-header .accordion-button:after, #catAccordion2.accordion .accordion-item .accordion-header .accordion-button:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbElEQVRIS2NkIBZkWmxn+M/gAVbOyLCDYfoJT2K0MhKjCKxm1AKCQTUaRKNBhCsEGMEZiBjwn8EEqEwEqvQNMDefIUYbI0OGxX9iFJKrhg4W0DyIiPX7aE4mGFKjQTQaRLgLO4JhA1VAZioCAIHCcAfsZbFIAAAAAElFTkSuQmCC");
        width: 1rem;
        height: 1rem;
        background-size: 1rem; }
  #catAccordion.accordion .accordion-item .accordion-body, #catAccordion2.accordion .accordion-item .accordion-body {
    padding: 0px; }
  #catAccordion.accordion .accordion-item .accordion-body .accordion-item .accordion-collapse .accordion-body, #catAccordion2.accordion .accordion-item .accordion-body .accordion-item .accordion-collapse .accordion-body {
    padding: 10px 10px 10px 20px; }
    #catAccordion.accordion .accordion-item .accordion-body .accordion-item .accordion-collapse .accordion-body p, #catAccordion2.accordion .accordion-item .accordion-body .accordion-item .accordion-collapse .accordion-body p {
      margin-bottom: 0.5rem;
      font-size: 16px; }

.bizArticles {
  margin-top: 20px; }
  .bizArticles .card {
    flex-direction: row;
    margin-right: 0px;
    border: none;
    background-color: #9e8964; }
    .bizArticles .card .card_title {
      color: #454e46;
      margin-bottom: 0px; }
    .bizArticles .card .btn-custom {
      padding: 15px 25px; }
  .bizArticles .carousel-control-next, .bizArticles .carousel-control-prev {
    width: 6%; }

#relatedProductsCarousel, #sponsoredProductsCarousel {
  /* medium and up screens */ }
  #relatedProductsCarousel .card, #sponsoredProductsCarousel .card {
    border: none;
    width: 100%;
    background-color: #454e46; }
    #relatedProductsCarousel .card .card-img, #sponsoredProductsCarousel .card .card-img {
      max-height: 185px;
      min-height: 185px; }
    #relatedProductsCarousel .card .card-body, #sponsoredProductsCarousel .card .card-body {
      background-color: #454e46;
      color: #f7f4e9;
      min-height: 140px; }
  #relatedProductsCarousel .postSliderLink, #sponsoredProductsCarousel .postSliderLink {
    font-weight: bold;
    color: #9e8964;
    position: relative;
    display: flex;
    text-align: right; }
  #relatedProductsCarousel .carousel-control-next, #relatedProductsCarousel .carousel-control-prev, #sponsoredProductsCarousel .carousel-control-next, #sponsoredProductsCarousel .carousel-control-prev {
    width: 8%;
    opacity: 0.75; }
  @media (max-width: 767px) {
    #relatedProductsCarousel .carousel-inner .carousel-item > div, #sponsoredProductsCarousel .carousel-inner .carousel-item > div {
      display: none; }
    #relatedProductsCarousel .carousel-inner .carousel-item > div:first-child, #sponsoredProductsCarousel .carousel-inner .carousel-item > div:first-child {
      display: block; } }
  #relatedProductsCarousel .carousel-inner .carousel-item.active,
  #relatedProductsCarousel .carousel-inner .carousel-item-next,
  #relatedProductsCarousel .carousel-inner .carousel-item-prev, #sponsoredProductsCarousel .carousel-inner .carousel-item.active,
  #sponsoredProductsCarousel .carousel-inner .carousel-item-next,
  #sponsoredProductsCarousel .carousel-inner .carousel-item-prev {
    display: flex; }
  @media (min-width: 768px) {
    #relatedProductsCarousel .carousel-inner .carousel-item-end.active,
    #relatedProductsCarousel .carousel-inner .carousel-item-next, #sponsoredProductsCarousel .carousel-inner .carousel-item-end.active,
    #sponsoredProductsCarousel .carousel-inner .carousel-item-next {
      transform: translateX(25%); }
    #relatedProductsCarousel .carousel-inner .carousel-item-start.active,
    #relatedProductsCarousel .carousel-inner .carousel-item-prev, #sponsoredProductsCarousel .carousel-inner .carousel-item-start.active,
    #sponsoredProductsCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%); } }
  #relatedProductsCarousel .carousel-inner .carousel-item-end,
  #relatedProductsCarousel .carousel-inner .carousel-item-start, #sponsoredProductsCarousel .carousel-inner .carousel-item-end,
  #sponsoredProductsCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0); }

.article-tag {
  background: #454e46;
  border-radius: 3px 0 0 3px;
  color: #9e8964;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s; }
  .article-tag:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #454e46;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
  .article-tag:hover {
    color: #FFF; }

.pagination-row {
  background: #006838;
  background: -moz-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: -webkit-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006838",endColorstr="#00813b",GradientType=1); }
  .pagination-row .pagination {
    margin-bottom: 0; }
    .pagination-row .pagination .page-item.active {
      background: #9e8964;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
      .pagination-row .pagination .page-item.active .page-link {
        color: #454e46; }
    .pagination-row .pagination .page-link {
      background-color: transparent;
      border: none;
      color: #9e8964;
      font-size: 1.5em; }
      .pagination-row .pagination .page-link:hover {
        background-color: #9e8964;
        color: #454e46; }

/*.carousel {
	box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.52);
-webkit-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.52);
-moz-box-shadow: -2px 7px 5px 0px rgba(0,0,0,0.52);
	
}*/
.job-search-container .job-search-bar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 120rem;
  width: 100%; }
  .job-search-container .job-search-bar-section .search-form {
    width: 100%;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; }
    .job-search-container .job-search-bar-section .search-form-group {
      flex: 1;
      margin: 0 20px; }
      .job-search-container .job-search-bar-section .search-form-group input {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        padding: 2rem;
        width: 100%;
        height: 5rem;
        border: none;
        border-radius: 4rem;
        background: #FFF;
        color: #000 !important; }
        .job-search-container .job-search-bar-section .search-form-group input:focus {
          border: none; }
      .job-search-container .job-search-bar-section .search-form-group select {
        width: 100%;
        height: 5rem;
        font-size: 1rem;
        font-weight: 500;
        padding-left: 1rem;
        border: none;
        background: #FFF;
        border-radius: 4rem;
        color: #000 !important;
        box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); }
      .job-search-container .job-search-bar-section .search-form-group button {
        display: inline-block;
        width: 100%;
        height: 5rem; }

.slider-container {
  position: relative;
  height: 100%;
  user-select: none;
  cursor: all-scroll; }
  .slider-container svg {
    display: block;
    overflow: visible; }

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0; }
  .slider-control.inactive:hover {
    cursor: auto; }
  .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer; }
  .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%); }
  .slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%); }

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none; }
  .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer; }
    .slider-pagi__elem:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border-radius: 50%;
      transition: transform 0.3s;
      transform: translate(-50%, -50%) scale(0); }
    .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
      transform: translate(-50%, -50%) scale(1); }

.slider {
  z-index: 1;
  position: relative;
  height: 615px; }
  .slider.animating {
    transition: transform 0.5s;
    will-change: transform; }
    .slider.animating .slide__bg {
      transition: transform 0.5s;
      will-change: transform; }

.slider-container .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  overflow: hidden; }
  .slider-container .slide.active .slide__overlay,
  .slider-container .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0); }
  .slider-container .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform; }
  .slider-container .slide:nth-child(1) {
    left: 0; }
    .slider-container .slide:nth-child(1) .slide__bg {
      left: 0; }
    .slider-container .slide:nth-child(1) .slide__overlay-path {
      fill: #e99c7e; }
    @media (max-width: 991px) {
      .slider-container .slide:nth-child(1) .slide__text {
        background-color: rgba(233, 156, 126, 0.8); } }
  .slider-container .slide:nth-child(2) {
    left: 100%; }
    .slider-container .slide:nth-child(2) .slide__bg {
      left: -50%; }
    .slider-container .slide:nth-child(2) .slide__overlay-path {
      fill: #e1ccae; }
    @media (max-width: 991px) {
      .slider-container .slide:nth-child(2) .slide__text {
        background-color: rgba(225, 204, 174, 0.8); } }
  .slider-container .slide:nth-child(3) {
    left: 200%; }
    .slider-container .slide:nth-child(3) .slide__bg {
      left: -100%; }
    .slider-container .slide:nth-child(3) .slide__overlay-path .slide__overlay-path {
      fill: #adc5cd; }
    @media (max-width: 991px) {
      .slider-container .slide:nth-child(3) .slide__overlay-path .slide__text {
        background-color: rgba(173, 197, 205, 0.8); } }
  .slider-container .slide:nth-child(4) {
    left: 300%; }
    .slider-container .slide:nth-child(4) .slide__bg {
      left: -150%; }
    .slider-container .slide:nth-child(4) .slide__overlay-path {
      fill: #cbc6c3; }
    @media (max-width: 991px) {
      .slider-container .slide:nth-child(4) .slide__text {
        background-color: rgba(203, 198, 195, 0.8); } }
  .slider-container .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slider-container .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
    @media (max-width: 991px) {
      .slider-container .slide__overlay {
        display: none; } }
    .slider-container .slide__overlay path {
      opacity: 0.8; }
  .slider-container .slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0; }
    @media (max-width: 991px) {
      .slider-container .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem; } }
    .slider-container .slide__text-heading {
      font-size: 5rem;
      margin-bottom: 2rem; }
      @media (max-width: 991px) {
        .slider-container .slide__text-heading {
          line-height: 20rem;
          font-size: 3.5rem; } }
    .slider-container .slide__text-desc {
      font-size: 1.8rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 991px) {
        .slider-container .slide__text-desc {
          display: none; } }
    .slider-container .slide__text-link {
      z-index: 5;
      display: inline-block;
      position: relative;
      padding: 0.5rem;
      cursor: pointer;
      font-size: 2.3rem;
      perspective: 1000px; }
      @media (max-width: 991px) {
        .slider-container .slide__text-link {
          display: none; } }
      .slider-container .slide__text-link:before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        transform-origin: 50% 100%;
        transform: rotateX(-85deg);
        transition: transform 0.3s;
        will-change: transform; }
      .slider-container .slide__text-link:hover:before {
        transform: rotateX(0); }

.home-featured {
  background: #fbb040;
  background: -moz-linear-gradient(325deg, #fbb040 16%, #00813b 67%, #00813b 100%);
  background: -webkit-linear-gradient(325deg, #fbb040 16%, #00813b 67%, #00813b 100%);
  background: linear-gradient(325deg, #fbb040 16%, #00813b 67%, #00813b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb040",endColorstr="#00813b",GradientType=1);
  clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0 90%);
  padding: 10rem 10%;
  color: #FFF; }
  .home-featured h3 {
    color: #f7f4e9; }

/*Home Business Categories*/
.homecategories {
  background: url("https://pinetreeconnect/img/maine-transparent.png") no-repeat 20% 0%;
  padding: 6em 0; }
  .homecategories .effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border: 5px solid #9e8964;
    position: relative;
    overflow: hidden;
    max-height: 240px;
    max-width: 350px;
    background: #454e46;
    text-align: center;
    cursor: pointer; }
    .homecategories .effect img {
      position: relative;
      display: block;
      min-height: 240px;
      opacity: 0.8; }
    .homecategories .effect .tab-text {
      padding: 2em;
      color: #fff;
      font-size: 1.25rem;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .homecategories .effect .tab-text h2 {
        color: #fff;
        margin: 0;
        font-size: 1.5rem; }
      .homecategories .effect .tab-text p {
        color: #fff;
        margin: 0;
        font-size: 1rem; }
    .homecategories .effect.effect-eight img {
      transition: all .3s ease-in-out;
      transform: translate3d(0, 0, 0) scale(1, 1);
      -webkit-transition: all .3s ease-in-out;
      -webkit-transform: translate3d(0, 0, 0) scale(1, 1); }
    .homecategories .effect.effect-eight .icons-block {
      z-index: 1000;
      position: absolute;
      bottom: 15px;
      width: 100%;
      left: 0;
      text-align: left;
      padding-left: 5px; }
    .homecategories .effect.effect-eight:hover img {
      opacity: 0.4;
      transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
      -webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1); }
    .homecategories .effect.effect-eight:hover h2 {
      transform: scale3d(1.1, 1.1, 1);
      transition: all .5s ease-in-out;
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -webkit-transition: all 0.5s ease-in-out; }
    .homecategories .effect.effect-eight:hover p {
      transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      opacity: 1; }
    .homecategories .effect.effect-eight:hover .tab-text:after {
      transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
      -webkit-transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
      opacity: 1;
      top: 175px;
      left: -378px;
      border-top: 325px solid rgba(0, 104, 56, 0.8);
      border-left: 422px solid rgba(0, 104, 56, 0.8);
      border-bottom: 218px solid transparent;
      border-right: 160px solid transparent; }
    .homecategories .effect.effect-eight p {
      font-size: .9rem;
      padding: 10px 5px;
      transform: scale3d(0.8, 0.8, 1);
      -webkit-transform: scale3d(0.8, 0.8, 1);
      opacity: 0;
      transition: all .35s;
      -transition: all .35s;
      font-family: Poppins; }
    .homecategories .effect.effect-eight .tab-text h2 {
      transform: scale3d(0.9, 0.9, 1);
      transition: all .5s ease-in-out;
      -webkit-transform: scale3d(0.9, 0.9, 1);
      -webkit-transition: all 0.5s ease-in-out; }
    .homecategories .effect.effect-eight .tab-text:after {
      content: "";
      position: absolute;
      left: -230px;
      top: 0;
      border-top: 208px solid rgba(251, 176, 64, 0.3);
      border-left: 140px solid rgba(0, 104, 56, 0.8);
      border-bottom: 188px solid transparent;
      border-right: 160px solid transparent;
      transition: all .4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out; }
  .homecategories .hide {
    display: none; }
  .homecategories .effect.effect-eight .icons-block .social-icon-1,
  .homecategories .effect.effect-eight .icons-block .social-icon-2,
  .homecategories .effect.effect-eight .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0; }
  .homecategories .effect.effect-eight:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: 0.5s; }
  .homecategories .effect.effect-eight:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: 0.5s; }
  .homecategories .effect.effect-eight:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: 0.5s; }
  .homecategories .effect.effect-eight .icons-block i {
    color: white;
    padding-left: 10px;
    font-size: 1.3rem; }
  .homecategories .catCategoryBox {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*Home Articles*/
.home-articles {
  background: #006838;
  background: -moz-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: -webkit-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006838",endColorstr="#00813b",GradientType=1);
  clip-path: polygon(0 3%, 100% 1%, 100% 92%, 0 95%);
  padding: 8rem 10%; }
  .home-articles .card_link {
    text-decoration: none; }
  .home-articles .card {
    height: 100%; }

.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap; }

.articles .card {
  margin-right: 0px;
  border: none;
  height: 100%;
  box-shadow: none; }
  .articles .card:hover .card__title {
    color: #454e46 !important; }
.articles a {
  text-decoration: none; }

.card {
  margin-right: 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .card.mapCard {
    border-radius: 0px;
    background-color: #454e46;
    margin: 0px;
    border: none; }
  .card .card__like {
    width: 18px; }
  .card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.1, 1.1); }
  .card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3; }
  .card:hover .card__info {
    background-color: transparent;
    position: relative; }
  .card:hover .card__info-hover {
    opacity: 1; }
  .card .card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .card .card__category {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #9e8964; }
  .card .card__info {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 16px 24px 24px 24px; }
  .card .card__title {
    margin-top: 5px;
    margin-bottom: 10px; }
  .card .card__by {
    font-size: 12px;
    font-weight: 500; }
  .card .card__author {
    font-weight: 600;
    text-decoration: none;
    color: #454e46; }
  .card .card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0; }
  .card .card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0; }

.articleCard .card {
  background-color: #454e46;
  height: 100%; }
.articleCard .card__info {
  background-color: #454e46; }
.articleCard .card__info {
  color: #f7f4e9;
  height: 48%; }
.articleCard .card__by {
  color: #f7f4e9; }
.articleCard .card__category a {
  color: #9e8964 !important; }
.articleCard .card__title {
  color: #f7f4e9 !important; }

.sidebarWidget {
  background: #006838;
  background: -moz-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: -webkit-linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  background: linear-gradient(50deg, #006838 16%, #00813b 67%, #00813b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006838",endColorstr="#00813b",GradientType=1);
  clip-path: polygon(0% 9%, 100% 45px, 100% 100%, 0% 95%);
  padding: 5rem 10%;
  color: #fff; }
  .sidebarWidget h2, .sidebarWidget h3, .sidebarWidget h4, .sidebarWidget h5, .sidebarWidget h6 {
    color: #FFF; }
  .sidebarWidget .btn-custom {
    padding: 10px;
    width: 100%; }
  .sidebarWidget select {
    background-color: #454e46;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    color: #FFF !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }

.businessList .business {
  border-top: 2px solid #9e8964;
  border-bottom: 2px solid #454e46; }
.businessList .icon {
  color: #454e46; }

/*Homepage Post Slider*/
#postSlider {
  margin-bottom: 20px; }
  #postSlider .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 60vh; }
  #postSlider .carousel-caption {
    background-color: rgba(51, 102, 51, 0.8);
    padding: 2rem;
    left: 0%;
    width: 100%;
    height: 88%;
    top: 4%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  #postSlider .carousel-control-next, #postSlider .carousel-control-prev {
    width: 3%; }

.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  bottom: 0;
  width: 100%;
  background: #454e46;
  color: #f7f4e9;
  font-size: 1.2rem;
  z-index: 9999; }
  .cookie-notice a {
    color: #f7f4e9; }
    .cookie-notice a:hover {
      text-decoration: none; }
    .cookie-notice a:visited {
      color: #f7f4e9; }
  .cookie-notice .cookie {
    font-size: 2.2rem;
    margin-right: .3rem;
    margin-left: 1rem; }
  .cookie-notice .accept-cookies, .cookie-notice .deny-cookies {
    cursor: pointer;
    border: none;
    outline: none;
    background: #9e8964;
    color: #454e46;
    font-weight: 700;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    transition: .35s ease; }
    .cookie-notice .accept-cookies:hover, .cookie-notice .deny-cookies:hover {
      box-shadow: .01rem .01rem .1rem #DDDDDD; }

.footer-social-links {
  font-size: 18px;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 5px; }
  .footer-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    position: relative;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
    color: #454e46;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }
    .footer-social-links a i, .footer-social-links a span {
      position: relative;
      top: 1px;
      left: 1px; }
    .footer-social-links a:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #454e46;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }
    .footer-social-links a:hover {
      color: #454e46; }
      .footer-social-links a:hover:before {
        background: #9e8964; }

.footer-newsletter {
  background-color: #9e8964;
  padding: 6em 0;
  text-align: center;
  color: #FFF;
  clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0 100%); }
  .footer-newsletter h2 {
    color: #454e46;
    margin-bottom: 2em; }
  .footer-newsletter input {
    border-radius: 0;
    height: 100%;
    background: #FFF;
    width: 80%;
    margin: 0 auto;
    color: #454e46 !important; }

/*comparison chart*/
ul.chartUL {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
  padding-left: 0px; }
  ul.chartUL li {
    list-style: none;
    flex: 1; }
    ul.chartUL li::last-child {
      border-right: 1px solid #DDD; }
    ul.chartUL li button {
      width: 100%;
      border: 1px solid #DDD;
      border-right: 0;
      border-top: 0;
      padding: 10px;
      background: #FFF;
      font-size: 14px;
      font-weight: bold;
      height: 60px;
      color: #999; }
    ul.chartUL li.active button {
      background: #F5F5F5;
      color: #000; }
    ul.chartUL li.bg-dgreen {
      border-top: 3px solid #454e46; }
    ul.chartUL li.bg-green {
      border-top: 3px solid #454e46; }
    ul.chartUL li.bg-bronze {
      border-top: 3px solid #9e8964; }
    ul.chartUL li.bg-bl {
      border-top: 3px solid #000; }

table.chartTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px; }
  table.chartTable th {
    background: #F5F5F5;
    display: none; }
    table.chartTable th.bg-dgreen {
      border-top: 3px solid #454e46; }
    table.chartTable th.bg-green {
      border-top: 3px solid #454e46; }
    table.chartTable th.bg-bronze {
      border-top: 3px solid #9e8964; }
    table.chartTable th.bg-bl {
      border-top: 3px solid #000; }
  table.chartTable td.default {
    display: table-cell; }
  table.chartTable td, table.chartTable th {
    height: 53px;
    border: 1px solid #DDD;
    padding: 10px;
    empty-cells: show;
    text-align: left; }
  table.chartTable td + td, table.chartTable th + th {
    text-align: center;
    display: none; }

.txt-l {
  font-size: 20px;
  font-weight: bold; }

.txt-top {
  position: relative;
  top: -9px;
  left: -2px; }

.tick svg {
  fill: #454e46; }

.x svg {
  fill: #9e8964; }

.hide {
  border: 0;
  background: none; }

@media (min-width: 640px) {
  ul.chartUL {
    display: none; }

  table.chartTable td, table.chartTable th {
    display: table-cell !important; }
  table.chartTable td, table.chartTable th {
    width: 330px; }
  table.chartTable td + td, table.chartTable th + th {
    width: auto; } }
/*chooseOptions module*/
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 15px;
  border-radius: 30px; }
  .switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #FFF; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent; }

.switch-wrapper
[type="radio"]:checked#monthly
+ label[for="yearly"]
~ .highlighter {
  transform: none; }

.switch-wrapper
[type="radio"]:checked#yearly
+ label[for="monthly"]
~ .highlighter {
  transform: translateX(100%); }

.switch-wrapper label {
  font-size: 20px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out; }

.switch-wrapper label:hover {
  background: #454e46;
  color: #FFF; }

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #9e8964;
  transition: transform 0.25s ease-in-out; }

.optionPricing .hide {
  display: none; }
.optionPricing label {
  font-weight: bold; }
.optionPricing .price .amount {
  font-weight: bold; }
.optionPricing .form-control {
  border: 1px solid #ced4da; }

footer {
  background-color: #FFF;
  border-top: 5px solid #454e46; }
  footer .footer-border {
    border-top: solid 5px #9e8964; }
  footer ul {
    list-style: none; }
  footer a {
    color: #454e46;
    text-decoration: none; }
    footer a:hover {
      color: #454e46;
      text-decoration: underline; }
  footer .blog-card {
    display: flex;
    flex-direction: column;
    margin: 0.5rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #454e46;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0; }
    footer .blog-card a {
      color: inherit; }
      footer .blog-card a:hover {
        color: #9e8964; }
    footer .blog-card:hover .photo {
      transform: scale(1.3) rotate(3deg); }
    footer .blog-card .meta {
      position: relative;
      z-index: 0;
      height: 200px;
      background-color: #f7f4e9; }
    footer .blog-card .photo {
      position: absolute;
      top: 0;
      right: 14px;
      bottom: 0;
      left: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform .2s; }
    footer .blog-card .details,
    footer .blog-card .details ul {
      margin: auto;
      padding: 0;
      list-style: none; }
    footer .blog-card .details {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      margin: auto;
      transition: left .2s;
      background: rgba(0, 0, 0, 0.6);
      color: #FFF;
      padding: 10px;
      width: 100%;
      font-size: .9rem; }
      footer .blog-card .details a {
        text-decoration: dotted underline; }
      footer .blog-card .details ul li {
        display: inline-block; }
    footer .blog-card .description {
      padding: 1rem;
      background: #454e46;
      position: relative;
      z-index: 1; }
      footer .blog-card .description h1 {
        line-height: 1;
        margin: 0;
        font-size: 1.7rem;
        color: #FFF; }
      footer .blog-card .description h2 {
        font-size: 1rem;
        font-weight: 300;
        color: #FFF;
        margin-top: 5px; }
      footer .blog-card .description .read-more {
        text-align: right; }
        footer .blog-card .description .read-more a {
          color: #9e8964;
          display: inline-block;
          position: relative; }
    footer .blog-card p {
      position: relative;
      margin: 1rem 0 0;
      color: #FFF; }
      footer .blog-card p:first-of-type {
        margin-top: 1.25rem; }
        footer .blog-card p:first-of-type:before {
          content: "";
          position: absolute;
          height: 5px;
          background: #9e8964;
          width: 35px;
          top: -0.75rem;
          border-radius: 3px; }
    footer .blog-card:hover .details {
      left: 0%; }
    @media (min-width: 640px) {
      footer .blog-card {
        flex-direction: row; }
        footer .blog-card .meta {
          flex-basis: 40%;
          height: auto; }
        footer .blog-card .description {
          flex-basis: 60%; }
          footer .blog-card .description:before {
            transform: skewX(-3deg);
            content: "";
            background: #454e46;
            width: 30px;
            position: absolute;
            left: -10px;
            top: 0;
            bottom: -1px;
            z-index: -1; }
        footer .blog-card.alt {
          flex-direction: row-reverse; }
          footer .blog-card.alt .description:before {
            left: inherit;
            right: -10px;
            transform: skew(3deg); }
          footer .blog-card.alt .details {
            padding-left: 25px; } }
  footer .footer-featured {
    background-color: #454e46;
    padding: 2em;
    border: solid 2px #9e8964;
    color: #FFF;
    border-radius: 1em;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }

.copyright {
  background-color: #454e46;
  color: #FFF;
  padding: 1em 0;
  text-align: center; }
  .copyright a {
    color: #FFF;
    text-decoration: none; }
    .copyright a:hover {
      color: #FFF;
      text-decoration: underline; }

.close-button {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden; }
  .close-button > div {
    position: relative; }
  .close-button-block {
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden; }
    .close-button-block:before, .close-button-block:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(55% - 4px);
      display: block;
      width: 4px;
      height: 25px;
      transform-origin: bottom center;
      background: #000;
      transition: all ease-out 280ms; }
    .close-button-block:last-of-type {
      transform: rotate(180deg); }
  .close-button .in .close-button-block:before {
    transition-delay: 280ms;
    transform: translateX(20px) translateY(-20px) rotate(45deg); }
  .close-button .in .close-button-block:after {
    transition-delay: 280ms;
    transform: translateX(-22px) translateY(-22px) rotate(-45deg); }
  .close-button .out {
    position: absolute;
    top: 0;
    left: 0; }
    .close-button .out .close-button-block:before {
      transform: translateX(-5px) translateY(5px) rotate(45deg); }
    .close-button .out .close-button-block:after {
      transform: translateX(5px) translateY(5px) rotate(-45deg); }
  .close-button:hover .in .close-button-block:before {
    transform: translateX(-5px) translateY(5px) rotate(45deg); }
  .close-button:hover .in .close-button-block:after {
    transform: translateX(5px) translateY(5px) rotate(-45deg); }
  .close-button:hover .out .close-button-block:before {
    transform: translateX(-20px) translateY(20px) rotate(45deg); }
  .close-button:hover .out .close-button-block:after {
    transform: translateX(20px) translateY(20px) rotate(-45deg); }

/* ----------------------------------------------
 * Generated by Animista on 2022-10-19 14:51:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2022-10-19 14:55:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation roll-in-blurred-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2022-10-20 11:41:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2025-8-27 17:42:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2025-8-27 17:43:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2025-8-27 17:44:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .shopSearch {
    width: inherit; }

  .shopDropdown, .shopSearch {
    display: inline-block; }

  .shopDropdown, .shopDropdown .dropdown-menu {
    width: 24%; }

  .shopSearch {
    width: 70%; }

  .homeProductsRow .card img {
    height: 15vw; }

  .cards {
    flex-wrap: nowrap; }

  .job-search-container .job-search-bar-section .search-form {
    display: flex; }

  #postSlider .carousel-caption {
    width: 50%;
    left: 2%; } }
.headerLogin svg {
  width: 25px;
  height: 25px;
  fill: #9e8964; }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px; }

  .headerTitle {
    font-size: 2.5rem !important; }

  .footer-newsletter input {
    width: 100%; }

  .sidebar .left-sidebar1 {
    padding: 6em 2em 8em 2em;
    clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0 95%); }

  .sidebar .left-sidebar2 {
    padding: 4em 2em;
    clip-path: polygon(0 0%, 100% 50px, 100% 100%, 0 100%); } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .business-btns .btn-custom {
    min-height: 70px; } }
