body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'MedievalSharp', display;
  font-size: 4.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'MedievalSharp', display;
  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: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((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: #13862b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #13862b !important;
  border-color: #13862b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #094316 !important;
  border-color: #094316 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #094316 !important;
  border-color: #094316 !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #062d0e;
  color: #062d0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #13862b;
  border-color: #13862b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13862b !important;
  border-color: #13862b !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #13862b !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062d0e !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: #7a6e45 !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: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13862b;
  border-color: #13862b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13862b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #36e35a;
}
.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: #dfd9c6;
}
/* 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: #13862b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #13862b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #13862b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #13862b;
  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: #13862b;
  border-bottom-color: #13862b;
}
.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: #13862b !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='%2313862b' %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-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r33dM8IfR7 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-r33dM8IfR7 H1 {
  text-align: center;
}
.cid-r3Cfa9bDes {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-r3Cfa9bDes .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-r3Cfa9bDes .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-r3Cfa9bDes .mbr-text {
  color: #767676;
}
.cid-rdXQytGjQJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdXQytGjQJ .counter-container {
  color: #767676;
}
.cid-rdXQytGjQJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rdXQytGjQJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdXQytGjQJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #1e9e39;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-r9hfg8Wpmd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r9hfg8Wpmd .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r9hfg8Wpmd .section-text {
  padding: 2rem 0;
}
.cid-r9hfg8Wpmd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r9hfg8Wpmd .inner-container {
    width: 100% !important;
  }
}
.cid-r3KiRzRNHG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r3KiRzRNHG .counter-container {
  color: #767676;
}
.cid-r3KiRzRNHG .counter-container ul {
  margin-bottom: 0;
}
.cid-r3KiRzRNHG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r3KiRzRNHG .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHhBMGVc1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHhBMGVc1 .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHhBMGVc1 .social-list a:focus {
  text-decoration: none;
}
.cid-r3IrsVCJU7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-r3IrsVCJU7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-r3IrsVCJU7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-r3IrsVCJU7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-r3IrsVCJU7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-r3IrsVCJU7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-r3IrsVCJU7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-r3IrsVCJU7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r3IrsVCJU7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r3IrsVCJU7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r3IrsVCJU7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r3IrsVCJU7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r3IrsVCJU7 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r3IrsVCJU7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-r3IrsVCJU7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-reyYfsmyee {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/sherwoodbackground-4-806x605.jpg");
}
.cid-reyYftbH7i .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-reyYftbH7i .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-reyYftbH7i a {
  font-style: normal;
}
.cid-reyYftbH7i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reyYftbH7i .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reyYftbH7i .nav-item:focus,
.cid-reyYftbH7i .nav-link:focus {
  outline: none;
}
.cid-reyYftbH7i .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reyYftbH7i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reyYftbH7i .menu-logo {
  margin-right: auto;
}
.cid-reyYftbH7i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reyYftbH7i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reyYftbH7i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reyYftbH7i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reyYftbH7i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reyYftbH7i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reyYftbH7i .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reyYftbH7i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reyYftbH7i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reyYftbH7i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reyYftbH7i .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reyYftbH7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reyYftbH7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reyYftbH7i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reyYftbH7i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reyYftbH7i .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-reyYftbH7i .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reyYftbH7i .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reyYftbH7i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reyYftbH7i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reyYftbH7i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reyYftbH7i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reyYftbH7i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reyYftbH7i button.navbar-toggler:focus {
  outline: none;
}
.cid-reyYftbH7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reyYftbH7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reyYftbH7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reyYftbH7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reyYftbH7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reyYftbH7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reyYftbH7i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reyYftbH7i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reyYftbH7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reyYftbH7i .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reyYftbH7i .collapsed .btn {
  display: flex;
}
.cid-reyYftbH7i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing,
.cid-reyYftbH7i .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reyYftbH7i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reyYftbH7i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-reyYftbH7i .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reyYftbH7i .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reyYftbH7i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reyYftbH7i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reyYftbH7i .collapsed button.navbar-toggler {
  display: block;
}
.cid-reyYftbH7i .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reyYftbH7i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reyYftbH7i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-reyYftbH7i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reyYftbH7i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reyYftbH7i .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: 991px) {
  .cid-reyYftbH7i .navbar-expand {
    flex-direction: column;
  }
  .cid-reyYftbH7i img {
    height: 3.8rem !important;
  }
  .cid-reyYftbH7i .btn {
    display: flex;
  }
  .cid-reyYftbH7i button.navbar-toggler {
    display: block;
  }
  .cid-reyYftbH7i .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reyYftbH7i .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reyYftbH7i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing,
  .cid-reyYftbH7i .navbar-collapse.show {
    display: block !important;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing .navbar-nav,
  .cid-reyYftbH7i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reyYftbH7i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-reyYftbH7i .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing .navbar-buttons,
  .cid-reyYftbH7i .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reyYftbH7i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reyYftbH7i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reyYftbH7i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-reyYftbH7i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reyYftbH7i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reyYftbH7i .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-reyYftbH7i .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reyYftbH7i .navbar-collapse {
  flex-basis: auto;
}
.cid-reyYftbH7i .nav-link:hover,
.cid-reyYftbH7i .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-reyYftRWSQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyYftRWSQ .mbr-section-subtitle {
  color: #767676;
}
.cid-reyYfuY1LM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyYfuY1LM .mbr-text,
.cid-reyYfuY1LM blockquote {
  color: #767676;
}
.cid-reyYfxOpaY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-reyYfxOpaY .counter-container {
  color: #767676;
}
.cid-reyYfxOpaY .counter-container ul {
  margin-bottom: 0;
}
.cid-reyYfxOpaY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-reyYfxOpaY .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYGXN51e0M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYGXN51e0M .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYGXN51e0M .social-list a:focus {
  text-decoration: none;
}
.cid-reyYfz7pRw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-reyYfz7pRw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-reyYfz7pRw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-reyYfz7pRw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-reyYfz7pRw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-reyYfz7pRw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-reyYfz7pRw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-reyYfz7pRw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-reyYfz7pRw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-reyYfz7pRw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reyYfz7pRw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reyYfz7pRw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reyYfz7pRw .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-reyYfz7pRw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-reyYfz7pRw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rqXGdwTiS1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXGdwTiS1 .mbr-text,
.cid-rqXGdwTiS1 blockquote {
  color: #767676;
}
.cid-rr37RqzOP7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr37RqzOP7 .image-block {
  margin: auto;
}
.cid-rr37RqzOP7 figcaption {
  position: relative;
}
.cid-rr37RqzOP7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr37RqzOP7 .image-block {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rqXMSmIe0C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXMSmIe0C .mbr-text,
.cid-rqXMSmIe0C blockquote {
  color: #767676;
}
.cid-rqXOwvAgpR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXOwvAgpR .mbr-text,
.cid-rqXOwvAgpR blockquote {
  color: #767676;
}
.cid-rr380MRxhP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr380MRxhP .image-block {
  margin: auto;
}
.cid-rr380MRxhP figcaption {
  position: relative;
}
.cid-rr380MRxhP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr380MRxhP .image-block {
    width: 100% !important;
  }
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rqXRa3lkEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXRa3lkEi .mbr-text,
.cid-rqXRa3lkEi blockquote {
  color: #767676;
}
.cid-rqXSEmokds {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXSEmokds .mbr-text,
.cid-rqXSEmokds blockquote {
  color: #767676;
}
.cid-rr382LUo2h {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr382LUo2h .image-block {
  margin: auto;
}
.cid-rr382LUo2h figcaption {
  position: relative;
}
.cid-rr382LUo2h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr382LUo2h .image-block {
    width: 100% !important;
  }
}
.cid-rqXSFr45Ey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXSFr45Ey .mbr-text,
.cid-rqXSFr45Ey blockquote {
  color: #767676;
}
.cid-rr0sZqrotb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0sZqrotb .mbr-text,
.cid-rr0sZqrotb blockquote {
  color: #767676;
}
.cid-rr0t1icd72 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0t1icd72 .mbr-text,
.cid-rr0t1icd72 blockquote {
  color: #767676;
}
.cid-rr384VMGqx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr384VMGqx .image-block {
  margin: auto;
}
.cid-rr384VMGqx figcaption {
  position: relative;
}
.cid-rr384VMGqx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr384VMGqx .image-block {
    width: 100% !important;
  }
}
.cid-rr0t2GEQN3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0t2GEQN3 .mbr-text,
.cid-rr0t2GEQN3 blockquote {
  color: #767676;
}
.cid-rr0xLjzkv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0xLjzkv3 .mbr-text,
.cid-rr0xLjzkv3 blockquote {
  color: #767676;
}
.cid-rr0z3ZuMHz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z3ZuMHz .mbr-text,
.cid-rr0z3ZuMHz blockquote {
  color: #767676;
}
.cid-rr0z53Eih6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z53Eih6 .mbr-text,
.cid-rr0z53Eih6 blockquote {
  color: #767676;
}
.cid-rr0AIDYMTW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0AIDYMTW .mbr-text,
.cid-rr0AIDYMTW blockquote {
  color: #767676;
}
.cid-rr387rSLae {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr387rSLae .image-block {
  margin: auto;
}
.cid-rr387rSLae figcaption {
  position: relative;
}
.cid-rr387rSLae figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr387rSLae .image-block {
    width: 100% !important;
  }
}
.cid-rr0z5RKo7i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z5RKo7i .mbr-text,
.cid-rr0z5RKo7i blockquote {
  color: #767676;
}
.cid-rqXHiRyi42 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXHiRyi42 .mbr-text,
.cid-rqXHiRyi42 blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHhixOqsn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHhixOqsn .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHhixOqsn .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rr0GBMuLt3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0GBMuLt3 .mbr-text,
.cid-rr0GBMuLt3 blockquote {
  color: #767676;
}
.cid-rqXGdwTiS1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXGdwTiS1 .mbr-text,
.cid-rqXGdwTiS1 blockquote {
  color: #767676;
}
.cid-rr3NDKl23U {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NDKl23U .image-block {
  margin: auto;
}
.cid-rr3NDKl23U figcaption {
  position: relative;
}
.cid-rr3NDKl23U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NDKl23U .image-block {
    width: 100% !important;
  }
}
.cid-rr1QuNpXa5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr1QuNpXa5 .mbr-text,
.cid-rr1QuNpXa5 blockquote {
  color: #767676;
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rr1ULO2bc5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr1ULO2bc5 .mbr-text,
.cid-rr1ULO2bc5 blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rqXMSmIe0C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXMSmIe0C .mbr-text,
.cid-rqXMSmIe0C blockquote {
  color: #767676;
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rqXOwvAgpR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXOwvAgpR .mbr-text,
.cid-rqXOwvAgpR blockquote {
  color: #767676;
}
.cid-rqXRa3lkEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXRa3lkEi .mbr-text,
.cid-rqXRa3lkEi blockquote {
  color: #767676;
}
.cid-rr0sZqrotb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0sZqrotb .mbr-text,
.cid-rr0sZqrotb blockquote {
  color: #767676;
}
.cid-rr0xLjzkv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0xLjzkv3 .mbr-text,
.cid-rr0xLjzkv3 blockquote {
  color: #767676;
}
.cid-rr5WJtgJuM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr5WJtgJuM .mbr-text,
.cid-rr5WJtgJuM blockquote {
  color: #767676;
}
.cid-rr0z3ZuMHz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z3ZuMHz .mbr-text,
.cid-rr0z3ZuMHz blockquote {
  color: #767676;
}
.cid-rr0z53Eih6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z53Eih6 .mbr-text,
.cid-rr0z53Eih6 blockquote {
  color: #767676;
}
.cid-rr0AIDYMTW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0AIDYMTW .mbr-text,
.cid-rr0AIDYMTW blockquote {
  color: #767676;
}
.cid-rr60o4jNXU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr60o4jNXU .image-block {
  margin: auto;
}
.cid-rr60o4jNXU figcaption {
  position: relative;
}
.cid-rr60o4jNXU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr60o4jNXU .image-block {
    width: 100% !important;
  }
}
.cid-rr0z5RKo7i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z5RKo7i .mbr-text,
.cid-rr0z5RKo7i blockquote {
  color: #767676;
}
.cid-rr61mXtJmN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr61mXtJmN .mbr-text,
.cid-rr61mXtJmN blockquote {
  color: #767676;
}
.cid-rr61gih8mO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr61gih8mO .image-block {
  margin: auto;
}
.cid-rr61gih8mO figcaption {
  position: relative;
}
.cid-rr61gih8mO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr61gih8mO .image-block {
    width: 100% !important;
  }
}
.cid-rr61i1HwSf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr61i1HwSf .mbr-text,
.cid-rr61i1HwSf blockquote {
  color: #767676;
}
.cid-rr63fZEwvO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr63fZEwvO .mbr-text,
.cid-rr63fZEwvO blockquote {
  color: #767676;
}
.cid-rr63jmhvV1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr63jmhvV1 .image-block {
  margin: auto;
}
.cid-rr63jmhvV1 figcaption {
  position: relative;
}
.cid-rr63jmhvV1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr63jmhvV1 .image-block {
    width: 100% !important;
  }
}
.cid-rr63gWLx9z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr63gWLx9z .mbr-text,
.cid-rr63gWLx9z blockquote {
  color: #767676;
}
.cid-rr1RDWK7va {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rr1RDWK7va .mbr-text,
.cid-rr1RDWK7va blockquote {
  color: #767676;
}
.cid-rqXHiRyi42 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXHiRyi42 .mbr-text,
.cid-rqXHiRyi42 blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHgCvrEPN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHgCvrEPN .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHgCvrEPN .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rr0GBMuLt3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0GBMuLt3 .mbr-text,
.cid-rr0GBMuLt3 blockquote {
  color: #767676;
}
.cid-rr3NDKl23U {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NDKl23U .image-block {
  margin: auto;
}
.cid-rr3NDKl23U figcaption {
  position: relative;
}
.cid-rr3NDKl23U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NDKl23U .image-block {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rrmd8zEvgI {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrmd8zEvgI .image-block {
  margin: auto;
}
.cid-rrmd8zEvgI figcaption {
  position: relative;
}
.cid-rrmd8zEvgI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrmd8zEvgI .image-block {
    width: 100% !important;
  }
}
.cid-rqXMSmIe0C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXMSmIe0C .mbr-text,
.cid-rqXMSmIe0C blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rrmfw6k1Pf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrmfw6k1Pf .image-block {
  margin: auto;
}
.cid-rrmfw6k1Pf figcaption {
  position: relative;
}
.cid-rrmfw6k1Pf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrmfw6k1Pf .image-block {
    width: 100% !important;
  }
}
.cid-rqXRa3lkEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXRa3lkEi .mbr-text,
.cid-rqXRa3lkEi blockquote {
  color: #767676;
}
.cid-rrmh7TXJak {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rrmh7TXJak .image-block {
  margin: auto;
}
.cid-rrmh7TXJak figcaption {
  position: relative;
}
.cid-rrmh7TXJak figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrmh7TXJak .image-block {
    width: 100% !important;
  }
}
.cid-rr0sZqrotb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0sZqrotb .mbr-text,
.cid-rr0sZqrotb blockquote {
  color: #767676;
}
.cid-rrnIqXPgj0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rrnIqXPgj0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rrnIqXPgj0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rrnIqXPgj0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rrnIqXPgj0 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rrnIqXPgj0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rrnIqXPgj0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rrnIqXPgj0 .img-item {
    width: 100% !important;
  }
  .cid-rrnIqXPgj0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rrnLEPl8pT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnLEPl8pT .image-block {
  margin: auto;
}
.cid-rrnLEPl8pT figcaption {
  position: relative;
}
.cid-rrnLEPl8pT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnLEPl8pT .image-block {
    width: 100% !important;
  }
}
.cid-rrnLFGCEdj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnLFGCEdj .image-block {
  margin: auto;
}
.cid-rrnLFGCEdj figcaption {
  position: relative;
}
.cid-rrnLFGCEdj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnLFGCEdj .image-block {
    width: 100% !important;
  }
}
.cid-rr0xLjzkv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0xLjzkv3 .mbr-text,
.cid-rr0xLjzkv3 blockquote {
  color: #767676;
}
.cid-rrnOmaxSXH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnOmaxSXH .image-block {
  margin: auto;
}
.cid-rrnOmaxSXH figcaption {
  position: relative;
}
.cid-rrnOmaxSXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnOmaxSXH .image-block {
    width: 100% !important;
  }
}
.cid-rrnP8okLvM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnP8okLvM .image-block {
  margin: auto;
}
.cid-rrnP8okLvM figcaption {
  position: relative;
}
.cid-rrnP8okLvM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnP8okLvM .image-block {
    width: 100% !important;
  }
}
.cid-rrnOr0oSsv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrnOr0oSsv .mbr-text,
.cid-rrnOr0oSsv blockquote {
  color: #767676;
}
.cid-rrnOoDVDxo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnOoDVDxo .image-block {
  margin: auto;
}
.cid-rrnOoDVDxo figcaption {
  position: relative;
}
.cid-rrnOoDVDxo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnOoDVDxo .image-block {
    width: 100% !important;
  }
}
.cid-rr0z3ZuMHz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z3ZuMHz .mbr-text,
.cid-rr0z3ZuMHz blockquote {
  color: #767676;
}
.cid-rrnRDNMd0V {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnRDNMd0V .image-block {
  margin: auto;
}
.cid-rrnRDNMd0V figcaption {
  position: relative;
}
.cid-rrnRDNMd0V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnRDNMd0V .image-block {
    width: 100% !important;
  }
}
.cid-rrnRErG8I6 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnRErG8I6 .image-block {
  margin: auto;
}
.cid-rrnRErG8I6 figcaption {
  position: relative;
}
.cid-rrnRErG8I6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnRErG8I6 .image-block {
    width: 100% !important;
  }
}
.cid-rrnTbEDMzL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrnTbEDMzL .mbr-text,
.cid-rrnTbEDMzL blockquote {
  color: #767676;
}
.cid-rrnTNCLsiS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnTNCLsiS .image-block {
  margin: auto;
}
.cid-rrnTNCLsiS figcaption {
  position: relative;
}
.cid-rrnTNCLsiS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnTNCLsiS .image-block {
    width: 100% !important;
  }
}
.cid-rrnTS3J9f3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrnTS3J9f3 .mbr-text,
.cid-rrnTS3J9f3 blockquote {
  color: #767676;
}
.cid-rrnTOnxNO6 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrnTOnxNO6 .image-block {
  margin: auto;
}
.cid-rrnTOnxNO6 figcaption {
  position: relative;
}
.cid-rrnTOnxNO6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrnTOnxNO6 .image-block {
    width: 100% !important;
  }
}
.cid-rrrPPYSZTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrrPPYSZTI .mbr-text,
.cid-rrrPPYSZTI blockquote {
  color: #767676;
}
.cid-rrrQbsKICQ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrrQbsKICQ .image-block {
  margin: auto;
}
.cid-rrrQbsKICQ figcaption {
  position: relative;
}
.cid-rrrQbsKICQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrrQbsKICQ .image-block {
    width: 100% !important;
  }
}
.cid-rrrRjkOKA2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrrRjkOKA2 .mbr-text,
.cid-rrrRjkOKA2 blockquote {
  color: #767676;
}
.cid-rrrSF2ncZ1 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rrrSF2ncZ1 .image-block {
  margin: auto;
}
.cid-rrrSF2ncZ1 figcaption {
  position: relative;
}
.cid-rrrSF2ncZ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrrSF2ncZ1 .image-block {
    width: 100% !important;
  }
}
.cid-rrrU0gNhNV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrrU0gNhNV .image-block {
  margin: auto;
}
.cid-rrrU0gNhNV figcaption {
  position: relative;
}
.cid-rrrU0gNhNV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrrU0gNhNV .image-block {
    width: 100% !important;
  }
}
.cid-rrrUUPFbwv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrrUUPFbwv .mbr-text,
.cid-rrrUUPFbwv blockquote {
  color: #767676;
}
.cid-rrrWkLSRWH {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rrrWkLSRWH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rrrWkLSRWH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rrrWkLSRWH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rrrWkLSRWH .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rrrWkLSRWH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rrrWkLSRWH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rrrWkLSRWH .img-item {
    width: 100% !important;
  }
  .cid-rrrWkLSRWH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rrrWaARp5n {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrrWaARp5n .image-block {
  margin: auto;
}
.cid-rrrWaARp5n figcaption {
  position: relative;
}
.cid-rrrWaARp5n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrrWaARp5n .image-block {
    width: 100% !important;
  }
}
.cid-rrrWcetwAh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrrWcetwAh .image-block {
  margin: auto;
}
.cid-rrrWcetwAh figcaption {
  position: relative;
}
.cid-rrrWcetwAh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrrWcetwAh .image-block {
    width: 100% !important;
  }
}
.cid-rrsapksORj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrsapksORj .mbr-text,
.cid-rrsapksORj blockquote {
  color: #767676;
}
.cid-rr0AIDYMTW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0AIDYMTW .mbr-text,
.cid-rr0AIDYMTW blockquote {
  color: #767676;
}
.cid-rrscWpp1Eb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrscWpp1Eb .mbr-text,
.cid-rrscWpp1Eb blockquote {
  color: #767676;
}
.cid-rr0z53Eih6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z53Eih6 .mbr-text,
.cid-rr0z53Eih6 blockquote {
  color: #767676;
}
.cid-rr60o4jNXU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr60o4jNXU .image-block {
  margin: auto;
}
.cid-rr60o4jNXU figcaption {
  position: relative;
}
.cid-rr60o4jNXU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr60o4jNXU .image-block {
    width: 100% !important;
  }
}
.cid-rrsgU66Iin {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrsgU66Iin .image-block {
  margin: auto;
}
.cid-rrsgU66Iin figcaption {
  position: relative;
}
.cid-rrsgU66Iin figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrsgU66Iin .image-block {
    width: 100% !important;
  }
}
.cid-rrshieFM3F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrshieFM3F .mbr-text,
.cid-rrshieFM3F blockquote {
  color: #767676;
}
.cid-rrsiC7byIf {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rrsiC7byIf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rrsiC7byIf .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rrsiC7byIf .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rrsiC7byIf .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rrsiC7byIf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rrsiC7byIf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rrsiC7byIf .img-item {
    width: 100% !important;
  }
  .cid-rrsiC7byIf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rrsjJUZHiP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrsjJUZHiP .mbr-text,
.cid-rrsjJUZHiP blockquote {
  color: #767676;
}
.cid-rr0z5RKo7i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0z5RKo7i .mbr-text,
.cid-rr0z5RKo7i blockquote {
  color: #767676;
}
.cid-rrtDokhsDY {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrtDokhsDY .image-block {
  margin: auto;
}
.cid-rrtDokhsDY figcaption {
  position: relative;
}
.cid-rrtDokhsDY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrtDokhsDY .image-block {
    width: 100% !important;
  }
}
.cid-rr61i1HwSf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr61i1HwSf .mbr-text,
.cid-rr61i1HwSf blockquote {
  color: #767676;
}
.cid-rr61gih8mO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr61gih8mO .image-block {
  margin: auto;
}
.cid-rr61gih8mO figcaption {
  position: relative;
}
.cid-rr61gih8mO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr61gih8mO .image-block {
    width: 100% !important;
  }
}
.cid-rr63gWLx9z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr63gWLx9z .mbr-text,
.cid-rr63gWLx9z blockquote {
  color: #767676;
}
.cid-rr63jmhvV1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr63jmhvV1 .image-block {
  margin: auto;
}
.cid-rr63jmhvV1 figcaption {
  position: relative;
}
.cid-rr63jmhvV1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr63jmhvV1 .image-block {
    width: 100% !important;
  }
}
.cid-rrtGhLDQsH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrtGhLDQsH .mbr-text,
.cid-rrtGhLDQsH blockquote {
  color: #767676;
}
.cid-rqXHiRyi42 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXHiRyi42 .mbr-text,
.cid-rqXHiRyi42 blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHg7l7b3X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHg7l7b3X .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHg7l7b3X .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rraeZlFKm2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rraeZlFKm2 .image-block {
  margin: auto;
}
.cid-rraeZlFKm2 figcaption {
  position: relative;
}
.cid-rraeZlFKm2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rraeZlFKm2 .image-block {
    width: 100% !important;
  }
}
.cid-rqXRa3lkEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXRa3lkEi .mbr-text,
.cid-rqXRa3lkEi blockquote {
  color: #767676;
}
.cid-rragOcClZu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rragOcClZu .image-block {
  margin: auto;
}
.cid-rragOcClZu figcaption {
  position: relative;
}
.cid-rragOcClZu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rragOcClZu .image-block {
    width: 100% !important;
  }
}
.cid-rr0sZqrotb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0sZqrotb .mbr-text,
.cid-rr0sZqrotb blockquote {
  color: #767676;
}
.cid-rrajahemec {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrajahemec .image-block {
  margin: auto;
}
.cid-rrajahemec figcaption {
  position: relative;
}
.cid-rrajahemec figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrajahemec .image-block {
    width: 100% !important;
  }
}
.cid-rrajaRSI3T {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrajaRSI3T .image-block {
  margin: auto;
}
.cid-rrajaRSI3T figcaption {
  position: relative;
}
.cid-rrajaRSI3T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrajaRSI3T .image-block {
    width: 100% !important;
  }
}
.cid-rr0xLjzkv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rr0xLjzkv3 .mbr-text,
.cid-rr0xLjzkv3 blockquote {
  color: #767676;
}
.cid-rr61gih8mO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr61gih8mO .image-block {
  margin: auto;
}
.cid-rr61gih8mO figcaption {
  position: relative;
}
.cid-rr61gih8mO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr61gih8mO .image-block {
    width: 100% !important;
  }
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHfcLCUIw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHfcLCUIw .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHfcLCUIw .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rricLIuIUm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rricLIuIUm .mbr-text,
.cid-rricLIuIUm blockquote {
  color: #767676;
}
.cid-rridjuwUC7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rridjuwUC7 .mbr-text,
.cid-rridjuwUC7 blockquote {
  color: #767676;
}
.cid-rridNGxju1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rridNGxju1 .mbr-text,
.cid-rridNGxju1 blockquote {
  color: #767676;
}
.cid-rrtWQ4LOT9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rrtWQ4LOT9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rrtWQ4LOT9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rrtWQ4LOT9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rrtWQ4LOT9 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rrtWQ4LOT9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rrtWQ4LOT9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rrtWQ4LOT9 .img-item {
    width: 100% !important;
  }
  .cid-rrtWQ4LOT9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rrif4yj8ia {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrif4yj8ia .mbr-text,
.cid-rrif4yj8ia blockquote {
  color: #767676;
}
.cid-rrif4yj8ia P {
  text-align: left;
}
.cid-rrifotBC7V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrifotBC7V .mbr-text,
.cid-rrifotBC7V blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rqXRa3lkEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXRa3lkEi .mbr-text,
.cid-rqXRa3lkEi blockquote {
  color: #767676;
}
.cid-rragOcClZu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rragOcClZu .image-block {
  margin: auto;
}
.cid-rragOcClZu figcaption {
  position: relative;
}
.cid-rragOcClZu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rragOcClZu .image-block {
    width: 100% !important;
  }
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHdkGetpR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHdkGetpR .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHdkGetpR .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH6NQ5VkK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH6NQ5VkK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH6NQ5VkK .section-text {
  padding: 2rem 0;
}
.cid-uYH6NQ5VkK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH6NQ5VkK .inner-container {
    width: 100% !important;
  }
}
.cid-rrAkBekbdY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrAkBekbdY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrAkBekbdY .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rrAkBekbdY .mbr-text {
  color: #767676;
}
.cid-rrAmQVNUyw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrAmQVNUyw .counter-container {
  color: #767676;
}
.cid-rrAmQVNUyw .counter-container ul {
  margin-bottom: 0;
}
.cid-rrAmQVNUyw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rrAmQVNUyw .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHc05rLFa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHc05rLFa .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHc05rLFa .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-rqXFGhVkUL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXFGhVkUL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rqXFGhVkUL .section-text {
  padding: 2rem 0;
}
.cid-rqXFGhVkUL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rqXFGhVkUL .inner-container {
    width: 100% !important;
  }
}
.cid-rrPnUwONhJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrPnUwONhJ .image-block {
  margin: auto;
}
.cid-rrPnUwONhJ figcaption {
  position: relative;
}
.cid-rrPnUwONhJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrPnUwONhJ .image-block {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rrPoSp2mPk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPoSp2mPk .mbr-text,
.cid-rrPoSp2mPk blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rrPoXTsNuh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPoXTsNuh .mbr-text,
.cid-rrPoXTsNuh blockquote {
  color: #767676;
}
.cid-rrPqmbHS2V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPqmbHS2V .mbr-text,
.cid-rrPqmbHS2V blockquote {
  color: #767676;
}
.cid-rrPqnPTyUj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPqnPTyUj .mbr-text,
.cid-rrPqnPTyUj blockquote {
  color: #767676;
}
.cid-rrPs3xcBk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPs3xcBk6 .mbr-text,
.cid-rrPs3xcBk6 blockquote {
  color: #767676;
}
.cid-rraeZlFKm2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rraeZlFKm2 .image-block {
  margin: auto;
}
.cid-rraeZlFKm2 figcaption {
  position: relative;
}
.cid-rraeZlFKm2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rraeZlFKm2 .image-block {
    width: 100% !important;
  }
}
.cid-rrPsX3zGXo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPsX3zGXo .mbr-text,
.cid-rrPsX3zGXo blockquote {
  color: #767676;
}
.cid-rragOcClZu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rragOcClZu .image-block {
  margin: auto;
}
.cid-rragOcClZu figcaption {
  position: relative;
}
.cid-rragOcClZu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rragOcClZu .image-block {
    width: 100% !important;
  }
}
.cid-rrPveD9ALR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPveD9ALR .mbr-text,
.cid-rrPveD9ALR blockquote {
  color: #767676;
}
.cid-rrPvN4vA2Z {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrPvN4vA2Z .image-block {
  margin: auto;
}
.cid-rrPvN4vA2Z figcaption {
  position: relative;
}
.cid-rrPvN4vA2Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrPvN4vA2Z .image-block {
    width: 100% !important;
  }
}
.cid-rrQxhVrgpX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQxhVrgpX .mbr-text,
.cid-rrQxhVrgpX blockquote {
  color: #767676;
}
.cid-rrQyAcxbWT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQyAcxbWT .mbr-text,
.cid-rrQyAcxbWT blockquote {
  color: #767676;
}
.cid-rr61gih8mO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr61gih8mO .image-block {
  margin: auto;
}
.cid-rr61gih8mO figcaption {
  position: relative;
}
.cid-rr61gih8mO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr61gih8mO .image-block {
    width: 100% !important;
  }
}
.cid-rrQzRJ99bl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQzRJ99bl .mbr-text,
.cid-rrQzRJ99bl blockquote {
  color: #767676;
}
.cid-rrQBLThMJc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrQBLThMJc .image-block {
  margin: auto;
}
.cid-rrQBLThMJc figcaption {
  position: relative;
}
.cid-rrQBLThMJc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrQBLThMJc .image-block {
    width: 100% !important;
  }
}
.cid-rrQBFb287l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQBFb287l .mbr-text,
.cid-rrQBFb287l blockquote {
  color: #767676;
}
.cid-rrQBJl7jzT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrQBJl7jzT .image-block {
  margin: auto;
}
.cid-rrQBJl7jzT figcaption {
  position: relative;
}
.cid-rrQBJl7jzT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrQBJl7jzT .image-block {
    width: 100% !important;
  }
}
.cid-rrQBHjHF0l {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrQBHjHF0l .mbr-text,
.cid-rrQBHjHF0l blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-rcXXuOcQGJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcXXuOcQGJ .counter-container {
  color: #767676;
}
.cid-rcXXuOcQGJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rcXXuOcQGJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rcXXuOcQGJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYHegsv0ek {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYHegsv0ek .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYHegsv0ek .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH5GgSt0X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH5GgSt0X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH5GgSt0X .section-text {
  padding: 2rem 0;
}
.cid-uYH5GgSt0X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH5GgSt0X .inner-container {
    width: 100% !important;
  }
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rrPnUwONhJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrPnUwONhJ .image-block {
  margin: auto;
}
.cid-rrPnUwONhJ figcaption {
  position: relative;
}
.cid-rrPnUwONhJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrPnUwONhJ .image-block {
    width: 100% !important;
  }
}
.cid-rrRq9lbRnE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrRq9lbRnE .mbr-text,
.cid-rrRq9lbRnE blockquote {
  color: #767676;
}
.cid-rrRr64zJXV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrRr64zJXV .image-block {
  margin: auto;
}
.cid-rrRr64zJXV figcaption {
  position: relative;
}
.cid-rrRr64zJXV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrRr64zJXV .image-block {
    width: 100% !important;
  }
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rrPs3xcBk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPs3xcBk6 .mbr-text,
.cid-rrPs3xcBk6 blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-uYH5NvoAr9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH5NvoAr9 .counter-container {
  color: #767676;
}
.cid-uYH5NvoAr9 .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH5NvoAr9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH5NvoAr9 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH5PqBNzr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH5PqBNzr .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH5PqBNzr .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rqXF2O0j0M {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rqXF2O0j0M H1 {
  text-align: center;
}
.cid-rcXXuDQJ5V .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rcXXuDQJ5V .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rcXXuDQJ5V a {
  font-style: normal;
}
.cid-rcXXuDQJ5V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rcXXuDQJ5V .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rcXXuDQJ5V .nav-item:focus,
.cid-rcXXuDQJ5V .nav-link:focus {
  outline: none;
}
.cid-rcXXuDQJ5V .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rcXXuDQJ5V .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rcXXuDQJ5V .menu-logo {
  margin-right: auto;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rcXXuDQJ5V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcXXuDQJ5V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcXXuDQJ5V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcXXuDQJ5V .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-rcXXuDQJ5V .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rcXXuDQJ5V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rcXXuDQJ5V button.navbar-toggler:focus {
  outline: none;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcXXuDQJ5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcXXuDQJ5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcXXuDQJ5V .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .btn {
  display: flex;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rcXXuDQJ5V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rcXXuDQJ5V .collapsed button.navbar-toggler {
  display: block;
}
.cid-rcXXuDQJ5V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rcXXuDQJ5V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rcXXuDQJ5V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rcXXuDQJ5V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rcXXuDQJ5V .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: 991px) {
  .cid-rcXXuDQJ5V .navbar-expand {
    flex-direction: column;
  }
  .cid-rcXXuDQJ5V img {
    height: 3.8rem !important;
  }
  .cid-rcXXuDQJ5V .btn {
    display: flex;
  }
  .cid-rcXXuDQJ5V button.navbar-toggler {
    display: block;
  }
  .cid-rcXXuDQJ5V .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rcXXuDQJ5V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rcXXuDQJ5V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing,
  .cid-rcXXuDQJ5V .navbar-collapse.show {
    display: block !important;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rcXXuDQJ5V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rcXXuDQJ5V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rcXXuDQJ5V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rcXXuDQJ5V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rcXXuDQJ5V .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-rcXXuDQJ5V .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rcXXuDQJ5V .navbar-collapse {
  flex-basis: auto;
}
.cid-rcXXuDQJ5V .nav-link:hover,
.cid-rcXXuDQJ5V .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rcXXuEBRkV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuEBRkV .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH5lHFzie {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH5lHFzie .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH5lHFzie .section-text {
  padding: 2rem 0;
}
.cid-uYH5lHFzie .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH5lHFzie .inner-container {
    width: 100% !important;
  }
}
.cid-rrUBLIren0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrUBLIren0 .counter-container {
  color: #767676;
}
.cid-rrUBLIren0 .counter-container ul {
  margin-bottom: 0;
}
.cid-rrUBLIren0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rrUBLIren0 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rqXKR9pyQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXKR9pyQw .mbr-text,
.cid-rqXKR9pyQw blockquote {
  color: #767676;
}
.cid-rrUDZVzIWc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrUDZVzIWc .mbr-text,
.cid-rrUDZVzIWc blockquote {
  color: #767676;
}
.cid-rrRq9lbRnE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrRq9lbRnE .mbr-text,
.cid-rrRq9lbRnE blockquote {
  color: #767676;
}
.cid-rrPnUwONhJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrPnUwONhJ .image-block {
  margin: auto;
}
.cid-rrPnUwONhJ figcaption {
  position: relative;
}
.cid-rrPnUwONhJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrPnUwONhJ .image-block {
    width: 100% !important;
  }
}
.cid-rrUEYcXuVj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrUEYcXuVj .mbr-text,
.cid-rrUEYcXuVj blockquote {
  color: #767676;
}
.cid-rrRr64zJXV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrRr64zJXV .image-block {
  margin: auto;
}
.cid-rrRr64zJXV figcaption {
  position: relative;
}
.cid-rrRr64zJXV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrRr64zJXV .image-block {
    width: 100% !important;
  }
}
.cid-rrUG3hvfBE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrUG3hvfBE .mbr-text,
.cid-rrUG3hvfBE blockquote {
  color: #767676;
}
.cid-rrUH2JDTiC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrUH2JDTiC .image-block {
  margin: auto;
}
.cid-rrUH2JDTiC figcaption {
  position: relative;
}
.cid-rrUH2JDTiC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrUH2JDTiC .image-block {
    width: 100% !important;
  }
}
.cid-rrWP4OXl8K {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrWP4OXl8K .image-block {
  margin: auto;
}
.cid-rrWP4OXl8K figcaption {
  position: relative;
}
.cid-rrWP4OXl8K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrWP4OXl8K .image-block {
    width: 100% !important;
  }
}
.cid-rrWOfz8qat {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrWOfz8qat .mbr-text,
.cid-rrWOfz8qat blockquote {
  color: #767676;
}
.cid-rqXQOLMilL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rqXQOLMilL .mbr-text,
.cid-rqXQOLMilL blockquote {
  color: #767676;
}
.cid-rr3NHp1v9E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rr3NHp1v9E .image-block {
  margin: auto;
}
.cid-rr3NHp1v9E figcaption {
  position: relative;
}
.cid-rr3NHp1v9E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rr3NHp1v9E .image-block {
    width: 100% !important;
  }
}
.cid-rrWRRLGRHK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrWRRLGRHK .mbr-text,
.cid-rrWRRLGRHK blockquote {
  color: #767676;
}
.cid-rrWUghDwiZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrWUghDwiZ .image-block {
  margin: auto;
}
.cid-rrWUghDwiZ figcaption {
  position: relative;
}
.cid-rrWUghDwiZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrWUghDwiZ .image-block {
    width: 100% !important;
  }
}
.cid-rrWUtu5OoS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrWUtu5OoS .image-block {
  margin: auto;
}
.cid-rrWUtu5OoS figcaption {
  position: relative;
}
.cid-rrWUtu5OoS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrWUtu5OoS .image-block {
    width: 100% !important;
  }
}
.cid-rrWVp5ogeD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrWVp5ogeD .mbr-text,
.cid-rrWVp5ogeD blockquote {
  color: #767676;
}
.cid-rrWVKqv3JM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrWVKqv3JM .image-block {
  margin: auto;
}
.cid-rrWVKqv3JM figcaption {
  position: relative;
}
.cid-rrWVKqv3JM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrWVKqv3JM .image-block {
    width: 100% !important;
  }
}
.cid-rrWVLq84Pb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrWVLq84Pb .mbr-text,
.cid-rrWVLq84Pb blockquote {
  color: #767676;
}
.cid-rrWZpU0Bz5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrWZpU0Bz5 .image-block {
  margin: auto;
}
.cid-rrWZpU0Bz5 figcaption {
  position: relative;
}
.cid-rrWZpU0Bz5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrWZpU0Bz5 .image-block {
    width: 100% !important;
  }
}
.cid-rrWZrfP1HU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrWZrfP1HU .mbr-text,
.cid-rrWZrfP1HU blockquote {
  color: #767676;
}
.cid-rrX1PCK74d {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrX1PCK74d .image-block {
  margin: auto;
}
.cid-rrX1PCK74d figcaption {
  position: relative;
}
.cid-rrX1PCK74d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrX1PCK74d .image-block {
    width: 100% !important;
  }
}
.cid-rrX2klEw7I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrX2klEw7I .mbr-text,
.cid-rrX2klEw7I blockquote {
  color: #767676;
}
.cid-rrX39egCAY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrX39egCAY .mbr-text,
.cid-rrX39egCAY blockquote {
  color: #767676;
}
.cid-rrX3b7oBsB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrX3b7oBsB .image-block {
  margin: auto;
}
.cid-rrX3b7oBsB figcaption {
  position: relative;
}
.cid-rrX3b7oBsB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrX3b7oBsB .image-block {
    width: 100% !important;
  }
}
.cid-rrX3bULy2n {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrX3bULy2n .image-block {
  margin: auto;
}
.cid-rrX3bULy2n figcaption {
  position: relative;
}
.cid-rrX3bULy2n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrX3bULy2n .image-block {
    width: 100% !important;
  }
}
.cid-rrPs3xcBk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPs3xcBk6 .mbr-text,
.cid-rrPs3xcBk6 blockquote {
  color: #767676;
}
.cid-rrX5GV9N6M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrX5GV9N6M .mbr-text,
.cid-rrX5GV9N6M blockquote {
  color: #767676;
}
.cid-rrPsX3zGXo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrPsX3zGXo .mbr-text,
.cid-rrPsX3zGXo blockquote {
  color: #767676;
}
.cid-rraeZlFKm2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rraeZlFKm2 .image-block {
  margin: auto;
}
.cid-rraeZlFKm2 figcaption {
  position: relative;
}
.cid-rraeZlFKm2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rraeZlFKm2 .image-block {
    width: 100% !important;
  }
}
.cid-rrQxhVrgpX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQxhVrgpX .mbr-text,
.cid-rrQxhVrgpX blockquote {
  color: #767676;
}
.cid-rrPvN4vA2Z {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrPvN4vA2Z .image-block {
  margin: auto;
}
.cid-rrPvN4vA2Z figcaption {
  position: relative;
}
.cid-rrPvN4vA2Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrPvN4vA2Z .image-block {
    width: 100% !important;
  }
}
.cid-rrQBFb287l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQBFb287l .mbr-text,
.cid-rrQBFb287l blockquote {
  color: #767676;
}
.cid-rrQBHjHF0l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrQBHjHF0l .mbr-text,
.cid-rrQBHjHF0l blockquote {
  color: #767676;
}
.cid-rrQBJl7jzT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrQBJl7jzT .image-block {
  margin: auto;
}
.cid-rrQBJl7jzT figcaption {
  position: relative;
}
.cid-rrQBJl7jzT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrQBJl7jzT .image-block {
    width: 100% !important;
  }
}
.cid-rrXo5CaSJB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrXo5CaSJB .mbr-text,
.cid-rrXo5CaSJB blockquote {
  color: #767676;
}
.cid-rrXnCWvUj4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrXnCWvUj4 .mbr-text,
.cid-rrXnCWvUj4 blockquote {
  color: #767676;
}
.cid-rrXnF6FkYy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rrXnF6FkYy .image-block {
  margin: auto;
}
.cid-rrXnF6FkYy figcaption {
  position: relative;
}
.cid-rrXnF6FkYy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrXnF6FkYy .image-block {
    width: 100% !important;
  }
}
.cid-rrXnPidydZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrXnPidydZ .mbr-text,
.cid-rrXnPidydZ blockquote {
  color: #767676;
}
.cid-rcXXuNIKkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rcXXuNIKkH .mbr-text,
.cid-rcXXuNIKkH blockquote {
  color: #767676;
}
.cid-reyWd3dnq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reyWd3dnq3 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reyWd3dnq3 .section-text {
  padding: 2rem 0;
}
.cid-reyWd3dnq3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reyWd3dnq3 .inner-container {
    width: 100% !important;
  }
}
.cid-uYH5tomRhK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH5tomRhK .counter-container {
  color: #767676;
}
.cid-uYH5tomRhK .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH5tomRhK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH5tomRhK .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH5sEZhLy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH5sEZhLy .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH5sEZhLy .social-list a:focus {
  text-decoration: none;
}
.cid-rcXXuPwf4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rcXXuPwf4G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rcXXuPwf4G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcXXuPwf4G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rcXXuPwf4G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcXXuPwf4G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rcXXuPwf4G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcXXuPwf4G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcXXuPwf4G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcXXuPwf4G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rcXXuPwf4G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rJgtLls29C {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rJgtLls29C H1 {
  text-align: center;
}
.cid-rJgtLmhae5 .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rJgtLmhae5 .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rJgtLmhae5 a {
  font-style: normal;
}
.cid-rJgtLmhae5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rJgtLmhae5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rJgtLmhae5 .nav-item:focus,
.cid-rJgtLmhae5 .nav-link:focus {
  outline: none;
}
.cid-rJgtLmhae5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rJgtLmhae5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rJgtLmhae5 .menu-logo {
  margin-right: auto;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rJgtLmhae5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rJgtLmhae5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rJgtLmhae5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rJgtLmhae5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJgtLmhae5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rJgtLmhae5 .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rJgtLmhae5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rJgtLmhae5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJgtLmhae5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rJgtLmhae5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJgtLmhae5 .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-rJgtLmhae5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rJgtLmhae5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rJgtLmhae5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rJgtLmhae5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rJgtLmhae5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rJgtLmhae5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rJgtLmhae5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rJgtLmhae5 button.navbar-toggler:focus {
  outline: none;
}
.cid-rJgtLmhae5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rJgtLmhae5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJgtLmhae5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJgtLmhae5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJgtLmhae5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJgtLmhae5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJgtLmhae5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJgtLmhae5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJgtLmhae5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJgtLmhae5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rJgtLmhae5 .collapsed .btn {
  display: flex;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rJgtLmhae5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rJgtLmhae5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rJgtLmhae5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rJgtLmhae5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rJgtLmhae5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rJgtLmhae5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rJgtLmhae5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rJgtLmhae5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rJgtLmhae5 .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: 991px) {
  .cid-rJgtLmhae5 .navbar-expand {
    flex-direction: column;
  }
  .cid-rJgtLmhae5 img {
    height: 3.8rem !important;
  }
  .cid-rJgtLmhae5 .btn {
    display: flex;
  }
  .cid-rJgtLmhae5 button.navbar-toggler {
    display: block;
  }
  .cid-rJgtLmhae5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rJgtLmhae5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rJgtLmhae5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing,
  .cid-rJgtLmhae5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing .navbar-nav,
  .cid-rJgtLmhae5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rJgtLmhae5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rJgtLmhae5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rJgtLmhae5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rJgtLmhae5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rJgtLmhae5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rJgtLmhae5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rJgtLmhae5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rJgtLmhae5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rJgtLmhae5 .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-rJgtLmhae5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rJgtLmhae5 .navbar-collapse {
  flex-basis: auto;
}
.cid-rJgtLmhae5 .nav-link:hover,
.cid-rJgtLmhae5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rJgtLmQzvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLmQzvS .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH51mTpTg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH51mTpTg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH51mTpTg .section-text {
  padding: 2rem 0;
}
.cid-uYH51mTpTg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH51mTpTg .inner-container {
    width: 100% !important;
  }
}
.cid-rJgtLnIkUn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJgtLnIkUn .counter-container {
  color: #767676;
}
.cid-rJgtLnIkUn .counter-container ul {
  margin-bottom: 0;
}
.cid-rJgtLnIkUn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rJgtLnIkUn .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rJn7nnR7Nb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJn7nnR7Nb .mbr-text,
.cid-rJn7nnR7Nb blockquote {
  color: #767676;
}
.cid-rJgtLo6hJ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLo6hJ9 .mbr-text,
.cid-rJgtLo6hJ9 blockquote {
  color: #767676;
}
.cid-rJgtLpkKBM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLpkKBM .image-block {
  margin: auto;
}
.cid-rJgtLpkKBM figcaption {
  position: relative;
}
.cid-rJgtLpkKBM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLpkKBM .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLpNI9p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLpNI9p .mbr-text,
.cid-rJgtLpNI9p blockquote {
  color: #767676;
}
.cid-rJgtLqbTyk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLqbTyk .image-block {
  margin: auto;
}
.cid-rJgtLqbTyk figcaption {
  position: relative;
}
.cid-rJgtLqbTyk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLqbTyk .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLoSxkk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLoSxkk .mbr-text,
.cid-rJgtLoSxkk blockquote {
  color: #767676;
}
.cid-rJgCCSJMra {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgCCSJMra .image-block {
  margin: auto;
}
.cid-rJgCCSJMra figcaption {
  position: relative;
}
.cid-rJgCCSJMra figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgCCSJMra .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLqAfMI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLqAfMI .mbr-text,
.cid-rJgtLqAfMI blockquote {
  color: #767676;
}
.cid-rJhbzxMRH4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rJhbzxMRH4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rJhbzxMRH4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rJhbzxMRH4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rJhbzxMRH4 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rJhbzxMRH4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rJhbzxMRH4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rJhbzxMRH4 .img-item {
    width: 100% !important;
  }
  .cid-rJhbzxMRH4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rJhdgINfq1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJhdgINfq1 .mbr-text,
.cid-rJhdgINfq1 blockquote {
  color: #767676;
}
.cid-rJgtLqWNpw {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLqWNpw .image-block {
  margin: auto;
}
.cid-rJgtLqWNpw figcaption {
  position: relative;
}
.cid-rJgtLqWNpw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLqWNpw .image-block {
    width: 100% !important;
  }
}
.cid-rJhdhzBjV5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJhdhzBjV5 .mbr-text,
.cid-rJhdhzBjV5 blockquote {
  color: #767676;
}
.cid-rJgtLrorAs {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLrorAs .image-block {
  margin: auto;
}
.cid-rJgtLrorAs figcaption {
  position: relative;
}
.cid-rJgtLrorAs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLrorAs .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLrOLnl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLrOLnl .mbr-text,
.cid-rJgtLrOLnl blockquote {
  color: #767676;
}
.cid-rJj9Fo8eaQ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJj9Fo8eaQ .image-block {
  margin: auto;
}
.cid-rJj9Fo8eaQ figcaption {
  position: relative;
}
.cid-rJj9Fo8eaQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJj9Fo8eaQ .image-block {
    width: 100% !important;
  }
}
.cid-rJj9uIB2p0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJj9uIB2p0 .mbr-text,
.cid-rJj9uIB2p0 blockquote {
  color: #767676;
}
.cid-rJj9GMIkVX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJj9GMIkVX .image-block {
  margin: auto;
}
.cid-rJj9GMIkVX figcaption {
  position: relative;
}
.cid-rJj9GMIkVX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJj9GMIkVX .image-block {
    width: 100% !important;
  }
}
.cid-rJj9vmzbbY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJj9vmzbbY .mbr-text,
.cid-rJj9vmzbbY blockquote {
  color: #767676;
}
.cid-rJkmtprLUt {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rJkmtprLUt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rJkmtprLUt .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rJkmtprLUt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rJkmtprLUt .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rJkmtprLUt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rJkmtprLUt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rJkmtprLUt .img-item {
    width: 100% !important;
  }
  .cid-rJkmtprLUt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rJj9HTjx5q {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJj9HTjx5q .image-block {
  margin: auto;
}
.cid-rJj9HTjx5q figcaption {
  position: relative;
}
.cid-rJj9HTjx5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJj9HTjx5q .image-block {
    width: 100% !important;
  }
}
.cid-rJj9vVrFJ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJj9vVrFJ8 .mbr-text,
.cid-rJj9vVrFJ8 blockquote {
  color: #767676;
}
.cid-rJj9ILAzgy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJj9ILAzgy .image-block {
  margin: auto;
}
.cid-rJj9ILAzgy figcaption {
  position: relative;
}
.cid-rJj9ILAzgy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJj9ILAzgy .image-block {
    width: 100% !important;
  }
}
.cid-rJj9wZopBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJj9wZopBU .mbr-text,
.cid-rJj9wZopBU blockquote {
  color: #767676;
}
.cid-rJmp6DcnIU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJmp6DcnIU .image-block {
  margin: auto;
}
.cid-rJmp6DcnIU figcaption {
  position: relative;
}
.cid-rJmp6DcnIU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJmp6DcnIU .image-block {
    width: 100% !important;
  }
}
.cid-rJmoYUCfGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJmoYUCfGa .mbr-text,
.cid-rJmoYUCfGa blockquote {
  color: #767676;
}
.cid-rJmpiemeEl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJmpiemeEl .mbr-text,
.cid-rJmpiemeEl blockquote {
  color: #767676;
}
.cid-rJmp4vlLBW {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJmp4vlLBW .image-block {
  margin: auto;
}
.cid-rJmp4vlLBW figcaption {
  position: relative;
}
.cid-rJmp4vlLBW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJmp4vlLBW .image-block {
    width: 100% !important;
  }
}
.cid-rJmp08egIh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJmp08egIh .mbr-text,
.cid-rJmp08egIh blockquote {
  color: #767676;
}
.cid-rJgtLsfFra {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLsfFra .mbr-text,
.cid-rJgtLsfFra blockquote {
  color: #767676;
}
.cid-rJmpaYAx89 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJmpaYAx89 .image-block {
  margin: auto;
}
.cid-rJmpaYAx89 figcaption {
  position: relative;
}
.cid-rJmpaYAx89 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJmpaYAx89 .image-block {
    width: 100% !important;
  }
}
.cid-rJmpdo9Vqe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJmpdo9Vqe .mbr-text,
.cid-rJmpdo9Vqe blockquote {
  color: #767676;
}
.cid-rJgtLsEj9R {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLsEj9R .image-block {
  margin: auto;
}
.cid-rJgtLsEj9R figcaption {
  position: relative;
}
.cid-rJgtLsEj9R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLsEj9R .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLt4AhT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLt4AhT .mbr-text,
.cid-rJgtLt4AhT blockquote {
  color: #767676;
}
.cid-rJgtLtrJiw {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLtrJiw .image-block {
  margin: auto;
}
.cid-rJgtLtrJiw figcaption {
  position: relative;
}
.cid-rJgtLtrJiw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLtrJiw .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLtTgvu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLtTgvu .image-block {
  margin: auto;
}
.cid-rJgtLtTgvu figcaption {
  position: relative;
}
.cid-rJgtLtTgvu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLtTgvu .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLuyejx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLuyejx .mbr-text,
.cid-rJgtLuyejx blockquote {
  color: #767676;
}
.cid-rJgtLuXsTm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLuXsTm .image-block {
  margin: auto;
}
.cid-rJgtLuXsTm figcaption {
  position: relative;
}
.cid-rJgtLuXsTm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLuXsTm .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLvvAug {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLvvAug .mbr-text,
.cid-rJgtLvvAug blockquote {
  color: #767676;
}
.cid-rJgtLvV0SC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLvV0SC .image-block {
  margin: auto;
}
.cid-rJgtLvV0SC figcaption {
  position: relative;
}
.cid-rJgtLvV0SC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLvV0SC .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLwpr4g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLwpr4g .mbr-text,
.cid-rJgtLwpr4g blockquote {
  color: #767676;
}
.cid-rJgtLwPhmK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLwPhmK .image-block {
  margin: auto;
}
.cid-rJgtLwPhmK figcaption {
  position: relative;
}
.cid-rJgtLwPhmK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLwPhmK .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLxql9C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLxql9C .mbr-text,
.cid-rJgtLxql9C blockquote {
  color: #767676;
}
.cid-rJgtLyhkSI {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLyhkSI .image-block {
  margin: auto;
}
.cid-rJgtLyhkSI figcaption {
  position: relative;
}
.cid-rJgtLyhkSI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLyhkSI .image-block {
    width: 100% !important;
  }
}
.cid-rSzHrzNLP1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSzHrzNLP1 .mbr-text,
.cid-rSzHrzNLP1 blockquote {
  color: #767676;
}
.cid-rJgtLzhzRm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLzhzRm .mbr-text,
.cid-rJgtLzhzRm blockquote {
  color: #767676;
}
.cid-rSzKf3DvFe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSzKf3DvFe .image-block {
  margin: auto;
}
.cid-rSzKf3DvFe figcaption {
  position: relative;
}
.cid-rSzKf3DvFe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSzKf3DvFe .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLAiHwe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLAiHwe .mbr-text,
.cid-rJgtLAiHwe blockquote {
  color: #767676;
}
.cid-rJgtLzMGxh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLzMGxh .mbr-text,
.cid-rJgtLzMGxh blockquote {
  color: #767676;
}
.cid-rSzLntRjsO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSzLntRjsO .mbr-text,
.cid-rSzLntRjsO blockquote {
  color: #767676;
}
.cid-rJgtLEl3KK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLEl3KK .mbr-text,
.cid-rJgtLEl3KK blockquote {
  color: #767676;
}
.cid-rJgtLARuNr {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rJgtLARuNr .image-block {
  margin: auto;
}
.cid-rJgtLARuNr figcaption {
  position: relative;
}
.cid-rJgtLARuNr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJgtLARuNr .image-block {
    width: 100% !important;
  }
}
.cid-rJgtLBjhVd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLBjhVd .mbr-text,
.cid-rJgtLBjhVd blockquote {
  color: #767676;
}
.cid-rSAvhLs3Nw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAvhLs3Nw .mbr-text,
.cid-rSAvhLs3Nw blockquote {
  color: #767676;
}
.cid-rTbOxiqJy6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rTbOxiqJy6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rTbOxiqJy6 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rTbOxiqJy6 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rTbOxiqJy6 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rTbOxiqJy6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rTbOxiqJy6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rTbOxiqJy6 .img-item {
    width: 100% !important;
  }
  .cid-rTbOxiqJy6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rJgtLCH64H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLCH64H .mbr-text,
.cid-rJgtLCH64H blockquote {
  color: #767676;
}
.cid-rJgtLFE5qQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLFE5qQ .mbr-text,
.cid-rJgtLFE5qQ blockquote {
  color: #767676;
}
.cid-rJgtLG0Sj6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJgtLG0Sj6 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rJgtLG0Sj6 .section-text {
  padding: 2rem 0;
}
.cid-rJgtLG0Sj6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rJgtLG0Sj6 .inner-container {
    width: 100% !important;
  }
}
.cid-uYH4PFuIjh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH4PFuIjh .counter-container {
  color: #767676;
}
.cid-uYH4PFuIjh .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH4PFuIjh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH4PFuIjh .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH4R4nCrs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH4R4nCrs .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH4R4nCrs .social-list a:focus {
  text-decoration: none;
}
.cid-rJgtLHoyav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rJgtLHoyav .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rJgtLHoyav .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rJgtLHoyav .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rJgtLHoyav .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJgtLHoyav .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJgtLHoyav .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJgtLHoyav .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rJgtLHoyav .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rJgtLHoyav .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJgtLHoyav .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJgtLHoyav .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJgtLHoyav .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rJgtLHoyav .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJgtLHoyav .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rSAAc2xK7I {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rSAAc2xK7I H1 {
  text-align: center;
}
.cid-rSAAc3pBIN .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rSAAc3pBIN .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rSAAc3pBIN a {
  font-style: normal;
}
.cid-rSAAc3pBIN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSAAc3pBIN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rSAAc3pBIN .nav-item:focus,
.cid-rSAAc3pBIN .nav-link:focus {
  outline: none;
}
.cid-rSAAc3pBIN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rSAAc3pBIN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSAAc3pBIN .menu-logo {
  margin-right: auto;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSAAc3pBIN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSAAc3pBIN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSAAc3pBIN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSAAc3pBIN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSAAc3pBIN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSAAc3pBIN .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSAAc3pBIN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSAAc3pBIN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSAAc3pBIN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSAAc3pBIN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSAAc3pBIN .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-rSAAc3pBIN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSAAc3pBIN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSAAc3pBIN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSAAc3pBIN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSAAc3pBIN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSAAc3pBIN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSAAc3pBIN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSAAc3pBIN button.navbar-toggler:focus {
  outline: none;
}
.cid-rSAAc3pBIN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rSAAc3pBIN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSAAc3pBIN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSAAc3pBIN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSAAc3pBIN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSAAc3pBIN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSAAc3pBIN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSAAc3pBIN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSAAc3pBIN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSAAc3pBIN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rSAAc3pBIN .collapsed .btn {
  display: flex;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSAAc3pBIN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSAAc3pBIN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rSAAc3pBIN .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSAAc3pBIN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSAAc3pBIN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSAAc3pBIN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSAAc3pBIN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSAAc3pBIN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSAAc3pBIN .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: 991px) {
  .cid-rSAAc3pBIN .navbar-expand {
    flex-direction: column;
  }
  .cid-rSAAc3pBIN img {
    height: 3.8rem !important;
  }
  .cid-rSAAc3pBIN .btn {
    display: flex;
  }
  .cid-rSAAc3pBIN button.navbar-toggler {
    display: block;
  }
  .cid-rSAAc3pBIN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSAAc3pBIN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSAAc3pBIN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing,
  .cid-rSAAc3pBIN .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing .navbar-nav,
  .cid-rSAAc3pBIN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSAAc3pBIN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rSAAc3pBIN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSAAc3pBIN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSAAc3pBIN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSAAc3pBIN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSAAc3pBIN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSAAc3pBIN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSAAc3pBIN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSAAc3pBIN .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-rSAAc3pBIN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rSAAc3pBIN .navbar-collapse {
  flex-basis: auto;
}
.cid-rSAAc3pBIN .nav-link:hover,
.cid-rSAAc3pBIN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rSAAc3W9Ur {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc3W9Ur .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH57DrB3Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH57DrB3Q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH57DrB3Q .section-text {
  padding: 2rem 0;
}
.cid-uYH57DrB3Q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH57DrB3Q .inner-container {
    width: 100% !important;
  }
}
.cid-rSAAc4WjCY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSAAc4WjCY .counter-container {
  color: #767676;
}
.cid-rSAAc4WjCY .counter-container ul {
  margin-bottom: 0;
}
.cid-rSAAc4WjCY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSAAc4WjCY .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rSAAc5pBTa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc5pBTa .mbr-text,
.cid-rSAAc5pBTa blockquote {
  color: #767676;
}
.cid-rSAAc5OXzW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc5OXzW .mbr-text,
.cid-rSAAc5OXzW blockquote {
  color: #767676;
}
.cid-rSAAc72lME {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc72lME .mbr-text,
.cid-rSAAc72lME blockquote {
  color: #767676;
}
.cid-rSAAc6etOQ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAc6etOQ .image-block {
  margin: auto;
}
.cid-rSAAc6etOQ figcaption {
  position: relative;
}
.cid-rSAAc6etOQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAc6etOQ .image-block {
    width: 100% !important;
  }
}
.cid-rSAAc80K3N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc80K3N .mbr-text,
.cid-rSAAc80K3N blockquote {
  color: #767676;
}
.cid-rSAAc8vXdt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAc8vXdt .image-block {
  margin: auto;
}
.cid-rSAAc8vXdt figcaption {
  position: relative;
}
.cid-rSAAc8vXdt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAc8vXdt .image-block {
    width: 100% !important;
  }
}
.cid-rSAAc90NyV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc90NyV .mbr-text,
.cid-rSAAc90NyV blockquote {
  color: #767676;
}
.cid-rSAAcaAuKx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcaAuKx .image-block {
  margin: auto;
}
.cid-rSAAcaAuKx figcaption {
  position: relative;
}
.cid-rSAAcaAuKx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcaAuKx .image-block {
    width: 100% !important;
  }
}
.cid-rSAAc9ZLhr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAc9ZLhr .mbr-text,
.cid-rSAAc9ZLhr blockquote {
  color: #767676;
}
.cid-rSAAcbwSK4 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcbwSK4 .image-block {
  margin: auto;
}
.cid-rSAAcbwSK4 figcaption {
  position: relative;
}
.cid-rSAAcbwSK4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcbwSK4 .image-block {
    width: 100% !important;
  }
}
.cid-rSAAcbY9p9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcbY9p9 .mbr-text,
.cid-rSAAcbY9p9 blockquote {
  color: #767676;
}
.cid-rSANILO1xq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSANILO1xq .mbr-text,
.cid-rSANILO1xq blockquote {
  color: #767676;
}
.cid-rSAAccrF03 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAccrF03 .image-block {
  margin: auto;
}
.cid-rSAAccrF03 figcaption {
  position: relative;
}
.cid-rSAAccrF03 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAccrF03 .image-block {
    width: 100% !important;
  }
}
.cid-rSAAccVwWV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAccVwWV .mbr-text,
.cid-rSAAccVwWV blockquote {
  color: #767676;
}
.cid-rSAPiI7qhZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAPiI7qhZ .mbr-text,
.cid-rSAPiI7qhZ blockquote {
  color: #767676;
}
.cid-rSAAcdruKq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcdruKq .image-block {
  margin: auto;
}
.cid-rSAAcdruKq figcaption {
  position: relative;
}
.cid-rSAAcdruKq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcdruKq .image-block {
    width: 100% !important;
  }
}
.cid-rSAAcdVuob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcdVuob .mbr-text,
.cid-rSAAcdVuob blockquote {
  color: #767676;
}
.cid-rSAAcePzwn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcePzwn .image-block {
  margin: auto;
}
.cid-rSAAcePzwn figcaption {
  position: relative;
}
.cid-rSAAcePzwn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcePzwn .image-block {
    width: 100% !important;
  }
}
.cid-rSAAcfjeyN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcfjeyN .mbr-text,
.cid-rSAAcfjeyN blockquote {
  color: #767676;
}
.cid-rSAAcglofI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcglofI .mbr-text,
.cid-rSAAcglofI blockquote {
  color: #767676;
}
.cid-rSAAcgMqwu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcgMqwu .image-block {
  margin: auto;
}
.cid-rSAAcgMqwu figcaption {
  position: relative;
}
.cid-rSAAcgMqwu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcgMqwu .image-block {
    width: 100% !important;
  }
}
.cid-rSAAchgeew {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAchgeew .mbr-text,
.cid-rSAAchgeew blockquote {
  color: #767676;
}
.cid-rSAAciamPn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAciamPn .image-block {
  margin: auto;
}
.cid-rSAAciamPn figcaption {
  position: relative;
}
.cid-rSAAciamPn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAciamPn .image-block {
    width: 100% !important;
  }
}
.cid-rSAAchKvma {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAchKvma .mbr-text,
.cid-rSAAchKvma blockquote {
  color: #767676;
}
.cid-rSAAck3FWU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAck3FWU .image-block {
  margin: auto;
}
.cid-rSAAck3FWU figcaption {
  position: relative;
}
.cid-rSAAck3FWU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAck3FWU .image-block {
    width: 100% !important;
  }
}
.cid-rSAAciDFd7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAciDFd7 .mbr-text,
.cid-rSAAciDFd7 blockquote {
  color: #767676;
}
.cid-rSAAcl5Y1G {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcl5Y1G .image-block {
  margin: auto;
}
.cid-rSAAcl5Y1G figcaption {
  position: relative;
}
.cid-rSAAcl5Y1G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcl5Y1G .image-block {
    width: 100% !important;
  }
}
.cid-rSAAcjAUYp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcjAUYp .mbr-text,
.cid-rSAAcjAUYp blockquote {
  color: #767676;
}
.cid-rSGetEK6Cg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rSGetEK6Cg .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSGetEK6Cg .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSGetEK6Cg .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSGetEK6Cg .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSGetEK6Cg .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSGetEK6Cg .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSGetEK6Cg .img-item {
    width: 100% !important;
  }
  .cid-rSGetEK6Cg .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSAAcpFmbJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcpFmbJ .mbr-text,
.cid-rSAAcpFmbJ blockquote {
  color: #767676;
}
.cid-rSGh4afzVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGh4afzVN .mbr-text,
.cid-rSGh4afzVN blockquote {
  color: #767676;
}
.cid-rSAAcqbWoD {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAAcqbWoD .image-block {
  margin: auto;
}
.cid-rSAAcqbWoD figcaption {
  position: relative;
}
.cid-rSAAcqbWoD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSAAcqbWoD .image-block {
    width: 100% !important;
  }
}
.cid-rSAAcqLADJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcqLADJ .mbr-text,
.cid-rSAAcqLADJ blockquote {
  color: #767676;
}
.cid-rSAActWne8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAActWne8 .mbr-text,
.cid-rSAActWne8 blockquote {
  color: #767676;
}
.cid-rSAAcuwrrT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcuwrrT .mbr-text,
.cid-rSAAcuwrrT blockquote {
  color: #767676;
}
.cid-rSAAcxY2yd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcxY2yd .mbr-text,
.cid-rSAAcxY2yd blockquote {
  color: #767676;
}
.cid-rSAAcyzk4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSAAcyzk4v .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rSAAcyzk4v .section-text {
  padding: 2rem 0;
}
.cid-rSAAcyzk4v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rSAAcyzk4v .inner-container {
    width: 100% !important;
  }
}
.cid-uYH42hwMtT {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH42hwMtT .counter-container {
  color: #767676;
}
.cid-uYH42hwMtT .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH42hwMtT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH42hwMtT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH43pokTD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH43pokTD .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH43pokTD .social-list a:focus {
  text-decoration: none;
}
.cid-rSAAcAID7E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rSAAcAID7E .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rSAAcAID7E .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rSAAcAID7E .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rSAAcAID7E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rSAAcAID7E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rSAAcAID7E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rSAAcAID7E .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rSAAcAID7E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rSAAcAID7E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSAAcAID7E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSAAcAID7E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSAAcAID7E .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rSAAcAID7E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rSAAcAID7E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rSGva8pKHg {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rSGva8pKHg H1 {
  text-align: center;
}
.cid-rSGva9hixH .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rSGva9hixH .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rSGva9hixH a {
  font-style: normal;
}
.cid-rSGva9hixH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rSGva9hixH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rSGva9hixH .nav-item:focus,
.cid-rSGva9hixH .nav-link:focus {
  outline: none;
}
.cid-rSGva9hixH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rSGva9hixH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rSGva9hixH .menu-logo {
  margin-right: auto;
}
.cid-rSGva9hixH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rSGva9hixH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rSGva9hixH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSGva9hixH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rSGva9hixH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSGva9hixH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rSGva9hixH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rSGva9hixH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSGva9hixH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSGva9hixH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSGva9hixH .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rSGva9hixH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rSGva9hixH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSGva9hixH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSGva9hixH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSGva9hixH .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-rSGva9hixH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rSGva9hixH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rSGva9hixH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rSGva9hixH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSGva9hixH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSGva9hixH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSGva9hixH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rSGva9hixH button.navbar-toggler:focus {
  outline: none;
}
.cid-rSGva9hixH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rSGva9hixH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSGva9hixH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSGva9hixH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSGva9hixH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSGva9hixH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSGva9hixH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSGva9hixH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSGva9hixH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSGva9hixH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rSGva9hixH .collapsed .btn {
  display: flex;
}
.cid-rSGva9hixH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing,
.cid-rSGva9hixH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSGva9hixH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSGva9hixH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rSGva9hixH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSGva9hixH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSGva9hixH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSGva9hixH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rSGva9hixH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rSGva9hixH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rSGva9hixH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSGva9hixH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rSGva9hixH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSGva9hixH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSGva9hixH .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: 991px) {
  .cid-rSGva9hixH .navbar-expand {
    flex-direction: column;
  }
  .cid-rSGva9hixH img {
    height: 3.8rem !important;
  }
  .cid-rSGva9hixH .btn {
    display: flex;
  }
  .cid-rSGva9hixH button.navbar-toggler {
    display: block;
  }
  .cid-rSGva9hixH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rSGva9hixH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rSGva9hixH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing,
  .cid-rSGva9hixH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing .navbar-nav,
  .cid-rSGva9hixH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSGva9hixH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rSGva9hixH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSGva9hixH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSGva9hixH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSGva9hixH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSGva9hixH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rSGva9hixH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSGva9hixH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSGva9hixH .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-rSGva9hixH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rSGva9hixH .navbar-collapse {
  flex-basis: auto;
}
.cid-rSGva9hixH .nav-link:hover,
.cid-rSGva9hixH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rSGva9VU9p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGva9VU9p .mbr-section-subtitle {
  color: #767676;
}
.cid-uYH06HGTkA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYH06HGTkA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYH06HGTkA .section-text {
  padding: 2rem 0;
}
.cid-uYH06HGTkA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYH06HGTkA .inner-container {
    width: 100% !important;
  }
}
.cid-rSGvaaW9Gg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSGvaaW9Gg .counter-container {
  color: #767676;
}
.cid-rSGvaaW9Gg .counter-container ul {
  margin-bottom: 0;
}
.cid-rSGvaaW9Gg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSGvaaW9Gg .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rSGvabrZhx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvabrZhx .mbr-text,
.cid-rSGvabrZhx blockquote {
  color: #767676;
}
.cid-rSGvac3Mdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvac3Mdd .mbr-text,
.cid-rSGvac3Mdd blockquote {
  color: #767676;
}
.cid-rSGvad133L {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvad133L .image-block {
  margin: auto;
}
.cid-rSGvad133L figcaption {
  position: relative;
}
.cid-rSGvad133L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvad133L .image-block {
    width: 100% !important;
  }
}
.cid-rSGyR39yC0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGyR39yC0 .mbr-text,
.cid-rSGyR39yC0 blockquote {
  color: #767676;
}
.cid-rSGvadwchd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvadwchd .mbr-text,
.cid-rSGvadwchd blockquote {
  color: #767676;
}
.cid-rSGHHqcjlp {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rSGHHqcjlp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSGHHqcjlp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSGHHqcjlp .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSGHHqcjlp .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSGHHqcjlp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSGHHqcjlp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSGHHqcjlp .img-item {
    width: 100% !important;
  }
  .cid-rSGHHqcjlp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSGvaerJD2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvaerJD2 .mbr-text,
.cid-rSGvaerJD2 blockquote {
  color: #767676;
}
.cid-rSGvaeRqkg {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvaeRqkg .image-block {
  margin: auto;
}
.cid-rSGvaeRqkg figcaption {
  position: relative;
}
.cid-rSGvaeRqkg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvaeRqkg .image-block {
    width: 100% !important;
  }
}
.cid-rSGvafmdqE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvafmdqE .mbr-text,
.cid-rSGvafmdqE blockquote {
  color: #767676;
}
.cid-rSGvafUJrU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvafUJrU .image-block {
  margin: auto;
}
.cid-rSGvafUJrU figcaption {
  position: relative;
}
.cid-rSGvafUJrU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvafUJrU .image-block {
    width: 100% !important;
  }
}
.cid-rSGvagqrlT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvagqrlT .mbr-text,
.cid-rSGvagqrlT blockquote {
  color: #767676;
}
.cid-rSGvagYkMU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvagYkMU .mbr-text,
.cid-rSGvagYkMU blockquote {
  color: #767676;
}
.cid-rSGvahRYiF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvahRYiF .mbr-text,
.cid-rSGvahRYiF blockquote {
  color: #767676;
}
.cid-rSGvaiJFxZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvaiJFxZ .image-block {
  margin: auto;
}
.cid-rSGvaiJFxZ figcaption {
  position: relative;
}
.cid-rSGvaiJFxZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvaiJFxZ .image-block {
    width: 100% !important;
  }
}
.cid-rSGvajkfSf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvajkfSf .mbr-text,
.cid-rSGvajkfSf blockquote {
  color: #767676;
}
.cid-rTbH9JfiMC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTbH9JfiMC .image-block {
  margin: auto;
}
.cid-rTbH9JfiMC figcaption {
  position: relative;
}
.cid-rTbH9JfiMC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTbH9JfiMC .image-block {
    width: 100% !important;
  }
}
.cid-rTbH6LrvoQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTbH6LrvoQ .mbr-text,
.cid-rTbH6LrvoQ blockquote {
  color: #767676;
}
.cid-rSML7iwyH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rSML7iwyH1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSML7iwyH1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSML7iwyH1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSML7iwyH1 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSML7iwyH1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSML7iwyH1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSML7iwyH1 .img-item {
    width: 100% !important;
  }
  .cid-rSML7iwyH1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSGvakOXKr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvakOXKr .mbr-text,
.cid-rSGvakOXKr blockquote {
  color: #767676;
}
.cid-rSGvaloNYc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvaloNYc .image-block {
  margin: auto;
}
.cid-rSGvaloNYc figcaption {
  position: relative;
}
.cid-rSGvaloNYc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvaloNYc .image-block {
    width: 100% !important;
  }
}
.cid-rSGvalXj6b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvalXj6b .mbr-text,
.cid-rSGvalXj6b blockquote {
  color: #767676;
}
.cid-rSGvamshz8 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvamshz8 .image-block {
  margin: auto;
}
.cid-rSGvamshz8 figcaption {
  position: relative;
}
.cid-rSGvamshz8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvamshz8 .image-block {
    width: 100% !important;
  }
}
.cid-rSGvan5302 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvan5302 .mbr-text,
.cid-rSGvan5302 blockquote {
  color: #767676;
}
.cid-rSGvao7Cjm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvao7Cjm .mbr-text,
.cid-rSGvao7Cjm blockquote {
  color: #767676;
}
.cid-rSSxjomHmY {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rSSxjomHmY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSSxjomHmY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSSxjomHmY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSSxjomHmY .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSSxjomHmY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSSxjomHmY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSSxjomHmY .img-item {
    width: 100% !important;
  }
  .cid-rSSxjomHmY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSSyGk1cea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSSyGk1cea .mbr-text,
.cid-rSSyGk1cea blockquote {
  color: #767676;
}
.cid-rSGvap8Rxc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvap8Rxc .mbr-text,
.cid-rSGvap8Rxc blockquote {
  color: #767676;
}
.cid-rSXqIdxUjK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSXqIdxUjK .image-block {
  margin: auto;
}
.cid-rSXqIdxUjK figcaption {
  position: relative;
}
.cid-rSXqIdxUjK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSXqIdxUjK .image-block {
    width: 100% !important;
  }
}
.cid-rSXqJuBBWM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSXqJuBBWM .mbr-text,
.cid-rSXqJuBBWM blockquote {
  color: #767676;
}
.cid-rSXqOhGTYa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSXqOhGTYa .image-block {
  margin: auto;
}
.cid-rSXqOhGTYa figcaption {
  position: relative;
}
.cid-rSXqOhGTYa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSXqOhGTYa .image-block {
    width: 100% !important;
  }
}
.cid-rSXqQkbGj1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSXqQkbGj1 .mbr-text,
.cid-rSXqQkbGj1 blockquote {
  color: #767676;
}
.cid-rSGvapI0Np {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rSGvapI0Np .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSGvapI0Np .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSGvapI0Np .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSGvapI0Np .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSGvapI0Np .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSGvapI0Np .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSGvapI0Np .img-item {
    width: 100% !important;
  }
  .cid-rSGvapI0Np .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSGvasfXfk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvasfXfk .mbr-text,
.cid-rSGvasfXfk blockquote {
  color: #767676;
}
.cid-rSGvartp8Q {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSGvartp8Q .image-block {
  margin: auto;
}
.cid-rSGvartp8Q figcaption {
  position: relative;
}
.cid-rSGvartp8Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGvartp8Q .image-block {
    width: 100% !important;
  }
}
.cid-rTgM3vGUFA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTgM3vGUFA .mbr-text,
.cid-rTgM3vGUFA blockquote {
  color: #767676;
}
.cid-rTgNPur9xi {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rTgNPur9xi .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rTgNPur9xi .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rTgNPur9xi .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rTgNPur9xi .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rTgNPur9xi .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rTgNPur9xi .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rTgNPur9xi .img-item {
    width: 100% !important;
  }
  .cid-rTgNPur9xi .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSGvaqjUuc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvaqjUuc .mbr-text,
.cid-rSGvaqjUuc blockquote {
  color: #767676;
}
.cid-rSGvaulrfX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvaulrfX .mbr-text,
.cid-rSGvaulrfX blockquote {
  color: #767676;
}
.cid-rSGvauWv2Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGvauWv2Q .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rSGvauWv2Q .section-text {
  padding: 2rem 0;
}
.cid-rSGvauWv2Q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rSGvauWv2Q .inner-container {
    width: 100% !important;
  }
}
.cid-rSGvavvDlq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSGvavvDlq .counter-container {
  color: #767676;
}
.cid-rSGvavvDlq .counter-container ul {
  margin-bottom: 0;
}
.cid-rSGvavvDlq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSGvavvDlq .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH3IVRHtZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH3IVRHtZ .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH3IVRHtZ .social-list a:focus {
  text-decoration: none;
}
.cid-rSGvawD5LW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rSGvawD5LW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rSGvawD5LW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rSGvawD5LW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rSGvawD5LW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rSGvawD5LW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rSGvawD5LW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rSGvawD5LW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rSGvawD5LW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rSGvawD5LW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSGvawD5LW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSGvawD5LW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSGvawD5LW .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rSGvawD5LW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rSGvawD5LW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rTsLFoIGvX {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-rTsLFoIGvX H1 {
  text-align: center;
}
.cid-rTsLFpwx54 .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-rTsLFpwx54 .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-rTsLFpwx54 a {
  font-style: normal;
}
.cid-rTsLFpwx54 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTsLFpwx54 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rTsLFpwx54 .nav-item:focus,
.cid-rTsLFpwx54 .nav-link:focus {
  outline: none;
}
.cid-rTsLFpwx54 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rTsLFpwx54 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTsLFpwx54 .menu-logo {
  margin-right: auto;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTsLFpwx54 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTsLFpwx54 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTsLFpwx54 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTsLFpwx54 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTsLFpwx54 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTsLFpwx54 .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTsLFpwx54 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTsLFpwx54 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTsLFpwx54 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTsLFpwx54 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTsLFpwx54 .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-rTsLFpwx54 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTsLFpwx54 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTsLFpwx54 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTsLFpwx54 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTsLFpwx54 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTsLFpwx54 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTsLFpwx54 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTsLFpwx54 button.navbar-toggler:focus {
  outline: none;
}
.cid-rTsLFpwx54 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rTsLFpwx54 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTsLFpwx54 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTsLFpwx54 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTsLFpwx54 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTsLFpwx54 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTsLFpwx54 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTsLFpwx54 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTsLFpwx54 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTsLFpwx54 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rTsLFpwx54 .collapsed .btn {
  display: flex;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTsLFpwx54 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTsLFpwx54 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rTsLFpwx54 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTsLFpwx54 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTsLFpwx54 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTsLFpwx54 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTsLFpwx54 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTsLFpwx54 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTsLFpwx54 .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: 991px) {
  .cid-rTsLFpwx54 .navbar-expand {
    flex-direction: column;
  }
  .cid-rTsLFpwx54 img {
    height: 3.8rem !important;
  }
  .cid-rTsLFpwx54 .btn {
    display: flex;
  }
  .cid-rTsLFpwx54 button.navbar-toggler {
    display: block;
  }
  .cid-rTsLFpwx54 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTsLFpwx54 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTsLFpwx54 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing,
  .cid-rTsLFpwx54 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing .navbar-nav,
  .cid-rTsLFpwx54 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTsLFpwx54 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rTsLFpwx54 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTsLFpwx54 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTsLFpwx54 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTsLFpwx54 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTsLFpwx54 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTsLFpwx54 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTsLFpwx54 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTsLFpwx54 .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-rTsLFpwx54 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rTsLFpwx54 .navbar-collapse {
  flex-basis: auto;
}
.cid-rTsLFpwx54 .nav-link:hover,
.cid-rTsLFpwx54 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rTsLFq8sF1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFq8sF1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGZPwZXcB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGZPwZXcB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGZPwZXcB .section-text {
  padding: 2rem 0;
}
.cid-uYGZPwZXcB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYGZPwZXcB .inner-container {
    width: 100% !important;
  }
}
.cid-rTsLFqXYns {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFqXYns .counter-container {
  color: #767676;
}
.cid-rTsLFqXYns .counter-container ul {
  margin-bottom: 0;
}
.cid-rTsLFqXYns .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTsLFqXYns .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rTsLFrl3cr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFrl3cr .mbr-text,
.cid-rTsLFrl3cr blockquote {
  color: #767676;
}
.cid-rTsLFrQ9GC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFrQ9GC .mbr-text,
.cid-rTsLFrQ9GC blockquote {
  color: #767676;
}
.cid-rTsLFshokY {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFshokY .image-block {
  margin: auto;
}
.cid-rTsLFshokY figcaption {
  position: relative;
}
.cid-rTsLFshokY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFshokY .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFsKVks {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFsKVks .mbr-text,
.cid-rTsLFsKVks blockquote {
  color: #767676;
}
.cid-rTIMJskxcv {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTIMJskxcv .image-block {
  margin: auto;
}
.cid-rTIMJskxcv figcaption {
  position: relative;
}
.cid-rTIMJskxcv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTIMJskxcv .image-block {
    width: 100% !important;
  }
}
.cid-rTIMMMNxHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTIMMMNxHV .mbr-text,
.cid-rTIMMMNxHV blockquote {
  color: #767676;
}
.cid-rTJ3caRvmy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTJ3caRvmy .image-block {
  margin: auto;
}
.cid-rTJ3caRvmy figcaption {
  position: relative;
}
.cid-rTJ3caRvmy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTJ3caRvmy .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFtbITH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFtbITH .mbr-text,
.cid-rTsLFtbITH blockquote {
  color: #767676;
}
.cid-rTsLFtycjs {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rTsLFtycjs .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rTsLFtycjs .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rTsLFtycjs .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rTsLFtycjs .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rTsLFtycjs .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rTsLFtycjs .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rTsLFtycjs .img-item {
    width: 100% !important;
  }
  .cid-rTsLFtycjs .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-skytcFXkb6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skytcFXkb6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skytcFXkb6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skytcFXkb6 .mbr-text {
  color: #767676;
}
.cid-rTsLFu0KFq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFu0KFq .mbr-text,
.cid-rTsLFu0KFq blockquote {
  color: #767676;
}
.cid-skyvQrzJPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyvQrzJPx .mbr-text,
.cid-skyvQrzJPx blockquote {
  color: #767676;
}
.cid-rTsLFurlqy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFurlqy .image-block {
  margin: auto;
}
.cid-rTsLFurlqy figcaption {
  position: relative;
}
.cid-rTsLFurlqy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFurlqy .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFuQWAt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFuQWAt .mbr-text,
.cid-rTsLFuQWAt blockquote {
  color: #767676;
}
.cid-rTsLFvePMj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFvePMj .image-block {
  margin: auto;
}
.cid-rTsLFvePMj figcaption {
  position: relative;
}
.cid-rTsLFvePMj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFvePMj .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFvIQrr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFvIQrr .mbr-text,
.cid-rTsLFvIQrr blockquote {
  color: #767676;
}
.cid-skyy9avzNE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyy9avzNE .image-block {
  margin: auto;
}
.cid-skyy9avzNE figcaption {
  position: relative;
}
.cid-skyy9avzNE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyy9avzNE .image-block {
    width: 100% !important;
  }
}
.cid-skyyWZYlUQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyyWZYlUQ .mbr-text,
.cid-skyyWZYlUQ blockquote {
  color: #767676;
}
.cid-skyyYPbNyk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyyYPbNyk .image-block {
  margin: auto;
}
.cid-skyyYPbNyk figcaption {
  position: relative;
}
.cid-skyyYPbNyk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyyYPbNyk .image-block {
    width: 100% !important;
  }
}
.cid-skyzVjaeOF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyzVjaeOF .mbr-text,
.cid-skyzVjaeOF blockquote {
  color: #767676;
}
.cid-rTsLFw6YzH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFw6YzH .mbr-text,
.cid-rTsLFw6YzH blockquote {
  color: #767676;
}
.cid-rTsLFwsxB1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFwsxB1 .mbr-text,
.cid-rTsLFwsxB1 blockquote {
  color: #767676;
}
.cid-rTsLFwQK8D {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFwQK8D .image-block {
  margin: auto;
}
.cid-rTsLFwQK8D figcaption {
  position: relative;
}
.cid-rTsLFwQK8D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFwQK8D .image-block {
    width: 100% !important;
  }
}
.cid-skyDgVrnOv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyDgVrnOv .mbr-text,
.cid-skyDgVrnOv blockquote {
  color: #767676;
}
.cid-rTsLFxh4Vm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFxh4Vm .mbr-text,
.cid-rTsLFxh4Vm blockquote {
  color: #767676;
}
.cid-skyDTywVgv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyDTywVgv .mbr-text,
.cid-skyDTywVgv blockquote {
  color: #767676;
}
.cid-skyEBxHNi4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyEBxHNi4 .mbr-text,
.cid-skyEBxHNi4 blockquote {
  color: #767676;
}
.cid-rTsLFxFvpR {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFxFvpR .image-block {
  margin: auto;
}
.cid-rTsLFxFvpR figcaption {
  position: relative;
}
.cid-rTsLFxFvpR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFxFvpR .image-block {
    width: 100% !important;
  }
}
.cid-skyFS16rp6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyFS16rp6 .mbr-text,
.cid-skyFS16rp6 blockquote {
  color: #767676;
}
.cid-rTsLFyZMIx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFyZMIx .mbr-text,
.cid-rTsLFyZMIx blockquote {
  color: #767676;
}
.cid-skyNvjNj9g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyNvjNj9g .mbr-text,
.cid-skyNvjNj9g blockquote {
  color: #767676;
}
.cid-skyNtSWOY5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyNtSWOY5 .image-block {
  margin: auto;
}
.cid-skyNtSWOY5 figcaption {
  position: relative;
}
.cid-skyNtSWOY5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyNtSWOY5 .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFy5oka {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFy5oka .mbr-text,
.cid-rTsLFy5oka blockquote {
  color: #767676;
}
.cid-rTsLFzrmO7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFzrmO7 .image-block {
  margin: auto;
}
.cid-rTsLFzrmO7 figcaption {
  position: relative;
}
.cid-rTsLFzrmO7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFzrmO7 .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFzRoK9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFzRoK9 .mbr-text,
.cid-rTsLFzRoK9 blockquote {
  color: #767676;
}
.cid-skyP5un6N3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyP5un6N3 .mbr-text,
.cid-skyP5un6N3 blockquote {
  color: #767676;
}
.cid-skyPyN4mRw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyPyN4mRw .mbr-text,
.cid-skyPyN4mRw blockquote {
  color: #767676;
}
.cid-rTsLFAhHnU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFAhHnU .image-block {
  margin: auto;
}
.cid-rTsLFAhHnU figcaption {
  position: relative;
}
.cid-rTsLFAhHnU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFAhHnU .image-block {
    width: 100% !important;
  }
}
.cid-skyQB4xVhS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyQB4xVhS .mbr-text,
.cid-skyQB4xVhS blockquote {
  color: #767676;
}
.cid-rTsLFAIQ5p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFAIQ5p .mbr-text,
.cid-rTsLFAIQ5p blockquote {
  color: #767676;
}
.cid-skyPARVYE5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyPARVYE5 .image-block {
  margin: auto;
}
.cid-skyPARVYE5 figcaption {
  position: relative;
}
.cid-skyPARVYE5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyPARVYE5 .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFB4IQb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFB4IQb .mbr-text,
.cid-rTsLFB4IQb blockquote {
  color: #767676;
}
.cid-skyYcLXuGM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyYcLXuGM .mbr-text,
.cid-skyYcLXuGM blockquote {
  color: #767676;
}
.cid-rTsLFBZNgj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFBZNgj .mbr-text,
.cid-rTsLFBZNgj blockquote {
  color: #767676;
}
.cid-skyYXK465k {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyYXK465k .image-block {
  margin: auto;
}
.cid-skyYXK465k figcaption {
  position: relative;
}
.cid-skyYXK465k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyYXK465k .image-block {
    width: 100% !important;
  }
}
.cid-skyYZSBDkz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyYZSBDkz .mbr-text,
.cid-skyYZSBDkz blockquote {
  color: #767676;
}
.cid-skz0dI2piS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skz0dI2piS .mbr-text,
.cid-skz0dI2piS blockquote {
  color: #767676;
}
.cid-skyYYAPdcY {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skyYYAPdcY .image-block {
  margin: auto;
}
.cid-skyYYAPdcY figcaption {
  position: relative;
}
.cid-skyYYAPdcY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skyYYAPdcY .image-block {
    width: 100% !important;
  }
}
.cid-skyZ0DDmu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skyZ0DDmu5 .mbr-text,
.cid-skyZ0DDmu5 blockquote {
  color: #767676;
}
.cid-skzrTjxASt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skzrTjxASt .image-block {
  margin: auto;
}
.cid-skzrTjxASt figcaption {
  position: relative;
}
.cid-skzrTjxASt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skzrTjxASt .image-block {
    width: 100% !important;
  }
}
.cid-skzuauSrcU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzuauSrcU .mbr-text,
.cid-skzuauSrcU blockquote {
  color: #767676;
}
.cid-rTsLFFslke {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rTsLFFslke .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rTsLFFslke .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rTsLFFslke .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rTsLFFslke .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rTsLFFslke .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rTsLFFslke .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rTsLFFslke .img-item {
    width: 100% !important;
  }
  .cid-rTsLFFslke .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-skzvXI8hgN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzvXI8hgN .mbr-text,
.cid-skzvXI8hgN blockquote {
  color: #767676;
}
.cid-skzwH3T18t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzwH3T18t .mbr-text,
.cid-skzwH3T18t blockquote {
  color: #767676;
}
.cid-skzwIYIxIB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skzwIYIxIB .image-block {
  margin: auto;
}
.cid-skzwIYIxIB figcaption {
  position: relative;
}
.cid-skzwIYIxIB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skzwIYIxIB .image-block {
    width: 100% !important;
  }
}
.cid-skzwJK1tTX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzwJK1tTX .mbr-text,
.cid-skzwJK1tTX blockquote {
  color: #767676;
}
.cid-skzxM6qE7J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzxM6qE7J .mbr-text,
.cid-skzxM6qE7J blockquote {
  color: #767676;
}
.cid-skzxNElRsa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skzxNElRsa .image-block {
  margin: auto;
}
.cid-skzxNElRsa figcaption {
  position: relative;
}
.cid-skzxNElRsa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skzxNElRsa .image-block {
    width: 100% !important;
  }
}
.cid-skzxPAxktB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzxPAxktB .mbr-text,
.cid-skzxPAxktB blockquote {
  color: #767676;
}
.cid-skzza3pIQM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzza3pIQM .mbr-text,
.cid-skzza3pIQM blockquote {
  color: #767676;
}
.cid-skzzaGws8e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzzaGws8e .mbr-text,
.cid-skzzaGws8e blockquote {
  color: #767676;
}
.cid-rTsLFCrdIL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFCrdIL .mbr-text,
.cid-rTsLFCrdIL blockquote {
  color: #767676;
}
.cid-skzzZbjjGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzzZbjjGR .mbr-text,
.cid-skzzZbjjGR blockquote {
  color: #767676;
}
.cid-rTsLFDc6fT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFDc6fT .image-block {
  margin: auto;
}
.cid-rTsLFDc6fT figcaption {
  position: relative;
}
.cid-rTsLFDc6fT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFDc6fT .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFDSZau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFDSZau .mbr-text,
.cid-rTsLFDSZau blockquote {
  color: #767676;
}
.cid-skzTUXq5Ch {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzTUXq5Ch .mbr-text,
.cid-skzTUXq5Ch blockquote {
  color: #767676;
}
.cid-skzUbAa1IL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skzUbAa1IL .mbr-text,
.cid-skzUbAa1IL blockquote {
  color: #767676;
}
.cid-rTsLFEvWWp {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFEvWWp .image-block {
  margin: auto;
}
.cid-rTsLFEvWWp figcaption {
  position: relative;
}
.cid-rTsLFEvWWp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFEvWWp .image-block {
    width: 100% !important;
  }
}
.cid-skA5faBxMl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA5faBxMl .mbr-text,
.cid-skA5faBxMl blockquote {
  color: #767676;
}
.cid-rTsLFF2UAa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFF2UAa .mbr-text,
.cid-rTsLFF2UAa blockquote {
  color: #767676;
}
.cid-skA5I28Q2x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA5I28Q2x .mbr-text,
.cid-skA5I28Q2x blockquote {
  color: #767676;
}
.cid-rTsLFFUNbL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFFUNbL .mbr-text,
.cid-rTsLFFUNbL blockquote {
  color: #767676;
}
.cid-rTsLFGmpPH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rTsLFGmpPH .image-block {
  margin: auto;
}
.cid-rTsLFGmpPH figcaption {
  position: relative;
}
.cid-rTsLFGmpPH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTsLFGmpPH .image-block {
    width: 100% !important;
  }
}
.cid-rTsLFGRp7Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFGRp7Z .mbr-text,
.cid-rTsLFGRp7Z blockquote {
  color: #767676;
}
.cid-skA71LxbIq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skA71LxbIq .image-block {
  margin: auto;
}
.cid-skA71LxbIq figcaption {
  position: relative;
}
.cid-skA71LxbIq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skA71LxbIq .image-block {
    width: 100% !important;
  }
}
.cid-skA70DKrKe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA70DKrKe .mbr-text,
.cid-skA70DKrKe blockquote {
  color: #767676;
}
.cid-skA8axhXtB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skA8axhXtB .image-block {
  margin: auto;
}
.cid-skA8axhXtB figcaption {
  position: relative;
}
.cid-skA8axhXtB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skA8axhXtB .image-block {
    width: 100% !important;
  }
}
.cid-skA8bJxHpt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA8bJxHpt .mbr-text,
.cid-skA8bJxHpt blockquote {
  color: #767676;
}
.cid-skA8VvBVkT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skA8VvBVkT .image-block {
  margin: auto;
}
.cid-skA8VvBVkT figcaption {
  position: relative;
}
.cid-skA8VvBVkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skA8VvBVkT .image-block {
    width: 100% !important;
  }
}
.cid-skA8WOLQ3g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA8WOLQ3g .mbr-text,
.cid-skA8WOLQ3g blockquote {
  color: #767676;
}
.cid-skA6YSeroC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skA6YSeroC .mbr-text,
.cid-skA6YSeroC blockquote {
  color: #767676;
}
.cid-skAHfAO99O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skAHfAO99O .mbr-text,
.cid-skAHfAO99O blockquote {
  color: #767676;
}
.cid-skAHhrOPEe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skAHhrOPEe .image-block {
  margin: auto;
}
.cid-skAHhrOPEe figcaption {
  position: relative;
}
.cid-skAHhrOPEe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skAHhrOPEe .image-block {
    width: 100% !important;
  }
}
.cid-skAHidAVJD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skAHidAVJD .mbr-text,
.cid-skAHidAVJD blockquote {
  color: #767676;
}
.cid-skAIsGbIQK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skAIsGbIQK .image-block {
  margin: auto;
}
.cid-skAIsGbIQK figcaption {
  position: relative;
}
.cid-skAIsGbIQK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skAIsGbIQK .image-block {
    width: 100% !important;
  }
}
.cid-skAIqutKFE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skAIqutKFE .mbr-text,
.cid-skAIqutKFE blockquote {
  color: #767676;
}
.cid-skAIpvX72m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skAIpvX72m .mbr-text,
.cid-skAIpvX72m blockquote {
  color: #767676;
}
.cid-rTsLFHf3pm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rTsLFHf3pm .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rTsLFHf3pm .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rTsLFHf3pm .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rTsLFHf3pm .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rTsLFHf3pm .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rTsLFHf3pm .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rTsLFHf3pm .img-item {
    width: 100% !important;
  }
  .cid-rTsLFHf3pm .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-skAKcheKom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skAKcheKom .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skAKcheKom .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-skAKcheKom .mbr-text {
  color: #767676;
}
.cid-rTsLFHMzTX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFHMzTX .mbr-text,
.cid-rTsLFHMzTX blockquote {
  color: #767676;
}
.cid-skALkEJVW5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skALkEJVW5 .mbr-text,
.cid-skALkEJVW5 blockquote {
  color: #767676;
}
.cid-skALvyJLLJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skALvyJLLJ .mbr-text,
.cid-skALvyJLLJ blockquote {
  color: #767676;
}
.cid-skALxeQEET {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skALxeQEET .image-block {
  margin: auto;
}
.cid-skALxeQEET figcaption {
  position: relative;
}
.cid-skALxeQEET figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skALxeQEET .image-block {
    width: 100% !important;
  }
}
.cid-skAMJoJg1w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skAMJoJg1w .mbr-text,
.cid-skAMJoJg1w blockquote {
  color: #767676;
}
.cid-skALywPxYY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skALywPxYY .mbr-text,
.cid-skALywPxYY blockquote {
  color: #767676;
}
.cid-skBxbjT4C2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBxbjT4C2 .mbr-text,
.cid-skBxbjT4C2 blockquote {
  color: #767676;
}
.cid-skBxEgKkW6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBxEgKkW6 .mbr-text,
.cid-skBxEgKkW6 blockquote {
  color: #767676;
}
.cid-skBxXI2dfZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBxXI2dfZ .image-block {
  margin: auto;
}
.cid-skBxXI2dfZ figcaption {
  position: relative;
}
.cid-skBxXI2dfZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBxXI2dfZ .image-block {
    width: 100% !important;
  }
}
.cid-skBxFBNxUt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBxFBNxUt .mbr-text,
.cid-skBxFBNxUt blockquote {
  color: #767676;
}
.cid-skBxZ1kZv4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBxZ1kZv4 .mbr-text,
.cid-skBxZ1kZv4 blockquote {
  color: #767676;
}
.cid-skBxHRABYJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBxHRABYJ .image-block {
  margin: auto;
}
.cid-skBxHRABYJ figcaption {
  position: relative;
}
.cid-skBxHRABYJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBxHRABYJ .image-block {
    width: 100% !important;
  }
}
.cid-skBzFJSJW4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBzFJSJW4 .mbr-text,
.cid-skBzFJSJW4 blockquote {
  color: #767676;
}
.cid-skBzHdEnmC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBzHdEnmC .mbr-text,
.cid-skBzHdEnmC blockquote {
  color: #767676;
}
.cid-skBzI4dswn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBzI4dswn .image-block {
  margin: auto;
}
.cid-skBzI4dswn figcaption {
  position: relative;
}
.cid-skBzI4dswn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBzI4dswn .image-block {
    width: 100% !important;
  }
}
.cid-skBzJ5cPS9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBzJ5cPS9 .mbr-text,
.cid-skBzJ5cPS9 blockquote {
  color: #767676;
}
.cid-skBBj6REYl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBBj6REYl .mbr-text,
.cid-skBBj6REYl blockquote {
  color: #767676;
}
.cid-skBBjR3GJe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBBjR3GJe .mbr-text,
.cid-skBBjR3GJe blockquote {
  color: #767676;
}
.cid-skBBkS7lCc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBBkS7lCc .image-block {
  margin: auto;
}
.cid-skBBkS7lCc figcaption {
  position: relative;
}
.cid-skBBkS7lCc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBBkS7lCc .image-block {
    width: 100% !important;
  }
}
.cid-skBBm6nVPp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBBm6nVPp .mbr-text,
.cid-skBBm6nVPp blockquote {
  color: #767676;
}
.cid-skBCLJBzUZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBCLJBzUZ .image-block {
  margin: auto;
}
.cid-skBCLJBzUZ figcaption {
  position: relative;
}
.cid-skBCLJBzUZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBCLJBzUZ .image-block {
    width: 100% !important;
  }
}
.cid-skBCMvqqr4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBCMvqqr4 .mbr-text,
.cid-skBCMvqqr4 blockquote {
  color: #767676;
}
.cid-skBCNxXJp2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBCNxXJp2 .image-block {
  margin: auto;
}
.cid-skBCNxXJp2 figcaption {
  position: relative;
}
.cid-skBCNxXJp2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBCNxXJp2 .image-block {
    width: 100% !important;
  }
}
.cid-skBCOvUjb6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBCOvUjb6 .mbr-text,
.cid-skBCOvUjb6 blockquote {
  color: #767676;
}
.cid-skBLZoEI8x {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBLZoEI8x .image-block {
  margin: auto;
}
.cid-skBLZoEI8x figcaption {
  position: relative;
}
.cid-skBLZoEI8x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBLZoEI8x .image-block {
    width: 100% !important;
  }
}
.cid-skBM0jD7mA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBM0jD7mA .mbr-text,
.cid-skBM0jD7mA blockquote {
  color: #767676;
}
.cid-skBM16Txiv {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBM16Txiv .image-block {
  margin: auto;
}
.cid-skBM16Txiv figcaption {
  position: relative;
}
.cid-skBM16Txiv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBM16Txiv .image-block {
    width: 100% !important;
  }
}
.cid-skBM1JTUdK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBM1JTUdK .mbr-text,
.cid-skBM1JTUdK blockquote {
  color: #767676;
}
.cid-skBM2ztYz7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBM2ztYz7 .mbr-text,
.cid-skBM2ztYz7 blockquote {
  color: #767676;
}
.cid-skBM3qIXTC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBM3qIXTC .mbr-text,
.cid-skBM3qIXTC blockquote {
  color: #767676;
}
.cid-skBM4zNXA7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBM4zNXA7 .image-block {
  margin: auto;
}
.cid-skBM4zNXA7 figcaption {
  position: relative;
}
.cid-skBM4zNXA7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBM4zNXA7 .image-block {
    width: 100% !important;
  }
}
.cid-skBRAoutIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBRAoutIA .mbr-text,
.cid-skBRAoutIA blockquote {
  color: #767676;
}
.cid-skBRz4i9ZV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBRz4i9ZV .image-block {
  margin: auto;
}
.cid-skBRz4i9ZV figcaption {
  position: relative;
}
.cid-skBRz4i9ZV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBRz4i9ZV .image-block {
    width: 100% !important;
  }
}
.cid-skBRyjfqSh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBRyjfqSh .mbr-text,
.cid-skBRyjfqSh blockquote {
  color: #767676;
}
.cid-skBRBJKgBj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBRBJKgBj .image-block {
  margin: auto;
}
.cid-skBRBJKgBj figcaption {
  position: relative;
}
.cid-skBRBJKgBj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBRBJKgBj .image-block {
    width: 100% !important;
  }
}
.cid-skBRCpVTux {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBRCpVTux .mbr-text,
.cid-skBRCpVTux blockquote {
  color: #767676;
}
.cid-skBTqQPmWm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBTqQPmWm .image-block {
  margin: auto;
}
.cid-skBTqQPmWm figcaption {
  position: relative;
}
.cid-skBTqQPmWm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBTqQPmWm .image-block {
    width: 100% !important;
  }
}
.cid-skBTrHMVBv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBTrHMVBv .mbr-text,
.cid-skBTrHMVBv blockquote {
  color: #767676;
}
.cid-skBUcSyfV7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBUcSyfV7 .image-block {
  margin: auto;
}
.cid-skBUcSyfV7 figcaption {
  position: relative;
}
.cid-skBUcSyfV7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBUcSyfV7 .image-block {
    width: 100% !important;
  }
}
.cid-skBUdB1klC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBUdB1klC .mbr-text,
.cid-skBUdB1klC blockquote {
  color: #767676;
}
.cid-skBUYeyfHA {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBUYeyfHA .image-block {
  margin: auto;
}
.cid-skBUYeyfHA figcaption {
  position: relative;
}
.cid-skBUYeyfHA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBUYeyfHA .image-block {
    width: 100% !important;
  }
}
.cid-skBUYY4wWt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBUYY4wWt .mbr-text,
.cid-skBUYY4wWt blockquote {
  color: #767676;
}
.cid-skBUZuXvOj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBUZuXvOj .mbr-text,
.cid-skBUZuXvOj blockquote {
  color: #767676;
}
.cid-skC3GTELyJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skC3GTELyJ .image-block {
  margin: auto;
}
.cid-skC3GTELyJ figcaption {
  position: relative;
}
.cid-skC3GTELyJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skC3GTELyJ .image-block {
    width: 100% !important;
  }
}
.cid-skC3HBZLC1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC3HBZLC1 .mbr-text,
.cid-skC3HBZLC1 blockquote {
  color: #767676;
}
.cid-skC3IIvewL {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skC3IIvewL .image-block {
  margin: auto;
}
.cid-skC3IIvewL figcaption {
  position: relative;
}
.cid-skC3IIvewL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skC3IIvewL .image-block {
    width: 100% !important;
  }
}
.cid-skBRDlJFXI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBRDlJFXI .mbr-text,
.cid-skBRDlJFXI blockquote {
  color: #767676;
}
.cid-skBRE7c1ew {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skBRE7c1ew .mbr-text,
.cid-skBRE7c1ew blockquote {
  color: #767676;
}
.cid-skBRF4pYwJ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skBRF4pYwJ .image-block {
  margin: auto;
}
.cid-skBRF4pYwJ figcaption {
  position: relative;
}
.cid-skBRF4pYwJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skBRF4pYwJ .image-block {
    width: 100% !important;
  }
}
.cid-skC6G3wSBa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC6G3wSBa .mbr-text,
.cid-skC6G3wSBa blockquote {
  color: #767676;
}
.cid-skC6GFEvZM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC6GFEvZM .mbr-text,
.cid-skC6GFEvZM blockquote {
  color: #767676;
}
.cid-skC7OqS6fs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC7OqS6fs .mbr-text,
.cid-skC7OqS6fs blockquote {
  color: #767676;
}
.cid-skC6JEUQeh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skC6JEUQeh .image-block {
  margin: auto;
}
.cid-skC6JEUQeh figcaption {
  position: relative;
}
.cid-skC6JEUQeh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skC6JEUQeh .image-block {
    width: 100% !important;
  }
}
.cid-skC8WkTwVS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC8WkTwVS .mbr-text,
.cid-skC8WkTwVS blockquote {
  color: #767676;
}
.cid-skC8XEKVwX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skC8XEKVwX .image-block {
  margin: auto;
}
.cid-skC8XEKVwX figcaption {
  position: relative;
}
.cid-skC8XEKVwX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skC8XEKVwX .image-block {
    width: 100% !important;
  }
}
.cid-skCasNtorK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCasNtorK .mbr-text,
.cid-skCasNtorK blockquote {
  color: #767676;
}
.cid-skCaSVInUn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCaSVInUn .image-block {
  margin: auto;
}
.cid-skCaSVInUn figcaption {
  position: relative;
}
.cid-skCaSVInUn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCaSVInUn .image-block {
    width: 100% !important;
  }
}
.cid-skCaPtkR9L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCaPtkR9L .mbr-text,
.cid-skCaPtkR9L blockquote {
  color: #767676;
}
.cid-skCaTCj6g6 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCaTCj6g6 .image-block {
  margin: auto;
}
.cid-skCaTCj6g6 figcaption {
  position: relative;
}
.cid-skCaTCj6g6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCaTCj6g6 .image-block {
    width: 100% !important;
  }
}
.cid-skCaQ7UYcI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCaQ7UYcI .mbr-text,
.cid-skCaQ7UYcI blockquote {
  color: #767676;
}
.cid-skCaUu5ouT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCaUu5ouT .image-block {
  margin: auto;
}
.cid-skCaUu5ouT figcaption {
  position: relative;
}
.cid-skCaUu5ouT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCaUu5ouT .image-block {
    width: 100% !important;
  }
}
.cid-skCaR5Q0kb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCaR5Q0kb .mbr-text,
.cid-skCaR5Q0kb blockquote {
  color: #767676;
}
.cid-skCaVmIfiI {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCaVmIfiI .image-block {
  margin: auto;
}
.cid-skCaVmIfiI figcaption {
  position: relative;
}
.cid-skCaVmIfiI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCaVmIfiI .image-block {
    width: 100% !important;
  }
}
.cid-skCOIy1l5e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCOIy1l5e .mbr-text,
.cid-skCOIy1l5e blockquote {
  color: #767676;
}
.cid-skCOGKtSJL {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCOGKtSJL .image-block {
  margin: auto;
}
.cid-skCOGKtSJL figcaption {
  position: relative;
}
.cid-skCOGKtSJL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCOGKtSJL .image-block {
    width: 100% !important;
  }
}
.cid-skCOJMu5Qr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCOJMu5Qr .mbr-text,
.cid-skCOJMu5Qr blockquote {
  color: #767676;
}
.cid-skCOM2SCUK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCOM2SCUK .image-block {
  margin: auto;
}
.cid-skCOM2SCUK figcaption {
  position: relative;
}
.cid-skCOM2SCUK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCOM2SCUK .image-block {
    width: 100% !important;
  }
}
.cid-skC6HuVWEZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC6HuVWEZ .mbr-text,
.cid-skC6HuVWEZ blockquote {
  color: #767676;
}
.cid-skCOCWjNih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCOCWjNih .mbr-text,
.cid-skCOCWjNih blockquote {
  color: #767676;
}
.cid-skCOE68jiz {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCOE68jiz .image-block {
  margin: auto;
}
.cid-skCOE68jiz figcaption {
  position: relative;
}
.cid-skCOE68jiz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCOE68jiz .image-block {
    width: 100% !important;
  }
}
.cid-skCRjKd690 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCRjKd690 .mbr-text,
.cid-skCRjKd690 blockquote {
  color: #767676;
}
.cid-skCRkm2Fgn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCRkm2Fgn .mbr-text,
.cid-skCRkm2Fgn blockquote {
  color: #767676;
}
.cid-skC6KXmPud {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skC6KXmPud .image-block {
  margin: auto;
}
.cid-skC6KXmPud figcaption {
  position: relative;
}
.cid-skC6KXmPud figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skC6KXmPud .image-block {
    width: 100% !important;
  }
}
.cid-skC6IpLOhw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skC6IpLOhw .mbr-text,
.cid-skC6IpLOhw blockquote {
  color: #767676;
}
.cid-skCRnjN4fZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skCRnjN4fZ .image-block {
  margin: auto;
}
.cid-skCRnjN4fZ figcaption {
  position: relative;
}
.cid-skCRnjN4fZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skCRnjN4fZ .image-block {
    width: 100% !important;
  }
}
.cid-skCRoV6GtX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skCRoV6GtX .mbr-text,
.cid-skCRoV6GtX blockquote {
  color: #767676;
}
.cid-skE5EzmPIB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skE5EzmPIB .image-block {
  margin: auto;
}
.cid-skE5EzmPIB figcaption {
  position: relative;
}
.cid-skE5EzmPIB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skE5EzmPIB .image-block {
    width: 100% !important;
  }
}
.cid-skE5DbFtLq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skE5DbFtLq .mbr-text,
.cid-skE5DbFtLq blockquote {
  color: #767676;
}
.cid-rTsLFIeIvy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFIeIvy .mbr-text,
.cid-rTsLFIeIvy blockquote {
  color: #767676;
}
.cid-rTsLFIBhzu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTsLFIBhzu .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTsLFIBhzu .section-text {
  padding: 2rem 0;
}
.cid-rTsLFIBhzu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTsLFIBhzu .inner-container {
    width: 100% !important;
  }
}
.cid-uYH3lCx2TE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH3lCx2TE .counter-container {
  color: #767676;
}
.cid-uYH3lCx2TE .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH3lCx2TE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH3lCx2TE .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH3vlsdtj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH3vlsdtj .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH3vlsdtj .social-list a:focus {
  text-decoration: none;
}
.cid-rTsLFK8sdN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-rTsLFK8sdN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rTsLFK8sdN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rTsLFK8sdN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rTsLFK8sdN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rTsLFK8sdN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rTsLFK8sdN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rTsLFK8sdN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTsLFK8sdN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rTsLFK8sdN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTsLFK8sdN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTsLFK8sdN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTsLFK8sdN .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTsLFK8sdN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rTsLFK8sdN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-saHlby3Not {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-saHlby3Not H1 {
  text-align: center;
}
.cid-saHlbyIYxg .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-saHlbyIYxg .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-saHlbyIYxg a {
  font-style: normal;
}
.cid-saHlbyIYxg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saHlbyIYxg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saHlbyIYxg .nav-item:focus,
.cid-saHlbyIYxg .nav-link:focus {
  outline: none;
}
.cid-saHlbyIYxg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saHlbyIYxg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saHlbyIYxg .menu-logo {
  margin-right: auto;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saHlbyIYxg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saHlbyIYxg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saHlbyIYxg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saHlbyIYxg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saHlbyIYxg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saHlbyIYxg .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saHlbyIYxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saHlbyIYxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saHlbyIYxg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saHlbyIYxg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saHlbyIYxg .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-saHlbyIYxg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saHlbyIYxg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saHlbyIYxg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saHlbyIYxg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saHlbyIYxg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saHlbyIYxg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saHlbyIYxg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saHlbyIYxg button.navbar-toggler:focus {
  outline: none;
}
.cid-saHlbyIYxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saHlbyIYxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saHlbyIYxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saHlbyIYxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saHlbyIYxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saHlbyIYxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saHlbyIYxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saHlbyIYxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saHlbyIYxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saHlbyIYxg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saHlbyIYxg .collapsed .btn {
  display: flex;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saHlbyIYxg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saHlbyIYxg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saHlbyIYxg .collapsed button.navbar-toggler {
  display: block;
}
.cid-saHlbyIYxg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saHlbyIYxg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saHlbyIYxg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saHlbyIYxg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saHlbyIYxg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saHlbyIYxg .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: 991px) {
  .cid-saHlbyIYxg .navbar-expand {
    flex-direction: column;
  }
  .cid-saHlbyIYxg img {
    height: 3.8rem !important;
  }
  .cid-saHlbyIYxg .btn {
    display: flex;
  }
  .cid-saHlbyIYxg button.navbar-toggler {
    display: block;
  }
  .cid-saHlbyIYxg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saHlbyIYxg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saHlbyIYxg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing,
  .cid-saHlbyIYxg .navbar-collapse.show {
    display: block !important;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing .navbar-nav,
  .cid-saHlbyIYxg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saHlbyIYxg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saHlbyIYxg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing .navbar-buttons,
  .cid-saHlbyIYxg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saHlbyIYxg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saHlbyIYxg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saHlbyIYxg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saHlbyIYxg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saHlbyIYxg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saHlbyIYxg .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-saHlbyIYxg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saHlbyIYxg .navbar-collapse {
  flex-basis: auto;
}
.cid-saHlbyIYxg .nav-link:hover,
.cid-saHlbyIYxg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-saHlbzivs5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbzivs5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGZC2lce6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGZC2lce6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGZC2lce6 .section-text {
  padding: 2rem 0;
}
.cid-uYGZC2lce6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYGZC2lce6 .inner-container {
    width: 100% !important;
  }
}
.cid-saHlbAkYOe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saHlbAkYOe .counter-container {
  color: #767676;
}
.cid-saHlbAkYOe .counter-container ul {
  margin-bottom: 0;
}
.cid-saHlbAkYOe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saHlbAkYOe .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-saHlbANxqO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbANxqO .mbr-text,
.cid-saHlbANxqO blockquote {
  color: #767676;
}
.cid-saHlbBhTR7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbBhTR7 .mbr-text,
.cid-saHlbBhTR7 blockquote {
  color: #767676;
}
.cid-saHlbBLmxe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbBLmxe .image-block {
  margin: auto;
}
.cid-saHlbBLmxe figcaption {
  position: relative;
}
.cid-saHlbBLmxe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbBLmxe .image-block {
    width: 100% !important;
  }
}
.cid-saHlbCmyVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbCmyVJ .mbr-text,
.cid-saHlbCmyVJ blockquote {
  color: #767676;
}
.cid-saHlbCMNsm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbCMNsm .image-block {
  margin: auto;
}
.cid-saHlbCMNsm figcaption {
  position: relative;
}
.cid-saHlbCMNsm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbCMNsm .image-block {
    width: 100% !important;
  }
}
.cid-saHtJlcr2S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHtJlcr2S .mbr-text,
.cid-saHtJlcr2S blockquote {
  color: #767676;
}
.cid-saHlbDePLM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbDePLM .mbr-text,
.cid-saHlbDePLM blockquote {
  color: #767676;
}
.cid-saHlbDHEzP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbDHEzP .image-block {
  margin: auto;
}
.cid-saHlbDHEzP figcaption {
  position: relative;
}
.cid-saHlbDHEzP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbDHEzP .image-block {
    width: 100% !important;
  }
}
.cid-saHlbE7NTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbE7NTl .mbr-text,
.cid-saHlbE7NTl blockquote {
  color: #767676;
}
.cid-saHlbExx3L {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-saHlbExx3L .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saHlbExx3L .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saHlbExx3L .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saHlbExx3L .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saHlbExx3L .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saHlbExx3L .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saHlbExx3L .img-item {
    width: 100% !important;
  }
  .cid-saHlbExx3L .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saHQm8Zvxv {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-saHQm8Zvxv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saHQm8Zvxv .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saHQm8Zvxv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saHQm8Zvxv .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saHQm8Zvxv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saHQm8Zvxv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saHQm8Zvxv .img-item {
    width: 100% !important;
  }
  .cid-saHQm8Zvxv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saHlbF0AOJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbF0AOJ .mbr-text,
.cid-saHlbF0AOJ blockquote {
  color: #767676;
}
.cid-saHlbFTgqC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbFTgqC .mbr-text,
.cid-saHlbFTgqC blockquote {
  color: #767676;
}
.cid-saHlbGtM2M {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbGtM2M .image-block {
  margin: auto;
}
.cid-saHlbGtM2M figcaption {
  position: relative;
}
.cid-saHlbGtM2M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbGtM2M .image-block {
    width: 100% !important;
  }
}
.cid-saHlbGWIRK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbGWIRK .mbr-text,
.cid-saHlbGWIRK blockquote {
  color: #767676;
}
.cid-saQortAdyE {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saQortAdyE .image-block {
  margin: auto;
}
.cid-saQortAdyE figcaption {
  position: relative;
}
.cid-saQortAdyE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saQortAdyE .image-block {
    width: 100% !important;
  }
}
.cid-saHlbHJVlX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbHJVlX .mbr-text,
.cid-saHlbHJVlX blockquote {
  color: #767676;
}
.cid-saHlbI88l5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbI88l5 .image-block {
  margin: auto;
}
.cid-saHlbI88l5 figcaption {
  position: relative;
}
.cid-saHlbI88l5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbI88l5 .image-block {
    width: 100% !important;
  }
}
.cid-saHlbIzsZr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbIzsZr .mbr-text,
.cid-saHlbIzsZr blockquote {
  color: #767676;
}
.cid-saHlbJ45St {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbJ45St .image-block {
  margin: auto;
}
.cid-saHlbJ45St figcaption {
  position: relative;
}
.cid-saHlbJ45St figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbJ45St .image-block {
    width: 100% !important;
  }
}
.cid-saHlbJwALz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbJwALz .mbr-text,
.cid-saHlbJwALz blockquote {
  color: #767676;
}
.cid-saQQ07hBiK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saQQ07hBiK .image-block {
  margin: auto;
}
.cid-saQQ07hBiK figcaption {
  position: relative;
}
.cid-saQQ07hBiK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saQQ07hBiK .image-block {
    width: 100% !important;
  }
}
.cid-saQQ1zPy3h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saQQ1zPy3h .mbr-text,
.cid-saQQ1zPy3h blockquote {
  color: #767676;
}
.cid-saQUGDiVyX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saQUGDiVyX .image-block {
  margin: auto;
}
.cid-saQUGDiVyX figcaption {
  position: relative;
}
.cid-saQUGDiVyX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saQUGDiVyX .image-block {
    width: 100% !important;
  }
}
.cid-saQUVm16bL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saQUVm16bL .mbr-text,
.cid-saQUVm16bL blockquote {
  color: #767676;
}
.cid-saR11pF9J1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-saR11pF9J1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saR11pF9J1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saR11pF9J1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saR11pF9J1 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saR11pF9J1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saR11pF9J1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saR11pF9J1 .img-item {
    width: 100% !important;
  }
  .cid-saR11pF9J1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saHlbKprE1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbKprE1 .mbr-text,
.cid-saHlbKprE1 blockquote {
  color: #767676;
}
.cid-saHlbLiTo2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbLiTo2 .mbr-text,
.cid-saHlbLiTo2 blockquote {
  color: #767676;
}
.cid-saHlbLKkyN {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbLKkyN .image-block {
  margin: auto;
}
.cid-saHlbLKkyN figcaption {
  position: relative;
}
.cid-saHlbLKkyN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbLKkyN .image-block {
    width: 100% !important;
  }
}
.cid-saHlbMJ7Wt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbMJ7Wt .mbr-text,
.cid-saHlbMJ7Wt blockquote {
  color: #767676;
}
.cid-saHlbKQJjx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbKQJjx .image-block {
  margin: auto;
}
.cid-saHlbKQJjx figcaption {
  position: relative;
}
.cid-saHlbKQJjx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbKQJjx .image-block {
    width: 100% !important;
  }
}
.cid-saHlbND2Ej {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbND2Ej .mbr-text,
.cid-saHlbND2Ej blockquote {
  color: #767676;
}
.cid-saSfRxQgbe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saSfRxQgbe .image-block {
  margin: auto;
}
.cid-saSfRxQgbe figcaption {
  position: relative;
}
.cid-saSfRxQgbe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saSfRxQgbe .image-block {
    width: 100% !important;
  }
}
.cid-saSghp1ukb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saSghp1ukb .mbr-text,
.cid-saSghp1ukb blockquote {
  color: #767676;
}
.cid-saSAkEcBpa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saSAkEcBpa .image-block {
  margin: auto;
}
.cid-saSAkEcBpa figcaption {
  position: relative;
}
.cid-saSAkEcBpa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saSAkEcBpa .image-block {
    width: 100% !important;
  }
}
.cid-saHlbO8TCo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbO8TCo .mbr-text,
.cid-saHlbO8TCo blockquote {
  color: #767676;
}
.cid-saHlbODhzS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbODhzS .image-block {
  margin: auto;
}
.cid-saHlbODhzS figcaption {
  position: relative;
}
.cid-saHlbODhzS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbODhzS .image-block {
    width: 100% !important;
  }
}
.cid-saHlbP5XVl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbP5XVl .mbr-text,
.cid-saHlbP5XVl blockquote {
  color: #767676;
}
.cid-saHlbPyYlm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbPyYlm .image-block {
  margin: auto;
}
.cid-saHlbPyYlm figcaption {
  position: relative;
}
.cid-saHlbPyYlm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbPyYlm .image-block {
    width: 100% !important;
  }
}
.cid-saHlbQ4Yye {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbQ4Yye .mbr-text,
.cid-saHlbQ4Yye blockquote {
  color: #767676;
}
.cid-saHlbR3fbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbR3fbD .mbr-text,
.cid-saHlbR3fbD blockquote {
  color: #767676;
}
.cid-saT8qfuLXf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saT8qfuLXf .image-block {
  margin: auto;
}
.cid-saT8qfuLXf figcaption {
  position: relative;
}
.cid-saT8qfuLXf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saT8qfuLXf .image-block {
    width: 100% !important;
  }
}
.cid-saTbV1jeI2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTbV1jeI2 .mbr-text,
.cid-saTbV1jeI2 blockquote {
  color: #767676;
}
.cid-saHlbRu71G {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saHlbRu71G .image-block {
  margin: auto;
}
.cid-saHlbRu71G figcaption {
  position: relative;
}
.cid-saHlbRu71G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saHlbRu71G .image-block {
    width: 100% !important;
  }
}
.cid-saHlbSdbMX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbSdbMX .mbr-text,
.cid-saHlbSdbMX blockquote {
  color: #767676;
}
.cid-saTfHgURUH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTfHgURUH .image-block {
  margin: auto;
}
.cid-saTfHgURUH figcaption {
  position: relative;
}
.cid-saTfHgURUH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTfHgURUH .image-block {
    width: 100% !important;
  }
}
.cid-saTfEx9D6z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTfEx9D6z .mbr-text,
.cid-saTfEx9D6z blockquote {
  color: #767676;
}
.cid-saHlbT8PU1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbT8PU1 .mbr-text,
.cid-saHlbT8PU1 blockquote {
  color: #767676;
}
.cid-saHlbSF8yY {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-saHlbSF8yY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saHlbSF8yY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saHlbSF8yY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saHlbSF8yY .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saHlbSF8yY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saHlbSF8yY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saHlbSF8yY .img-item {
    width: 100% !important;
  }
  .cid-saHlbSF8yY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saTMyEGZ14 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTMyEGZ14 .mbr-text,
.cid-saTMyEGZ14 blockquote {
  color: #767676;
}
.cid-saHlbTB0XS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbTB0XS .mbr-text,
.cid-saHlbTB0XS blockquote {
  color: #767676;
}
.cid-saHlbU3Kkh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHlbU3Kkh .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saHlbU3Kkh .section-text {
  padding: 2rem 0;
}
.cid-saHlbU3Kkh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saHlbU3Kkh .inner-container {
    width: 100% !important;
  }
}
.cid-uYH2XGEE7f {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYH2XGEE7f .counter-container {
  color: #767676;
}
.cid-uYH2XGEE7f .counter-container ul {
  margin-bottom: 0;
}
.cid-uYH2XGEE7f .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYH2XGEE7f .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH2Sbh7LQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH2Sbh7LQ .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH2Sbh7LQ .social-list a:focus {
  text-decoration: none;
}
.cid-saHlbVEFuR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-saHlbVEFuR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-saHlbVEFuR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-saHlbVEFuR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-saHlbVEFuR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-saHlbVEFuR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-saHlbVEFuR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-saHlbVEFuR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saHlbVEFuR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-saHlbVEFuR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saHlbVEFuR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saHlbVEFuR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saHlbVEFuR .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-saHlbVEFuR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-saHlbVEFuR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-saTQpXnzkR {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-saTQpXnzkR H1 {
  text-align: center;
}
.cid-saTQpYteW5 .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-saTQpYteW5 .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-saTQpYteW5 a {
  font-style: normal;
}
.cid-saTQpYteW5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saTQpYteW5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saTQpYteW5 .nav-item:focus,
.cid-saTQpYteW5 .nav-link:focus {
  outline: none;
}
.cid-saTQpYteW5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saTQpYteW5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saTQpYteW5 .menu-logo {
  margin-right: auto;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saTQpYteW5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saTQpYteW5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saTQpYteW5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saTQpYteW5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saTQpYteW5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saTQpYteW5 .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saTQpYteW5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saTQpYteW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saTQpYteW5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saTQpYteW5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saTQpYteW5 .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-saTQpYteW5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saTQpYteW5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saTQpYteW5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saTQpYteW5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saTQpYteW5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saTQpYteW5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saTQpYteW5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saTQpYteW5 button.navbar-toggler:focus {
  outline: none;
}
.cid-saTQpYteW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saTQpYteW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saTQpYteW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saTQpYteW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saTQpYteW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saTQpYteW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saTQpYteW5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saTQpYteW5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saTQpYteW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saTQpYteW5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saTQpYteW5 .collapsed .btn {
  display: flex;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saTQpYteW5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saTQpYteW5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saTQpYteW5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-saTQpYteW5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saTQpYteW5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saTQpYteW5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saTQpYteW5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saTQpYteW5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saTQpYteW5 .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: 991px) {
  .cid-saTQpYteW5 .navbar-expand {
    flex-direction: column;
  }
  .cid-saTQpYteW5 img {
    height: 3.8rem !important;
  }
  .cid-saTQpYteW5 .btn {
    display: flex;
  }
  .cid-saTQpYteW5 button.navbar-toggler {
    display: block;
  }
  .cid-saTQpYteW5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saTQpYteW5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saTQpYteW5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing,
  .cid-saTQpYteW5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing .navbar-nav,
  .cid-saTQpYteW5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saTQpYteW5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saTQpYteW5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-saTQpYteW5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saTQpYteW5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saTQpYteW5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saTQpYteW5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saTQpYteW5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saTQpYteW5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saTQpYteW5 .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-saTQpYteW5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saTQpYteW5 .navbar-collapse {
  flex-basis: auto;
}
.cid-saTQpYteW5 .nav-link:hover,
.cid-saTQpYteW5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-saTQpZbM1D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQpZbM1D .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGZnTpfwK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGZnTpfwK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGZnTpfwK .section-text {
  padding: 2rem 0;
}
.cid-uYGZnTpfwK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYGZnTpfwK .inner-container {
    width: 100% !important;
  }
}
.cid-saTQq0gALB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saTQq0gALB .counter-container {
  color: #767676;
}
.cid-saTQq0gALB .counter-container ul {
  margin-bottom: 0;
}
.cid-saTQq0gALB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saTQq0gALB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-saTQq0Qod5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq0Qod5 .mbr-text,
.cid-saTQq0Qod5 blockquote {
  color: #767676;
}
.cid-saTQq1lXBZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq1lXBZ .mbr-text,
.cid-saTQq1lXBZ blockquote {
  color: #767676;
}
.cid-saTQq1MLwG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQq1MLwG .image-block {
  margin: auto;
}
.cid-saTQq1MLwG figcaption {
  position: relative;
}
.cid-saTQq1MLwG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQq1MLwG .image-block {
    width: 100% !important;
  }
}
.cid-saTQq2rszp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq2rszp .mbr-text,
.cid-saTQq2rszp blockquote {
  color: #767676;
}
.cid-saTQq2VSRK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQq2VSRK .image-block {
  margin: auto;
}
.cid-saTQq2VSRK figcaption {
  position: relative;
}
.cid-saTQq2VSRK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQq2VSRK .image-block {
    width: 100% !important;
  }
}
.cid-saTQq3TblO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq3TblO .mbr-text,
.cid-saTQq3TblO blockquote {
  color: #767676;
}
.cid-saTQq4qaK5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQq4qaK5 .image-block {
  margin: auto;
}
.cid-saTQq4qaK5 figcaption {
  position: relative;
}
.cid-saTQq4qaK5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQq4qaK5 .image-block {
    width: 100% !important;
  }
}
.cid-saVVNsVcUj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saVVNsVcUj .mbr-text,
.cid-saVVNsVcUj blockquote {
  color: #767676;
}
.cid-saVVRvGQw9 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saVVRvGQw9 .image-block {
  margin: auto;
}
.cid-saVVRvGQw9 figcaption {
  position: relative;
}
.cid-saVVRvGQw9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saVVRvGQw9 .image-block {
    width: 100% !important;
  }
}
.cid-saVXLizhqU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saVXLizhqU .mbr-text,
.cid-saVXLizhqU blockquote {
  color: #767676;
}
.cid-saWdmx6ICb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saWdmx6ICb .image-block {
  margin: auto;
}
.cid-saWdmx6ICb figcaption {
  position: relative;
}
.cid-saWdmx6ICb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saWdmx6ICb .image-block {
    width: 100% !important;
  }
}
.cid-saWdSQufMM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saWdSQufMM .mbr-text,
.cid-saWdSQufMM blockquote {
  color: #767676;
}
.cid-saTQq5qrwj {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-saTQq5qrwj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saTQq5qrwj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saTQq5qrwj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saTQq5qrwj .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saTQq5qrwj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saTQq5qrwj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saTQq5qrwj .img-item {
    width: 100% !important;
  }
  .cid-saTQq5qrwj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saTQq4XS7n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq4XS7n .mbr-text,
.cid-saTQq4XS7n blockquote {
  color: #767676;
}
.cid-saTQq60ZI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-saTQq60ZI5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saTQq60ZI5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saTQq60ZI5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saTQq60ZI5 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saTQq60ZI5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saTQq60ZI5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saTQq60ZI5 .img-item {
    width: 100% !important;
  }
  .cid-saTQq60ZI5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saTQq730Kl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq730Kl .mbr-text,
.cid-saTQq730Kl blockquote {
  color: #767676;
}
.cid-saTQq7CE34 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQq7CE34 .image-block {
  margin: auto;
}
.cid-saTQq7CE34 figcaption {
  position: relative;
}
.cid-saTQq7CE34 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQq7CE34 .image-block {
    width: 100% !important;
  }
}
.cid-saTQq8dR6Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQq8dR6Y .mbr-text,
.cid-saTQq8dR6Y blockquote {
  color: #767676;
}
.cid-saTQq8SJQP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQq8SJQP .image-block {
  margin: auto;
}
.cid-saTQq8SJQP figcaption {
  position: relative;
}
.cid-saTQq8SJQP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQq8SJQP .image-block {
    width: 100% !important;
  }
}
.cid-saTQqaHWPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQqaHWPX .mbr-text,
.cid-saTQqaHWPX blockquote {
  color: #767676;
}
.cid-saTQqfrNI7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQqfrNI7 .mbr-text,
.cid-saTQqfrNI7 blockquote {
  color: #767676;
}
.cid-saTQqgu6hg {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saTQqgu6hg .image-block {
  margin: auto;
}
.cid-saTQqgu6hg figcaption {
  position: relative;
}
.cid-saTQqgu6hg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saTQqgu6hg .image-block {
    width: 100% !important;
  }
}
.cid-saTQqh1dOH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQqh1dOH .mbr-text,
.cid-saTQqh1dOH blockquote {
  color: #767676;
}
.cid-saTQqtpVOi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQqtpVOi .mbr-text,
.cid-saTQqtpVOi blockquote {
  color: #767676;
}
.cid-saTQqtToYj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saTQqtToYj .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saTQqtToYj .section-text {
  padding: 2rem 0;
}
.cid-saTQqtToYj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saTQqtToYj .inner-container {
    width: 100% !important;
  }
}
.cid-saTQquCtr0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saTQquCtr0 .counter-container {
  color: #767676;
}
.cid-saTQquCtr0 .counter-container ul {
  margin-bottom: 0;
}
.cid-saTQquCtr0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saTQquCtr0 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH27FNUXE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH27FNUXE .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH27FNUXE .social-list a:focus {
  text-decoration: none;
}
.cid-saTQqw4MVA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-saTQqw4MVA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-saTQqw4MVA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-saTQqw4MVA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-saTQqw4MVA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-saTQqw4MVA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-saTQqw4MVA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-saTQqw4MVA .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saTQqw4MVA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-saTQqw4MVA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saTQqw4MVA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saTQqw4MVA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saTQqw4MVA .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-saTQqw4MVA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-saTQqw4MVA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-saYPHH5DjA {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-saYPHH5DjA H1 {
  text-align: center;
}
.cid-saYPHHDOc5 .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-saYPHHDOc5 .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-saYPHHDOc5 a {
  font-style: normal;
}
.cid-saYPHHDOc5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saYPHHDOc5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saYPHHDOc5 .nav-item:focus,
.cid-saYPHHDOc5 .nav-link:focus {
  outline: none;
}
.cid-saYPHHDOc5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saYPHHDOc5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saYPHHDOc5 .menu-logo {
  margin-right: auto;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saYPHHDOc5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saYPHHDOc5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saYPHHDOc5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saYPHHDOc5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saYPHHDOc5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saYPHHDOc5 .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saYPHHDOc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saYPHHDOc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saYPHHDOc5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saYPHHDOc5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saYPHHDOc5 .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-saYPHHDOc5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saYPHHDOc5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saYPHHDOc5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saYPHHDOc5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saYPHHDOc5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saYPHHDOc5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saYPHHDOc5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saYPHHDOc5 button.navbar-toggler:focus {
  outline: none;
}
.cid-saYPHHDOc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saYPHHDOc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saYPHHDOc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saYPHHDOc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saYPHHDOc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saYPHHDOc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saYPHHDOc5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saYPHHDOc5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saYPHHDOc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saYPHHDOc5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saYPHHDOc5 .collapsed .btn {
  display: flex;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saYPHHDOc5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saYPHHDOc5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saYPHHDOc5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-saYPHHDOc5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saYPHHDOc5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saYPHHDOc5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saYPHHDOc5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saYPHHDOc5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saYPHHDOc5 .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: 991px) {
  .cid-saYPHHDOc5 .navbar-expand {
    flex-direction: column;
  }
  .cid-saYPHHDOc5 img {
    height: 3.8rem !important;
  }
  .cid-saYPHHDOc5 .btn {
    display: flex;
  }
  .cid-saYPHHDOc5 button.navbar-toggler {
    display: block;
  }
  .cid-saYPHHDOc5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saYPHHDOc5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saYPHHDOc5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing,
  .cid-saYPHHDOc5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing .navbar-nav,
  .cid-saYPHHDOc5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saYPHHDOc5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saYPHHDOc5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-saYPHHDOc5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saYPHHDOc5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saYPHHDOc5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saYPHHDOc5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saYPHHDOc5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saYPHHDOc5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saYPHHDOc5 .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-saYPHHDOc5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saYPHHDOc5 .navbar-collapse {
  flex-basis: auto;
}
.cid-saYPHHDOc5 .nav-link:hover,
.cid-saYPHHDOc5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-saYPHI8t4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHI8t4y .mbr-section-subtitle {
  color: #767676;
}
.cid-saYPHIBZSu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHIBZSu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saYPHIBZSu .section-text {
  padding: 2rem 0;
}
.cid-saYPHIBZSu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saYPHIBZSu .inner-container {
    width: 100% !important;
  }
}
.cid-saYPHJ7VTX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saYPHJ7VTX .counter-container {
  color: #767676;
}
.cid-saYPHJ7VTX .counter-container ul {
  margin-bottom: 0;
}
.cid-saYPHJ7VTX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saYPHJ7VTX .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-saYPHJvUDp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHJvUDp .mbr-text,
.cid-saYPHJvUDp blockquote {
  color: #767676;
}
.cid-saYPHJWgCK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHJWgCK .mbr-text,
.cid-saYPHJWgCK blockquote {
  color: #767676;
}
.cid-sb0da3JCTo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb0da3JCTo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0da3JCTo .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sb0da3JCTo .mbr-text {
  color: #767676;
}
.cid-sb0gJMl7C7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb0gJMl7C7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sb0gJMl7C7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0gJMl7C7 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sb0gJMl7C7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sb0gJMl7C7 .mbr-text {
  color: #767676;
}
.cid-sgEHZ3XVQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgEHZ3XVQw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgEHZ3XVQw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgEHZ3XVQw .mbr-text {
  color: #767676;
}
.cid-sb0itw4m0v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb0itw4m0v .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sb0itw4m0v .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0itw4m0v .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sb0itw4m0v .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sb0itw4m0v .mbr-text {
  color: #767676;
}
.cid-sb0kcV1vRW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb0kcV1vRW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0kcV1vRW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sb0kcV1vRW .mbr-text {
  color: #767676;
}
.cid-sb0kdvRBOh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb0kdvRBOh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sb0kdvRBOh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0kdvRBOh .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sb0kdvRBOh .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sb0kdvRBOh .mbr-text {
  color: #767676;
}
.cid-sb0kebbyGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb0kebbyGa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb0kebbyGa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sb0kebbyGa .mbr-text {
  color: #767676;
}
.cid-sgEP9oUbPO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgEP9oUbPO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgEP9oUbPO .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgEP9oUbPO .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sgEP9oUbPO .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sgEP9oUbPO .mbr-text {
  color: #767676;
}
.cid-saYPHQfPk4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-saYPHQfPk4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-saYPHQfPk4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-saYPHQfPk4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-saYPHQfPk4 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-saYPHQfPk4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-saYPHQfPk4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-saYPHQfPk4 .img-item {
    width: 100% !important;
  }
  .cid-saYPHQfPk4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saYPHQIbuw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHQIbuw .mbr-text,
.cid-saYPHQIbuw blockquote {
  color: #767676;
}
.cid-sgF9QPrwAn {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sgF9QPrwAn .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgF9QPrwAn .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgF9QPrwAn .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgF9QPrwAn .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgF9QPrwAn .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgF9QPrwAn .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgF9QPrwAn .img-item {
    width: 100% !important;
  }
  .cid-sgF9QPrwAn .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saYPHRzqMC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHRzqMC .mbr-text,
.cid-saYPHRzqMC blockquote {
  color: #767676;
}
.cid-saYPHS3gTu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPHS3gTu .image-block {
  margin: auto;
}
.cid-saYPHS3gTu figcaption {
  position: relative;
}
.cid-saYPHS3gTu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPHS3gTu .image-block {
    width: 100% !important;
  }
}
.cid-saYPHSyugn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHSyugn .mbr-text,
.cid-saYPHSyugn blockquote {
  color: #767676;
}
.cid-saYPHUoGRr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHUoGRr .mbr-text,
.cid-saYPHUoGRr blockquote {
  color: #767676;
}
.cid-saYPHUMsv7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPHUMsv7 .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saYPHUMsv7 .section-text {
  padding: 2rem 0;
}
.cid-saYPHUMsv7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saYPHUMsv7 .inner-container {
    width: 100% !important;
  }
}
.cid-saYPHVipol {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saYPHVipol .counter-container {
  color: #767676;
}
.cid-saYPHVipol .counter-container ul {
  margin-bottom: 0;
}
.cid-saYPHVipol .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saYPHVipol .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYGMaeSZiD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYGMaeSZiD .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYGMaeSZiD .social-list a:focus {
  text-decoration: none;
}
.cid-saYPHWz3nS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-saYPHWz3nS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-saYPHWz3nS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-saYPHWz3nS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-saYPHWz3nS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-saYPHWz3nS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-saYPHWz3nS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-saYPHWz3nS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saYPHWz3nS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-saYPHWz3nS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saYPHWz3nS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saYPHWz3nS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saYPHWz3nS .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-saYPHWz3nS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-saYPHWz3nS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-saYPxzLxOA {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-saYPxzLxOA H1 {
  text-align: center;
}
.cid-saYPxAHqhR .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-saYPxAHqhR .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-saYPxAHqhR a {
  font-style: normal;
}
.cid-saYPxAHqhR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saYPxAHqhR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saYPxAHqhR .nav-item:focus,
.cid-saYPxAHqhR .nav-link:focus {
  outline: none;
}
.cid-saYPxAHqhR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saYPxAHqhR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saYPxAHqhR .menu-logo {
  margin-right: auto;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saYPxAHqhR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saYPxAHqhR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saYPxAHqhR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saYPxAHqhR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saYPxAHqhR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saYPxAHqhR .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saYPxAHqhR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saYPxAHqhR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saYPxAHqhR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saYPxAHqhR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saYPxAHqhR .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-saYPxAHqhR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saYPxAHqhR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saYPxAHqhR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saYPxAHqhR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saYPxAHqhR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saYPxAHqhR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saYPxAHqhR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saYPxAHqhR button.navbar-toggler:focus {
  outline: none;
}
.cid-saYPxAHqhR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saYPxAHqhR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saYPxAHqhR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saYPxAHqhR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saYPxAHqhR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saYPxAHqhR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saYPxAHqhR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saYPxAHqhR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saYPxAHqhR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saYPxAHqhR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saYPxAHqhR .collapsed .btn {
  display: flex;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saYPxAHqhR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saYPxAHqhR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saYPxAHqhR .collapsed button.navbar-toggler {
  display: block;
}
.cid-saYPxAHqhR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saYPxAHqhR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saYPxAHqhR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saYPxAHqhR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saYPxAHqhR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saYPxAHqhR .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: 991px) {
  .cid-saYPxAHqhR .navbar-expand {
    flex-direction: column;
  }
  .cid-saYPxAHqhR img {
    height: 3.8rem !important;
  }
  .cid-saYPxAHqhR .btn {
    display: flex;
  }
  .cid-saYPxAHqhR button.navbar-toggler {
    display: block;
  }
  .cid-saYPxAHqhR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saYPxAHqhR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saYPxAHqhR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing,
  .cid-saYPxAHqhR .navbar-collapse.show {
    display: block !important;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing .navbar-nav,
  .cid-saYPxAHqhR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saYPxAHqhR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saYPxAHqhR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing .navbar-buttons,
  .cid-saYPxAHqhR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saYPxAHqhR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saYPxAHqhR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saYPxAHqhR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saYPxAHqhR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saYPxAHqhR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saYPxAHqhR .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-saYPxAHqhR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saYPxAHqhR .navbar-collapse {
  flex-basis: auto;
}
.cid-saYPxAHqhR .nav-link:hover,
.cid-saYPxAHqhR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-saYPxBolG7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxBolG7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGZ6kWbYn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGZ6kWbYn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGZ6kWbYn .section-text {
  padding: 2rem 0;
}
.cid-uYGZ6kWbYn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYGZ6kWbYn .inner-container {
    width: 100% !important;
  }
}
.cid-saYPxCj0xS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saYPxCj0xS .counter-container {
  color: #767676;
}
.cid-saYPxCj0xS .counter-container ul {
  margin-bottom: 0;
}
.cid-saYPxCj0xS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saYPxCj0xS .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-saYPxCMise {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxCMise .mbr-text,
.cid-saYPxCMise blockquote {
  color: #767676;
}
.cid-saYPxDbilq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxDbilq .mbr-text,
.cid-saYPxDbilq blockquote {
  color: #767676;
}
.cid-saYPxDTxhP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxDTxhP .image-block {
  margin: auto;
}
.cid-saYPxDTxhP figcaption {
  position: relative;
}
.cid-saYPxDTxhP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxDTxhP .image-block {
    width: 100% !important;
  }
}
.cid-saYPxEmxaM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxEmxaM .mbr-text,
.cid-saYPxEmxaM blockquote {
  color: #767676;
}
.cid-saYPxEWXAj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxEWXAj .image-block {
  margin: auto;
}
.cid-saYPxEWXAj figcaption {
  position: relative;
}
.cid-saYPxEWXAj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxEWXAj .image-block {
    width: 100% !important;
  }
}
.cid-saZWGDkeKY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saZWGDkeKY .mbr-text,
.cid-saZWGDkeKY blockquote {
  color: #767676;
}
.cid-saZWHNPUZ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saZWHNPUZ3 .mbr-text,
.cid-saZWHNPUZ3 blockquote {
  color: #767676;
}
.cid-saYPxFy28v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxFy28v .mbr-text,
.cid-saYPxFy28v blockquote {
  color: #767676;
}
.cid-saYPxG3JEr {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxG3JEr .image-block {
  margin: auto;
}
.cid-saYPxG3JEr figcaption {
  position: relative;
}
.cid-saYPxG3JEr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxG3JEr .image-block {
    width: 100% !important;
  }
}
.cid-saYPxGCtNx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxGCtNx .mbr-text,
.cid-saYPxGCtNx blockquote {
  color: #767676;
}
.cid-saYPxH4RGc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxH4RGc .image-block {
  margin: auto;
}
.cid-saYPxH4RGc figcaption {
  position: relative;
}
.cid-saYPxH4RGc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxH4RGc .image-block {
    width: 100% !important;
  }
}
.cid-saYPxHAiPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxHAiPq .mbr-text,
.cid-saYPxHAiPq blockquote {
  color: #767676;
}
.cid-saYPxHZ2oD {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxHZ2oD .image-block {
  margin: auto;
}
.cid-saYPxHZ2oD figcaption {
  position: relative;
}
.cid-saYPxHZ2oD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxHZ2oD .image-block {
    width: 100% !important;
  }
}
.cid-saYPxIuBzO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxIuBzO .mbr-text,
.cid-saYPxIuBzO blockquote {
  color: #767676;
}
.cid-sb1Pnjf86O {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sb1Pnjf86O .image-block {
  margin: auto;
}
.cid-sb1Pnjf86O figcaption {
  position: relative;
}
.cid-sb1Pnjf86O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sb1Pnjf86O .image-block {
    width: 100% !important;
  }
}
.cid-sb1PoIewSu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb1PoIewSu .mbr-text,
.cid-sb1PoIewSu blockquote {
  color: #767676;
}
.cid-sb1TfpTeHV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sb1TfpTeHV .image-block {
  margin: auto;
}
.cid-sb1TfpTeHV figcaption {
  position: relative;
}
.cid-sb1TfpTeHV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sb1TfpTeHV .image-block {
    width: 100% !important;
  }
}
.cid-sb1U24AMWs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb1U24AMWs .mbr-text,
.cid-sb1U24AMWs blockquote {
  color: #767676;
}
.cid-saYPxJu9Ql {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxJu9Ql .mbr-text,
.cid-saYPxJu9Ql blockquote {
  color: #767676;
}
.cid-sb26snsPcX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26snsPcX .mbr-text,
.cid-sb26snsPcX blockquote {
  color: #767676;
}
.cid-sb26vvvAA8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26vvvAA8 .mbr-text,
.cid-sb26vvvAA8 blockquote {
  color: #767676;
}
.cid-sb26sVdl9P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26sVdl9P .mbr-text,
.cid-sb26sVdl9P blockquote {
  color: #767676;
}
.cid-sb26wqIoSE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26wqIoSE .mbr-text,
.cid-sb26wqIoSE blockquote {
  color: #767676;
}
.cid-sb26ttp4pI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26ttp4pI .mbr-text,
.cid-sb26ttp4pI blockquote {
  color: #767676;
}
.cid-sb26xttJ7X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb26xttJ7X .mbr-text,
.cid-sb26xttJ7X blockquote {
  color: #767676;
}
.cid-sb26ACWEzX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sb26ACWEzX .image-block {
  margin: auto;
}
.cid-sb26ACWEzX figcaption {
  position: relative;
}
.cid-sb26ACWEzX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sb26ACWEzX .image-block {
    width: 100% !important;
  }
}
.cid-sh9IGBs8Bu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh9IGBs8Bu .mbr-text,
.cid-sh9IGBs8Bu blockquote {
  color: #767676;
}
.cid-sh9LHDPEoG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sh9LHDPEoG .image-block {
  margin: auto;
}
.cid-sh9LHDPEoG figcaption {
  position: relative;
}
.cid-sh9LHDPEoG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9LHDPEoG .image-block {
    width: 100% !important;
  }
}
.cid-sh9MksXW1i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh9MksXW1i .mbr-text,
.cid-sh9MksXW1i blockquote {
  color: #767676;
}
.cid-sh9OnfdPC5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sh9OnfdPC5 .image-block {
  margin: auto;
}
.cid-sh9OnfdPC5 figcaption {
  position: relative;
}
.cid-sh9OnfdPC5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9OnfdPC5 .image-block {
    width: 100% !important;
  }
}
.cid-sh9OQALLR3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh9OQALLR3 .mbr-text,
.cid-sh9OQALLR3 blockquote {
  color: #767676;
}
.cid-sh9RFsZPtO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sh9RFsZPtO .image-block {
  margin: auto;
}
.cid-sh9RFsZPtO figcaption {
  position: relative;
}
.cid-sh9RFsZPtO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9RFsZPtO .image-block {
    width: 100% !important;
  }
}
.cid-sh9S9OEtDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh9S9OEtDl .mbr-text,
.cid-sh9S9OEtDl blockquote {
  color: #767676;
}
.cid-sh9UgJAH3B {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sh9UgJAH3B .image-block {
  margin: auto;
}
.cid-sh9UgJAH3B figcaption {
  position: relative;
}
.cid-sh9UgJAH3B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9UgJAH3B .image-block {
    width: 100% !important;
  }
}
.cid-sh9UR7qX0a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sh9UR7qX0a .mbr-text,
.cid-sh9UR7qX0a blockquote {
  color: #767676;
}
.cid-sh9XKjikYC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sh9XKjikYC .image-block {
  margin: auto;
}
.cid-sh9XKjikYC figcaption {
  position: relative;
}
.cid-sh9XKjikYC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sh9XKjikYC .image-block {
    width: 100% !important;
  }
}
.cid-sb2swCtu00 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb2swCtu00 .mbr-text,
.cid-sb2swCtu00 blockquote {
  color: #767676;
}
.cid-skEWqlrN8B {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWqlrN8B .image-block {
  margin: auto;
}
.cid-skEWqlrN8B figcaption {
  position: relative;
}
.cid-skEWqlrN8B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWqlrN8B .image-block {
    width: 100% !important;
  }
}
.cid-skEWoV0GG4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWoV0GG4 .mbr-text,
.cid-skEWoV0GG4 blockquote {
  color: #767676;
}
.cid-skEWr5eYSd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWr5eYSd .image-block {
  margin: auto;
}
.cid-skEWr5eYSd figcaption {
  position: relative;
}
.cid-skEWr5eYSd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWr5eYSd .image-block {
    width: 100% !important;
  }
}
.cid-skEWscfl2d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWscfl2d .mbr-text,
.cid-skEWscfl2d blockquote {
  color: #767676;
}
.cid-skEWt6NPmn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWt6NPmn .image-block {
  margin: auto;
}
.cid-skEWt6NPmn figcaption {
  position: relative;
}
.cid-skEWt6NPmn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWt6NPmn .image-block {
    width: 100% !important;
  }
}
.cid-skEYJE197g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEYJE197g .mbr-text,
.cid-skEYJE197g blockquote {
  color: #767676;
}
.cid-skEYL7gwMM {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEYL7gwMM .image-block {
  margin: auto;
}
.cid-skEYL7gwMM figcaption {
  position: relative;
}
.cid-skEYL7gwMM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEYL7gwMM .image-block {
    width: 100% !important;
  }
}
.cid-skEYM1aANW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEYM1aANW .mbr-text,
.cid-skEYM1aANW blockquote {
  color: #767676;
}
.cid-skEYMPDbAe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEYMPDbAe .image-block {
  margin: auto;
}
.cid-skEYMPDbAe figcaption {
  position: relative;
}
.cid-skEYMPDbAe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEYMPDbAe .image-block {
    width: 100% !important;
  }
}
.cid-skEYNRCI1L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEYNRCI1L .mbr-text,
.cid-skEYNRCI1L blockquote {
  color: #767676;
}
.cid-skEWuGQ24o {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWuGQ24o .image-block {
  margin: auto;
}
.cid-skEWuGQ24o figcaption {
  position: relative;
}
.cid-skEWuGQ24o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWuGQ24o .image-block {
    width: 100% !important;
  }
}
.cid-skEWw4hg26 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWw4hg26 .mbr-text,
.cid-skEWw4hg26 blockquote {
  color: #767676;
}
.cid-skFbqwhkAc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFbqwhkAc .image-block {
  margin: auto;
}
.cid-skFbqwhkAc figcaption {
  position: relative;
}
.cid-skFbqwhkAc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFbqwhkAc .image-block {
    width: 100% !important;
  }
}
.cid-skEWxafSzu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWxafSzu .mbr-text,
.cid-skEWxafSzu blockquote {
  color: #767676;
}
.cid-skEWykHFIL {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWykHFIL .image-block {
  margin: auto;
}
.cid-skEWykHFIL figcaption {
  position: relative;
}
.cid-skEWykHFIL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWykHFIL .image-block {
    width: 100% !important;
  }
}
.cid-skEWzl7fjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWzl7fjn .mbr-text,
.cid-skEWzl7fjn blockquote {
  color: #767676;
}
.cid-skEWAXEN3g {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skEWAXEN3g .image-block {
  margin: auto;
}
.cid-skEWAXEN3g figcaption {
  position: relative;
}
.cid-skEWAXEN3g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skEWAXEN3g .image-block {
    width: 100% !important;
  }
}
.cid-skEWC8XzKv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWC8XzKv .mbr-text,
.cid-skEWC8XzKv blockquote {
  color: #767676;
}
.cid-skFntVxPY6 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFntVxPY6 .image-block {
  margin: auto;
}
.cid-skFntVxPY6 figcaption {
  position: relative;
}
.cid-skFntVxPY6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFntVxPY6 .image-block {
    width: 100% !important;
  }
}
.cid-skFnv2dt3V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skFnv2dt3V .mbr-text,
.cid-skFnv2dt3V blockquote {
  color: #767676;
}
.cid-skFnvLMToD {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFnvLMToD .image-block {
  margin: auto;
}
.cid-skFnvLMToD figcaption {
  position: relative;
}
.cid-skFnvLMToD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFnvLMToD .image-block {
    width: 100% !important;
  }
}
.cid-skFnwto8CR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skFnwto8CR .mbr-text,
.cid-skFnwto8CR blockquote {
  color: #767676;
}
.cid-skFnxpuxRx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFnxpuxRx .image-block {
  margin: auto;
}
.cid-skFnxpuxRx figcaption {
  position: relative;
}
.cid-skFnxpuxRx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFnxpuxRx .image-block {
    width: 100% !important;
  }
}
.cid-skFnygn5kx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skFnygn5kx .mbr-text,
.cid-skFnygn5kx blockquote {
  color: #767676;
}
.cid-skFtmcWihh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFtmcWihh .image-block {
  margin: auto;
}
.cid-skFtmcWihh figcaption {
  position: relative;
}
.cid-skFtmcWihh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFtmcWihh .image-block {
    width: 100% !important;
  }
}
.cid-skFtmME2ZL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skFtmME2ZL .mbr-text,
.cid-skFtmME2ZL blockquote {
  color: #767676;
}
.cid-skFtnypbmx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skFtnypbmx .image-block {
  margin: auto;
}
.cid-skFtnypbmx figcaption {
  position: relative;
}
.cid-skFtnypbmx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skFtnypbmx .image-block {
    width: 100% !important;
  }
}
.cid-skFtog4xQI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skFtog4xQI .mbr-text,
.cid-skFtog4xQI blockquote {
  color: #767676;
}
.cid-saYPxKs2p1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxKs2p1 .mbr-text,
.cid-saYPxKs2p1 blockquote {
  color: #767676;
}
.cid-slDN1fO2fb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slDN1fO2fb .image-block {
  margin: auto;
}
.cid-slDN1fO2fb figcaption {
  position: relative;
}
.cid-slDN1fO2fb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slDN1fO2fb .image-block {
    width: 100% !important;
  }
}
.cid-slDO66kzvT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slDO66kzvT .mbr-text,
.cid-slDO66kzvT blockquote {
  color: #767676;
}
.cid-slDOjp6U7K {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slDOjp6U7K .image-block {
  margin: auto;
}
.cid-slDOjp6U7K figcaption {
  position: relative;
}
.cid-slDOjp6U7K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slDOjp6U7K .image-block {
    width: 100% !important;
  }
}
.cid-slDPu63V8h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slDPu63V8h .mbr-text,
.cid-slDPu63V8h blockquote {
  color: #767676;
}
.cid-slDPx4ats0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slDPx4ats0 .image-block {
  margin: auto;
}
.cid-slDPx4ats0 figcaption {
  position: relative;
}
.cid-slDPx4ats0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slDPx4ats0 .image-block {
    width: 100% !important;
  }
}
.cid-slDPuD6pKk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slDPuD6pKk .mbr-text,
.cid-slDPuD6pKk blockquote {
  color: #767676;
}
.cid-slDPxNefr3 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slDPxNefr3 .image-block {
  margin: auto;
}
.cid-slDPxNefr3 figcaption {
  position: relative;
}
.cid-slDPxNefr3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slDPxNefr3 .image-block {
    width: 100% !important;
  }
}
.cid-slDPvindvx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slDPvindvx .mbr-text,
.cid-slDPvindvx blockquote {
  color: #767676;
}
.cid-slDPyKx5bi {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slDPyKx5bi .image-block {
  margin: auto;
}
.cid-slDPyKx5bi figcaption {
  position: relative;
}
.cid-slDPyKx5bi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slDPyKx5bi .image-block {
    width: 100% !important;
  }
}
.cid-slGRVnK5Pu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slGRVnK5Pu .mbr-text,
.cid-slGRVnK5Pu blockquote {
  color: #767676;
}
.cid-slGRWOehCC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slGRWOehCC .image-block {
  margin: auto;
}
.cid-slGRWOehCC figcaption {
  position: relative;
}
.cid-slGRWOehCC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slGRWOehCC .image-block {
    width: 100% !important;
  }
}
.cid-slGUz0lljw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slGUz0lljw .mbr-text,
.cid-slGUz0lljw blockquote {
  color: #767676;
}
.cid-slGUzUpQGU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slGUzUpQGU .image-block {
  margin: auto;
}
.cid-slGUzUpQGU figcaption {
  position: relative;
}
.cid-slGUzUpQGU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slGUzUpQGU .image-block {
    width: 100% !important;
  }
}
.cid-slGUARofyn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slGUARofyn .mbr-text,
.cid-slGUARofyn blockquote {
  color: #767676;
}
.cid-slGUBMWmlF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slGUBMWmlF .image-block {
  margin: auto;
}
.cid-slGUBMWmlF figcaption {
  position: relative;
}
.cid-slGUBMWmlF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slGUBMWmlF .image-block {
    width: 100% !important;
  }
}
.cid-slIYbJSoXw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slIYbJSoXw .mbr-text,
.cid-slIYbJSoXw blockquote {
  color: #767676;
}
.cid-slIYcPpi7K {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slIYcPpi7K .image-block {
  margin: auto;
}
.cid-slIYcPpi7K figcaption {
  position: relative;
}
.cid-slIYcPpi7K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slIYcPpi7K .image-block {
    width: 100% !important;
  }
}
.cid-slIYdv2cte {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slIYdv2cte .mbr-text,
.cid-slIYdv2cte blockquote {
  color: #767676;
}
.cid-skEWtPVtTR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skEWtPVtTR .mbr-text,
.cid-skEWtPVtTR blockquote {
  color: #767676;
}
.cid-slQGHWyhm3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQGHWyhm3 .mbr-text,
.cid-slQGHWyhm3 blockquote {
  color: #767676;
}
.cid-slQKbuMSvX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slQKbuMSvX .image-block {
  margin: auto;
}
.cid-slQKbuMSvX figcaption {
  position: relative;
}
.cid-slQKbuMSvX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slQKbuMSvX .image-block {
    width: 100% !important;
  }
}
.cid-slQL94DdiI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQL94DdiI .mbr-text,
.cid-slQL94DdiI blockquote {
  color: #767676;
}
.cid-slQLaJmrwt {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slQLaJmrwt .image-block {
  margin: auto;
}
.cid-slQLaJmrwt figcaption {
  position: relative;
}
.cid-slQLaJmrwt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slQLaJmrwt .image-block {
    width: 100% !important;
  }
}
.cid-slQL9H1hD1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQL9H1hD1 .mbr-text,
.cid-slQL9H1hD1 blockquote {
  color: #767676;
}
.cid-slIYenDZpV {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slIYenDZpV .image-block {
  margin: auto;
}
.cid-slIYenDZpV figcaption {
  position: relative;
}
.cid-slIYenDZpV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slIYenDZpV .image-block {
    width: 100% !important;
  }
}
.cid-slQR1Zi3zY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQR1Zi3zY .mbr-text,
.cid-slQR1Zi3zY blockquote {
  color: #767676;
}
.cid-slQR3yYfvU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slQR3yYfvU .image-block {
  margin: auto;
}
.cid-slQR3yYfvU figcaption {
  position: relative;
}
.cid-slQR3yYfvU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slQR3yYfvU .image-block {
    width: 100% !important;
  }
}
.cid-slQL56h09Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQL56h09Z .mbr-text,
.cid-slQL56h09Z blockquote {
  color: #767676;
}
.cid-slQLctfmwD {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slQLctfmwD .image-block {
  margin: auto;
}
.cid-slQLctfmwD figcaption {
  position: relative;
}
.cid-slQLctfmwD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slQLctfmwD .image-block {
    width: 100% !important;
  }
}
.cid-slQGIyofIP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slQGIyofIP .mbr-text,
.cid-slQGIyofIP blockquote {
  color: #767676;
}
.cid-slVzkYyoNm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slVzkYyoNm .image-block {
  margin: auto;
}
.cid-slVzkYyoNm figcaption {
  position: relative;
}
.cid-slVzkYyoNm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slVzkYyoNm .image-block {
    width: 100% !important;
  }
}
.cid-slVzj8IVPU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slVzj8IVPU .mbr-text,
.cid-slVzj8IVPU blockquote {
  color: #767676;
}
.cid-slVDURzHWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-slVDURzHWI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-slVDURzHWI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-slVDURzHWI .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-slVDURzHWI .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-slVDURzHWI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-slVDURzHWI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-slVDURzHWI .img-item {
    width: 100% !important;
  }
  .cid-slVDURzHWI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-slVDW8IWWl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slVDW8IWWl .mbr-text,
.cid-slVDW8IWWl blockquote {
  color: #767676;
}
.cid-slVXA73wUA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slVXA73wUA .mbr-text,
.cid-slVXA73wUA blockquote {
  color: #767676;
}
.cid-slVzmhKn3e {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slVzmhKn3e .image-block {
  margin: auto;
}
.cid-slVzmhKn3e figcaption {
  position: relative;
}
.cid-slVzmhKn3e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slVzmhKn3e .image-block {
    width: 100% !important;
  }
}
.cid-slVzipwfgM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slVzipwfgM .mbr-text,
.cid-slVzipwfgM blockquote {
  color: #767676;
}
.cid-saYPxKWPeZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxKWPeZ .image-block {
  margin: auto;
}
.cid-saYPxKWPeZ figcaption {
  position: relative;
}
.cid-saYPxKWPeZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxKWPeZ .image-block {
    width: 100% !important;
  }
}
.cid-saYPxLzQwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxLzQwc .mbr-text,
.cid-saYPxLzQwc blockquote {
  color: #767676;
}
.cid-saYPxLYjSn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxLYjSn .image-block {
  margin: auto;
}
.cid-saYPxLYjSn figcaption {
  position: relative;
}
.cid-saYPxLYjSn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxLYjSn .image-block {
    width: 100% !important;
  }
}
.cid-saYPxMt5oy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxMt5oy .mbr-text,
.cid-saYPxMt5oy blockquote {
  color: #767676;
}
.cid-slW8rG4uSq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slW8rG4uSq .image-block {
  margin: auto;
}
.cid-slW8rG4uSq figcaption {
  position: relative;
}
.cid-slW8rG4uSq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slW8rG4uSq .image-block {
    width: 100% !important;
  }
}
.cid-slW8suxYkU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slW8suxYkU .mbr-text,
.cid-slW8suxYkU blockquote {
  color: #767676;
}
.cid-slW8tz7bBy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slW8tz7bBy .image-block {
  margin: auto;
}
.cid-slW8tz7bBy figcaption {
  position: relative;
}
.cid-slW8tz7bBy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slW8tz7bBy .image-block {
    width: 100% !important;
  }
}
.cid-slW8uf1v4F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slW8uf1v4F .mbr-text,
.cid-slW8uf1v4F blockquote {
  color: #767676;
}
.cid-slWns7oaDY {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWns7oaDY .image-block {
  margin: auto;
}
.cid-slWns7oaDY figcaption {
  position: relative;
}
.cid-slWns7oaDY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWns7oaDY .image-block {
    width: 100% !important;
  }
}
.cid-slWpR2ayxo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWpR2ayxo .mbr-text,
.cid-slWpR2ayxo blockquote {
  color: #767676;
}
.cid-slWr9Zp8EC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWr9Zp8EC .image-block {
  margin: auto;
}
.cid-slWr9Zp8EC figcaption {
  position: relative;
}
.cid-slWr9Zp8EC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWr9Zp8EC .image-block {
    width: 100% !important;
  }
}
.cid-slWnILWqai {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWnILWqai .mbr-text,
.cid-slWnILWqai blockquote {
  color: #767676;
}
.cid-slWnsOmJqc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWnsOmJqc .image-block {
  margin: auto;
}
.cid-slWnsOmJqc figcaption {
  position: relative;
}
.cid-slWnsOmJqc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWnsOmJqc .image-block {
    width: 100% !important;
  }
}
.cid-slWntPmHWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWntPmHWI .mbr-text,
.cid-slWntPmHWI blockquote {
  color: #767676;
}
.cid-slWvuBUzeB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWvuBUzeB .image-block {
  margin: auto;
}
.cid-slWvuBUzeB figcaption {
  position: relative;
}
.cid-slWvuBUzeB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWvuBUzeB .image-block {
    width: 100% !important;
  }
}
.cid-saYPxN0tiJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxN0tiJ .mbr-text,
.cid-saYPxN0tiJ blockquote {
  color: #767676;
}
.cid-slWwQh5LD7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWwQh5LD7 .image-block {
  margin: auto;
}
.cid-slWwQh5LD7 figcaption {
  position: relative;
}
.cid-slWwQh5LD7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWwQh5LD7 .image-block {
    width: 100% !important;
  }
}
.cid-slWnviQHxp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWnviQHxp .mbr-text,
.cid-slWnviQHxp blockquote {
  color: #767676;
}
.cid-slWnwuBd52 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWnwuBd52 .image-block {
  margin: auto;
}
.cid-slWnwuBd52 figcaption {
  position: relative;
}
.cid-slWnwuBd52 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWnwuBd52 .image-block {
    width: 100% !important;
  }
}
.cid-slWnxGtf37 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWnxGtf37 .mbr-text,
.cid-slWnxGtf37 blockquote {
  color: #767676;
}
.cid-saYPxNyjfz {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-saYPxNyjfz .image-block {
  margin: auto;
}
.cid-saYPxNyjfz figcaption {
  position: relative;
}
.cid-saYPxNyjfz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saYPxNyjfz .image-block {
    width: 100% !important;
  }
}
.cid-saYPxO4fau {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxO4fau .mbr-text,
.cid-saYPxO4fau blockquote {
  color: #767676;
}
.cid-slWnA2ywP7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWnA2ywP7 .image-block {
  margin: auto;
}
.cid-slWnA2ywP7 figcaption {
  position: relative;
}
.cid-slWnA2ywP7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWnA2ywP7 .image-block {
    width: 100% !important;
  }
}
.cid-slWnAPjP1p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWnAPjP1p .mbr-text,
.cid-slWnAPjP1p blockquote {
  color: #767676;
}
.cid-slWnDbLDTy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slWnDbLDTy .image-block {
  margin: auto;
}
.cid-slWnDbLDTy figcaption {
  position: relative;
}
.cid-slWnDbLDTy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slWnDbLDTy .image-block {
    width: 100% !important;
  }
}
.cid-slWnEj4QMy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slWnEj4QMy .mbr-text,
.cid-slWnEj4QMy blockquote {
  color: #767676;
}
.cid-slYahDsjil {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slYahDsjil .image-block {
  margin: auto;
}
.cid-slYahDsjil figcaption {
  position: relative;
}
.cid-slYahDsjil figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slYahDsjil .image-block {
    width: 100% !important;
  }
}
.cid-slYaiDkWPQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slYaiDkWPQ .mbr-text,
.cid-slYaiDkWPQ blockquote {
  color: #767676;
}
.cid-slYakFFFNn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-slYakFFFNn .image-block {
  margin: auto;
}
.cid-slYakFFFNn figcaption {
  position: relative;
}
.cid-slYakFFFNn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-slYakFFFNn .image-block {
    width: 100% !important;
  }
}
.cid-slYane0BSf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-slYane0BSf .mbr-text,
.cid-slYane0BSf blockquote {
  color: #767676;
}
.cid-saYPxOytKt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxOytKt .mbr-text,
.cid-saYPxOytKt blockquote {
  color: #767676;
}
.cid-saYPxOXKxm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saYPxOXKxm .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saYPxOXKxm .section-text {
  padding: 2rem 0;
}
.cid-saYPxOXKxm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saYPxOXKxm .inner-container {
    width: 100% !important;
  }
}
.cid-saYPxPtoay {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saYPxPtoay .counter-container {
  color: #767676;
}
.cid-saYPxPtoay .counter-container ul {
  margin-bottom: 0;
}
.cid-saYPxPtoay .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saYPxPtoay .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYH2BnaBU2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYH2BnaBU2 .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYH2BnaBU2 .social-list a:focus {
  text-decoration: none;
}
.cid-saYPxQJBk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-saYPxQJBk7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-saYPxQJBk7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-saYPxQJBk7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-saYPxQJBk7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-saYPxQJBk7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-saYPxQJBk7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-saYPxQJBk7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saYPxQJBk7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-saYPxQJBk7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saYPxQJBk7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saYPxQJBk7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saYPxQJBk7 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-saYPxQJBk7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-saYPxQJBk7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-smjM5ULZ7Q {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sherwoodbackground-2-2000x1500.jpg");
}
.cid-smjM5ULZ7Q H1 {
  text-align: center;
}
.cid-smjM5VXN2M .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-smjM5VXN2M .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-smjM5VXN2M a {
  font-style: normal;
}
.cid-smjM5VXN2M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smjM5VXN2M .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-smjM5VXN2M .nav-item:focus,
.cid-smjM5VXN2M .nav-link:focus {
  outline: none;
}
.cid-smjM5VXN2M .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-smjM5VXN2M .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smjM5VXN2M .menu-logo {
  margin-right: auto;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smjM5VXN2M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smjM5VXN2M .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smjM5VXN2M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smjM5VXN2M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smjM5VXN2M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smjM5VXN2M .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smjM5VXN2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smjM5VXN2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smjM5VXN2M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smjM5VXN2M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smjM5VXN2M .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-smjM5VXN2M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smjM5VXN2M .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smjM5VXN2M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smjM5VXN2M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smjM5VXN2M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smjM5VXN2M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smjM5VXN2M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smjM5VXN2M button.navbar-toggler:focus {
  outline: none;
}
.cid-smjM5VXN2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smjM5VXN2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smjM5VXN2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smjM5VXN2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smjM5VXN2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smjM5VXN2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smjM5VXN2M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smjM5VXN2M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smjM5VXN2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smjM5VXN2M .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-smjM5VXN2M .collapsed .btn {
  display: flex;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smjM5VXN2M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smjM5VXN2M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-smjM5VXN2M .collapsed button.navbar-toggler {
  display: block;
}
.cid-smjM5VXN2M .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smjM5VXN2M .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smjM5VXN2M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smjM5VXN2M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smjM5VXN2M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smjM5VXN2M .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: 991px) {
  .cid-smjM5VXN2M .navbar-expand {
    flex-direction: column;
  }
  .cid-smjM5VXN2M img {
    height: 3.8rem !important;
  }
  .cid-smjM5VXN2M .btn {
    display: flex;
  }
  .cid-smjM5VXN2M button.navbar-toggler {
    display: block;
  }
  .cid-smjM5VXN2M .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-smjM5VXN2M .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smjM5VXN2M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing,
  .cid-smjM5VXN2M .navbar-collapse.show {
    display: block !important;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing .navbar-nav,
  .cid-smjM5VXN2M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smjM5VXN2M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-smjM5VXN2M .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing .navbar-buttons,
  .cid-smjM5VXN2M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smjM5VXN2M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smjM5VXN2M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smjM5VXN2M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smjM5VXN2M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smjM5VXN2M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smjM5VXN2M .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-smjM5VXN2M .menu-logo {
    flex-shrink: 0;
  }
}
.cid-smjM5VXN2M .navbar-collapse {
  flex-basis: auto;
}
.cid-smjM5VXN2M .nav-link:hover,
.cid-smjM5VXN2M .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-smjM5WlngK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM5WlngK .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGYu8PTHF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGYu8PTHF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYGYu8PTHF .section-text {
  padding: 2rem 0;
}
.cid-uYGYu8PTHF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYGYu8PTHF .inner-container {
    width: 100% !important;
  }
}
.cid-smjM5WK323 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-smjM5WK323 .counter-container {
  color: #767676;
}
.cid-smjM5WK323 .counter-container ul {
  margin-bottom: 0;
}
.cid-smjM5WK323 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smjM5WK323 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-smjM5WZajH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM5WZajH .mbr-text,
.cid-smjM5WZajH blockquote {
  color: #767676;
}
.cid-smjM6oQGQh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6oQGQh .mbr-text,
.cid-smjM6oQGQh blockquote {
  color: #767676;
}
.cid-smjM6p5pwf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM6p5pwf .image-block {
  margin: auto;
}
.cid-smjM6p5pwf figcaption {
  position: relative;
}
.cid-smjM6p5pwf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM6p5pwf .image-block {
    width: 100% !important;
  }
}
.cid-smjM6pk9qx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6pk9qx .mbr-text,
.cid-smjM6pk9qx blockquote {
  color: #767676;
}
.cid-smjM6pzeWj {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM6pzeWj .image-block {
  margin: auto;
}
.cid-smjM6pzeWj figcaption {
  position: relative;
}
.cid-smjM6pzeWj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM6pzeWj .image-block {
    width: 100% !important;
  }
}
.cid-smjM624Jw0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM624Jw0 .mbr-text,
.cid-smjM624Jw0 blockquote {
  color: #767676;
}
.cid-smjM62fkxp {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM62fkxp .image-block {
  margin: auto;
}
.cid-smjM62fkxp figcaption {
  position: relative;
}
.cid-smjM62fkxp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM62fkxp .image-block {
    width: 100% !important;
  }
}
.cid-smjM62slob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM62slob .mbr-text,
.cid-smjM62slob blockquote {
  color: #767676;
}
.cid-smjM62FdH7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM62FdH7 .image-block {
  margin: auto;
}
.cid-smjM62FdH7 figcaption {
  position: relative;
}
.cid-smjM62FdH7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM62FdH7 .image-block {
    width: 100% !important;
  }
}
.cid-smjM62RBGH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM62RBGH .mbr-text,
.cid-smjM62RBGH blockquote {
  color: #767676;
}
.cid-smjM633pg7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM633pg7 .image-block {
  margin: auto;
}
.cid-smjM633pg7 figcaption {
  position: relative;
}
.cid-smjM633pg7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM633pg7 .image-block {
    width: 100% !important;
  }
}
.cid-smjM63fhcL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM63fhcL .mbr-text,
.cid-smjM63fhcL blockquote {
  color: #767676;
}
.cid-smjWqOU8OW {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjWqOU8OW .image-block {
  margin: auto;
}
.cid-smjWqOU8OW figcaption {
  position: relative;
}
.cid-smjWqOU8OW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjWqOU8OW .image-block {
    width: 100% !important;
  }
}
.cid-smjWrFqxcP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-smjWrFqxcP .image-block {
  margin: auto;
}
.cid-smjWrFqxcP figcaption {
  position: relative;
}
.cid-smjWrFqxcP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjWrFqxcP .image-block {
    width: 100% !important;
  }
}
.cid-smjWtyzYey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjWtyzYey .mbr-text,
.cid-smjWtyzYey blockquote {
  color: #767676;
}
.cid-smjM63rV6l {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM63rV6l .image-block {
  margin: auto;
}
.cid-smjM63rV6l figcaption {
  position: relative;
}
.cid-smjM63rV6l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM63rV6l .image-block {
    width: 100% !important;
  }
}
.cid-smjM6hLba6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6hLba6 .mbr-text,
.cid-smjM6hLba6 blockquote {
  color: #767676;
}
.cid-smjM6hZ0oh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM6hZ0oh .image-block {
  margin: auto;
}
.cid-smjM6hZ0oh figcaption {
  position: relative;
}
.cid-smjM6hZ0oh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM6hZ0oh .image-block {
    width: 100% !important;
  }
}
.cid-smjM6idzbv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6idzbv .mbr-text,
.cid-smjM6idzbv blockquote {
  color: #767676;
}
.cid-smjZ1IkqC6 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjZ1IkqC6 .image-block {
  margin: auto;
}
.cid-smjZ1IkqC6 figcaption {
  position: relative;
}
.cid-smjZ1IkqC6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjZ1IkqC6 .image-block {
    width: 100% !important;
  }
}
.cid-smjZ2W32bw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjZ2W32bw .mbr-text,
.cid-smjZ2W32bw blockquote {
  color: #767676;
}
.cid-smlwT17g8N {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-smlwT17g8N .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-smlwT17g8N .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-smlwT17g8N .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-smlwT17g8N .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-smlwT17g8N .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-smlwT17g8N .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-smlwT17g8N .img-item {
    width: 100% !important;
  }
  .cid-smlwT17g8N .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-smjM61HL27 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM61HL27 .mbr-text,
.cid-smjM61HL27 blockquote {
  color: #767676;
}
.cid-smjM6nUfh1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smjM6nUfh1 .image-block {
  margin: auto;
}
.cid-smjM6nUfh1 figcaption {
  position: relative;
}
.cid-smjM6nUfh1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smjM6nUfh1 .image-block {
    width: 100% !important;
  }
}
.cid-smjM6pNKrV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6pNKrV .mbr-text,
.cid-smjM6pNKrV blockquote {
  color: #767676;
}
.cid-smlytNKZmR {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smlytNKZmR .image-block {
  margin: auto;
}
.cid-smlytNKZmR figcaption {
  position: relative;
}
.cid-smlytNKZmR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smlytNKZmR .image-block {
    width: 100% !important;
  }
}
.cid-smlyuIsTik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smlyuIsTik .mbr-text,
.cid-smlyuIsTik blockquote {
  color: #767676;
}
.cid-smlyvRqgiQ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smlyvRqgiQ .image-block {
  margin: auto;
}
.cid-smlyvRqgiQ figcaption {
  position: relative;
}
.cid-smlyvRqgiQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smlyvRqgiQ .image-block {
    width: 100% !important;
  }
}
.cid-smlywXKgR2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smlywXKgR2 .mbr-text,
.cid-smlywXKgR2 blockquote {
  color: #767676;
}
.cid-smlyxUgfI1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smlyxUgfI1 .image-block {
  margin: auto;
}
.cid-smlyxUgfI1 figcaption {
  position: relative;
}
.cid-smlyxUgfI1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smlyxUgfI1 .image-block {
    width: 100% !important;
  }
}
.cid-smlyzBbOAx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smlyzBbOAx .mbr-text,
.cid-smlyzBbOAx blockquote {
  color: #767676;
}
.cid-smlyAAQKKP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-smlyAAQKKP .image-block {
  margin: auto;
}
.cid-smlyAAQKKP figcaption {
  position: relative;
}
.cid-smlyAAQKKP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smlyAAQKKP .image-block {
    width: 100% !important;
  }
}
.cid-smlyBBRoUT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smlyBBRoUT .mbr-text,
.cid-smlyBBRoUT blockquote {
  color: #767676;
}
.cid-smjM6qhWz5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6qhWz5 .mbr-text,
.cid-smjM6qhWz5 blockquote {
  color: #767676;
}
.cid-smjM6qwVJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-smjM6qwVJI .line {
  background-color: #1e9e39;
  color: #1e9e39;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smjM6qwVJI .section-text {
  padding: 2rem 0;
}
.cid-smjM6qwVJI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smjM6qwVJI .inner-container {
    width: 100% !important;
  }
}
.cid-smjM6qLoP9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-smjM6qLoP9 .counter-container {
  color: #767676;
}
.cid-smjM6qLoP9 .counter-container ul {
  margin-bottom: 0;
}
.cid-smjM6qLoP9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-smjM6qLoP9 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-smjM6r0sDP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1476x932.jpg");
}
.cid-smjM6r0sDP .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-smjM6r0sDP .social-list a:focus {
  text-decoration: none;
}
.cid-smjM6rkTIQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-smjM6rkTIQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-smjM6rkTIQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-smjM6rkTIQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-smjM6rkTIQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-smjM6rkTIQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-smjM6rkTIQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-smjM6rkTIQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-smjM6rkTIQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-smjM6rkTIQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-smjM6rkTIQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smjM6rkTIQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smjM6rkTIQ .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-smjM6rkTIQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-smjM6rkTIQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYGLjOFq2u {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/sherwoodbackground-4-806x605.jpg");
}
.cid-uYGLjORepj .navbar {
  padding: .5rem 0;
  background: #13862b;
  transition: none;
  min-height: 77px;
}
.cid-uYGLjORepj .navbar-dropdown.bg-color.transparent.opened {
  background: #13862b;
}
.cid-uYGLjORepj a {
  font-style: normal;
}
.cid-uYGLjORepj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uYGLjORepj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uYGLjORepj .nav-item:focus,
.cid-uYGLjORepj .nav-link:focus {
  outline: none;
}
.cid-uYGLjORepj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uYGLjORepj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uYGLjORepj .menu-logo {
  margin-right: auto;
}
.cid-uYGLjORepj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uYGLjORepj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uYGLjORepj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uYGLjORepj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uYGLjORepj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uYGLjORepj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uYGLjORepj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uYGLjORepj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uYGLjORepj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYGLjORepj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uYGLjORepj .dropdown .dropdown-menu {
  background: #13862b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uYGLjORepj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uYGLjORepj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYGLjORepj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uYGLjORepj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYGLjORepj .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-uYGLjORepj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uYGLjORepj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uYGLjORepj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uYGLjORepj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uYGLjORepj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uYGLjORepj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uYGLjORepj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uYGLjORepj button.navbar-toggler:focus {
  outline: none;
}
.cid-uYGLjORepj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYGLjORepj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYGLjORepj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYGLjORepj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYGLjORepj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYGLjORepj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYGLjORepj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYGLjORepj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYGLjORepj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYGLjORepj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uYGLjORepj .collapsed .btn {
  display: flex;
}
.cid-uYGLjORepj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing,
.cid-uYGLjORepj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uYGLjORepj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uYGLjORepj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uYGLjORepj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uYGLjORepj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uYGLjORepj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uYGLjORepj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uYGLjORepj .collapsed button.navbar-toggler {
  display: block;
}
.cid-uYGLjORepj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uYGLjORepj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uYGLjORepj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uYGLjORepj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uYGLjORepj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uYGLjORepj .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: 991px) {
  .cid-uYGLjORepj .navbar-expand {
    flex-direction: column;
  }
  .cid-uYGLjORepj img {
    height: 3.8rem !important;
  }
  .cid-uYGLjORepj .btn {
    display: flex;
  }
  .cid-uYGLjORepj button.navbar-toggler {
    display: block;
  }
  .cid-uYGLjORepj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uYGLjORepj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uYGLjORepj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing,
  .cid-uYGLjORepj .navbar-collapse.show {
    display: block !important;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing .navbar-nav,
  .cid-uYGLjORepj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uYGLjORepj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uYGLjORepj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing .navbar-buttons,
  .cid-uYGLjORepj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uYGLjORepj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uYGLjORepj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uYGLjORepj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uYGLjORepj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uYGLjORepj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uYGLjORepj .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-uYGLjORepj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uYGLjORepj .navbar-collapse {
  flex-basis: auto;
}
.cid-uYGLjORepj .nav-link:hover,
.cid-uYGLjORepj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uYGLjP2JqW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGLjP2JqW .mbr-section-subtitle {
  color: #767676;
}
.cid-uYGLjPai6C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGLjPai6C .mbr-text,
.cid-uYGLjPai6C blockquote {
  color: #767676;
}
.cid-uYGQ0nIANc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGQ0nIANc .mbr-text,
.cid-uYGQ0nIANc blockquote {
  color: #767676;
}
.cid-uYGRV037LZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYGRV037LZ .mbr-text,
.cid-uYGRV037LZ blockquote {
  color: #767676;
}
.cid-uYGLjPhHVz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYGLjPhHVz .counter-container {
  color: #767676;
}
.cid-uYGLjPhHVz .counter-container ul {
  margin-bottom: 0;
}
.cid-uYGLjPhHVz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYGLjPhHVz .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #13862b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uYGP92dY0O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/parchmentbackgreen-big-1-1476x932.jpg");
}
.cid-uYGP92dY0O .mbr-iconfont-social {
  font-size: 32px;
  color: #1e9e39;
}
.cid-uYGP92dY0O .social-list a:focus {
  text-decoration: none;
}
.cid-uYGLjPzhpY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13862b;
}
.cid-uYGLjPzhpY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYGLjPzhpY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uYGLjPzhpY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uYGLjPzhpY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYGLjPzhpY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYGLjPzhpY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uYGLjPzhpY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uYGLjPzhpY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uYGLjPzhpY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYGLjPzhpY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYGLjPzhpY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYGLjPzhpY .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uYGLjPzhpY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uYGLjPzhpY .media-container-row .row-copirayt p {
  width: 100%;
}
