body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Marcellus', serif;
  font-size: 2.85rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5625rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.995rem;
    font-size: calc( 1.6475rem + (2.85 - 1.6475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.6475rem + (2.85 - 1.6475) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%236592e6' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t11lf4Wq0M {
  z-index: 1000;
  width: 100%;
}
.cid-t11lf4Wq0M nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t11lf4Wq0M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t11lf4Wq0M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t11lf4Wq0M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t11lf4Wq0M .dropdown-item:hover,
.cid-t11lf4Wq0M .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t11lf4Wq0M .dropdown-item:hover span {
  color: white;
}
.cid-t11lf4Wq0M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t11lf4Wq0M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t11lf4Wq0M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t11lf4Wq0M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t11lf4Wq0M .nav-link {
  position: relative;
}
.cid-t11lf4Wq0M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t11lf4Wq0M .container {
    flex-wrap: nowrap;
  }
}
.cid-t11lf4Wq0M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t11lf4Wq0M .dropdown-menu,
.cid-t11lf4Wq0M .navbar.opened {
  background: #4479d9 !important;
}
.cid-t11lf4Wq0M .nav-item:focus,
.cid-t11lf4Wq0M .nav-link:focus {
  outline: none;
}
.cid-t11lf4Wq0M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t11lf4Wq0M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t11lf4Wq0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t11lf4Wq0M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t11lf4Wq0M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t11lf4Wq0M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t11lf4Wq0M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t11lf4Wq0M .navbar.opened {
  transition: all 0.3s;
}
.cid-t11lf4Wq0M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t11lf4Wq0M .navbar .navbar-logo img {
  width: auto;
}
.cid-t11lf4Wq0M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t11lf4Wq0M .navbar.collapsed {
  justify-content: center;
}
.cid-t11lf4Wq0M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t11lf4Wq0M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t11lf4Wq0M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t11lf4Wq0M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t11lf4Wq0M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t11lf4Wq0M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t11lf4Wq0M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t11lf4Wq0M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t11lf4Wq0M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t11lf4Wq0M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t11lf4Wq0M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t11lf4Wq0M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t11lf4Wq0M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t11lf4Wq0M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t11lf4Wq0M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t11lf4Wq0M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t11lf4Wq0M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t11lf4Wq0M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t11lf4Wq0M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t11lf4Wq0M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t11lf4Wq0M .navbar.navbar-short {
  min-height: 60px;
}
.cid-t11lf4Wq0M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t11lf4Wq0M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t11lf4Wq0M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t11lf4Wq0M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t11lf4Wq0M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t11lf4Wq0M .dropdown-item.active,
.cid-t11lf4Wq0M .dropdown-item:active {
  background-color: transparent;
}
.cid-t11lf4Wq0M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t11lf4Wq0M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t11lf4Wq0M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t11lf4Wq0M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t11lf4Wq0M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t11lf4Wq0M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t11lf4Wq0M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t11lf4Wq0M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t11lf4Wq0M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t11lf4Wq0M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t11lf4Wq0M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t11lf4Wq0M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t11lf4Wq0M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t11lf4Wq0M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t11lf4Wq0M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t11lf4Wq0M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t11lf4Wq0M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t11lf4Wq0M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t11lf4Wq0M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t11lf4Wq0M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t11lf4Wq0M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t11lf4Wq0M .navbar {
    height: 70px;
  }
  .cid-t11lf4Wq0M .navbar.opened {
    height: auto;
  }
  .cid-t11lf4Wq0M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t11lf4Wq0M .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t11lf4Wq0M .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t10sCBNUEu {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-t10sCBNUEu .carousel {
  width: 100%;
}
.cid-t10sCBNUEu .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t10sCBNUEu .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-t10sCBNUEu .carousel-caption {
  bottom: 260px;
}
.cid-t10sCBNUEu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t10sCBNUEu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t10sCBNUEu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t10sCBNUEu .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t10sCBNUEu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t10sCBNUEu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t10sCBNUEu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t10sCBNUEu .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t10sCBNUEu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t10sCBNUEu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t10sCBNUEu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t10sCBNUEu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t10sCBNUEu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t10sCBNUEu .carousel-indicators li.active,
.cid-t10sCBNUEu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t10sCBNUEu .carousel-indicators li::after,
.cid-t10sCBNUEu .carousel-indicators li::before {
  content: none;
}
.cid-t10sCBNUEu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t10sCBNUEu .carousel-indicators {
    display: none !important;
    padding-top: 100px;
  }
}
.cid-t10sCBNUEu h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: .5rem;
}
.cid-t10sCBNUEu span {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: .5rem;
}
.cid-t10sCBNUEu h2 {
  color: #6592e6;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: normal;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t10sCBNUEu hr {
  margin: 1rem 0;
  border-color: #ffffff;
  width: 90%;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t10sCBNUEu .carousel-caption {
    bottom: 175px;
  }
  .cid-t10sCBNUEu h1 {
    font-size: 38px !important;
    line-height: 2.5rem;
  }
  .cid-t10sCBNUEu h2 {
    font-size: 28px !important;
    line-height: 1.8rem;
  }
  .cid-t10sCBNUEu p {
    font-size: 16px !important;
  }
  .cid-t10sCBNUEu .btn-warning {
    font-size: 12px;
  }
  .cid-t10sCBNUEu .btn-primary {
    font-size: 12px;
  }
  .cid-t10sCBNUEu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t10sCBNUEu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t7x7UeCcWY.popup-builder {
  background-color: #ffffff;
}
.cid-t7x7UeCcWY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t7x7UeCcWY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t7x7UeCcWY .modal-content,
.cid-t7x7UeCcWY .modal-dialog {
  height: auto;
}
.cid-t7x7UeCcWY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t7x7UeCcWY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t7x7UeCcWY .form-wrapper .mbr-form .form-group,
  .cid-t7x7UeCcWY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t7x7UeCcWY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t7x7UeCcWY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7x7UeCcWY .mbr-text {
  text-align: center;
}
.cid-t7x7UeCcWY .pt-0 {
  padding-top: 0 !important;
}
.cid-t7x7UeCcWY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t7x7UeCcWY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t7x7UeCcWY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t7x7UeCcWY .modal-open {
  overflow: hidden;
}
.cid-t7x7UeCcWY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t7x7UeCcWY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t7x7UeCcWY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t7x7UeCcWY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t7x7UeCcWY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t7x7UeCcWY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t7x7UeCcWY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t7x7UeCcWY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t7x7UeCcWY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t7x7UeCcWY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t7x7UeCcWY .modal-backdrop.fade {
  opacity: 0;
}
.cid-t7x7UeCcWY .modal-backdrop.show {
  opacity: .5;
}
.cid-t7x7UeCcWY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t7x7UeCcWY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t7x7UeCcWY .modal-header {
    padding: 1rem;
  }
}
.cid-t7x7UeCcWY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t7x7UeCcWY .modal-header .close svg {
  fill: #353535;
}
.cid-t7x7UeCcWY .modal-header .close:hover {
  opacity: 1;
}
.cid-t7x7UeCcWY .modal-header .close:focus {
  outline: none;
}
.cid-t7x7UeCcWY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t7x7UeCcWY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t7x7UeCcWY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7x7UeCcWY .modal-body {
    padding: 1rem;
  }
}
.cid-t7x7UeCcWY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t7x7UeCcWY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7x7UeCcWY .modal-footer {
    padding: 1rem;
  }
}
.cid-t7x7UeCcWY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t7x7UeCcWY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t7x7UeCcWY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t7x7UeCcWY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t7x7UeCcWY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t7x7UeCcWY .modal-lg,
  .cid-t7x7UeCcWY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t7x7UeCcWY .modal-xl {
    max-width: 1140px;
  }
}
.cid-t7x7UeCcWY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t7x7UeCcWY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t7x7UeCcWY .form-group {
  margin-bottom: 1rem;
}
.cid-t7x7UeCcWY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t7x7UeCcWY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t7x7UeCcWY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t7x7UeCcWY .mbr-section-btn {
  margin: 0;
}
.cid-t7x7UeCcWY .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0lnL6N1sw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t0lnL6N1sw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t0lnL6N1sw .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t0lnL6N1sw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0lnL6N1sw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0lnL6N1sw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0lnL6N1sw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t0lnL6N1sw .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t0lnL6N1sw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0lnL6N1sw h6 {
  font-size: 1.9rem;
}
.cid-t0lnL6N1sw hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t0lnL6N1sw span {
  font-size: 1.8rem;
  color: #149dcc;
  font-weight: 600;
  font-family: Jost;
}
.cid-t0lyIA03ol {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #4479d9;
}
.cid-t0lyIA03ol .mbr-section-title {
  color: #ffffff;
}
.cid-t0lyIA03ol hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-t0lyIA03ol .mbr-section-subtitle {
  color: #000000;
}
.cid-t0lxVyYmqC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0lxVyYmqC img,
.cid-t0lxVyYmqC .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-t0lxVyYmqC .item:focus,
.cid-t0lxVyYmqC span:focus {
  outline: none;
}
.cid-t0lxVyYmqC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0lxVyYmqC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  -moz-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0lxVyYmqC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t0lxVyYmqC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0lxVyYmqC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t0lxVyYmqC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t0lxVyYmqC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0lxVyYmqC .mbr-section-title {
  color: #232323;
}
.cid-t0lxVyYmqC .mbr-text,
.cid-t0lxVyYmqC .mbr-section-btn {
  text-align: left;
}
.cid-t0lxVyYmqC .item-title {
  text-align: center;
}
.cid-t0lxVyYmqC .item-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-t0lS78srZj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0lS78srZj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0lLu8TDJ0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0lLu8TDJ0 img,
.cid-t0lLu8TDJ0 .item-img {
  width: 100%;
}
.cid-t0lLu8TDJ0 .item:focus,
.cid-t0lLu8TDJ0 span:focus {
  outline: none;
}
.cid-t0lLu8TDJ0 .item-wrapper {
  position: relative;
}
.cid-t0lLu8TDJ0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0lLu8TDJ0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0lLu8TDJ0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t0lLu8TDJ0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0lLu8TDJ0 .mbr-section-title {
  color: #232323;
}
.cid-t0lLu8TDJ0 .mbr-text,
.cid-t0lLu8TDJ0 .mbr-section-btn {
  text-align: left;
}
.cid-t0lLu8TDJ0 .item-title {
  text-align: left;
}
.cid-t0lLu8TDJ0 .item-subtitle {
  text-align: left;
}
.cid-t0lLu8TDJ0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t0lLu8TDJ0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t0lLu8TDJ0 .embla__button--next,
.cid-t0lLu8TDJ0 .embla__button--prev {
  display: flex;
}
.cid-t0lLu8TDJ0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0lLu8TDJ0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t0lLu8TDJ0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t0lLu8TDJ0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0lLu8TDJ0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0lLu8TDJ0 .embla__button {
    top: auto;
  }
}
.cid-t0lLu8TDJ0 .embla {
  position: relative;
  width: 100%;
}
.cid-t0lLu8TDJ0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t0lLu8TDJ0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t0lLu8TDJ0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t0lLu8TDJ0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t0lUaAaiES {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t0lUaAaiES {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t0lUaAaiES .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t0lUaAaiES .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t0lUaAaiES .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .row {
    position: relative;
  }
}
.cid-t0lUaAaiES .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0lUaAaiES .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t0lUaAaiES .col-text {
  position: relative;
}
.cid-t0lUaAaiES .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t0lUaAaiES .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t0lUaAaiES .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t0lUaAaiES .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t0lUaAaiES .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t0lUaAaiES .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t0lUaAaiES .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t0lUaAaiES .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .label-text {
    text-align: center;
  }
}
.cid-t0lUaAaiES .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t0lUaAaiES .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t0lUaAaiES .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t0lUaAaiES .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t0lUaAaiES .contact-text {
  color: #ffffff;
}
.cid-t0lUaAaiES .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .cards-container {
    text-align: center;
  }
}
.cid-t0lUaAaiES .cards-title {
  margin-bottom: 12px;
}
.cid-t0lUaAaiES .card {
  padding: 9px 0;
}
.cid-t0lUaAaiES .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t0lUaAaiES .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t0lUaAaiES .icon-box {
  margin-right: 12px;
}
.cid-t0lUaAaiES .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t0lUaAaiES .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t0lUaAaiES .btn-container {
  width: 100%;
}
.cid-t0lUaAaiES .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t0lUaAaiES .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t0lUaAaiES .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t0lUaAaiES .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t0lUaAaiES .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t0lUaAaiES .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t0lUaAaiES .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t0lUaAaiES .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0lUaAaiES .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0lUaAaiES .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0lUaAaiES .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0lUxJVkYi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t0lUxJVkYi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t0lUxJVkYi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t0lUxJVkYi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t0lUxJVkYi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0lUxJVkYi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0lUxJVkYi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0lUxJVkYi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t0lUxJVkYi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t0lUxJVkYi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t0lUxJVkYi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t0lUxJVkYi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0lUxJVkYi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t0lUxJVkYi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t0lUxJVkYi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t0lUxJVkYi .text-primary:hover {
  color: #149dcc !important;
}
.cid-t11lh92ZTV {
  z-index: 1000;
  width: 100%;
}
.cid-t11lh92ZTV nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t11lh92ZTV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t11lh92ZTV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t11lh92ZTV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t11lh92ZTV .dropdown-item:hover,
.cid-t11lh92ZTV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t11lh92ZTV .dropdown-item:hover span {
  color: white;
}
.cid-t11lh92ZTV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t11lh92ZTV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t11lh92ZTV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t11lh92ZTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t11lh92ZTV .nav-link {
  position: relative;
}
.cid-t11lh92ZTV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t11lh92ZTV .container {
    flex-wrap: nowrap;
  }
}
.cid-t11lh92ZTV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t11lh92ZTV .dropdown-menu,
.cid-t11lh92ZTV .navbar.opened {
  background: #4479d9 !important;
}
.cid-t11lh92ZTV .nav-item:focus,
.cid-t11lh92ZTV .nav-link:focus {
  outline: none;
}
.cid-t11lh92ZTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t11lh92ZTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t11lh92ZTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t11lh92ZTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t11lh92ZTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t11lh92ZTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t11lh92ZTV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t11lh92ZTV .navbar.opened {
  transition: all 0.3s;
}
.cid-t11lh92ZTV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t11lh92ZTV .navbar .navbar-logo img {
  width: auto;
}
.cid-t11lh92ZTV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t11lh92ZTV .navbar.collapsed {
  justify-content: center;
}
.cid-t11lh92ZTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t11lh92ZTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t11lh92ZTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t11lh92ZTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t11lh92ZTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t11lh92ZTV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t11lh92ZTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t11lh92ZTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t11lh92ZTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t11lh92ZTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t11lh92ZTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t11lh92ZTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t11lh92ZTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t11lh92ZTV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t11lh92ZTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t11lh92ZTV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t11lh92ZTV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t11lh92ZTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t11lh92ZTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t11lh92ZTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t11lh92ZTV .navbar.navbar-short {
  min-height: 60px;
}
.cid-t11lh92ZTV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t11lh92ZTV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t11lh92ZTV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t11lh92ZTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t11lh92ZTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t11lh92ZTV .dropdown-item.active,
.cid-t11lh92ZTV .dropdown-item:active {
  background-color: transparent;
}
.cid-t11lh92ZTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t11lh92ZTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t11lh92ZTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t11lh92ZTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t11lh92ZTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t11lh92ZTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t11lh92ZTV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t11lh92ZTV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t11lh92ZTV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t11lh92ZTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t11lh92ZTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t11lh92ZTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t11lh92ZTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t11lh92ZTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t11lh92ZTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t11lh92ZTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t11lh92ZTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t11lh92ZTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t11lh92ZTV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t11lh92ZTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t11lh92ZTV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t11lh92ZTV .navbar {
    height: 70px;
  }
  .cid-t11lh92ZTV .navbar.opened {
    height: auto;
  }
  .cid-t11lh92ZTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t11lh92ZTV .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t11lh92ZTV .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t11lyj4gVB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-storefront-banner-2000x600.jpg");
}
.cid-t11lyj4gVB .spacr {
  margin-top: 80px;
}
.cid-t11lyj4gVB p {
  font-size: 1.4rem;
}
.cid-t11lyj4gVB h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t11lyj4gVB h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t11lyj4gVB .mbr-section-title {
  text-align: center;
}
.cid-t11lyj4gVB .mbr-section-subtitle {
  text-align: center;
}
.cid-t11lyj4gVB .mbr-text,
.cid-t11lyj4gVB .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t11lyj4gVB {
    padding-top: 60px;
  }
  .cid-t11lyj4gVB h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t11lyj4gVB h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t11lyj4gVB p {
    font-size: 15px !important;
  }
}
.cid-t1nAm5NGre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-t1nAm5NGre .left-side {
  text-align: left;
}
.cid-t1nAm5NGre .width {
  width: 800px;
  margin: auto;
}
.cid-t1nAm5NGre .row {
  align-items: center;
  background: #eae8e4;
  padding: 0px;
  margin: 0;
}
.cid-t1nAm5NGre .mbr-section-title {
  margin: 0 0 15px;
  color: #4479d9;
  font-weight: 600;
}
.cid-t1nAm5NGre .container-fluid {
  padding: 0;
}
.cid-t1nAm5NGre .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t1nAm5NGre .right-side {
  padding: 0;
}
.cid-t1nAm5NGre .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-t1nAm5NGre .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-t1nAm5NGre .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-t1nAm5NGre .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-t1nAm5NGre a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-t1nAm5NGre .left-side {
    padding: 30px 20px;
  }
  .cid-t1nAm5NGre .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-t1nAm5NGre .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t1nAm5NGre .mbr-text,
.cid-t1nAm5NGre .lin {
  text-align: left;
  color: #000000;
}
.cid-t1nAm5NGre hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t1nAm5NGre b,
.cid-t1nAm5NGre strong {
  color: #000000;
  font-size: 2.5rem;
  font-family: Jost;
}
.cid-t11lhbCqcg {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t11lhbCqcg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t11lhbCqcg .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t11lhbCqcg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t11lhbCqcg .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .row {
    position: relative;
  }
}
.cid-t11lhbCqcg .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t11lhbCqcg .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t11lhbCqcg .col-text {
  position: relative;
}
.cid-t11lhbCqcg .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t11lhbCqcg .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t11lhbCqcg .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t11lhbCqcg .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t11lhbCqcg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t11lhbCqcg .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t11lhbCqcg .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t11lhbCqcg .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .label-text {
    text-align: center;
  }
}
.cid-t11lhbCqcg .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t11lhbCqcg .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t11lhbCqcg .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t11lhbCqcg .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t11lhbCqcg .contact-text {
  color: #ffffff;
}
.cid-t11lhbCqcg .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .cards-container {
    text-align: center;
  }
}
.cid-t11lhbCqcg .cards-title {
  margin-bottom: 12px;
}
.cid-t11lhbCqcg .card {
  padding: 9px 0;
}
.cid-t11lhbCqcg .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t11lhbCqcg .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t11lhbCqcg .icon-box {
  margin-right: 12px;
}
.cid-t11lhbCqcg .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t11lhbCqcg .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t11lhbCqcg .btn-container {
  width: 100%;
}
.cid-t11lhbCqcg .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t11lhbCqcg .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t11lhbCqcg .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t11lhbCqcg .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t11lhbCqcg .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t11lhbCqcg .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t11lhbCqcg .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t11lhbCqcg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t11lhbCqcg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t11lhbCqcg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t11lhbCqcg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t11lhc17Rn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t11lhc17Rn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t11lhc17Rn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t11lhc17Rn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t11lhc17Rn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t11lhc17Rn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t11lhc17Rn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t11lhc17Rn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t11lhc17Rn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t11lhc17Rn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t11lhc17Rn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t11lhc17Rn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t11lhc17Rn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t11lhc17Rn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t11lhc17Rn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t11lhc17Rn .text-primary:hover {
  color: #149dcc !important;
}
.cid-t1nIormTei {
  z-index: 1000;
  width: 100%;
}
.cid-t1nIormTei nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t1nIormTei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1nIormTei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1nIormTei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1nIormTei .dropdown-item:hover,
.cid-t1nIormTei .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t1nIormTei .dropdown-item:hover span {
  color: white;
}
.cid-t1nIormTei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1nIormTei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1nIormTei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1nIormTei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1nIormTei .nav-link {
  position: relative;
}
.cid-t1nIormTei .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t1nIormTei .container {
    flex-wrap: nowrap;
  }
}
.cid-t1nIormTei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1nIormTei .dropdown-menu,
.cid-t1nIormTei .navbar.opened {
  background: #4479d9 !important;
}
.cid-t1nIormTei .nav-item:focus,
.cid-t1nIormTei .nav-link:focus {
  outline: none;
}
.cid-t1nIormTei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1nIormTei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1nIormTei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1nIormTei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1nIormTei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1nIormTei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1nIormTei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t1nIormTei .navbar.opened {
  transition: all 0.3s;
}
.cid-t1nIormTei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1nIormTei .navbar .navbar-logo img {
  width: auto;
}
.cid-t1nIormTei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1nIormTei .navbar.collapsed {
  justify-content: center;
}
.cid-t1nIormTei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1nIormTei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1nIormTei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t1nIormTei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1nIormTei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1nIormTei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t1nIormTei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1nIormTei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1nIormTei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1nIormTei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1nIormTei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1nIormTei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1nIormTei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1nIormTei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t1nIormTei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1nIormTei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1nIormTei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1nIormTei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1nIormTei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1nIormTei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1nIormTei .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1nIormTei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1nIormTei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1nIormTei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1nIormTei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1nIormTei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1nIormTei .dropdown-item.active,
.cid-t1nIormTei .dropdown-item:active {
  background-color: transparent;
}
.cid-t1nIormTei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1nIormTei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1nIormTei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1nIormTei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t1nIormTei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1nIormTei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1nIormTei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1nIormTei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1nIormTei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1nIormTei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t1nIormTei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1nIormTei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1nIormTei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1nIormTei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1nIormTei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1nIormTei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1nIormTei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1nIormTei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1nIormTei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1nIormTei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1nIormTei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1nIormTei .navbar {
    height: 70px;
  }
  .cid-t1nIormTei .navbar.opened {
    height: auto;
  }
  .cid-t1nIormTei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1nIormTei .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t1nIormTei .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t1nIorTnUF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-keystone-pavers-2000x600.jpg");
}
.cid-t1nIorTnUF .spacr {
  margin-top: 80px;
}
.cid-t1nIorTnUF p {
  font-size: 1.4rem;
}
.cid-t1nIorTnUF h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t1nIorTnUF h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t1nIorTnUF .mbr-section-title {
  text-align: center;
}
.cid-t1nIorTnUF .mbr-section-subtitle {
  text-align: center;
}
.cid-t1nIorTnUF .mbr-text,
.cid-t1nIorTnUF .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t1nIorTnUF {
    padding-top: 60px;
  }
  .cid-t1nIorTnUF h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t1nIorTnUF h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t1nIorTnUF p {
    font-size: 15px !important;
  }
}
.cid-t1nJ3FNNtq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1nJ3FNNtq .mbr-section-title {
  text-align: left;
}
.cid-t1nJ3FNNtq .mbr-section-subtitle {
  text-align: left;
}
.cid-t1nJ3FNNtq hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t1nJ3FNNtq h4 {
  font-size: 1.5rem;
}
.cid-t1nJxiLo5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1nJxiLo5q .main_title {
  margin-bottom: 1.5rem;
}
.cid-t1nJxiLo5q .mbr-text {
  line-height: 1.23;
}
.cid-t1nJxiLo5q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1nJxiLo5q .list_title {
  margin-bottom: 1.5rem;
}
.cid-t1nJxiLo5q .list_box {
  margin-top: 1rem;
}
.cid-t1nJxiLo5q ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-t1nJxiLo5q ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-t1nJxiLo5q ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-t1nJxiLo5q .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-t1nJxiLo5q .row {
    flex-direction: column-reverse;
  }
  .cid-t1nJxiLo5q .card-wrapper {
    padding: 0;
  }
  .cid-t1nJxiLo5q .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-t1nJxiLo5q .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-t1nJxiLo5q .list_title {
    margin-bottom: .75rem;
  }
  .cid-t1nJxiLo5q .list_box {
    margin-top: 1rem;
  }
  .cid-t1nJxiLo5q ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-t1nJxiLo5q ol li {
    margin-bottom: .25rem;
  }
}
.cid-t1nLkTGoug {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t1nLkTGoug .mbr-section-title {
  text-align: left;
}
.cid-t1nLkTGoug .mbr-section-subtitle {
  text-align: left;
}
.cid-t1nLkTGoug h4 {
  font-size: 1.5rem;
}
.cid-t1nOXlWdMS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-t1nOXlWdMS img,
.cid-t1nOXlWdMS .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t1nOXlWdMS .item:focus,
.cid-t1nOXlWdMS span:focus {
  outline: none;
}
.cid-t1nOXlWdMS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t1nOXlWdMS .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t1nOXlWdMS .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t1nOXlWdMS .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t1nOXlWdMS .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t1nOXlWdMS .item-content {
    padding: 1rem 0;
  }
}
.cid-t1nOXlWdMS .mbr-section-title {
  color: #000000;
}
.cid-t1nOXlWdMS .item-title {
  color: #4479d9;
}
.cid-t1nOXlWdMS .item-subtitle {
  color: #bec2cf;
}
.cid-t1nOXlWdMS .mbr-text,
.cid-t1nOXlWdMS .mbr-section-btn {
  color: #6c758f;
}
.cid-t1nOXlWdMS .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t66qTtaC32 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t66qTtaC32 .mbr-overlay {
  z-index: 1;
}
.cid-t66qTtaC32 .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-t66qTtaC32 .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t66qTtaC32 .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-t66qTtaC32 .label-text {
  color: #4479d9;
  width: 100%;
}
.cid-t66qTtaC32 .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-t66qTtaC32 .item-title span {
  position: relative;
  z-index: 2;
}
.cid-t66qTtaC32 .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #6592e6;
  z-index: 1;
}
.cid-t66qTtaC32 .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-t66qTtaC32 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t66qTtaC32 .card {
  padding: 3px;
}
.cid-t66qTtaC32 .card-container {
  display: flex;
}
.cid-t66qTtaC32 .card-container .card {
  border-radius: 0;
}
.cid-t66qTtaC32 .card-container .card .item-img {
  height: 100%;
}
.cid-t66qTtaC32 .card-container .card .item-img img {
  height: 100%;
}
.cid-t66qTtaC32 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t66qTtaC32 .cards-container .card {
  border-radius: 0;
}
.cid-t66qTtaC32 .cards-container .card .item-img {
  display: flex;
}
.cid-t1nIosxtGf {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t1nIosxtGf {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t1nIosxtGf .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t1nIosxtGf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t1nIosxtGf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .row {
    position: relative;
  }
}
.cid-t1nIosxtGf .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t1nIosxtGf .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t1nIosxtGf .col-text {
  position: relative;
}
.cid-t1nIosxtGf .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t1nIosxtGf .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t1nIosxtGf .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t1nIosxtGf .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t1nIosxtGf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t1nIosxtGf .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t1nIosxtGf .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t1nIosxtGf .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .label-text {
    text-align: center;
  }
}
.cid-t1nIosxtGf .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t1nIosxtGf .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t1nIosxtGf .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t1nIosxtGf .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t1nIosxtGf .contact-text {
  color: #ffffff;
}
.cid-t1nIosxtGf .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .cards-container {
    text-align: center;
  }
}
.cid-t1nIosxtGf .cards-title {
  margin-bottom: 12px;
}
.cid-t1nIosxtGf .card {
  padding: 9px 0;
}
.cid-t1nIosxtGf .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t1nIosxtGf .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t1nIosxtGf .icon-box {
  margin-right: 12px;
}
.cid-t1nIosxtGf .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t1nIosxtGf .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t1nIosxtGf .btn-container {
  width: 100%;
}
.cid-t1nIosxtGf .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t1nIosxtGf .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t1nIosxtGf .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t1nIosxtGf .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t1nIosxtGf .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t1nIosxtGf .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t1nIosxtGf .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t1nIosxtGf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t1nIosxtGf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t1nIosxtGf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t1nIosxtGf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t1nIosWGPd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t1nIosWGPd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t1nIosWGPd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t1nIosWGPd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t1nIosWGPd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1nIosWGPd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1nIosWGPd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1nIosWGPd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t1nIosWGPd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1nIosWGPd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1nIosWGPd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t1nIosWGPd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1nIosWGPd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1nIosWGPd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1nIosWGPd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t1nIosWGPd .text-primary:hover {
  color: #149dcc !important;
}
.cid-t66EbOGsaI {
  z-index: 1000;
  width: 100%;
}
.cid-t66EbOGsaI nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t66EbOGsaI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t66EbOGsaI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t66EbOGsaI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t66EbOGsaI .dropdown-item:hover,
.cid-t66EbOGsaI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t66EbOGsaI .dropdown-item:hover span {
  color: white;
}
.cid-t66EbOGsaI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t66EbOGsaI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t66EbOGsaI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t66EbOGsaI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t66EbOGsaI .nav-link {
  position: relative;
}
.cid-t66EbOGsaI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t66EbOGsaI .container {
    flex-wrap: nowrap;
  }
}
.cid-t66EbOGsaI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t66EbOGsaI .dropdown-menu,
.cid-t66EbOGsaI .navbar.opened {
  background: #4479d9 !important;
}
.cid-t66EbOGsaI .nav-item:focus,
.cid-t66EbOGsaI .nav-link:focus {
  outline: none;
}
.cid-t66EbOGsaI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t66EbOGsaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t66EbOGsaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t66EbOGsaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t66EbOGsaI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t66EbOGsaI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t66EbOGsaI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t66EbOGsaI .navbar.opened {
  transition: all 0.3s;
}
.cid-t66EbOGsaI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t66EbOGsaI .navbar .navbar-logo img {
  width: auto;
}
.cid-t66EbOGsaI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t66EbOGsaI .navbar.collapsed {
  justify-content: center;
}
.cid-t66EbOGsaI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t66EbOGsaI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t66EbOGsaI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t66EbOGsaI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t66EbOGsaI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t66EbOGsaI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t66EbOGsaI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t66EbOGsaI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t66EbOGsaI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t66EbOGsaI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t66EbOGsaI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t66EbOGsaI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t66EbOGsaI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t66EbOGsaI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t66EbOGsaI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t66EbOGsaI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t66EbOGsaI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t66EbOGsaI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t66EbOGsaI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t66EbOGsaI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t66EbOGsaI .navbar.navbar-short {
  min-height: 60px;
}
.cid-t66EbOGsaI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t66EbOGsaI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t66EbOGsaI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t66EbOGsaI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t66EbOGsaI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t66EbOGsaI .dropdown-item.active,
.cid-t66EbOGsaI .dropdown-item:active {
  background-color: transparent;
}
.cid-t66EbOGsaI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t66EbOGsaI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t66EbOGsaI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t66EbOGsaI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t66EbOGsaI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t66EbOGsaI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t66EbOGsaI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t66EbOGsaI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t66EbOGsaI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t66EbOGsaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t66EbOGsaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t66EbOGsaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t66EbOGsaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t66EbOGsaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t66EbOGsaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t66EbOGsaI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t66EbOGsaI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t66EbOGsaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t66EbOGsaI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t66EbOGsaI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t66EbOGsaI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t66EbOGsaI .navbar {
    height: 70px;
  }
  .cid-t66EbOGsaI .navbar.opened {
    height: auto;
  }
  .cid-t66EbOGsaI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t66EbOGsaI .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t66EbOGsaI .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t66EbPeqQL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-cambridge-wall-systems-2000x600.jpg");
}
.cid-t66EbPeqQL .spacr {
  margin-top: 80px;
}
.cid-t66EbPeqQL p {
  font-size: 1.4rem;
}
.cid-t66EbPeqQL h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t66EbPeqQL h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t66EbPeqQL .mbr-section-title {
  text-align: center;
}
.cid-t66EbPeqQL .mbr-section-subtitle {
  text-align: center;
}
.cid-t66EbPeqQL .mbr-text,
.cid-t66EbPeqQL .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t66EbPeqQL {
    padding-top: 60px;
  }
  .cid-t66EbPeqQL h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t66EbPeqQL h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t66EbPeqQL p {
    font-size: 15px !important;
  }
}
.cid-t66EbPAQkD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t66EbPAQkD .mbr-section-title {
  text-align: left;
}
.cid-t66EbPAQkD .mbr-section-subtitle {
  text-align: left;
}
.cid-t66EbPAQkD hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t66EbPAQkD h3 {
  font-size: 2.5rem;
}
.cid-t66EbPAQkD h4 {
  font-size: 1.5rem;
}
.cid-t66EbPSVDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t66EbPSVDG .main_title {
  margin-bottom: 1.5rem;
}
.cid-t66EbPSVDG .mbr-text {
  line-height: 1.23;
}
.cid-t66EbPSVDG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t66EbPSVDG .list_title {
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
}
.cid-t66EbPSVDG .list_box {
  margin-top: .5rem;
}
.cid-t66EbPSVDG ul {
  padding: 0;
  margin: 0;
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
.cid-t66EbPSVDG ul li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-t66EbPSVDG ul li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-t66EbPSVDG .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-t66EbPSVDG .row {
    flex-direction: column-reverse;
  }
  .cid-t66EbPSVDG .card-wrapper {
    padding: 0;
  }
  .cid-t66EbPSVDG .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-t66EbPSVDG .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-t66EbPSVDG .list_title {
    margin-bottom: .75rem;
  }
  .cid-t66EbPSVDG .list_box {
    margin-top: 1rem;
  }
  .cid-t66EbPSVDG ul {
    margin-top: 0rem;
    margin-bottom: .5rem;
  }
  .cid-t66EbPSVDG ul li {
    margin-bottom: .25rem;
  }
}
.cid-t66EbPSVDG p {
  font-size: 1.5rem;
}
.cid-t66EbPSVDG hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t66EbQ9fhD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t66EbQ9fhD .mbr-section-title {
  text-align: left;
}
.cid-t66EbQ9fhD .mbr-section-subtitle {
  text-align: left;
}
.cid-t66EbQ9fhD h4 {
  font-size: 1.5rem;
}
.cid-t66XhNE0ag {
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t66XhNE0ag img,
.cid-t66XhNE0ag .item-img {
  width: 100%;
}
.cid-t66XhNE0ag .item:focus,
.cid-t66XhNE0ag span:focus {
  outline: none;
}
.cid-t66XhNE0ag .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t66XhNE0ag .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t66XhNE0ag .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t66XhNE0ag .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t66XhNE0ag .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t66XhNE0ag .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t66XhNE0ag .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t66XhNE0ag .mbr-section-title {
  color: #232323;
}
.cid-t66XhNE0ag .mbr-text,
.cid-t66XhNE0ag .mbr-section-btn {
  text-align: left;
}
.cid-t66XhNE0ag .item-title {
  text-align: left;
}
.cid-t66XhNE0ag .item-subtitle {
  text-align: center;
}
.cid-t66XhNE0ag hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t66XhNE0ag b,
.cid-t66XhNE0ag strong {
  font-size: 1.1rem;
}
.cid-t66XhNE0ag span {
  font-size: 2.5rem;
  font-weight: 600;
}
.cid-t66EbQQZgl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t66EbQQZgl .mbr-overlay {
  z-index: 1;
}
.cid-t66EbQQZgl .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-t66EbQQZgl .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t66EbQQZgl .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-t66EbQQZgl .label-text {
  color: #4479d9;
  width: 100%;
}
.cid-t66EbQQZgl .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-t66EbQQZgl .item-title span {
  position: relative;
  z-index: 2;
}
.cid-t66EbQQZgl .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #6592e6;
  z-index: 1;
}
.cid-t66EbQQZgl .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-t66EbQQZgl .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t66EbQQZgl .card {
  padding: 3px;
}
.cid-t66EbQQZgl .card-container {
  display: flex;
}
.cid-t66EbQQZgl .card-container .card {
  border-radius: 0;
}
.cid-t66EbQQZgl .card-container .card .item-img {
  height: 100%;
}
.cid-t66EbQQZgl .card-container .card .item-img img {
  height: 100%;
}
.cid-t66EbQQZgl .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t66EbQQZgl .cards-container .card {
  border-radius: 0;
}
.cid-t66EbQQZgl .cards-container .card .item-img {
  display: flex;
}
.cid-t66EbRaBRI {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t66EbRaBRI {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t66EbRaBRI .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t66EbRaBRI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t66EbRaBRI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .row {
    position: relative;
  }
}
.cid-t66EbRaBRI .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t66EbRaBRI .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t66EbRaBRI .col-text {
  position: relative;
}
.cid-t66EbRaBRI .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t66EbRaBRI .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t66EbRaBRI .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t66EbRaBRI .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t66EbRaBRI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t66EbRaBRI .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t66EbRaBRI .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t66EbRaBRI .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .label-text {
    text-align: center;
  }
}
.cid-t66EbRaBRI .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t66EbRaBRI .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t66EbRaBRI .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t66EbRaBRI .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t66EbRaBRI .contact-text {
  color: #ffffff;
}
.cid-t66EbRaBRI .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .cards-container {
    text-align: center;
  }
}
.cid-t66EbRaBRI .cards-title {
  margin-bottom: 12px;
}
.cid-t66EbRaBRI .card {
  padding: 9px 0;
}
.cid-t66EbRaBRI .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t66EbRaBRI .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t66EbRaBRI .icon-box {
  margin-right: 12px;
}
.cid-t66EbRaBRI .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t66EbRaBRI .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t66EbRaBRI .btn-container {
  width: 100%;
}
.cid-t66EbRaBRI .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t66EbRaBRI .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t66EbRaBRI .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t66EbRaBRI .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t66EbRaBRI .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t66EbRaBRI .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t66EbRaBRI .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t66EbRaBRI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t66EbRaBRI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t66EbRaBRI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t66EbRaBRI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t66EbRD50v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t66EbRD50v .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t66EbRD50v .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t66EbRD50v .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t66EbRD50v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t66EbRD50v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t66EbRD50v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t66EbRD50v .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t66EbRD50v .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t66EbRD50v .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t66EbRD50v .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t66EbRD50v .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t66EbRD50v .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t66EbRD50v .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t66EbRD50v .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t66EbRD50v .text-primary:hover {
  color: #149dcc !important;
}
.cid-t67Gcaeeca {
  z-index: 1000;
  width: 100%;
}
.cid-t67Gcaeeca nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t67Gcaeeca .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t67Gcaeeca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t67Gcaeeca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t67Gcaeeca .dropdown-item:hover,
.cid-t67Gcaeeca .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t67Gcaeeca .dropdown-item:hover span {
  color: white;
}
.cid-t67Gcaeeca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t67Gcaeeca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t67Gcaeeca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t67Gcaeeca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t67Gcaeeca .nav-link {
  position: relative;
}
.cid-t67Gcaeeca .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t67Gcaeeca .container {
    flex-wrap: nowrap;
  }
}
.cid-t67Gcaeeca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t67Gcaeeca .dropdown-menu,
.cid-t67Gcaeeca .navbar.opened {
  background: #4479d9 !important;
}
.cid-t67Gcaeeca .nav-item:focus,
.cid-t67Gcaeeca .nav-link:focus {
  outline: none;
}
.cid-t67Gcaeeca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t67Gcaeeca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t67Gcaeeca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t67Gcaeeca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t67Gcaeeca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t67Gcaeeca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t67Gcaeeca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t67Gcaeeca .navbar.opened {
  transition: all 0.3s;
}
.cid-t67Gcaeeca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t67Gcaeeca .navbar .navbar-logo img {
  width: auto;
}
.cid-t67Gcaeeca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t67Gcaeeca .navbar.collapsed {
  justify-content: center;
}
.cid-t67Gcaeeca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t67Gcaeeca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t67Gcaeeca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t67Gcaeeca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t67Gcaeeca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t67Gcaeeca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t67Gcaeeca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t67Gcaeeca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t67Gcaeeca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t67Gcaeeca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t67Gcaeeca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t67Gcaeeca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t67Gcaeeca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t67Gcaeeca .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t67Gcaeeca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t67Gcaeeca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t67Gcaeeca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t67Gcaeeca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t67Gcaeeca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t67Gcaeeca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t67Gcaeeca .navbar.navbar-short {
  min-height: 60px;
}
.cid-t67Gcaeeca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t67Gcaeeca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t67Gcaeeca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t67Gcaeeca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t67Gcaeeca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t67Gcaeeca .dropdown-item.active,
.cid-t67Gcaeeca .dropdown-item:active {
  background-color: transparent;
}
.cid-t67Gcaeeca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t67Gcaeeca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t67Gcaeeca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t67Gcaeeca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t67Gcaeeca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t67Gcaeeca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t67Gcaeeca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t67Gcaeeca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t67Gcaeeca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t67Gcaeeca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t67Gcaeeca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t67Gcaeeca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t67Gcaeeca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t67Gcaeeca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t67Gcaeeca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t67Gcaeeca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t67Gcaeeca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t67Gcaeeca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t67Gcaeeca .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t67Gcaeeca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t67Gcaeeca .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t67Gcaeeca .navbar {
    height: 70px;
  }
  .cid-t67Gcaeeca .navbar.opened {
    height: auto;
  }
  .cid-t67Gcaeeca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t67Gcaeeca .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t67Gcaeeca .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t67Gcb0R1H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-stonescaping-2-2000x600.jpg");
}
.cid-t67Gcb0R1H .spacr {
  margin-top: 80px;
}
.cid-t67Gcb0R1H p {
  font-size: 1.4rem;
}
.cid-t67Gcb0R1H h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t67Gcb0R1H h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t67Gcb0R1H .mbr-section-title {
  text-align: center;
}
.cid-t67Gcb0R1H .mbr-section-subtitle {
  text-align: center;
}
.cid-t67Gcb0R1H .mbr-text,
.cid-t67Gcb0R1H .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t67Gcb0R1H {
    padding-top: 60px;
  }
  .cid-t67Gcb0R1H h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t67Gcb0R1H h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t67Gcb0R1H p {
    font-size: 15px !important;
  }
}
.cid-t67GcbE6gA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t67GcbE6gA .mbr-section-title {
  text-align: left;
}
.cid-t67GcbE6gA .mbr-section-subtitle {
  text-align: left;
}
.cid-t67GcbE6gA hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t67GcbE6gA h3 {
  font-size: 2.5rem;
}
.cid-t67GcbE6gA h4 {
  font-size: 1.5rem;
}
.cid-t67Gcc6tAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t67Gcc6tAg .main_title {
  margin-bottom: 1.5rem;
}
.cid-t67Gcc6tAg .mbr-text {
  line-height: 1.23;
}
.cid-t67Gcc6tAg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t67Gcc6tAg .list_title {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.cid-t67Gcc6tAg .list_box {
  margin-top: .5rem;
}
.cid-t67Gcc6tAg ul {
  padding: 0;
  margin: 0;
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
.cid-t67Gcc6tAg ul li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-t67Gcc6tAg ul li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-t67Gcc6tAg .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-t67Gcc6tAg .row {
    flex-direction: column-reverse;
  }
  .cid-t67Gcc6tAg .card-wrapper {
    padding: 0;
  }
  .cid-t67Gcc6tAg .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-t67Gcc6tAg .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-t67Gcc6tAg .list_title {
    margin-bottom: .75rem;
  }
  .cid-t67Gcc6tAg .list_box {
    margin-top: 1rem;
  }
  .cid-t67Gcc6tAg ul {
    margin-top: 0rem;
    margin-bottom: .5rem;
  }
  .cid-t67Gcc6tAg ul li {
    margin-bottom: .25rem;
  }
}
.cid-t67Gcc6tAg p {
  font-size: 1.5rem;
}
.cid-t67Gcc6tAg hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t67GccuXMe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t67GccuXMe .mbr-section-title {
  text-align: left;
}
.cid-t67GccuXMe .mbr-section-subtitle {
  text-align: left;
}
.cid-t67GccuXMe h4 {
  font-size: 1.5rem;
}
.cid-t67I5ZcXTT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t67I5ZcXTT .row {
  flex-direction: row-reverse;
}
.cid-t67I5ZcXTT .main_title {
  margin-bottom: 1.5rem;
}
.cid-t67I5ZcXTT .card_subtitle {
  margin-bottom: .75rem;
}
.cid-t67I5ZcXTT .mbr-text {
  line-height: 1.23;
}
.cid-t67I5ZcXTT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t67I5ZcXTT .list_title {
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
}
.cid-t67I5ZcXTT .list_box {
  margin-top: .5rem;
}
.cid-t67I5ZcXTT ul {
  padding: 0;
  margin: 0;
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
}
.cid-t67I5ZcXTT ul li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-t67I5ZcXTT ul li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-t67I5ZcXTT .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t67I5ZcXTT .row {
    flex-direction: column-reverse;
  }
  .cid-t67I5ZcXTT .card-wrapper {
    padding: 0;
  }
  .cid-t67I5ZcXTT .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-t67I5ZcXTT .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-t67I5ZcXTT .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-t67I5ZcXTT .list_title {
    margin-bottom: .75rem;
  }
  .cid-t67I5ZcXTT .list_box {
    margin-top: 1rem;
  }
  .cid-t67I5ZcXTT ul {
    margin-top: 0rem;
    margin-bottom: .5rem;
  }
  .cid-t67I5ZcXTT ul li {
    margin-bottom: .25rem;
  }
}
.cid-t67I5ZcXTT p {
  font-size: 1.5rem;
}
.cid-t67I5ZcXTT hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t67IwDo6Yu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t67IwDo6Yu .mbr-section-title {
  text-align: left;
}
.cid-t67IwDo6Yu .mbr-section-subtitle {
  text-align: left;
}
.cid-t67IwDo6Yu h4 {
  font-size: 1.5rem;
}
.cid-t6FImnqdxO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6FImnqdxO img,
.cid-t6FImnqdxO .item-img {
  width: 100%;
}
.cid-t6FImnqdxO .item:focus,
.cid-t6FImnqdxO span:focus {
  outline: none;
}
.cid-t6FImnqdxO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6FImnqdxO .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t6FImnqdxO .item-content {
  padding: 25px 1rem 0;
}
.cid-t6FImnqdxO .item-content a:not(.btn):hover {
  color: #6592e6 !important;
  background-image: none !important;
}
.cid-t6FImnqdxO .item-wrapper {
  background: transparent;
}
.cid-t6FImnqdxO .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-t6FImnqdxO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6FImnqdxO .mbr-section-title,
.cid-t6FImnqdxO .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-t6FImnqdxO .mbr-text,
.cid-t6FImnqdxO .mbr-section-btn {
  text-align: center;
}
.cid-t6FImnqdxO .item-title {
  text-align: center;
}
.cid-t6FImnqdxO .item-subtitle {
  text-align: center;
}
.cid-t6FImnqdxO .item-img {
  overflow: hidden;
}
.cid-t6FImnqdxO .item-img img {
  width: 100%;
}
.cid-t6FImnqdxO .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t6FImnqdxO .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-t6FImnqdxO h4,
.cid-t6FImnqdxO b,
.cid-t6FImnqdxO strong {
  font-size: 2rem;
}
.cid-t67Gcf6XCX {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t67Gcf6XCX {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t67Gcf6XCX .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t67Gcf6XCX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t67Gcf6XCX .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .row {
    position: relative;
  }
}
.cid-t67Gcf6XCX .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t67Gcf6XCX .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t67Gcf6XCX .col-text {
  position: relative;
}
.cid-t67Gcf6XCX .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t67Gcf6XCX .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t67Gcf6XCX .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t67Gcf6XCX .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t67Gcf6XCX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t67Gcf6XCX .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t67Gcf6XCX .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t67Gcf6XCX .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .label-text {
    text-align: center;
  }
}
.cid-t67Gcf6XCX .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t67Gcf6XCX .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t67Gcf6XCX .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t67Gcf6XCX .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t67Gcf6XCX .contact-text {
  color: #ffffff;
}
.cid-t67Gcf6XCX .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .cards-container {
    text-align: center;
  }
}
.cid-t67Gcf6XCX .cards-title {
  margin-bottom: 12px;
}
.cid-t67Gcf6XCX .card {
  padding: 9px 0;
}
.cid-t67Gcf6XCX .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t67Gcf6XCX .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t67Gcf6XCX .icon-box {
  margin-right: 12px;
}
.cid-t67Gcf6XCX .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t67Gcf6XCX .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t67Gcf6XCX .btn-container {
  width: 100%;
}
.cid-t67Gcf6XCX .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t67Gcf6XCX .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t67Gcf6XCX .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t67Gcf6XCX .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t67Gcf6XCX .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t67Gcf6XCX .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t67Gcf6XCX .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t67Gcf6XCX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t67Gcf6XCX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t67Gcf6XCX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t67Gcf6XCX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t67GcgbwEK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t67GcgbwEK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t67GcgbwEK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t67GcgbwEK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t67GcgbwEK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t67GcgbwEK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t67GcgbwEK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t67GcgbwEK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t67GcgbwEK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t67GcgbwEK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t67GcgbwEK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t67GcgbwEK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t67GcgbwEK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t67GcgbwEK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t67GcgbwEK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t67GcgbwEK .text-primary:hover {
  color: #149dcc !important;
}
.cid-t6GjtOEFyj {
  z-index: 1000;
  width: 100%;
}
.cid-t6GjtOEFyj nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t6GjtOEFyj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6GjtOEFyj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6GjtOEFyj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6GjtOEFyj .dropdown-item:hover,
.cid-t6GjtOEFyj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t6GjtOEFyj .dropdown-item:hover span {
  color: white;
}
.cid-t6GjtOEFyj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6GjtOEFyj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6GjtOEFyj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6GjtOEFyj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6GjtOEFyj .nav-link {
  position: relative;
}
.cid-t6GjtOEFyj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t6GjtOEFyj .container {
    flex-wrap: nowrap;
  }
}
.cid-t6GjtOEFyj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6GjtOEFyj .dropdown-menu,
.cid-t6GjtOEFyj .navbar.opened {
  background: #4479d9 !important;
}
.cid-t6GjtOEFyj .nav-item:focus,
.cid-t6GjtOEFyj .nav-link:focus {
  outline: none;
}
.cid-t6GjtOEFyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6GjtOEFyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6GjtOEFyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6GjtOEFyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6GjtOEFyj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6GjtOEFyj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6GjtOEFyj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t6GjtOEFyj .navbar.opened {
  transition: all 0.3s;
}
.cid-t6GjtOEFyj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6GjtOEFyj .navbar .navbar-logo img {
  width: auto;
}
.cid-t6GjtOEFyj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6GjtOEFyj .navbar.collapsed {
  justify-content: center;
}
.cid-t6GjtOEFyj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6GjtOEFyj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6GjtOEFyj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6GjtOEFyj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6GjtOEFyj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6GjtOEFyj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6GjtOEFyj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6GjtOEFyj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6GjtOEFyj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6GjtOEFyj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6GjtOEFyj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6GjtOEFyj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6GjtOEFyj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6GjtOEFyj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6GjtOEFyj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6GjtOEFyj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6GjtOEFyj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6GjtOEFyj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6GjtOEFyj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6GjtOEFyj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6GjtOEFyj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6GjtOEFyj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6GjtOEFyj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6GjtOEFyj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6GjtOEFyj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6GjtOEFyj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6GjtOEFyj .dropdown-item.active,
.cid-t6GjtOEFyj .dropdown-item:active {
  background-color: transparent;
}
.cid-t6GjtOEFyj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6GjtOEFyj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6GjtOEFyj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6GjtOEFyj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t6GjtOEFyj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6GjtOEFyj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6GjtOEFyj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6GjtOEFyj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6GjtOEFyj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6GjtOEFyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t6GjtOEFyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6GjtOEFyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6GjtOEFyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6GjtOEFyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6GjtOEFyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6GjtOEFyj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6GjtOEFyj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6GjtOEFyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6GjtOEFyj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6GjtOEFyj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6GjtOEFyj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6GjtOEFyj .navbar {
    height: 70px;
  }
  .cid-t6GjtOEFyj .navbar.opened {
    height: auto;
  }
  .cid-t6GjtOEFyj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6GjtOEFyj .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t6GjtOEFyj .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t6MlHxMMcn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-other-products-2-2000x600.jpg");
}
.cid-t6MlHxMMcn .spacr {
  margin-top: 80px;
}
.cid-t6MlHxMMcn p {
  font-size: 1.4rem;
}
.cid-t6MlHxMMcn h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t6MlHxMMcn h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t6MlHxMMcn .mbr-section-title {
  text-align: center;
}
.cid-t6MlHxMMcn .mbr-section-subtitle {
  text-align: center;
}
.cid-t6MlHxMMcn .mbr-text,
.cid-t6MlHxMMcn .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t6MlHxMMcn {
    padding-top: 60px;
  }
  .cid-t6MlHxMMcn h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t6MlHxMMcn h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t6MlHxMMcn p {
    font-size: 15px !important;
  }
}
.cid-t6GjtPvL7A {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t6GjtPvL7A .mbr-section-title {
  text-align: left;
}
.cid-t6GjtPvL7A .mbr-section-subtitle {
  text-align: left;
}
.cid-t6GjtPvL7A hr {
  margin: 1rem 0;
  border-color: #aa812d;
  opacity: .80;
}
.cid-t6GjtPvL7A h3 {
  font-size: 2.5rem;
}
.cid-t6GjtPvL7A h4 {
  font-size: 1.5rem;
}
.cid-t6GsWhYwG4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6GsWhYwG4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6GsWhYwG4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6GsWhYwG4 .content-wrapper .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t6GsWhYwG4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6GsWhYwG4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6GsWhYwG4 .content-wrapper {
    padding: 2rem 2rem;
  }
  .cid-t6GsWhYwG4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6GsWhYwG4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6GsWhYwG4 hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6GsWhYwG4 .mbr-text,
.cid-t6GsWhYwG4 .mbr-section-btn {
  color: #4479d9;
}
.cid-t6GsWhYwG4 ul,
.cid-t6GsWhYwG4 li {
  color: #000000;
}
.cid-t6GsWJCQyW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #fafafa;
}
.cid-t6GsWJCQyW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t6GsWJCQyW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6GsWJCQyW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6GsWJCQyW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6GsWJCQyW .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-t6GsWJCQyW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t6GsWJCQyW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6GsWJCQyW hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6GsWJCQyW .mbr-text,
.cid-t6GsWJCQyW .mbr-section-btn {
  color: #4479d9;
}
.cid-t6GsWJCQyW ul,
.cid-t6GsWJCQyW li {
  color: #000000;
}
.cid-t6GDO4an38 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6GDO4an38 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6GDO4an38 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6GDO4an38 .content-wrapper .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t6GDO4an38 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6GDO4an38 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6GDO4an38 .content-wrapper {
    padding: 2rem 2rem;
  }
  .cid-t6GDO4an38 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6GDO4an38 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6GDO4an38 hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6GDO4an38 .mbr-text,
.cid-t6GDO4an38 .mbr-section-btn {
  color: #4479d9;
}
.cid-t6GDO4an38 ul,
.cid-t6GDO4an38 li,
.cid-t6GDO4an38 a {
  color: #000000;
}
.cid-t6GDO4an38 span {
  font-size: 2.1rem;
}
.cid-t6GXtV3YOT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #fafafa;
}
.cid-t6GXtV3YOT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t6GXtV3YOT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6GXtV3YOT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6GXtV3YOT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6GXtV3YOT .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-t6GXtV3YOT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t6GXtV3YOT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6GXtV3YOT hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6GXtV3YOT .mbr-text,
.cid-t6GXtV3YOT .mbr-section-btn {
  color: #4479d9;
}
.cid-t6GXtV3YOT ul,
.cid-t6GXtV3YOT li {
  color: #000000;
}
.cid-t6H5BBEuwp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-image: url("../../../assets/images/the-stoneyard-crush-stone-parallax-banner-2000x600.jpg");
}
.cid-t6H5BBEuwp .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-t6H5BBEuwp .colored-text {
  color: #ffe885 !important;
}
.cid-t6H5BBEuwp .mbr-section-title {
  color: #ffffff;
}
.cid-t6H5BBEuwp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6H5BBEuwp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t6H5BBEuwp .mbr-section-title.main-title {
  text-align: center;
  color: #ffffff;
}
.cid-t6H5BBEuwp hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-t6H5BBEuwp p {
  font-size: 1.5rem;
}
.cid-t6MlX63DXg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6MlX63DXg .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6MlX63DXg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6MlX63DXg .content-wrapper .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t6MlX63DXg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6MlX63DXg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6MlX63DXg .content-wrapper {
    padding: 2rem 2rem;
  }
  .cid-t6MlX63DXg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6MlX63DXg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6MlX63DXg hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6MlX63DXg .mbr-text,
.cid-t6MlX63DXg .mbr-section-btn {
  color: #4479d9;
}
.cid-t6MlX63DXg ul,
.cid-t6MlX63DXg li {
  color: #000000;
}
.cid-t6Mohfw3Rj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #fafafa;
}
.cid-t6Mohfw3Rj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t6Mohfw3Rj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Mohfw3Rj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6Mohfw3Rj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6Mohfw3Rj .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-t6Mohfw3Rj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t6Mohfw3Rj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6Mohfw3Rj hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6Mohfw3Rj .mbr-text,
.cid-t6Mohfw3Rj .mbr-section-btn {
  color: #4479d9;
}
.cid-t6Mohfw3Rj ul,
.cid-t6Mohfw3Rj li {
  color: #000000;
}
.cid-t6MFqW5lOP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6MFqW5lOP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6MFqW5lOP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6MFqW5lOP .content-wrapper .image-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t6MFqW5lOP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6MFqW5lOP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6MFqW5lOP .content-wrapper {
    padding: 2rem 2rem;
  }
  .cid-t6MFqW5lOP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6MFqW5lOP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6MFqW5lOP hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-t6MFqW5lOP .mbr-text,
.cid-t6MFqW5lOP .mbr-section-btn {
  color: #4479d9;
}
.cid-t6MFqW5lOP ul,
.cid-t6MFqW5lOP li {
  color: #000000;
}
.cid-uaGIo5rmtw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-uaGIo5rmtw .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaGIo5rmtw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaGIo5rmtw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaGIo5rmtw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaGIo5rmtw .content-wrapper {
    padding: 1rem 2rem;
  }
  .cid-uaGIo5rmtw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uaGIo5rmtw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaGIo5rmtw hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-uaGIo5rmtw .mbr-text,
.cid-uaGIo5rmtw .mbr-section-btn {
  color: #4479d9;
}
.cid-uaGIo5rmtw ul,
.cid-uaGIo5rmtw li {
  color: #000000;
}
.cid-t6GjtRegeI {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
}
@media (max-width: 768px) {
  .cid-t6GjtRegeI {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-t6GjtRegeI .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t6GjtRegeI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t6GjtRegeI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .row {
    position: relative;
  }
}
.cid-t6GjtRegeI .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t6GjtRegeI .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-t6GjtRegeI .col-text {
  position: relative;
}
.cid-t6GjtRegeI .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-t6GjtRegeI .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-t6GjtRegeI .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-t6GjtRegeI .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-t6GjtRegeI .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-t6GjtRegeI .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-t6GjtRegeI .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-t6GjtRegeI .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .label-text {
    text-align: center;
  }
}
.cid-t6GjtRegeI .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-t6GjtRegeI .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-t6GjtRegeI .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t6GjtRegeI .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-t6GjtRegeI .contact-text {
  color: #ffffff;
}
.cid-t6GjtRegeI .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .cards-container {
    text-align: center;
  }
}
.cid-t6GjtRegeI .cards-title {
  margin-bottom: 12px;
}
.cid-t6GjtRegeI .card {
  padding: 9px 0;
}
.cid-t6GjtRegeI .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-t6GjtRegeI .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-t6GjtRegeI .icon-box {
  margin-right: 12px;
}
.cid-t6GjtRegeI .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-t6GjtRegeI .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-t6GjtRegeI .btn-container {
  width: 100%;
}
.cid-t6GjtRegeI .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-t6GjtRegeI .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-t6GjtRegeI .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-t6GjtRegeI .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-t6GjtRegeI .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-t6GjtRegeI .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-t6GjtRegeI .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-t6GjtRegeI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6GjtRegeI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6GjtRegeI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6GjtRegeI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6GjtRGVv3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t6GjtRGVv3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t6GjtRGVv3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t6GjtRGVv3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t6GjtRGVv3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6GjtRGVv3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6GjtRGVv3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6GjtRGVv3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t6GjtRGVv3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t6GjtRGVv3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6GjtRGVv3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t6GjtRGVv3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6GjtRGVv3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6GjtRGVv3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t6GjtRGVv3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t6GjtRGVv3 .text-primary:hover {
  color: #149dcc !important;
}
.cid-t6QuXBiZJu {
  z-index: 1000;
  width: 100%;
}
.cid-t6QuXBiZJu nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t6QuXBiZJu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QuXBiZJu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6QuXBiZJu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6QuXBiZJu .dropdown-item:hover,
.cid-t6QuXBiZJu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t6QuXBiZJu .dropdown-item:hover span {
  color: white;
}
.cid-t6QuXBiZJu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6QuXBiZJu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6QuXBiZJu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6QuXBiZJu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6QuXBiZJu .nav-link {
  position: relative;
}
.cid-t6QuXBiZJu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t6QuXBiZJu .container {
    flex-wrap: nowrap;
  }
}
.cid-t6QuXBiZJu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6QuXBiZJu .dropdown-menu,
.cid-t6QuXBiZJu .navbar.opened {
  background: #4479d9 !important;
}
.cid-t6QuXBiZJu .nav-item:focus,
.cid-t6QuXBiZJu .nav-link:focus {
  outline: none;
}
.cid-t6QuXBiZJu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6QuXBiZJu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6QuXBiZJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6QuXBiZJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QuXBiZJu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6QuXBiZJu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6QuXBiZJu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t6QuXBiZJu .navbar.opened {
  transition: all 0.3s;
}
.cid-t6QuXBiZJu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6QuXBiZJu .navbar .navbar-logo img {
  width: auto;
}
.cid-t6QuXBiZJu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6QuXBiZJu .navbar.collapsed {
  justify-content: center;
}
.cid-t6QuXBiZJu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6QuXBiZJu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6QuXBiZJu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6QuXBiZJu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6QuXBiZJu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6QuXBiZJu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6QuXBiZJu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6QuXBiZJu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6QuXBiZJu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6QuXBiZJu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6QuXBiZJu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6QuXBiZJu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6QuXBiZJu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6QuXBiZJu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6QuXBiZJu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6QuXBiZJu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6QuXBiZJu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6QuXBiZJu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6QuXBiZJu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6QuXBiZJu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6QuXBiZJu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6QuXBiZJu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6QuXBiZJu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6QuXBiZJu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6QuXBiZJu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6QuXBiZJu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6QuXBiZJu .dropdown-item.active,
.cid-t6QuXBiZJu .dropdown-item:active {
  background-color: transparent;
}
.cid-t6QuXBiZJu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6QuXBiZJu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6QuXBiZJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6QuXBiZJu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t6QuXBiZJu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6QuXBiZJu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6QuXBiZJu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6QuXBiZJu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6QuXBiZJu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6QuXBiZJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t6QuXBiZJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6QuXBiZJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QuXBiZJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QuXBiZJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6QuXBiZJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QuXBiZJu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6QuXBiZJu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6QuXBiZJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QuXBiZJu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6QuXBiZJu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6QuXBiZJu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6QuXBiZJu .navbar {
    height: 70px;
  }
  .cid-t6QuXBiZJu .navbar.opened {
    height: auto;
  }
  .cid-t6QuXBiZJu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6QuXBiZJu .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t6QuXBiZJu .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t6QuXBIM31 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-other-products-2000x600.jpg");
}
.cid-t6QuXBIM31 .spacr {
  margin-top: 80px;
}
.cid-t6QuXBIM31 p {
  font-size: 1.4rem;
}
.cid-t6QuXBIM31 h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t6QuXBIM31 h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t6QuXBIM31 .mbr-section-title {
  text-align: center;
}
.cid-t6QuXBIM31 .mbr-section-subtitle {
  text-align: center;
}
.cid-t6QuXBIM31 .mbr-text,
.cid-t6QuXBIM31 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t6QuXBIM31 {
    padding-top: 60px;
  }
  .cid-t6QuXBIM31 h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t6QuXBIM31 h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t6QuXBIM31 p {
    font-size: 15px !important;
  }
}
.cid-t6QGRSvImb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QGRSvImb hr {
  margin: 1rem 0;
  color: #6592e6;
  opacity: .80;
}
.cid-t6QWRmwRgm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t6QWRmwRgm .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t6QWRmwRgm .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t6QWRmwRgm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6QWRmwRgm .card {
    margin-bottom: 2rem;
  }
  .cid-t6QWRmwRgm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6QwzVErbh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6QwzVErbh .card-title {
  color: #202020;
  text-align: left;
}
.cid-t6QwzVErbh .map-wrapper {
  margin-top: 70px;
}
.cid-t6QwzVErbh .google-map {
  height: 540px;
  position: relative;
}
.cid-t6QwzVErbh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t6QwzVErbh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t6QwzVErbh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t6QwzVErbh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t6QwzVErbh .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-t6QwzVErbh .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-t6QwzVErbh .card_text {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t6QwzVErbh .card_box {
    padding: 0 2rem;
  }
}
.cid-t6QwzVErbh .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-t6QvVk1zcc {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t6QvVk1zcc .showAlerts {
  display: block !important;
}
.cid-t6QvVk1zcc .rowflexrev {
  display: -webkit-flex;
}
.cid-t6QvVk1zcc .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t6QvVk1zcc .title {
  margin-bottom: 2rem;
}
.cid-t6QvVk1zcc .mbr-section-subtitle {
  color: #767676;
}
.cid-t6QvVk1zcc textarea.form-control {
  min-height: 188px;
}
.cid-t6QvVk1zcc LABEL {
  color: #232323;
  display: initial;
}
.cid-t6QvVk1zcc .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t6QvVk1zcc .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t6QvVk1zcc .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t6QvVk1zcc .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t6QvVk1zcc .alert {
  margin-bottom: 0;
}
.cid-t6QvVk1zcc .alert-success {
  background-color: #70c770;
}
.cid-t6QvVk1zcc .alert-danger {
  background-color: #ff4a52;
}
.cid-t6QvVk1zcc .btn {
  display: inline-flex;
}
.cid-t6QvVk1zcc .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t6QvVk1zcc .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t6QvVk1zcc .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t6QvVk1zcc input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t6QvVk1zcc input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t6QvVk1zcc input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t6QuXFdpXF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t6QuXFdpXF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t6QuXFdpXF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t6QuXFdpXF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t6QuXFdpXF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6QuXFdpXF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6QuXFdpXF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6QuXFdpXF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t6QuXFdpXF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t6QuXFdpXF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6QuXFdpXF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t6QuXFdpXF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6QuXFdpXF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6QuXFdpXF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t6QuXFdpXF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t6QuXFdpXF .text-primary:hover {
  color: #149dcc !important;
}
.cid-t7rBx0G8si {
  z-index: 1000;
  width: 100%;
}
.cid-t7rBx0G8si nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t7rBx0G8si .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7rBx0G8si .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7rBx0G8si .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7rBx0G8si .dropdown-item:hover,
.cid-t7rBx0G8si .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t7rBx0G8si .dropdown-item:hover span {
  color: white;
}
.cid-t7rBx0G8si .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7rBx0G8si .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7rBx0G8si .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7rBx0G8si .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7rBx0G8si .nav-link {
  position: relative;
}
.cid-t7rBx0G8si .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t7rBx0G8si .container {
    flex-wrap: nowrap;
  }
}
.cid-t7rBx0G8si .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7rBx0G8si .dropdown-menu,
.cid-t7rBx0G8si .navbar.opened {
  background: #4479d9 !important;
}
.cid-t7rBx0G8si .nav-item:focus,
.cid-t7rBx0G8si .nav-link:focus {
  outline: none;
}
.cid-t7rBx0G8si .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7rBx0G8si .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7rBx0G8si .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7rBx0G8si .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7rBx0G8si .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7rBx0G8si .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7rBx0G8si .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t7rBx0G8si .navbar.opened {
  transition: all 0.3s;
}
.cid-t7rBx0G8si .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7rBx0G8si .navbar .navbar-logo img {
  width: auto;
}
.cid-t7rBx0G8si .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7rBx0G8si .navbar.collapsed {
  justify-content: center;
}
.cid-t7rBx0G8si .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7rBx0G8si .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7rBx0G8si .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7rBx0G8si .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7rBx0G8si .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7rBx0G8si .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7rBx0G8si .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7rBx0G8si .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7rBx0G8si .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7rBx0G8si .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7rBx0G8si .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7rBx0G8si .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7rBx0G8si .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7rBx0G8si .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7rBx0G8si .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7rBx0G8si .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7rBx0G8si .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7rBx0G8si .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7rBx0G8si .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7rBx0G8si .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7rBx0G8si .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7rBx0G8si .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7rBx0G8si .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7rBx0G8si .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7rBx0G8si .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7rBx0G8si .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7rBx0G8si .dropdown-item.active,
.cid-t7rBx0G8si .dropdown-item:active {
  background-color: transparent;
}
.cid-t7rBx0G8si .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7rBx0G8si .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7rBx0G8si .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7rBx0G8si .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t7rBx0G8si .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7rBx0G8si .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7rBx0G8si ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7rBx0G8si .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7rBx0G8si button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7rBx0G8si button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t7rBx0G8si button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7rBx0G8si button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7rBx0G8si button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7rBx0G8si button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7rBx0G8si nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7rBx0G8si nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7rBx0G8si nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7rBx0G8si nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7rBx0G8si .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7rBx0G8si a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7rBx0G8si .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7rBx0G8si .navbar {
    height: 70px;
  }
  .cid-t7rBx0G8si .navbar.opened {
    height: auto;
  }
  .cid-t7rBx0G8si .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7rBx0G8si .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t7rBx0G8si .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t7rBx11AZH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-success-2000x600.jpg");
}
.cid-t7rBx11AZH .spacr {
  margin-top: 80px;
}
.cid-t7rBx11AZH p {
  font-size: 1.4rem;
}
.cid-t7rBx11AZH h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t7rBx11AZH h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t7rBx11AZH .mbr-section-title {
  text-align: center;
}
.cid-t7rBx11AZH .mbr-section-subtitle {
  text-align: center;
}
.cid-t7rBx11AZH .mbr-text,
.cid-t7rBx11AZH .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t7rBx11AZH {
    padding-top: 60px;
  }
  .cid-t7rBx11AZH h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t7rBx11AZH h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t7rBx11AZH p {
    font-size: 15px !important;
  }
}
.cid-t7rClPyNTO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7rClPyNTO .mbr-section-title {
  text-align: left;
}
.cid-t7rClPyNTO .mbr-section-subtitle {
  text-align: left;
}
.cid-t7rClPyNTO hr {
  margin: 1rem 0;
  border-color: #004aad;
  opacity: .80;
}
.cid-t7rClPyNTO b,
.cid-t7rClPyNTO strong {
  color: #149dcc;
}
.cid-t7rBx1vmFC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t7rBx1vmFC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t7rBx1vmFC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t7rBx1vmFC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t7rBx1vmFC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t7rBx1vmFC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t7rBx1vmFC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t7rBx1vmFC .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t7rBx1vmFC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7rBx1vmFC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t7rBx1vmFC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t7rBx1vmFC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t7rBx1vmFC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7rBx1vmFC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t7rBx1vmFC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t7rBx1vmFC .text-primary:hover {
  color: #149dcc !important;
}
.cid-t7ru4CnVyb {
  z-index: 1000;
  width: 100%;
}
.cid-t7ru4CnVyb nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t7ru4CnVyb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7ru4CnVyb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7ru4CnVyb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7ru4CnVyb .dropdown-item:hover,
.cid-t7ru4CnVyb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-t7ru4CnVyb .dropdown-item:hover span {
  color: white;
}
.cid-t7ru4CnVyb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7ru4CnVyb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7ru4CnVyb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7ru4CnVyb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7ru4CnVyb .nav-link {
  position: relative;
}
.cid-t7ru4CnVyb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t7ru4CnVyb .container {
    flex-wrap: nowrap;
  }
}
.cid-t7ru4CnVyb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7ru4CnVyb .dropdown-menu,
.cid-t7ru4CnVyb .navbar.opened {
  background: #4479d9 !important;
}
.cid-t7ru4CnVyb .nav-item:focus,
.cid-t7ru4CnVyb .nav-link:focus {
  outline: none;
}
.cid-t7ru4CnVyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7ru4CnVyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7ru4CnVyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7ru4CnVyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7ru4CnVyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7ru4CnVyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7ru4CnVyb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-t7ru4CnVyb .navbar.opened {
  transition: all 0.3s;
}
.cid-t7ru4CnVyb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7ru4CnVyb .navbar .navbar-logo img {
  width: auto;
}
.cid-t7ru4CnVyb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7ru4CnVyb .navbar.collapsed {
  justify-content: center;
}
.cid-t7ru4CnVyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7ru4CnVyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7ru4CnVyb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7ru4CnVyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7ru4CnVyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7ru4CnVyb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7ru4CnVyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7ru4CnVyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7ru4CnVyb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7ru4CnVyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7ru4CnVyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7ru4CnVyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7ru4CnVyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7ru4CnVyb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7ru4CnVyb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7ru4CnVyb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7ru4CnVyb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7ru4CnVyb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7ru4CnVyb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7ru4CnVyb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7ru4CnVyb .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7ru4CnVyb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7ru4CnVyb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7ru4CnVyb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7ru4CnVyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7ru4CnVyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7ru4CnVyb .dropdown-item.active,
.cid-t7ru4CnVyb .dropdown-item:active {
  background-color: transparent;
}
.cid-t7ru4CnVyb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7ru4CnVyb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7ru4CnVyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7ru4CnVyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-t7ru4CnVyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7ru4CnVyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7ru4CnVyb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7ru4CnVyb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7ru4CnVyb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7ru4CnVyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 5px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t7ru4CnVyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7ru4CnVyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7ru4CnVyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7ru4CnVyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7ru4CnVyb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7ru4CnVyb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7ru4CnVyb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7ru4CnVyb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7ru4CnVyb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7ru4CnVyb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7ru4CnVyb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ru4CnVyb .navbar {
    height: 70px;
  }
  .cid-t7ru4CnVyb .navbar.opened {
    height: auto;
  }
  .cid-t7ru4CnVyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7ru4CnVyb .my-logo {
  min-width: 80px;
  min-height: 100px;
}
@media (max-width: 520px) {
  .cid-t7ru4CnVyb .my-logo {
    min-width: 10px;
    min-height: 20px;
  }
}
.cid-t7ru4CEts2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/the-stoneyard-salem-nh-other-products-2000x600.jpg");
}
.cid-t7ru4CEts2 .spacr {
  margin-top: 80px;
}
.cid-t7ru4CEts2 p {
  font-size: 1.4rem;
}
.cid-t7ru4CEts2 h1 {
  color: #ffffff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 2px #000000;
  line-height: 2.8rem;
}
.cid-t7ru4CEts2 h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t7ru4CEts2 .mbr-section-title {
  text-align: center;
}
.cid-t7ru4CEts2 .mbr-section-subtitle {
  text-align: center;
}
.cid-t7ru4CEts2 .mbr-text,
.cid-t7ru4CEts2 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 520px) {
  .cid-t7ru4CEts2 {
    padding-top: 60px;
  }
  .cid-t7ru4CEts2 h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-t7ru4CEts2 h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t7ru4CEts2 p {
    font-size: 15px !important;
  }
}
.cid-t7rute2wVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7rute2wVD .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-t7rute2wVD .mbr-section-subtitle {
  text-align: left;
}
.cid-t7rute2wVD hr {
  margin: 1rem 0;
  border-color: #004aad;
  opacity: .80;
}
.cid-t7rute2wVD h4 {
  font-size: 1.3rem;
}
.cid-t7rute2wVD b,
.cid-t7rute2wVD strong {
  color: #149dcc;
}
.cid-t7ru4DW0mU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-t7ru4DW0mU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t7ru4DW0mU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t7ru4DW0mU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t7ru4DW0mU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t7ru4DW0mU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t7ru4DW0mU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t7ru4DW0mU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t7ru4DW0mU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7ru4DW0mU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t7ru4DW0mU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t7ru4DW0mU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t7ru4DW0mU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7ru4DW0mU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t7ru4DW0mU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t7ru4DW0mU .text-primary:hover {
  color: #149dcc !important;
}
