@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 5.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #987e42 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #987e42 !important;
  border-color: #987e42 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #63522b !important;
  border-color: #63522b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #63522b !important;
  border-color: #63522b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #514323;
  color: #514323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #987e42;
  border-color: #987e42;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #987e42 !important;
  border-color: #987e42 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #987e42 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e4d295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #514323 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfaf44 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #987e42;
  border-color: #987e42;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #987e42;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdba8c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #987e42;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #987e42;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #987e42;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #987e42;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #987e42;
  border-bottom-color: #987e42;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #987e42 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23987e42' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tMUuwpRhAN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tMUuwpRhAN .mbr-section-subtitle {
  color: #767676;
}
.cid-tKWzOHvtb8 .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tKWzOHvtb8 .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tKWzOHvtb8 a {
  font-style: normal;
}
.cid-tKWzOHvtb8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tKWzOHvtb8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tKWzOHvtb8 .nav-item:focus,
.cid-tKWzOHvtb8 .nav-link:focus {
  outline: none;
}
.cid-tKWzOHvtb8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tKWzOHvtb8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tKWzOHvtb8 .menu-logo {
  margin-right: auto;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tKWzOHvtb8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tKWzOHvtb8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tKWzOHvtb8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tKWzOHvtb8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKWzOHvtb8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tKWzOHvtb8 .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tKWzOHvtb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tKWzOHvtb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKWzOHvtb8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tKWzOHvtb8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tKWzOHvtb8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tKWzOHvtb8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tKWzOHvtb8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tKWzOHvtb8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tKWzOHvtb8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tKWzOHvtb8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tKWzOHvtb8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tKWzOHvtb8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tKWzOHvtb8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tKWzOHvtb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKWzOHvtb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKWzOHvtb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKWzOHvtb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKWzOHvtb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKWzOHvtb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKWzOHvtb8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKWzOHvtb8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKWzOHvtb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKWzOHvtb8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKWzOHvtb8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tKWzOHvtb8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tKWzOHvtb8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tKWzOHvtb8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tKWzOHvtb8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tKWzOHvtb8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tKWzOHvtb8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tKWzOHvtb8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tKWzOHvtb8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tKWzOHvtb8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tKWzOHvtb8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKWzOHvtb8 img {
    height: 3.8rem !important;
  }
  .cid-tKWzOHvtb8 .btn {
    display: -webkit-flex;
  }
  .cid-tKWzOHvtb8 button.navbar-toggler {
    display: block;
  }
  .cid-tKWzOHvtb8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tKWzOHvtb8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tKWzOHvtb8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing,
  .cid-tKWzOHvtb8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tKWzOHvtb8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tKWzOHvtb8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tKWzOHvtb8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tKWzOHvtb8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tKWzOHvtb8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tKWzOHvtb8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tKWzOHvtb8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tKWzOHvtb8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tKWzOHvtb8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tKWzOHvtb8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tKWzOHvtb8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tKWzOHvtb8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tKWzOHvtb8 .nav-link:hover,
.cid-tKWzOHvtb8 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKWDmBJTl6 {
  background-image: url("../../../assets/images/77ggg-edited-1-1505x1178.jpg");
}
.cid-tKWDmBJTl6 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tKWDmBJTl6 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tKWDmBJTl6 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tKWDmBJTl6 .mbr-text {
  color: #ffffff;
}
.cid-tKWDmBJTl6 .card {
  padding-bottom: 1.5rem;
}
.cid-tKWDmBJTl6 .mbr-text,
.cid-tKWDmBJTl6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMUyKk9hzx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tMUyKk9hzx .mbr-section-subtitle {
  color: #767676;
}
.cid-tN1chpsFDs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tN1chpsFDs H2 {
  color: #ffffff;
}
.cid-tKWAaaiFC5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKWAaaiFC5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tKWAaaiFC5 H2 {
  color: #987e42;
}
.cid-tKWAdW9sYI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKWAdW9sYI .mbr-text,
.cid-tKWAdW9sYI blockquote {
  color: #767676;
}
.cid-tKWAdW9sYI .mbr-text P {
  text-align: center;
}
.cid-tRy4fkekrX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/role-of-business-insurance-brokers-626x366.png");
}
.cid-tRy4fkekrX .carousel-control {
  background: #000;
}
.cid-tRy4fkekrX .mbr-section-subtitle {
  color: #767676;
}
.cid-tRy4fkekrX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRy4fkekrX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tRy4fkekrX .carousel-item .wrap-img {
  text-align: center;
}
.cid-tRy4fkekrX .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tRy4fkekrX .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRy4fkekrX .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tRy4fkekrX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tRy4fkekrX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tRy4fkekrX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tRy4fkekrX .cloneditem-1,
.cid-tRy4fkekrX .cloneditem-2,
.cid-tRy4fkekrX .cloneditem-3,
.cid-tRy4fkekrX .cloneditem-4,
.cid-tRy4fkekrX .cloneditem-5 {
  display: none;
}
.cid-tRy4fkekrX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRy4fkekrX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides2 .cloneditem-1,
  .cid-tRy4fkekrX .carousel-inner.slides2 .cloneditem-2,
  .cid-tRy4fkekrX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides3 .cloneditem-1,
  .cid-tRy4fkekrX .carousel-inner.slides3 .cloneditem-2,
  .cid-tRy4fkekrX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides4 .cloneditem-1,
  .cid-tRy4fkekrX .carousel-inner.slides4 .cloneditem-2,
  .cid-tRy4fkekrX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides5 .cloneditem-1,
  .cid-tRy4fkekrX .carousel-inner.slides5 .cloneditem-2,
  .cid-tRy4fkekrX .carousel-inner.slides5 .cloneditem-3,
  .cid-tRy4fkekrX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4fkekrX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4fkekrX .carousel-inner.slides6 .cloneditem-1,
  .cid-tRy4fkekrX .carousel-inner.slides6 .cloneditem-2,
  .cid-tRy4fkekrX .carousel-inner.slides6 .cloneditem-3,
  .cid-tRy4fkekrX .carousel-inner.slides6 .cloneditem-4,
  .cid-tRy4fkekrX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tRy4fkekrX H2 {
  color: #987e42;
}
.cid-tRy4eVbT9j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/closing-deals-1-900x602.jpg");
}
.cid-tRy4eVbT9j .carousel-control {
  background: #000;
}
.cid-tRy4eVbT9j .mbr-section-subtitle {
  color: #767676;
}
.cid-tRy4eVbT9j .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRy4eVbT9j .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tRy4eVbT9j .carousel-item .wrap-img {
  text-align: center;
}
.cid-tRy4eVbT9j .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tRy4eVbT9j .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRy4eVbT9j .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tRy4eVbT9j .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tRy4eVbT9j .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tRy4eVbT9j .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tRy4eVbT9j .cloneditem-1,
.cid-tRy4eVbT9j .cloneditem-2,
.cid-tRy4eVbT9j .cloneditem-3,
.cid-tRy4eVbT9j .cloneditem-4,
.cid-tRy4eVbT9j .cloneditem-5 {
  display: none;
}
.cid-tRy4eVbT9j .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRy4eVbT9j .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides2 .cloneditem-1,
  .cid-tRy4eVbT9j .carousel-inner.slides2 .cloneditem-2,
  .cid-tRy4eVbT9j .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides3 .cloneditem-1,
  .cid-tRy4eVbT9j .carousel-inner.slides3 .cloneditem-2,
  .cid-tRy4eVbT9j .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides4 .cloneditem-1,
  .cid-tRy4eVbT9j .carousel-inner.slides4 .cloneditem-2,
  .cid-tRy4eVbT9j .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides5 .cloneditem-1,
  .cid-tRy4eVbT9j .carousel-inner.slides5 .cloneditem-2,
  .cid-tRy4eVbT9j .carousel-inner.slides5 .cloneditem-3,
  .cid-tRy4eVbT9j .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRy4eVbT9j .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRy4eVbT9j .carousel-inner.slides6 .cloneditem-1,
  .cid-tRy4eVbT9j .carousel-inner.slides6 .cloneditem-2,
  .cid-tRy4eVbT9j .carousel-inner.slides6 .cloneditem-3,
  .cid-tRy4eVbT9j .carousel-inner.slides6 .cloneditem-4,
  .cid-tRy4eVbT9j .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tN12WTsMTy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tN12WTsMTy .mbr-section-subtitle {
  color: #767676;
}
.cid-tN123SFjbj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tN123SFjbj H2 {
  color: #ffffff;
}
.cid-tMVJnavqnr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #2b3f1a;
}
.cid-tMVJnavqnr h2 {
  text-align: left;
}
.cid-tMVJnavqnr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tMVJnavqnr p {
  color: #767676;
  text-align: left;
}
.cid-tMVJnavqnr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tMVJnavqnr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMVJnavqnr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMVJnavqnr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMVJnavqnr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMVJnavqnr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMVJnavqnr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tMVJnavqnr .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tMVJnavqnr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tMVJnavqnr .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tMVJnavqnr .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMVJnavqnr P {
  color: #ffffff;
}
.cid-tMVJnavqnr H2 {
  color: #987e42;
}
.cid-tMVJnavqnr H4 {
  color: #ffffff;
}
.cid-tMZxS46Hp1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMZxS46Hp1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tN1bhBPLBD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tN1bhBPLBD H2 {
  color: #ffffff;
}
.cid-tMZML8pb9E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tMZML8pb9E .mbr-section-subtitle {
  color: #767676;
}
.cid-tMZLSa7bFW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tMZLSa7bFW .mbr-section-subtitle {
  color: #232323;
}
.cid-tMZLSa7bFW H2 {
  color: #ffffff;
}
.cid-tMZJGzvYXU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tMZJGzvYXU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tMZJGzvYXU p {
  color: #ffffff;
}
.cid-tMZJGzvYXU .card {
  margin-bottom: 2rem;
}
.cid-tMZJGzvYXU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tMZJGzvYXU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tMZJGzvYXU .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tMZJGzvYXU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tMZJGzvYXU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tMZJGzvYXU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tMZJGzvYXU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPQLRsXqz6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPQLRsXqz6 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPQLRsXqz6 p {
  color: #ffffff;
}
.cid-tPQLRsXqz6 .card {
  margin-bottom: 2rem;
}
.cid-tPQLRsXqz6 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPQLRsXqz6 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPQLRsXqz6 .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPQLRsXqz6 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPQLRsXqz6 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPQLRsXqz6 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPQLRsXqz6 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tMZMvvAM4j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMZMvvAM4j .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSnHTSDZN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSnHTSDZN .content {
    text-align: center;
  }
  .cid-tPSnHTSDZN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSnHTSDZN .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSnHTSDZN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSnHTSDZN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSnHTSDZN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSnHTSDZN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSnHTSDZN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSnHTSDZN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSnHTSDZN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSnHTSDZN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSnHTSDZN .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSnHTSDZN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSnHTSDZN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSnHTSDZN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSnHTSDZN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSnHTSDZN P {
  color: #ffffff;
}
.cid-tPwEuXaScy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPwEuXaScy .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEuYtvI4 .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPwEuYtvI4 .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPwEuYtvI4 a {
  font-style: normal;
}
.cid-tPwEuYtvI4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPwEuYtvI4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPwEuYtvI4 .nav-item:focus,
.cid-tPwEuYtvI4 .nav-link:focus {
  outline: none;
}
.cid-tPwEuYtvI4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPwEuYtvI4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPwEuYtvI4 .menu-logo {
  margin-right: auto;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPwEuYtvI4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPwEuYtvI4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPwEuYtvI4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPwEuYtvI4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPwEuYtvI4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPwEuYtvI4 .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPwEuYtvI4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPwEuYtvI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPwEuYtvI4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPwEuYtvI4 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPwEuYtvI4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPwEuYtvI4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPwEuYtvI4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPwEuYtvI4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPwEuYtvI4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPwEuYtvI4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPwEuYtvI4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPwEuYtvI4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPwEuYtvI4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPwEuYtvI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPwEuYtvI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPwEuYtvI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPwEuYtvI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPwEuYtvI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPwEuYtvI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPwEuYtvI4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPwEuYtvI4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPwEuYtvI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPwEuYtvI4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPwEuYtvI4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPwEuYtvI4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPwEuYtvI4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPwEuYtvI4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPwEuYtvI4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPwEuYtvI4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPwEuYtvI4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPwEuYtvI4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPwEuYtvI4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPwEuYtvI4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPwEuYtvI4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPwEuYtvI4 img {
    height: 3.8rem !important;
  }
  .cid-tPwEuYtvI4 .btn {
    display: -webkit-flex;
  }
  .cid-tPwEuYtvI4 button.navbar-toggler {
    display: block;
  }
  .cid-tPwEuYtvI4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPwEuYtvI4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPwEuYtvI4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing,
  .cid-tPwEuYtvI4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPwEuYtvI4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPwEuYtvI4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPwEuYtvI4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPwEuYtvI4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPwEuYtvI4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPwEuYtvI4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPwEuYtvI4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPwEuYtvI4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPwEuYtvI4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPwEuYtvI4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPwEuYtvI4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPwEuYtvI4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPwEuYtvI4 .nav-link:hover,
.cid-tPwEuYtvI4 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPwEuZ7XOy {
  background-image: url("../../../assets/images/persoins-2-1365x768.jpg");
}
.cid-tPwEuZ7XOy .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPwEuZ7XOy .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPwEuZ7XOy .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPwEuZ7XOy .mbr-text {
  color: #ffffff;
}
.cid-tPwEuZ7XOy .card {
  padding-bottom: 1.5rem;
}
.cid-tPwEuZ7XOy .mbr-text,
.cid-tPwEuZ7XOy .mbr-section-btn {
  color: #ffffff;
}
.cid-tPwEv0dX52 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPwEv0dX52 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEv0Hfhv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPwEv0Hfhv H2 {
  color: #ffffff;
}
.cid-tPwEv1kUEo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPwEv1kUEo .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEv1kUEo H2 {
  color: #987e42;
}
.cid-tPwEv1NT16 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPwEv1NT16 .mbr-text,
.cid-tPwEv1NT16 blockquote {
  color: #767676;
}
.cid-tPwEv1NT16 .mbr-text P {
  text-align: center;
}
.cid-tPwEv2g37Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPwEv2g37Y .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEv2G0H3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPwEv2G0H3 H2 {
  color: #ffffff;
}
.cid-tPwFAitNy9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/persoins-2-1365x768.jpg");
}
.cid-tPwFAitNy9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPwFAitNy9 .container-table {
  margin: 0 auto;
}
.cid-tPwFAitNy9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPwFAitNy9 .dataTables_wrapper {
  display: block;
}
.cid-tPwFAitNy9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPwFAitNy9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPwFAitNy9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPwFAitNy9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPwFAitNy9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPwFAitNy9 table td {
  border-top: 1px solid #cccccc;
}
.cid-tPwFAitNy9 table.table {
  background: #e4d295;
}
.cid-tPwFAitNy9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPwFAitNy9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPwFAitNy9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPwFAitNy9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #2b3f1a;
}
@media (max-width: 992px) {
  .cid-tPwFAitNy9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPwFAitNy9 .dataTables_filter {
    text-align: center;
  }
  .cid-tPwFAitNy9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPwFAitNy9 .mbr-section-title {
  color: #987e42;
}
.cid-tPwFAitNy9 .searchInfo {
  color: #ffffff;
}
.cid-tPwFAitNy9 .body-item {
  color: #2b3f1a;
  text-align: center;
}
.cid-tPwFAitNy9 .head-item {
  text-align: center;
}
.cid-tPwEv478bF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPwEv478bF .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEv4yixj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPwEv4yixj H2 {
  color: #ffffff;
}
.cid-tPwEv5cnvq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPwEv5cnvq .mbr-section-subtitle {
  color: #767676;
}
.cid-tPwEv5GPjI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPwEv5GPjI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPwEv5GPjI H2 {
  color: #ffffff;
}
.cid-tPwEv6cSHH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tPwEv6cSHH h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPwEv6cSHH p {
  color: #ffffff;
}
.cid-tPwEv6cSHH .card {
  margin-bottom: 2rem;
}
.cid-tPwEv6cSHH .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPwEv6cSHH .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPwEv6cSHH .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPwEv6cSHH .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPwEv6cSHH .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPwEv6cSHH .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPwEv6cSHH .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPwEv7caqc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPwEv7caqc .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSoj3NRK0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSoj3NRK0 .content {
    text-align: center;
  }
  .cid-tPSoj3NRK0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSoj3NRK0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSoj3NRK0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSoj3NRK0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSoj3NRK0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSoj3NRK0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSoj3NRK0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSoj3NRK0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSoj3NRK0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSoj3NRK0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSoj3NRK0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSoj3NRK0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSoj3NRK0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSoj3NRK0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSoj3NRK0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSoj3NRK0 P {
  color: #ffffff;
}
.cid-tPOVMjFF10 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPOVMjFF10 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPOVMkaRyj .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPOVMkaRyj .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPOVMkaRyj a {
  font-style: normal;
}
.cid-tPOVMkaRyj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPOVMkaRyj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPOVMkaRyj .nav-item:focus,
.cid-tPOVMkaRyj .nav-link:focus {
  outline: none;
}
.cid-tPOVMkaRyj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPOVMkaRyj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPOVMkaRyj .menu-logo {
  margin-right: auto;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPOVMkaRyj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPOVMkaRyj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPOVMkaRyj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPOVMkaRyj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPOVMkaRyj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPOVMkaRyj .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPOVMkaRyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPOVMkaRyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPOVMkaRyj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPOVMkaRyj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPOVMkaRyj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPOVMkaRyj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPOVMkaRyj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPOVMkaRyj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPOVMkaRyj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPOVMkaRyj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPOVMkaRyj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPOVMkaRyj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPOVMkaRyj button.navbar-toggler:focus {
  outline: none;
}
.cid-tPOVMkaRyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPOVMkaRyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPOVMkaRyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPOVMkaRyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPOVMkaRyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPOVMkaRyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPOVMkaRyj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPOVMkaRyj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPOVMkaRyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPOVMkaRyj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPOVMkaRyj .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPOVMkaRyj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPOVMkaRyj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPOVMkaRyj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPOVMkaRyj .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPOVMkaRyj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPOVMkaRyj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPOVMkaRyj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPOVMkaRyj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPOVMkaRyj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPOVMkaRyj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPOVMkaRyj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPOVMkaRyj img {
    height: 3.8rem !important;
  }
  .cid-tPOVMkaRyj .btn {
    display: -webkit-flex;
  }
  .cid-tPOVMkaRyj button.navbar-toggler {
    display: block;
  }
  .cid-tPOVMkaRyj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPOVMkaRyj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPOVMkaRyj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing,
  .cid-tPOVMkaRyj .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing .navbar-nav,
  .cid-tPOVMkaRyj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPOVMkaRyj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPOVMkaRyj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPOVMkaRyj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPOVMkaRyj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPOVMkaRyj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPOVMkaRyj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPOVMkaRyj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPOVMkaRyj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPOVMkaRyj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPOVMkaRyj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPOVMkaRyj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPOVMkaRyj .nav-link:hover,
.cid-tPOVMkaRyj .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPOVMlFP41 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPOVMlFP41 H2 {
  color: #ffffff;
}
.cid-tPUXdKhg68 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPUXdKhg68 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPUXdKhg68 H2 {
  color: #987e42;
}
#witsec-mailform-m3-6n .mbr-section-title {
  text-align: center;
  color: #987e42;
}
#witsec-mailform-m3-6n .mbr-section-subtitle {
  text-align: left;
  color: #767676;
}
#witsec-mailform-m3-6n .mbr-section-labels {
  color: #000;
  padding: 0;
  margin-bottom: .357em;
}
#witsec-mailform-m3-6n .form-control-textarea {
  min-height: 188px;
}
#witsec-mailform-m3-6n .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0;
  display: inline;
}
#witsec-mailform-m3-6n .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0;
  display: inline;
}
#witsec-mailform-m3-6n .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0;
}
#witsec-mailform-m3-6n .alert {
  margin-bottom: 0;
}
#witsec-mailform-m3-6n .g-recaptcha {
  margin-bottom: 1rem;
}
#witsec-mailform-m3-6n .align-right {
  text-align: right;
}
#witsec-mailform-m3-6n .alert-success {
  color: #ffffff;
}
#witsec-mailform-m3-6n .alert-danger {
  color: #ffffff;
}
.cid-tPOVMoEFsU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPOVMoEFsU H2 {
  color: #ffffff;
}
.cid-tPSozsWS9B {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSozsWS9B .content {
    text-align: center;
  }
  .cid-tPSozsWS9B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSozsWS9B .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSozsWS9B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSozsWS9B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSozsWS9B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSozsWS9B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSozsWS9B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSozsWS9B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSozsWS9B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSozsWS9B .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSozsWS9B .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSozsWS9B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSozsWS9B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSozsWS9B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSozsWS9B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSozsWS9B P {
  color: #ffffff;
}
.cid-tPOYFhbyN3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPOYFhbyN3 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPOYFhGnBW .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPOYFhGnBW .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPOYFhGnBW a {
  font-style: normal;
}
.cid-tPOYFhGnBW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPOYFhGnBW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPOYFhGnBW .nav-item:focus,
.cid-tPOYFhGnBW .nav-link:focus {
  outline: none;
}
.cid-tPOYFhGnBW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPOYFhGnBW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPOYFhGnBW .menu-logo {
  margin-right: auto;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPOYFhGnBW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPOYFhGnBW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPOYFhGnBW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPOYFhGnBW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPOYFhGnBW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPOYFhGnBW .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPOYFhGnBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPOYFhGnBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPOYFhGnBW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPOYFhGnBW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPOYFhGnBW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPOYFhGnBW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPOYFhGnBW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPOYFhGnBW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPOYFhGnBW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPOYFhGnBW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPOYFhGnBW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPOYFhGnBW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPOYFhGnBW button.navbar-toggler:focus {
  outline: none;
}
.cid-tPOYFhGnBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPOYFhGnBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPOYFhGnBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPOYFhGnBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPOYFhGnBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPOYFhGnBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPOYFhGnBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPOYFhGnBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPOYFhGnBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPOYFhGnBW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPOYFhGnBW .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPOYFhGnBW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPOYFhGnBW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPOYFhGnBW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPOYFhGnBW .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPOYFhGnBW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPOYFhGnBW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPOYFhGnBW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPOYFhGnBW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPOYFhGnBW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPOYFhGnBW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPOYFhGnBW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPOYFhGnBW img {
    height: 3.8rem !important;
  }
  .cid-tPOYFhGnBW .btn {
    display: -webkit-flex;
  }
  .cid-tPOYFhGnBW button.navbar-toggler {
    display: block;
  }
  .cid-tPOYFhGnBW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPOYFhGnBW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPOYFhGnBW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing,
  .cid-tPOYFhGnBW .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing .navbar-nav,
  .cid-tPOYFhGnBW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPOYFhGnBW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPOYFhGnBW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPOYFhGnBW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPOYFhGnBW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPOYFhGnBW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPOYFhGnBW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPOYFhGnBW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPOYFhGnBW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPOYFhGnBW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPOYFhGnBW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPOYFhGnBW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPOYFhGnBW .nav-link:hover,
.cid-tPOYFhGnBW .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPOYFjalF0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPOYFjalF0 H2 {
  color: #ffffff;
}
.cid-tPUWrItX4t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPUWrItX4t .mbr-section-subtitle {
  color: #767676;
}
.cid-tPUWrItX4t H2 {
  color: #987e42;
}
#witsec-mailform-m3-6p .mbr-section-title {
  text-align: center;
  color: #987e42;
}
#witsec-mailform-m3-6p .mbr-section-subtitle {
  text-align: left;
  color: #767676;
}
#witsec-mailform-m3-6p .mbr-section-labels {
  color: #000;
  padding: 0;
  margin-bottom: .357em;
}
#witsec-mailform-m3-6p .form-control-textarea {
  min-height: 188px;
}
#witsec-mailform-m3-6p .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0;
  display: inline;
}
#witsec-mailform-m3-6p .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0;
  display: inline;
}
#witsec-mailform-m3-6p .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0;
}
#witsec-mailform-m3-6p .alert {
  margin-bottom: 0;
}
#witsec-mailform-m3-6p .g-recaptcha {
  margin-bottom: 1rem;
}
#witsec-mailform-m3-6p .align-right {
  text-align: right;
}
#witsec-mailform-m3-6p .alert-success {
  color: #ffffff;
}
#witsec-mailform-m3-6p .alert-danger {
  color: #ffffff;
}
.cid-tPOYFkmaBS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPOYFkmaBS H2 {
  color: #ffffff;
}
.cid-tPSoEDJKGR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSoEDJKGR .content {
    text-align: center;
  }
  .cid-tPSoEDJKGR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSoEDJKGR .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSoEDJKGR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSoEDJKGR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSoEDJKGR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSoEDJKGR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSoEDJKGR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSoEDJKGR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSoEDJKGR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSoEDJKGR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSoEDJKGR .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSoEDJKGR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSoEDJKGR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSoEDJKGR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSoEDJKGR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSoEDJKGR P {
  color: #ffffff;
}
.cid-tPP09QiUhn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPP09QiUhn .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09QFEPz .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPP09QFEPz .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPP09QFEPz a {
  font-style: normal;
}
.cid-tPP09QFEPz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPP09QFEPz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPP09QFEPz .nav-item:focus,
.cid-tPP09QFEPz .nav-link:focus {
  outline: none;
}
.cid-tPP09QFEPz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPP09QFEPz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPP09QFEPz .menu-logo {
  margin-right: auto;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPP09QFEPz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPP09QFEPz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPP09QFEPz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPP09QFEPz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPP09QFEPz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPP09QFEPz .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPP09QFEPz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPP09QFEPz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP09QFEPz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPP09QFEPz .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPP09QFEPz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPP09QFEPz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPP09QFEPz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPP09QFEPz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPP09QFEPz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPP09QFEPz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPP09QFEPz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPP09QFEPz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPP09QFEPz button.navbar-toggler:focus {
  outline: none;
}
.cid-tPP09QFEPz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPP09QFEPz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPP09QFEPz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPP09QFEPz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPP09QFEPz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPP09QFEPz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPP09QFEPz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPP09QFEPz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPP09QFEPz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPP09QFEPz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPP09QFEPz .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPP09QFEPz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPP09QFEPz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPP09QFEPz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP09QFEPz .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPP09QFEPz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPP09QFEPz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPP09QFEPz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPP09QFEPz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPP09QFEPz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPP09QFEPz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPP09QFEPz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPP09QFEPz img {
    height: 3.8rem !important;
  }
  .cid-tPP09QFEPz .btn {
    display: -webkit-flex;
  }
  .cid-tPP09QFEPz button.navbar-toggler {
    display: block;
  }
  .cid-tPP09QFEPz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPP09QFEPz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPP09QFEPz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing,
  .cid-tPP09QFEPz .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing .navbar-nav,
  .cid-tPP09QFEPz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPP09QFEPz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPP09QFEPz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPP09QFEPz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPP09QFEPz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPP09QFEPz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPP09QFEPz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPP09QFEPz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPP09QFEPz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPP09QFEPz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPP09QFEPz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPP09QFEPz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPP09QFEPz .nav-link:hover,
.cid-tPP09QFEPz .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPP09R5ELW {
  background-image: url("../../../assets/images/commercial-property-insurance-edited-1-1366x720.jpg");
}
.cid-tPP09R5ELW .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPP09R5ELW .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPP09R5ELW .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPP09R5ELW .mbr-text {
  color: #ffffff;
}
.cid-tPP09R5ELW .card {
  padding-bottom: 1.5rem;
}
.cid-tPP09R5ELW .mbr-text,
.cid-tPP09R5ELW .mbr-section-btn {
  color: #ffffff;
}
.cid-tPP09RNEx5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP09RNEx5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09S6ByB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP09S6ByB H2 {
  color: #ffffff;
}
.cid-tPP09SyVTv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPP09SyVTv .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09SyVTv H2 {
  color: #987e42;
}
.cid-tPP09STktk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPP09STktk .mbr-text,
.cid-tPP09STktk blockquote {
  color: #767676;
}
.cid-tPP09STktk .mbr-text P {
  text-align: center;
}
.cid-tPP09TeS3J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP09TeS3J .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09TCAzI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP09TCAzI H2 {
  color: #ffffff;
}
.cid-tPP09U0fGP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/commercial-property-insurance-edited-1-1366x720.jpg");
}
.cid-tPP09U0fGP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPP09U0fGP .container-table {
  margin: 0 auto;
}
.cid-tPP09U0fGP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPP09U0fGP .dataTables_wrapper {
  display: block;
}
.cid-tPP09U0fGP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPP09U0fGP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPP09U0fGP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPP09U0fGP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPP09U0fGP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPP09U0fGP table td {
  border-top: 1px solid #cccccc;
}
.cid-tPP09U0fGP table.table {
  background: #e4d295;
}
.cid-tPP09U0fGP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPP09U0fGP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPP09U0fGP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPP09U0fGP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #2b3f1a;
}
@media (max-width: 992px) {
  .cid-tPP09U0fGP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPP09U0fGP .dataTables_filter {
    text-align: center;
  }
  .cid-tPP09U0fGP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPP09U0fGP .mbr-section-title {
  color: #987e42;
}
.cid-tPP09U0fGP .searchInfo {
  color: #ffffff;
}
.cid-tPP09U0fGP .body-item {
  color: #2b3f1a;
  text-align: center;
}
.cid-tPP09U0fGP .head-item {
  text-align: center;
}
.cid-tPP09URgx1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP09URgx1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09Ve9Qs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP09Ve9Qs H2 {
  color: #ffffff;
}
.cid-tPP09VBOoJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP09VBOoJ .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP09VYOTP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP09VYOTP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPP09VYOTP H2 {
  color: #ffffff;
}
.cid-tPP09Wl9tZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPP09Wl9tZ h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPP09Wl9tZ p {
  color: #ffffff;
}
.cid-tPP09Wl9tZ .card {
  margin-bottom: 2rem;
}
.cid-tPP09Wl9tZ .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPP09Wl9tZ .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPP09Wl9tZ .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPP09Wl9tZ .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPP09Wl9tZ .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPP09Wl9tZ .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPP09Wl9tZ .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPP09X3IFt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP09X3IFt .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSospHPHm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSospHPHm .content {
    text-align: center;
  }
  .cid-tPSospHPHm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSospHPHm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSospHPHm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSospHPHm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSospHPHm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSospHPHm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSospHPHm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSospHPHm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSospHPHm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSospHPHm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSospHPHm .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSospHPHm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSospHPHm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSospHPHm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSospHPHm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSospHPHm P {
  color: #ffffff;
}
.cid-tPP3E9oAnv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPP3E9oAnv .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3E9Rl0L .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPP3E9Rl0L .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPP3E9Rl0L a {
  font-style: normal;
}
.cid-tPP3E9Rl0L .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPP3E9Rl0L .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPP3E9Rl0L .nav-item:focus,
.cid-tPP3E9Rl0L .nav-link:focus {
  outline: none;
}
.cid-tPP3E9Rl0L .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPP3E9Rl0L .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPP3E9Rl0L .menu-logo {
  margin-right: auto;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPP3E9Rl0L .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPP3E9Rl0L .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPP3E9Rl0L .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPP3E9Rl0L .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPP3E9Rl0L .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPP3E9Rl0L .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPP3E9Rl0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPP3E9Rl0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPP3E9Rl0L .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPP3E9Rl0L .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPP3E9Rl0L .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPP3E9Rl0L .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPP3E9Rl0L .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPP3E9Rl0L .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPP3E9Rl0L .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPP3E9Rl0L .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPP3E9Rl0L .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPP3E9Rl0L button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPP3E9Rl0L button.navbar-toggler:focus {
  outline: none;
}
.cid-tPP3E9Rl0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPP3E9Rl0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPP3E9Rl0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPP3E9Rl0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPP3E9Rl0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPP3E9Rl0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPP3E9Rl0L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPP3E9Rl0L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPP3E9Rl0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPP3E9Rl0L .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPP3E9Rl0L .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPP3E9Rl0L .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPP3E9Rl0L .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPP3E9Rl0L .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPP3E9Rl0L .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPP3E9Rl0L .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPP3E9Rl0L .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPP3E9Rl0L .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPP3E9Rl0L .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPP3E9Rl0L .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPP3E9Rl0L.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPP3E9Rl0L img {
    height: 3.8rem !important;
  }
  .cid-tPP3E9Rl0L .btn {
    display: -webkit-flex;
  }
  .cid-tPP3E9Rl0L button.navbar-toggler {
    display: block;
  }
  .cid-tPP3E9Rl0L .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPP3E9Rl0L .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPP3E9Rl0L .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing,
  .cid-tPP3E9Rl0L .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing .navbar-nav,
  .cid-tPP3E9Rl0L .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPP3E9Rl0L .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPP3E9Rl0L .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPP3E9Rl0L .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPP3E9Rl0L .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPP3E9Rl0L .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPP3E9Rl0L .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPP3E9Rl0L .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPP3E9Rl0L .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPP3E9Rl0L .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPP3E9Rl0L .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPP3E9Rl0L .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPP3E9Rl0L .nav-link:hover,
.cid-tPP3E9Rl0L .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPP3Eahh29 {
  background-image: url("../../../assets/images/sss-zz-711x444.jpg");
}
.cid-tPP3Eahh29 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPP3Eahh29 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPP3Eahh29 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPP3Eahh29 .mbr-text {
  color: #ffffff;
}
.cid-tPP3Eahh29 .card {
  padding-bottom: 1.5rem;
}
.cid-tPP3Eahh29 .mbr-text,
.cid-tPP3Eahh29 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPP3EaZqPF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP3EaZqPF .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3Ebggal {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP3Ebggal H2 {
  color: #ffffff;
}
.cid-tPP3EbMSkZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPP3EbMSkZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3EbMSkZ H2 {
  color: #987e42;
}
.cid-tPP3Ec4kDA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPP3Ec4kDA .mbr-text,
.cid-tPP3Ec4kDA blockquote {
  color: #767676;
}
.cid-tPP3Ec4kDA .mbr-text P {
  text-align: center;
}
.cid-tPP3EcrwB8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP3EcrwB8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3EcL50M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP3EcL50M H2 {
  color: #ffffff;
}
.cid-tPP3EdboqV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/specialty-insurance-desktop-1400x500.png");
}
.cid-tPP3EdboqV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPP3EdboqV .container-table {
  margin: 0 auto;
}
.cid-tPP3EdboqV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPP3EdboqV .dataTables_wrapper {
  display: block;
}
.cid-tPP3EdboqV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPP3EdboqV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPP3EdboqV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPP3EdboqV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPP3EdboqV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPP3EdboqV table td {
  border-top: 1px solid #cccccc;
}
.cid-tPP3EdboqV table.table {
  background: #e4d295;
}
.cid-tPP3EdboqV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPP3EdboqV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPP3EdboqV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPP3EdboqV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #2b3f1a;
}
@media (max-width: 992px) {
  .cid-tPP3EdboqV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPP3EdboqV .dataTables_filter {
    text-align: center;
  }
  .cid-tPP3EdboqV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPP3EdboqV .mbr-section-title {
  color: #987e42;
}
.cid-tPP3EdboqV .searchInfo {
  color: #ffffff;
}
.cid-tPP3EdboqV .body-item {
  color: #2b3f1a;
  text-align: center;
}
.cid-tPP3EdboqV .head-item {
  text-align: center;
}
.cid-tPP3EekPL8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP3EekPL8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3EeEiRy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPP3EeEiRy H2 {
  color: #ffffff;
}
.cid-tPP3Ef4HDp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP3Ef4HDp .mbr-section-subtitle {
  color: #767676;
}
.cid-tPP3Efol4Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPP3Efol4Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPP3Efol4Y H2 {
  color: #ffffff;
}
.cid-tPP3EfIr6X {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPP3EfIr6X h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPP3EfIr6X p {
  color: #ffffff;
}
.cid-tPP3EfIr6X .card {
  margin-bottom: 2rem;
}
.cid-tPP3EfIr6X .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPP3EfIr6X .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPP3EfIr6X .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPP3EfIr6X .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPP3EfIr6X .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPP3EfIr6X .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPP3EfIr6X .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPP3EgpF1R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPP3EgpF1R .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSovDMLsm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSovDMLsm .content {
    text-align: center;
  }
  .cid-tPSovDMLsm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSovDMLsm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSovDMLsm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSovDMLsm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSovDMLsm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSovDMLsm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSovDMLsm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSovDMLsm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSovDMLsm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSovDMLsm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSovDMLsm .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSovDMLsm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSovDMLsm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSovDMLsm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSovDMLsm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSovDMLsm P {
  color: #ffffff;
}
.cid-tPPcqCBMWD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPPcqCBMWD .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPcqCXANn .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPPcqCXANn .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPPcqCXANn a {
  font-style: normal;
}
.cid-tPPcqCXANn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPPcqCXANn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPPcqCXANn .nav-item:focus,
.cid-tPPcqCXANn .nav-link:focus {
  outline: none;
}
.cid-tPPcqCXANn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPcqCXANn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPPcqCXANn .menu-logo {
  margin-right: auto;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPPcqCXANn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPPcqCXANn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPPcqCXANn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPPcqCXANn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPPcqCXANn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPPcqCXANn .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPPcqCXANn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPPcqCXANn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPcqCXANn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPPcqCXANn .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPPcqCXANn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPPcqCXANn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPPcqCXANn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPPcqCXANn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPPcqCXANn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPPcqCXANn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPPcqCXANn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPPcqCXANn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPPcqCXANn button.navbar-toggler:focus {
  outline: none;
}
.cid-tPPcqCXANn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPPcqCXANn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPPcqCXANn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPcqCXANn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPcqCXANn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPPcqCXANn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPcqCXANn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPPcqCXANn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPPcqCXANn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPcqCXANn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPcqCXANn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPPcqCXANn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPPcqCXANn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPPcqCXANn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPcqCXANn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPPcqCXANn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPPcqCXANn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPcqCXANn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPPcqCXANn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPPcqCXANn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPPcqCXANn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPPcqCXANn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPcqCXANn img {
    height: 3.8rem !important;
  }
  .cid-tPPcqCXANn .btn {
    display: -webkit-flex;
  }
  .cid-tPPcqCXANn button.navbar-toggler {
    display: block;
  }
  .cid-tPPcqCXANn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPPcqCXANn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPcqCXANn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing,
  .cid-tPPcqCXANn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing .navbar-nav,
  .cid-tPPcqCXANn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPPcqCXANn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPPcqCXANn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPPcqCXANn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPPcqCXANn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPPcqCXANn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPcqCXANn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPPcqCXANn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPPcqCXANn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPPcqCXANn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPPcqCXANn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPPcqCXANn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPPcqCXANn .nav-link:hover,
.cid-tPPcqCXANn .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPPcqDoUB9 {
  background-image: url("../../../assets/images/filingclaim-1-copy-1000x667.jpg");
}
.cid-tPPcqDoUB9 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPPcqDoUB9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPPcqDoUB9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPPcqDoUB9 .mbr-text {
  color: #ffffff;
}
.cid-tPPcqDoUB9 .card {
  padding-bottom: 1.5rem;
}
.cid-tPPcqDoUB9 .mbr-text,
.cid-tPPcqDoUB9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPPcqE5BDf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPcqE5BDf .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPcqEw2Kn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPcqEw2Kn H2 {
  color: #ffffff;
}
.cid-tPPcqEXZI0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPPcqEXZI0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPcqEXZI0 H2 {
  color: #987e42;
}
.cid-tPPcqFjEsa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPPcqFjEsa .mbr-text,
.cid-tPPcqFjEsa blockquote {
  color: #767676;
}
.cid-tPPcqFjEsa .mbr-text P {
  text-align: center;
}
.cid-tPPcqFAmGT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPPcqFAmGT .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPcqG1KbB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPcqG1KbB H2 {
  color: #ffffff;
}
.cid-tPPcqGsj94 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #2b3f1a;
}
.cid-tPPcqGsj94 h2 {
  text-align: left;
}
.cid-tPPcqGsj94 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPPcqGsj94 p {
  color: #767676;
  text-align: left;
}
.cid-tPPcqGsj94 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tPPcqGsj94 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tPPcqGsj94 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPcqGsj94 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tPPcqGsj94 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tPPcqGsj94 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tPPcqGsj94 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tPPcqGsj94 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tPPcqGsj94 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tPPcqGsj94 P {
  color: #ffffff;
}
.cid-tPPcqGsj94 H2 {
  color: #987e42;
}
.cid-tPPcqGsj94 H4 {
  color: #ffffff;
}
.cid-tPPdzDAEdr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #2b3f1a;
}
.cid-tPPdzDAEdr h2 {
  text-align: left;
}
.cid-tPPdzDAEdr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPPdzDAEdr p {
  color: #767676;
  text-align: left;
}
.cid-tPPdzDAEdr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tPPdzDAEdr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tPPdzDAEdr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPdzDAEdr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tPPdzDAEdr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tPPdzDAEdr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tPPdzDAEdr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tPPdzDAEdr .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tPPdzDAEdr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tPPdzDAEdr .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tPPdzDAEdr .card-img span {
    font-size: 40px !important;
  }
}
.cid-tPPdzDAEdr P {
  color: #ffffff;
}
.cid-tPPdzDAEdr H2 {
  color: #987e42;
}
.cid-tPPdzDAEdr H4 {
  color: #ffffff;
}
.cid-tPPcqHoPuQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPcqHoPuQ H2 {
  color: #ffffff;
}
.cid-tPPcqHNUz2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPcqHNUz2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSodHj5cy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSodHj5cy .content {
    text-align: center;
  }
  .cid-tPSodHj5cy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSodHj5cy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSodHj5cy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSodHj5cy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSodHj5cy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSodHj5cy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSodHj5cy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSodHj5cy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSodHj5cy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSodHj5cy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSodHj5cy .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSodHj5cy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSodHj5cy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSodHj5cy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSodHj5cy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSodHj5cy P {
  color: #ffffff;
}
.cid-tPPetFj4kO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPPetFj4kO .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPetFDTi2 .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPPetFDTi2 .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPPetFDTi2 a {
  font-style: normal;
}
.cid-tPPetFDTi2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPPetFDTi2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPPetFDTi2 .nav-item:focus,
.cid-tPPetFDTi2 .nav-link:focus {
  outline: none;
}
.cid-tPPetFDTi2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPetFDTi2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPPetFDTi2 .menu-logo {
  margin-right: auto;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPPetFDTi2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPPetFDTi2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPPetFDTi2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPPetFDTi2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPPetFDTi2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPPetFDTi2 .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPPetFDTi2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPPetFDTi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPetFDTi2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPPetFDTi2 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPPetFDTi2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPPetFDTi2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPPetFDTi2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPPetFDTi2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPPetFDTi2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPPetFDTi2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPPetFDTi2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPPetFDTi2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPPetFDTi2 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPPetFDTi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPPetFDTi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPPetFDTi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPetFDTi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPetFDTi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPPetFDTi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPetFDTi2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPPetFDTi2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPPetFDTi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPetFDTi2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPetFDTi2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPPetFDTi2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPPetFDTi2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPPetFDTi2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPetFDTi2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPPetFDTi2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPPetFDTi2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPetFDTi2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPPetFDTi2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPPetFDTi2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPPetFDTi2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPPetFDTi2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPetFDTi2 img {
    height: 3.8rem !important;
  }
  .cid-tPPetFDTi2 .btn {
    display: -webkit-flex;
  }
  .cid-tPPetFDTi2 button.navbar-toggler {
    display: block;
  }
  .cid-tPPetFDTi2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPPetFDTi2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPetFDTi2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing,
  .cid-tPPetFDTi2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPPetFDTi2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPPetFDTi2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPPetFDTi2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPPetFDTi2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPPetFDTi2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPPetFDTi2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPetFDTi2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPPetFDTi2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPPetFDTi2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPPetFDTi2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPPetFDTi2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPPetFDTi2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPPetFDTi2 .nav-link:hover,
.cid-tPPetFDTi2 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPPetGmS4L {
  background-image: url("../../../assets/images/buspart-2-2000x1126.jpg");
}
.cid-tPPetGmS4L .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPPetGmS4L .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPPetGmS4L .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPPetGmS4L .mbr-text {
  color: #ffffff;
}
.cid-tPPetGmS4L .card {
  padding-bottom: 1.5rem;
}
.cid-tPPetGmS4L .mbr-text,
.cid-tPPetGmS4L .mbr-section-btn {
  color: #ffffff;
}
.cid-tPPetGUuGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPetGUuGA .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPetHf6bw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPetHf6bw H2 {
  color: #ffffff;
}
.cid-tPPetHD6Bq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPPetHD6Bq .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPetHD6Bq H2 {
  color: #987e42;
}
.cid-tPPetI4n8u {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #2b3f1a;
}
.cid-tPPetI4n8u .mbr-text,
.cid-tPPetI4n8u blockquote {
  color: #767676;
}
.cid-tPPetI4n8u .mbr-text P {
  text-align: center;
}
.cid-tPPetI4n8u .mbr-text {
  color: #987e42;
}
.cid-tPV0TsY8Je {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/closing-deals-1-900x602.jpg");
}
.cid-tPV0TsY8Je .carousel-control {
  background: #000;
}
.cid-tPV0TsY8Je .mbr-section-subtitle {
  color: #767676;
}
.cid-tPV0TsY8Je .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPV0TsY8Je .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tPV0TsY8Je .carousel-item .wrap-img {
  text-align: center;
}
.cid-tPV0TsY8Je .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tPV0TsY8Je .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPV0TsY8Je .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tPV0TsY8Je .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tPV0TsY8Je .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tPV0TsY8Je .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tPV0TsY8Je .cloneditem-1,
.cid-tPV0TsY8Je .cloneditem-2,
.cid-tPV0TsY8Je .cloneditem-3,
.cid-tPV0TsY8Je .cloneditem-4,
.cid-tPV0TsY8Je .cloneditem-5 {
  display: none;
}
.cid-tPV0TsY8Je .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPV0TsY8Je .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides2 .cloneditem-1,
  .cid-tPV0TsY8Je .carousel-inner.slides2 .cloneditem-2,
  .cid-tPV0TsY8Je .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides3 .cloneditem-1,
  .cid-tPV0TsY8Je .carousel-inner.slides3 .cloneditem-2,
  .cid-tPV0TsY8Je .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides4 .cloneditem-1,
  .cid-tPV0TsY8Je .carousel-inner.slides4 .cloneditem-2,
  .cid-tPV0TsY8Je .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides5 .cloneditem-1,
  .cid-tPV0TsY8Je .carousel-inner.slides5 .cloneditem-2,
  .cid-tPV0TsY8Je .carousel-inner.slides5 .cloneditem-3,
  .cid-tPV0TsY8Je .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV0TsY8Je .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV0TsY8Je .carousel-inner.slides6 .cloneditem-1,
  .cid-tPV0TsY8Je .carousel-inner.slides6 .cloneditem-2,
  .cid-tPV0TsY8Je .carousel-inner.slides6 .cloneditem-3,
  .cid-tPV0TsY8Je .carousel-inner.slides6 .cloneditem-4,
  .cid-tPV0TsY8Je .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tPV324TFkV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/role-of-business-insurance-brokers-626x366.png");
}
.cid-tPV324TFkV .carousel-control {
  background: #000;
}
.cid-tPV324TFkV .mbr-section-subtitle {
  color: #767676;
}
.cid-tPV324TFkV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPV324TFkV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tPV324TFkV .carousel-item .wrap-img {
  text-align: center;
}
.cid-tPV324TFkV .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tPV324TFkV .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPV324TFkV .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tPV324TFkV .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tPV324TFkV .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tPV324TFkV .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tPV324TFkV .cloneditem-1,
.cid-tPV324TFkV .cloneditem-2,
.cid-tPV324TFkV .cloneditem-3,
.cid-tPV324TFkV .cloneditem-4,
.cid-tPV324TFkV .cloneditem-5 {
  display: none;
}
.cid-tPV324TFkV .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPV324TFkV .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides2 .cloneditem-1,
  .cid-tPV324TFkV .carousel-inner.slides2 .cloneditem-2,
  .cid-tPV324TFkV .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides3 .cloneditem-1,
  .cid-tPV324TFkV .carousel-inner.slides3 .cloneditem-2,
  .cid-tPV324TFkV .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides4 .cloneditem-1,
  .cid-tPV324TFkV .carousel-inner.slides4 .cloneditem-2,
  .cid-tPV324TFkV .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides5 .cloneditem-1,
  .cid-tPV324TFkV .carousel-inner.slides5 .cloneditem-2,
  .cid-tPV324TFkV .carousel-inner.slides5 .cloneditem-3,
  .cid-tPV324TFkV .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tPV324TFkV .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tPV324TFkV .carousel-inner.slides6 .cloneditem-1,
  .cid-tPV324TFkV .carousel-inner.slides6 .cloneditem-2,
  .cid-tPV324TFkV .carousel-inner.slides6 .cloneditem-3,
  .cid-tPV324TFkV .carousel-inner.slides6 .cloneditem-4,
  .cid-tPV324TFkV .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tPPetIJDBD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPetIJDBD H2 {
  color: #ffffff;
}
.cid-tPSo90GyJx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSo90GyJx .content {
    text-align: center;
  }
  .cid-tPSo90GyJx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSo90GyJx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSo90GyJx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSo90GyJx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSo90GyJx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSo90GyJx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSo90GyJx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSo90GyJx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSo90GyJx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSo90GyJx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSo90GyJx .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSo90GyJx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSo90GyJx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSo90GyJx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSo90GyJx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSo90GyJx P {
  color: #ffffff;
}
.cid-tPPxIK3iys {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPPxIK3iys .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPxIKqo7F .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPPxIKqo7F .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPPxIKqo7F a {
  font-style: normal;
}
.cid-tPPxIKqo7F .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPPxIKqo7F .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPPxIKqo7F .nav-item:focus,
.cid-tPPxIKqo7F .nav-link:focus {
  outline: none;
}
.cid-tPPxIKqo7F .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPxIKqo7F .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPPxIKqo7F .menu-logo {
  margin-right: auto;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPPxIKqo7F .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPPxIKqo7F .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPPxIKqo7F .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPPxIKqo7F .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPPxIKqo7F .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPPxIKqo7F .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPPxIKqo7F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPPxIKqo7F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPxIKqo7F .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPPxIKqo7F .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPPxIKqo7F .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPPxIKqo7F .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPPxIKqo7F .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPPxIKqo7F .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPPxIKqo7F .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPPxIKqo7F .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPPxIKqo7F .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPPxIKqo7F button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPPxIKqo7F button.navbar-toggler:focus {
  outline: none;
}
.cid-tPPxIKqo7F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPPxIKqo7F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPPxIKqo7F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPxIKqo7F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPxIKqo7F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPPxIKqo7F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPxIKqo7F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPPxIKqo7F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPPxIKqo7F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPxIKqo7F .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPxIKqo7F .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPPxIKqo7F .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPPxIKqo7F .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPPxIKqo7F .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPxIKqo7F .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPPxIKqo7F .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPPxIKqo7F .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPxIKqo7F .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPPxIKqo7F .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPPxIKqo7F .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPPxIKqo7F .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPPxIKqo7F.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPxIKqo7F img {
    height: 3.8rem !important;
  }
  .cid-tPPxIKqo7F .btn {
    display: -webkit-flex;
  }
  .cid-tPPxIKqo7F button.navbar-toggler {
    display: block;
  }
  .cid-tPPxIKqo7F .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPPxIKqo7F .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPxIKqo7F .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing,
  .cid-tPPxIKqo7F .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing .navbar-nav,
  .cid-tPPxIKqo7F .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPPxIKqo7F .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPPxIKqo7F .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPPxIKqo7F .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPPxIKqo7F .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPPxIKqo7F .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPxIKqo7F .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPPxIKqo7F .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPPxIKqo7F .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPPxIKqo7F .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPPxIKqo7F .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPPxIKqo7F .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPPxIKqo7F .nav-link:hover,
.cid-tPPxIKqo7F .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPPxIKSo6U {
  background-image: url("../../../assets/images/privacy-nw-copy-1920x960.jpg");
}
.cid-tPPxIKSo6U .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPPxIKSo6U .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPPxIKSo6U .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPPxIKSo6U .mbr-text {
  color: #ffffff;
}
.cid-tPPxIKSo6U .card {
  padding-bottom: 1.5rem;
}
.cid-tPPxIKSo6U .mbr-text,
.cid-tPPxIKSo6U .mbr-section-btn {
  color: #ffffff;
}
.cid-tPPxILGasO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPxILGasO .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPxILYzmD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPxILYzmD H2 {
  color: #ffffff;
}
.cid-tPPxIMtI86 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPPxIMtI86 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPxIMtI86 H2 {
  color: #987e42;
}
.cid-tPPyaneUtS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tPPyaneUtS .mbr-text,
.cid-tPPyaneUtS blockquote {
  color: #767676;
}
.cid-tPPyGfVDN5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPPyGfVDN5 .counter-container {
  color: #767676;
}
.cid-tPPyGfVDN5 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tPPyGfVDN5 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tPPyGfVDN5 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tPPyGfVDN5 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #e4d295;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tPPxINBxmC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPxINBxmC H2 {
  color: #ffffff;
}
.cid-tPPxIP5wjc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPxIP5wjc H2 {
  color: #ffffff;
}
.cid-tPPxIPxGHb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPxIPxGHb .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPxIPZB1o {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPxIPZB1o .mbr-section-subtitle {
  color: #232323;
}
.cid-tPPxIPZB1o H2 {
  color: #ffffff;
}
.cid-tPPxIQlqp3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tPPxIQlqp3 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPPxIQlqp3 p {
  color: #ffffff;
}
.cid-tPPxIQlqp3 .card {
  margin-bottom: 2rem;
}
.cid-tPPxIQlqp3 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPPxIQlqp3 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPPxIQlqp3 .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPPxIQlqp3 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPxIQlqp3 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPxIQlqp3 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPPxIQlqp3 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPR5FMsS3l {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPR5FMsS3l h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPR5FMsS3l p {
  color: #ffffff;
}
.cid-tPR5FMsS3l .card {
  margin-bottom: 2rem;
}
.cid-tPR5FMsS3l .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPR5FMsS3l .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPR5FMsS3l .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPR5FMsS3l .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPR5FMsS3l .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPR5FMsS3l .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPR5FMsS3l .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPPxIQZFd2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPPxIQZFd2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSnRk3T3Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSnRk3T3Q .content {
    text-align: center;
  }
  .cid-tPSnRk3T3Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSnRk3T3Q .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSnRk3T3Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSnRk3T3Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSnRk3T3Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSnRk3T3Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSnRk3T3Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSnRk3T3Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSnRk3T3Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSnRk3T3Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSnRk3T3Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSnRk3T3Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSnRk3T3Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSnRk3T3Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSnRk3T3Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSnRk3T3Q P {
  color: #ffffff;
}
.cid-tPPHz2yv1M {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPPHz2yv1M .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPHz2VIGV .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPPHz2VIGV .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPPHz2VIGV a {
  font-style: normal;
}
.cid-tPPHz2VIGV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPPHz2VIGV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPPHz2VIGV .nav-item:focus,
.cid-tPPHz2VIGV .nav-link:focus {
  outline: none;
}
.cid-tPPHz2VIGV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPHz2VIGV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPPHz2VIGV .menu-logo {
  margin-right: auto;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPPHz2VIGV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPPHz2VIGV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPPHz2VIGV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPPHz2VIGV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPPHz2VIGV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPPHz2VIGV .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPPHz2VIGV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPPHz2VIGV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPHz2VIGV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPPHz2VIGV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPPHz2VIGV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPPHz2VIGV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPPHz2VIGV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPPHz2VIGV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPPHz2VIGV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPPHz2VIGV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPPHz2VIGV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPPHz2VIGV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPPHz2VIGV button.navbar-toggler:focus {
  outline: none;
}
.cid-tPPHz2VIGV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPPHz2VIGV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPPHz2VIGV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPHz2VIGV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPHz2VIGV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPPHz2VIGV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPHz2VIGV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPPHz2VIGV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPPHz2VIGV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPHz2VIGV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPHz2VIGV .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPPHz2VIGV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPPHz2VIGV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPPHz2VIGV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPHz2VIGV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPPHz2VIGV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPPHz2VIGV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPHz2VIGV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPPHz2VIGV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPPHz2VIGV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPPHz2VIGV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPPHz2VIGV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPHz2VIGV img {
    height: 3.8rem !important;
  }
  .cid-tPPHz2VIGV .btn {
    display: -webkit-flex;
  }
  .cid-tPPHz2VIGV button.navbar-toggler {
    display: block;
  }
  .cid-tPPHz2VIGV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPPHz2VIGV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPHz2VIGV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing,
  .cid-tPPHz2VIGV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing .navbar-nav,
  .cid-tPPHz2VIGV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPPHz2VIGV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPPHz2VIGV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPPHz2VIGV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPPHz2VIGV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPPHz2VIGV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPHz2VIGV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPPHz2VIGV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPPHz2VIGV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPPHz2VIGV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPPHz2VIGV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPPHz2VIGV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPPHz2VIGV .nav-link:hover,
.cid-tPPHz2VIGV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPPHz3ofe6 {
  background-image: url("../../../assets/images/faq-copy-641x320.jpg");
}
.cid-tPPHz3ofe6 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPPHz3ofe6 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPPHz3ofe6 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPPHz3ofe6 .mbr-text {
  color: #ffffff;
}
.cid-tPPHz3ofe6 .card {
  padding-bottom: 1.5rem;
}
.cid-tPPHz3ofe6 .mbr-text,
.cid-tPPHz3ofe6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPPHz4aWvF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPHz4aWvF .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPHz4vbfT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPHz4vbfT H2 {
  color: #ffffff;
}
.cid-tPPHz4YRZA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPPHz4YRZA .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPHz4YRZA H2 {
  color: #987e42;
}
.cid-tPPI9TGNZn {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tPPI9TGNZn .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPI9TGNZn .container-table {
  margin: 0 auto;
}
.cid-tPPI9TGNZn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPPI9TGNZn .dataTables_wrapper {
  display: block;
}
.cid-tPPI9TGNZn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPPI9TGNZn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPPI9TGNZn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPPI9TGNZn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPPI9TGNZn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPPI9TGNZn table td {
  border-top: 1px solid #cccccc;
}
.cid-tPPI9TGNZn table.table {
  background: #ffffff;
}
.cid-tPPI9TGNZn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPPI9TGNZn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPPI9TGNZn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPPI9TGNZn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPPI9TGNZn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPPI9TGNZn .dataTables_filter {
    text-align: center;
  }
  .cid-tPPI9TGNZn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPPHz63Nf7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPHz63Nf7 H2 {
  color: #ffffff;
}
.cid-tPPHz6CKRb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPHz6CKRb H2 {
  color: #ffffff;
}
.cid-tPPHz73ELK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPHz73ELK .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPHz7phFZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPHz7phFZ .mbr-section-subtitle {
  color: #232323;
}
.cid-tPPHz7phFZ H2 {
  color: #ffffff;
}
.cid-tPSctRwXta {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tPSctRwXta h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPSctRwXta p {
  color: #ffffff;
}
.cid-tPSctRwXta .card {
  margin-bottom: 2rem;
}
.cid-tPSctRwXta .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPSctRwXta .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPSctRwXta .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPSctRwXta .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPSctRwXta .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPSctRwXta .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPSctRwXta .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPRSgJ0UNo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPRSgJ0UNo h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPRSgJ0UNo p {
  color: #ffffff;
}
.cid-tPRSgJ0UNo .card {
  margin-bottom: 2rem;
}
.cid-tPRSgJ0UNo .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPRSgJ0UNo .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPRSgJ0UNo .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPRSgJ0UNo .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPRSgJ0UNo .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPRSgJ0UNo .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPRSgJ0UNo .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPPHz8x6Qt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPPHz8x6Qt .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSnZjpjng {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSnZjpjng .content {
    text-align: center;
  }
  .cid-tPSnZjpjng .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSnZjpjng .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSnZjpjng .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSnZjpjng .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSnZjpjng .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSnZjpjng .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSnZjpjng .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSnZjpjng .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSnZjpjng .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSnZjpjng .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSnZjpjng .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSnZjpjng .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSnZjpjng .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSnZjpjng .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSnZjpjng .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSnZjpjng P {
  color: #ffffff;
}
.cid-tPPLKyZ5wq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPPLKyZ5wq .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPLKztez6 .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPPLKztez6 .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPPLKztez6 a {
  font-style: normal;
}
.cid-tPPLKztez6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPPLKztez6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPPLKztez6 .nav-item:focus,
.cid-tPPLKztez6 .nav-link:focus {
  outline: none;
}
.cid-tPPLKztez6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPPLKztez6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPPLKztez6 .menu-logo {
  margin-right: auto;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPPLKztez6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPPLKztez6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPPLKztez6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPPLKztez6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPPLKztez6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPPLKztez6 .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPPLKztez6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPPLKztez6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPPLKztez6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPPLKztez6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPPLKztez6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPPLKztez6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPPLKztez6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPPLKztez6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPPLKztez6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPPLKztez6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPPLKztez6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPPLKztez6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPPLKztez6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tPPLKztez6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPPLKztez6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPPLKztez6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPLKztez6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPPLKztez6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPPLKztez6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPLKztez6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPPLKztez6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPPLKztez6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPPLKztez6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPLKztez6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPPLKztez6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPPLKztez6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPPLKztez6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPPLKztez6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPPLKztez6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPPLKztez6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPPLKztez6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPPLKztez6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPPLKztez6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPPLKztez6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPPLKztez6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPLKztez6 img {
    height: 3.8rem !important;
  }
  .cid-tPPLKztez6 .btn {
    display: -webkit-flex;
  }
  .cid-tPPLKztez6 button.navbar-toggler {
    display: block;
  }
  .cid-tPPLKztez6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPPLKztez6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPPLKztez6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing,
  .cid-tPPLKztez6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tPPLKztez6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPPLKztez6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPPLKztez6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPPLKztez6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPPLKztez6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPPLKztez6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPPLKztez6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPPLKztez6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPPLKztez6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPPLKztez6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPPLKztez6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPPLKztez6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPPLKztez6 .nav-link:hover,
.cid-tPPLKztez6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPPLKzU9QQ {
  background-image: url("../../../assets/images/untitled-copy-1193x671.jpg");
}
.cid-tPPLKzU9QQ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPPLKzU9QQ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPPLKzU9QQ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPPLKzU9QQ .mbr-text {
  color: #ffffff;
}
.cid-tPPLKzU9QQ .card {
  padding-bottom: 1.5rem;
}
.cid-tPPLKzU9QQ .mbr-text,
.cid-tPPLKzU9QQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tPPLKAEIPq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPLKAEIPq .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPLKB3tMv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPLKB3tMv H2 {
  color: #ffffff;
}
.cid-tPPLKBuCj7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPPLKBuCj7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPLKBuCj7 H2 {
  color: #987e42;
}
.cid-tPPLKBSJMP {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/insurance-claim-form.webp");
}
.cid-tPPLKBSJMP .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPLKBSJMP .container-table {
  margin: 0 auto;
}
.cid-tPPLKBSJMP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tPPLKBSJMP .dataTables_wrapper {
  display: block;
}
.cid-tPPLKBSJMP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tPPLKBSJMP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tPPLKBSJMP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-tPPLKBSJMP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tPPLKBSJMP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-tPPLKBSJMP table td {
  border-top: 1px solid #cccccc;
}
.cid-tPPLKBSJMP table.table {
  background: #ffffff;
}
.cid-tPPLKBSJMP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tPPLKBSJMP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tPPLKBSJMP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tPPLKBSJMP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tPPLKBSJMP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tPPLKBSJMP .dataTables_filter {
    text-align: center;
  }
  .cid-tPPLKBSJMP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tPPLKBSJMP .body-item {
  text-align: left;
}
.cid-tPPLKBSJMP .searchInfo {
  color: #ffffff;
}
.cid-tPPLKDfbxg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPLKDfbxg H2 {
  color: #ffffff;
}
.cid-tPPLKDDNB0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPPLKDDNB0 H2 {
  color: #ffffff;
}
.cid-tPPLKE2qHZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPLKE2qHZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tPPLKEnNSD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPPLKEnNSD .mbr-section-subtitle {
  color: #232323;
}
.cid-tPPLKEnNSD H2 {
  color: #ffffff;
}
.cid-tPPLKEQjrr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tPPLKEQjrr h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPPLKEQjrr p {
  color: #ffffff;
}
.cid-tPPLKEQjrr .card {
  margin-bottom: 2rem;
}
.cid-tPPLKEQjrr .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPPLKEQjrr .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPPLKEQjrr .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPPLKEQjrr .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPLKEQjrr .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPLKEQjrr .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPPLKEQjrr .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPPNz0aesE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPPNz0aesE h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPPNz0aesE p {
  color: #ffffff;
}
.cid-tPPNz0aesE .card {
  margin-bottom: 2rem;
}
.cid-tPPNz0aesE .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPPNz0aesE .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPPNz0aesE .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPPNz0aesE .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPNz0aesE .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPPNz0aesE .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPPNz0aesE .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPSo3IV7D9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPSo3IV7D9 .content {
    text-align: center;
  }
  .cid-tPSo3IV7D9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPSo3IV7D9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPSo3IV7D9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPSo3IV7D9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPSo3IV7D9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPSo3IV7D9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPSo3IV7D9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPSo3IV7D9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPSo3IV7D9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPSo3IV7D9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPSo3IV7D9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPSo3IV7D9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPSo3IV7D9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPSo3IV7D9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPSo3IV7D9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPSo3IV7D9 P {
  color: #ffffff;
}
.cid-tPQHriSnni {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #987e42;
}
.cid-tPQHriSnni .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQHrjfRnj .navbar {
  background: #2b3f1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPQHrjfRnj .navbar-dropdown.bg-color.transparent.opened {
  background: #2b3f1a;
}
.cid-tPQHrjfRnj a {
  font-style: normal;
}
.cid-tPQHrjfRnj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPQHrjfRnj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tPQHrjfRnj .nav-item:focus,
.cid-tPQHrjfRnj .nav-link:focus {
  outline: none;
}
.cid-tPQHrjfRnj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tPQHrjfRnj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPQHrjfRnj .menu-logo {
  margin-right: auto;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPQHrjfRnj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tPQHrjfRnj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPQHrjfRnj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPQHrjfRnj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQHrjfRnj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPQHrjfRnj .dropdown .dropdown-menu {
  background: #2b3f1a;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPQHrjfRnj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPQHrjfRnj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPQHrjfRnj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPQHrjfRnj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tPQHrjfRnj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPQHrjfRnj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPQHrjfRnj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPQHrjfRnj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPQHrjfRnj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPQHrjfRnj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPQHrjfRnj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPQHrjfRnj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPQHrjfRnj button.navbar-toggler:focus {
  outline: none;
}
.cid-tPQHrjfRnj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPQHrjfRnj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQHrjfRnj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQHrjfRnj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQHrjfRnj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQHrjfRnj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQHrjfRnj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQHrjfRnj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQHrjfRnj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQHrjfRnj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQHrjfRnj .collapsed .btn {
  display: -webkit-flex;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPQHrjfRnj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPQHrjfRnj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tPQHrjfRnj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tPQHrjfRnj .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPQHrjfRnj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPQHrjfRnj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPQHrjfRnj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPQHrjfRnj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPQHrjfRnj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPQHrjfRnj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tPQHrjfRnj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQHrjfRnj img {
    height: 3.8rem !important;
  }
  .cid-tPQHrjfRnj .btn {
    display: -webkit-flex;
  }
  .cid-tPQHrjfRnj button.navbar-toggler {
    display: block;
  }
  .cid-tPQHrjfRnj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPQHrjfRnj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPQHrjfRnj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing,
  .cid-tPQHrjfRnj .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing .navbar-nav,
  .cid-tPQHrjfRnj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPQHrjfRnj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tPQHrjfRnj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPQHrjfRnj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPQHrjfRnj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPQHrjfRnj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPQHrjfRnj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPQHrjfRnj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPQHrjfRnj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPQHrjfRnj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPQHrjfRnj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tPQHrjfRnj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tPQHrjfRnj .nav-link:hover,
.cid-tPQHrjfRnj .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tPQHrjHxhi {
  background-image: url("../../../assets/images/disclaim-1-1047x574.jpg");
}
.cid-tPQHrjHxhi .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tPQHrjHxhi .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tPQHrjHxhi .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tPQHrjHxhi .mbr-text {
  color: #ffffff;
}
.cid-tPQHrjHxhi .card {
  padding-bottom: 1.5rem;
}
.cid-tPQHrjHxhi .mbr-text,
.cid-tPQHrjHxhi .mbr-section-btn {
  color: #ffffff;
}
.cid-tPQHrkvvDv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPQHrkvvDv .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQHrkPY0c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPQHrkPY0c H2 {
  color: #ffffff;
}
.cid-tPQHrlsV0z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPQHrlsV0z .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQHrlsV0z H2 {
  color: #987e42;
}
.cid-tPQHrmgbAW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPQHrmgbAW .counter-container {
  color: #767676;
}
.cid-tPQHrmgbAW .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tPQHrmgbAW .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tPQHrmgbAW .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tPQHrmgbAW .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #e4d295;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tPQHrmJgDn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPQHrmJgDn H2 {
  color: #ffffff;
}
.cid-tPQHrng5ZO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-708x750.jpg");
}
.cid-tPQHrng5ZO H2 {
  color: #ffffff;
}
.cid-tPQHrnTgH2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPQHrnTgH2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQHroergE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #987e42;
}
.cid-tPQHroergE .mbr-section-subtitle {
  color: #232323;
}
.cid-tPQHroergE H2 {
  color: #ffffff;
}
.cid-tPQHroGkby {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tractor-handshake-small-2000x1335.jpg");
}
.cid-tPQHroGkby h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPQHroGkby p {
  color: #ffffff;
}
.cid-tPQHroGkby .card {
  margin-bottom: 2rem;
}
.cid-tPQHroGkby .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPQHroGkby .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPQHroGkby .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPQHroGkby .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPQHroGkby .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPQHroGkby .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPQHroGkby .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPR6zn9Afg {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rc-1191x474.jpg");
}
.cid-tPR6zn9Afg h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-tPR6zn9Afg p {
  color: #ffffff;
}
.cid-tPR6zn9Afg .card {
  margin-bottom: 2rem;
}
.cid-tPR6zn9Afg .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #2b3f1a;
}
.cid-tPR6zn9Afg .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-tPR6zn9Afg .card-box {
  padding-bottom: 2rem;
  background-color: #2b3f1a;
  background: linear-gradient(#2b3f1a, transparent);
}
.cid-tPR6zn9Afg .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPR6zn9Afg .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-tPR6zn9Afg .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPR6zn9Afg .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tPQHrplD51 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPQHrplD51 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPQHrpTUVw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tPQHrpTUVw .content {
    text-align: center;
  }
  .cid-tPQHrpTUVw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPQHrpTUVw .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tPQHrpTUVw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPQHrpTUVw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPQHrpTUVw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPQHrpTUVw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPQHrpTUVw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPQHrpTUVw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPQHrpTUVw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPQHrpTUVw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPQHrpTUVw .google-map {
  height: 25rem;
  position: relative;
}
.cid-tPQHrpTUVw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPQHrpTUVw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPQHrpTUVw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPQHrpTUVw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPQHrpTUVw P {
  color: #ffffff;
}
