.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1d293f !important;
}
.bg-success {
  background-color: #8f4221 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #f3a760 !important;
}
.bg-danger {
  background-color: #d08344 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d293f !important;
  border-color: #1d293f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2d4062 !important;
  border-color: #2d4062 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d4062 !important;
  border-color: #2d4062 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a3b899 !important;
  border-color: #a3b899 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #becdb7 !important;
  border-color: #becdb7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #becdb7 !important;
  border-color: #becdb7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #8f4221 !important;
  border-color: #8f4221 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b8552b !important;
  border-color: #b8552b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b8552b !important;
  border-color: #b8552b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3a760 !important;
  border-color: #f3a760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f7c18f !important;
  border-color: #f7c18f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7c18f !important;
  border-color: #f7c18f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d08344 !important;
  border-color: #d08344 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da9e6d !important;
  border-color: #da9e6d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da9e6d !important;
  border-color: #da9e6d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d293f;
  color: #1d293f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020204 !important;
  background-color: transparent !important;
  border-color: #020204 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d293f !important;
  border-color: #1d293f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a3b899;
  color: #a3b899;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #759467 !important;
  background-color: transparent !important;
  border-color: #759467 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3b899 !important;
  border-color: #a3b899 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8f4221;
  color: #8f4221;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #492111 !important;
  background-color: transparent !important;
  border-color: #492111 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8f4221 !important;
  border-color: #8f4221 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f3a760;
  color: #f3a760;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eb7a12 !important;
  background-color: transparent !important;
  border-color: #eb7a12 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3a760 !important;
  border-color: #f3a760 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d08344;
  color: #d08344;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #975926 !important;
  background-color: transparent !important;
  border-color: #975926 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d08344 !important;
  border-color: #d08344 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #1d293f !important;
}
.text-secondary {
  color: #a3b899 !important;
}
.text-success {
  color: #8f4221 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #f3a760 !important;
}
.text-danger {
  color: #d08344 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e8b60 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c1c0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dc7311 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b5223 !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: #1d293f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #f3a760;
}
.alert-danger {
  background-color: #d08344;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d293f;
  border-color: #1d293f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d293f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7e97c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d87e57;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #f9efe7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #1d293f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #1d293f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d293f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d293f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d293f;
  border-bottom-color: #1d293f;
}
.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: #1d293f !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: #a3b899 !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='%231d293f' %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-u6brgDuAuM {
  z-index: 1000;
  width: 100%;
}
.cid-u6brgDuAuM nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6brgDuAuM .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-u6brgDuAuM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6brgDuAuM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6brgDuAuM .dropdown-item:hover,
.cid-u6brgDuAuM .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6brgDuAuM .dropdown-item:hover span {
  color: white;
}
.cid-u6brgDuAuM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6brgDuAuM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6brgDuAuM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6brgDuAuM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6brgDuAuM .nav-link {
  position: relative;
}
.cid-u6brgDuAuM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6brgDuAuM .container {
    flex-wrap: wrap;
  }
}
.cid-u6brgDuAuM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6brgDuAuM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6brgDuAuM .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6brgDuAuM .dropdown-menu,
.cid-u6brgDuAuM .navbar.opened {
  background: #1d293f !important;
}
.cid-u6brgDuAuM .nav-item:focus,
.cid-u6brgDuAuM .nav-link:focus {
  outline: none;
}
.cid-u6brgDuAuM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6brgDuAuM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6brgDuAuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6brgDuAuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6brgDuAuM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6brgDuAuM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6brgDuAuM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6brgDuAuM .navbar.opened {
  transition: all 0.3s;
}
.cid-u6brgDuAuM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6brgDuAuM .navbar .navbar-logo img {
  width: auto;
}
.cid-u6brgDuAuM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6brgDuAuM .navbar.collapsed {
  justify-content: center;
}
.cid-u6brgDuAuM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6brgDuAuM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6brgDuAuM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6brgDuAuM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6brgDuAuM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6brgDuAuM .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-u6brgDuAuM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6brgDuAuM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6brgDuAuM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6brgDuAuM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6brgDuAuM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6brgDuAuM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6brgDuAuM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6brgDuAuM .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-u6brgDuAuM .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6brgDuAuM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6brgDuAuM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6brgDuAuM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6brgDuAuM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6brgDuAuM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6brgDuAuM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6brgDuAuM .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6brgDuAuM .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6brgDuAuM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6brgDuAuM .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-u6brgDuAuM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6brgDuAuM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6brgDuAuM .dropdown-item.active,
.cid-u6brgDuAuM .dropdown-item:active {
  background-color: transparent;
}
.cid-u6brgDuAuM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6brgDuAuM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6brgDuAuM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6brgDuAuM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6brgDuAuM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6brgDuAuM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6brgDuAuM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6brgDuAuM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6brgDuAuM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6brgDuAuM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6brgDuAuM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6brgDuAuM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6brgDuAuM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6brgDuAuM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6brgDuAuM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6brgDuAuM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6brgDuAuM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6brgDuAuM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6brgDuAuM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6brgDuAuM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6brgDuAuM .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-u6brgDuAuM .navbar {
    height: 70px;
  }
  .cid-u6brgDuAuM .navbar.opened {
    height: auto;
  }
  .cid-u6brgDuAuM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6brgDuAuM a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6brgDuAuM a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6brgDuAuM .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6brgDuAuM .mylogo {
    min-height: 90px;
  }
}
.cid-u6brADwJE1 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f7f7f7;
}
.cid-u6brADwJE1 .carousel {
  width: 100%;
}
.cid-u6brADwJE1 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u6brADwJE1 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u6brADwJE1 .carousel-caption {
  bottom: 250px;
}
.cid-u6brADwJE1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6brADwJE1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6brADwJE1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6brADwJE1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6brADwJE1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6brADwJE1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6brADwJE1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6brADwJE1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  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-u6brADwJE1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6brADwJE1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6brADwJE1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6brADwJE1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6brADwJE1 .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-u6brADwJE1 .carousel-indicators li.active,
.cid-u6brADwJE1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6brADwJE1 .carousel-indicators li::after,
.cid-u6brADwJE1 .carousel-indicators li::before {
  content: none;
}
.cid-u6brADwJE1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6brADwJE1 .carousel-indicators {
    display: none !important;
  }
}
.cid-u6brADwJE1 hr {
  margin: 1rem 0;
  color: #f3a760;
  opacity: .80;
  width: 80%;
}
.cid-u6brADwJE1 h1 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6brADwJE1 h2 {
  font-size: 2.3rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6brADwJE1 h5 {
  font-size: 2.8rem;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-u6brADwJE1 {
    background-color: #f7f7f7;
  }
  .cid-u6brADwJE1 .carousel-caption {
    bottom: 125px;
  }
  .cid-u6brADwJE1 h1 {
    font-size: 40px !important;
    line-height: 3rem;
  }
  .cid-u6brADwJE1 h5 {
    font-size: 32px !important;
    line-height: 3rem;
  }
  .cid-u6brADwJE1 h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-u6brADwJE1 p {
    font-size: 15px !important;
  }
}
.cid-u6brBoNxbQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6brBoNxbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6brBoNxbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6brBoNxbQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6brBoNxbQ .row {
  flex-direction: row-reverse;
}
.cid-u6brBoNxbQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6brBoNxbQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6brBoNxbQ hr {
  margin: 1rem 0;
  color: #f3a760;
  opacity: .80;
}
.cid-u6brBoNxbQ b,
.cid-u6brBoNxbQ strong {
  color: #8f4221;
}
.cid-u6brBoNxbQ .mbr-section-title {
  color: #1d293f;
}
.cid-u6fvxiB0NR {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u6fvxiB0NR .row {
  justify-content: center;
}
.cid-u6fvxiB0NR .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-u6fvxiB0NR .item-img {
    height: 286px;
  }
}
.cid-u6fvxiB0NR img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6fvxiB0NR .item:focus,
.cid-u6fvxiB0NR span:focus {
  outline: none;
}
.cid-u6fvxiB0NR .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u6fvxiB0NR .col-items {
    flex-wrap: wrap;
  }
}
.cid-u6fvxiB0NR .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-u6fvxiB0NR .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u6fvxiB0NR .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-u6fvxiB0NR .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-u6fvxiB0NR .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-u6fvxiB0NR .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-u6fvxiB0NR .item-wrapper .btn-primary:hover span {
  color: #1d293f !important;
}
.cid-u6fvxiB0NR .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6fvxiB0NR .item-content {
    text-align: center;
  }
}
.cid-u6fvxiB0NR .mbr-section-title {
  width: 100%;
  color: #1d293f;
}
.cid-u6fvxiB0NR .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cid-u6fvxiB0NR .item-title {
  color: #222222;
  font-size: 2rem;
}
.cid-u6fvxiB0NR .item-subtitle {
  color: #222222;
}
.cid-u6fvxiB0NR .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-u6fvxiB0NR .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u6fvxiB0NR .mbr-section-head {
    text-align: center !important;
  }
}
.cid-u6fvxiB0NR hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-u6fvxiB0NR .item-title,
.cid-u6fvxiB0NR .mbr-section-btn {
  color: #1d293f;
}
.cid-u6fyq4lhgg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-u6fyq4lhgg .mbr-text,
.cid-u6fyq4lhgg blockquote {
  color: #767676;
}
.cid-u6fyq4lhgg .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-u6fyq4lhgg .mbr-text B {
  color: #efefef;
}
.cid-u6fyq4lhgg .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-u6fyq4lhgg .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-u6fyq4lhgg .custom-shape-divider .shape-fill {
  fill: #000000;
}
.cid-u6fyd5YQax {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u6fyd5YQax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fyd5YQax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6fyd5YQax .container {
    padding: 0 22px;
  }
}
.cid-u6fyd5YQax .card {
  justify-content: center;
}
.cid-u6fyd5YQax .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u6fyd5YQax .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u6fyd5YQax .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u6fyd5YQax .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6fyd5YQax .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u6fyd5YQax .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f3a760;
}
@media (max-width: 1440px) {
  .cid-u6fyd5YQax .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-u6fyd5YQax .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-u6fyd5YQax .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-u6fyd5YQax .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-u6fyd5YQax .mbr-section-title {
  color: #ffffff;
  text-align: left;
  font-size: 3.3rem;
}
.cid-u6fyd5YQax .mbr-text {
  color: #ffffff;
}
.cid-u6fyd5YQax hr {
  margin: 1rem 0;
  color: #f3a760;
  opacity: .80;
}
.cid-u6fyd5YQax b,
.cid-u6fyd5YQax strong {
  color: #8f4221;
}
@media (max-width: 520px) {
  .cid-u6fyd5YQax h2,
  .cid-u6fyd5YQax b,
  .cid-u6fyd5YQax strong {
    font-size: 42px !important;
    line-height: 2.5rem;
  }
}
.cid-u6fF8Uy7Od {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8f4221;
}
.cid-u6fF8Uy7Od .mbr-text,
.cid-u6fF8Uy7Od blockquote {
  color: #767676;
}
.cid-u6fF8Uy7Od .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-u6fF8Uy7Od .mbr-text B {
  color: #efefef;
}
.cid-u6fF8Uy7Od .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-u6fF8Uy7Od .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-u6fF8Uy7Od .custom-shape-divider .shape-fill {
  fill: #000000;
}
.cid-u6fCuaY91R {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #8f4221;
}
.cid-u6fCuaY91R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fCuaY91R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fCuaY91R img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-u6fCuaY91R .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffa600;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-u6fCuaY91R .card-title,
.cid-u6fCuaY91R .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6fCuaY91R .card-text {
  color: #232323;
}
.cid-u6fCuaY91R .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6fCuaY91R .mbr-section-subtitle {
  color: #a3b899;
}
.cid-u6fCuaY91R .content-head {
  max-width: 800px;
}
.cid-u6fCuaY91R .card-subtitle {
  color: #a1a1a1;
}
.cid-u6fCuaY91R hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-u6fFZouPGt {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6fFZouPGt .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6fFZouPGt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6fFZouPGt .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6fFZouPGt .row {
    text-align: center;
  }
  .cid-u6fFZouPGt .row > div {
    margin: auto;
  }
  .cid-u6fFZouPGt .social-row {
    justify-content: center;
  }
}
.cid-u6fFZouPGt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6fFZouPGt .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6fFZouPGt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6fFZouPGt .list {
    margin-bottom: 0rem;
  }
}
.cid-u6fFZouPGt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6fFZouPGt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6fFZouPGt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6fFZouPGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fFZouPGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fFZouPGt H5 {
  color: #8f4221;
}
.cid-u6fFZouPGt b,
.cid-u6fFZouPGt strong {
  color: #ffffff;
}
.cid-u6fHuoRa6v {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6fHuoRa6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fHuoRa6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6fHuoRa6v .row {
    padding: 0 24px;
  }
}
.cid-u6fHuoRa6v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6fHuoRa6v .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6fHuoRa6v .mbr-section-title {
  color: #2c0066;
}
.cid-u6fHuoRa6v .mbr-section-title,
.cid-u6fHuoRa6v .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6g60gS4NE {
  z-index: 1000;
  width: 100%;
}
.cid-u6g60gS4NE nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6g60gS4NE .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-u6g60gS4NE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6g60gS4NE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6g60gS4NE .dropdown-item:hover,
.cid-u6g60gS4NE .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6g60gS4NE .dropdown-item:hover span {
  color: white;
}
.cid-u6g60gS4NE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6g60gS4NE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6g60gS4NE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6g60gS4NE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6g60gS4NE .nav-link {
  position: relative;
}
.cid-u6g60gS4NE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6g60gS4NE .container {
    flex-wrap: wrap;
  }
}
.cid-u6g60gS4NE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6g60gS4NE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6g60gS4NE .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6g60gS4NE .dropdown-menu,
.cid-u6g60gS4NE .navbar.opened {
  background: #1d293f !important;
}
.cid-u6g60gS4NE .nav-item:focus,
.cid-u6g60gS4NE .nav-link:focus {
  outline: none;
}
.cid-u6g60gS4NE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6g60gS4NE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6g60gS4NE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6g60gS4NE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6g60gS4NE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6g60gS4NE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6g60gS4NE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6g60gS4NE .navbar.opened {
  transition: all 0.3s;
}
.cid-u6g60gS4NE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6g60gS4NE .navbar .navbar-logo img {
  width: auto;
}
.cid-u6g60gS4NE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6g60gS4NE .navbar.collapsed {
  justify-content: center;
}
.cid-u6g60gS4NE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6g60gS4NE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6g60gS4NE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6g60gS4NE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6g60gS4NE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6g60gS4NE .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-u6g60gS4NE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6g60gS4NE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6g60gS4NE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6g60gS4NE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6g60gS4NE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6g60gS4NE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6g60gS4NE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6g60gS4NE .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-u6g60gS4NE .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6g60gS4NE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6g60gS4NE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6g60gS4NE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6g60gS4NE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6g60gS4NE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6g60gS4NE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6g60gS4NE .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6g60gS4NE .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6g60gS4NE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6g60gS4NE .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-u6g60gS4NE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6g60gS4NE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6g60gS4NE .dropdown-item.active,
.cid-u6g60gS4NE .dropdown-item:active {
  background-color: transparent;
}
.cid-u6g60gS4NE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6g60gS4NE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6g60gS4NE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6g60gS4NE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6g60gS4NE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6g60gS4NE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6g60gS4NE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6g60gS4NE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6g60gS4NE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6g60gS4NE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6g60gS4NE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6g60gS4NE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6g60gS4NE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6g60gS4NE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6g60gS4NE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6g60gS4NE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6g60gS4NE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6g60gS4NE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6g60gS4NE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6g60gS4NE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6g60gS4NE .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-u6g60gS4NE .navbar {
    height: 70px;
  }
  .cid-u6g60gS4NE .navbar.opened {
    height: auto;
  }
  .cid-u6g60gS4NE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6g60gS4NE a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6g60gS4NE a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6g60gS4NE .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6g60gS4NE .mylogo {
    min-height: 90px;
  }
}
.cid-u6g6amsskC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-about-2000x600.jpg");
}
.cid-u6g6amsskC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g6amsskC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6g6amsskC .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6g6amsskC .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6g6amsskC .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6g6amsskC .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6g6amsskC .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6g6amsskC .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6g6amsskC .spacr {
  margin-top: 120px;
}
.cid-u6g6amsskC h1 {
  font-size: 3.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6g6amsskC h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6g6amsskC p {
  font-size: 1.5rem;
}
.cid-u6g6amsskC hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u6g6amsskC {
    padding-top: 5px;
  }
  .cid-u6g6amsskC h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6g6amsskC h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6g6amsskC p {
    font-size: 20px !important;
  }
  .cid-u6g6amsskC hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6gaIjYviq {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-u6gaIjYviq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gaIjYviq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6gaIjYviq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6gaIjYviq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6gaIjYviq .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u6gaIjYviq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6gaIjYviq .mbr-section-title {
  color: #260a30;
  font-size: 2.3rem;
}
.cid-u6gaIjYviq .mbr-text,
.cid-u6gaIjYviq .mbr-section-btn {
  color: #000000;
}
.cid-u6gaIjYviq hr {
  margin: 1rem 0;
  color: #f3a760;
  opacity: .80;
  width: 80%;
}
.cid-u6gaIjYviq p,
.cid-u6gaIjYviq ul,
.cid-u6gaIjYviq li {
  font-size: 1.1rem;
}
.cid-u6g60kA4OQ {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6g60kA4OQ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6g60kA4OQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6g60kA4OQ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6g60kA4OQ .row {
    text-align: center;
  }
  .cid-u6g60kA4OQ .row > div {
    margin: auto;
  }
  .cid-u6g60kA4OQ .social-row {
    justify-content: center;
  }
}
.cid-u6g60kA4OQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6g60kA4OQ .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6g60kA4OQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6g60kA4OQ .list {
    margin-bottom: 0rem;
  }
}
.cid-u6g60kA4OQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6g60kA4OQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6g60kA4OQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6g60kA4OQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g60kA4OQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6g60kA4OQ H5 {
  color: #8f4221;
}
.cid-u6g60kA4OQ b,
.cid-u6g60kA4OQ strong {
  color: #ffffff;
}
.cid-u6g60l1GYF {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6g60l1GYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g60l1GYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6g60l1GYF .row {
    padding: 0 24px;
  }
}
.cid-u6g60l1GYF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6g60l1GYF .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6g60l1GYF .mbr-section-title {
  color: #2c0066;
}
.cid-u6g60l1GYF .mbr-section-title,
.cid-u6g60l1GYF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6luFCyxCA {
  z-index: 1000;
  width: 100%;
}
.cid-u6luFCyxCA nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6luFCyxCA .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-u6luFCyxCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6luFCyxCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6luFCyxCA .dropdown-item:hover,
.cid-u6luFCyxCA .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6luFCyxCA .dropdown-item:hover span {
  color: white;
}
.cid-u6luFCyxCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6luFCyxCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6luFCyxCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6luFCyxCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6luFCyxCA .nav-link {
  position: relative;
}
.cid-u6luFCyxCA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6luFCyxCA .container {
    flex-wrap: wrap;
  }
}
.cid-u6luFCyxCA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6luFCyxCA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6luFCyxCA .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6luFCyxCA .dropdown-menu,
.cid-u6luFCyxCA .navbar.opened {
  background: #1d293f !important;
}
.cid-u6luFCyxCA .nav-item:focus,
.cid-u6luFCyxCA .nav-link:focus {
  outline: none;
}
.cid-u6luFCyxCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6luFCyxCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6luFCyxCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6luFCyxCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6luFCyxCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6luFCyxCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6luFCyxCA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6luFCyxCA .navbar.opened {
  transition: all 0.3s;
}
.cid-u6luFCyxCA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6luFCyxCA .navbar .navbar-logo img {
  width: auto;
}
.cid-u6luFCyxCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6luFCyxCA .navbar.collapsed {
  justify-content: center;
}
.cid-u6luFCyxCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6luFCyxCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6luFCyxCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6luFCyxCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6luFCyxCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6luFCyxCA .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-u6luFCyxCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6luFCyxCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6luFCyxCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6luFCyxCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6luFCyxCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6luFCyxCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6luFCyxCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6luFCyxCA .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-u6luFCyxCA .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6luFCyxCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6luFCyxCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6luFCyxCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6luFCyxCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6luFCyxCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6luFCyxCA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6luFCyxCA .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6luFCyxCA .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6luFCyxCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6luFCyxCA .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-u6luFCyxCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6luFCyxCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6luFCyxCA .dropdown-item.active,
.cid-u6luFCyxCA .dropdown-item:active {
  background-color: transparent;
}
.cid-u6luFCyxCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6luFCyxCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6luFCyxCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6luFCyxCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6luFCyxCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6luFCyxCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6luFCyxCA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6luFCyxCA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6luFCyxCA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6luFCyxCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6luFCyxCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6luFCyxCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6luFCyxCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6luFCyxCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6luFCyxCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6luFCyxCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6luFCyxCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6luFCyxCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6luFCyxCA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6luFCyxCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6luFCyxCA .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-u6luFCyxCA .navbar {
    height: 70px;
  }
  .cid-u6luFCyxCA .navbar.opened {
    height: auto;
  }
  .cid-u6luFCyxCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6luFCyxCA a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6luFCyxCA a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6luFCyxCA .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6luFCyxCA .mylogo {
    min-height: 90px;
  }
}
.cid-u6luFCRBMb {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-hardwood-floor-installations-2000x600.jpg");
}
.cid-u6luFCRBMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6luFCRBMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6luFCRBMb .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6luFCRBMb .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6luFCRBMb .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6luFCRBMb .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6luFCRBMb .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6luFCRBMb .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6luFCRBMb .spacr {
  margin-top: 120px;
}
.cid-u6luFCRBMb h1 {
  font-size: 3.3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6luFCRBMb h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6luFCRBMb p {
  font-size: 1.5rem;
}
.cid-u6luFCRBMb hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-u6luFCRBMb {
    padding-top: 5px;
  }
  .cid-u6luFCRBMb h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6luFCRBMb h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6luFCRBMb p {
    font-size: 20px !important;
  }
  .cid-u6luFCRBMb hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6lznotBD9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u6lznotBD9 .mbr-text {
  color: #8f4221;
}
.cid-u6lznotBD9 .mbr-section-subtitle {
  color: #1d293f;
}
.cid-u6lznotBD9 .mbr-section-title {
  color: #d08344;
}
.cid-u6lznotBD9 .mbr-text2 {
  color: #000000;
}
.cid-u6lznotBD9 a {
  text-decoration: underline;
}
.cid-u6lznotBD9 p {
  line-height: 1.2;
}
.cid-u6lznotBD9 b,
.cid-u6lznotBD9 strong {
  color: #d08344;
}
.cid-u6lznotBD9 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-u6lznotBD9 ul,
.cid-u6lznotBD9 li {
  font-size: 1.3rem;
}
.cid-u6niaKFsuz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u6niaKFsuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6niaKFsuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6niaKFsuz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u6niaKFsuz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u6niaKFsuz .container {
    padding: 0 25px;
  }
}
.cid-u6niaKFsuz .row {
  justify-content: center;
}
.cid-u6niaKFsuz .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-u6niaKFsuz .item .item-wrapper a {
  display: block;
}
.cid-u6niaKFsuz .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-u6niaKFsuz .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u6niaKFsuz .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u6luFDoDT4 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6luFDoDT4 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6luFDoDT4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6luFDoDT4 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6luFDoDT4 .row {
    text-align: center;
  }
  .cid-u6luFDoDT4 .row > div {
    margin: auto;
  }
  .cid-u6luFDoDT4 .social-row {
    justify-content: center;
  }
}
.cid-u6luFDoDT4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6luFDoDT4 .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6luFDoDT4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6luFDoDT4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u6luFDoDT4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6luFDoDT4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6luFDoDT4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6luFDoDT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6luFDoDT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6luFDoDT4 H5 {
  color: #8f4221;
}
.cid-u6luFDoDT4 b,
.cid-u6luFDoDT4 strong {
  color: #ffffff;
}
.cid-u6luFDGFYl {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6luFDGFYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6luFDGFYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6luFDGFYl .row {
    padding: 0 24px;
  }
}
.cid-u6luFDGFYl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6luFDGFYl .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6luFDGFYl .mbr-section-title {
  color: #2c0066;
}
.cid-u6luFDGFYl .mbr-section-title,
.cid-u6luFDGFYl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6m6vHc4t4 {
  z-index: 1000;
  width: 100%;
}
.cid-u6m6vHc4t4 nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6m6vHc4t4 .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-u6m6vHc4t4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6m6vHc4t4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6m6vHc4t4 .dropdown-item:hover,
.cid-u6m6vHc4t4 .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6m6vHc4t4 .dropdown-item:hover span {
  color: white;
}
.cid-u6m6vHc4t4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6m6vHc4t4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6m6vHc4t4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6m6vHc4t4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6m6vHc4t4 .nav-link {
  position: relative;
}
.cid-u6m6vHc4t4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6m6vHc4t4 .container {
    flex-wrap: wrap;
  }
}
.cid-u6m6vHc4t4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6m6vHc4t4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6m6vHc4t4 .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6m6vHc4t4 .dropdown-menu,
.cid-u6m6vHc4t4 .navbar.opened {
  background: #1d293f !important;
}
.cid-u6m6vHc4t4 .nav-item:focus,
.cid-u6m6vHc4t4 .nav-link:focus {
  outline: none;
}
.cid-u6m6vHc4t4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6m6vHc4t4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6m6vHc4t4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6m6vHc4t4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6m6vHc4t4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6m6vHc4t4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6m6vHc4t4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6m6vHc4t4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6m6vHc4t4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6m6vHc4t4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6m6vHc4t4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6m6vHc4t4 .navbar.collapsed {
  justify-content: center;
}
.cid-u6m6vHc4t4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6m6vHc4t4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6m6vHc4t4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6m6vHc4t4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6m6vHc4t4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6m6vHc4t4 .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-u6m6vHc4t4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6m6vHc4t4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6m6vHc4t4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6m6vHc4t4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6m6vHc4t4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6m6vHc4t4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6m6vHc4t4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6m6vHc4t4 .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-u6m6vHc4t4 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6m6vHc4t4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6m6vHc4t4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6m6vHc4t4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6m6vHc4t4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6m6vHc4t4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6m6vHc4t4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6m6vHc4t4 .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6m6vHc4t4 .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6m6vHc4t4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6m6vHc4t4 .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-u6m6vHc4t4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6m6vHc4t4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6m6vHc4t4 .dropdown-item.active,
.cid-u6m6vHc4t4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6m6vHc4t4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6m6vHc4t4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6m6vHc4t4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6m6vHc4t4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6m6vHc4t4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6m6vHc4t4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6m6vHc4t4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6m6vHc4t4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6m6vHc4t4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6m6vHc4t4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6m6vHc4t4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6m6vHc4t4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6m6vHc4t4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6m6vHc4t4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6m6vHc4t4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6m6vHc4t4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6m6vHc4t4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6m6vHc4t4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6m6vHc4t4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6m6vHc4t4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6m6vHc4t4 .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-u6m6vHc4t4 .navbar {
    height: 70px;
  }
  .cid-u6m6vHc4t4 .navbar.opened {
    height: auto;
  }
  .cid-u6m6vHc4t4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6m6vHc4t4 a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6m6vHc4t4 a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6m6vHc4t4 .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6m6vHc4t4 .mylogo {
    min-height: 90px;
  }
}
.cid-u6m6vHDSbn {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-sanding-refinishing-2000x600.jpg");
}
.cid-u6m6vHDSbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6m6vHDSbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6m6vHDSbn .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6m6vHDSbn .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6m6vHDSbn .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6m6vHDSbn .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6m6vHDSbn .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6m6vHDSbn .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6m6vHDSbn .spacr {
  margin-top: 120px;
}
.cid-u6m6vHDSbn h1 {
  font-size: 3.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6m6vHDSbn h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6m6vHDSbn p {
  font-size: 1.5rem;
}
.cid-u6m6vHDSbn hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 90%;
}
@media (max-width: 520px) {
  .cid-u6m6vHDSbn {
    padding-top: 5px;
  }
  .cid-u6m6vHDSbn h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6m6vHDSbn h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6m6vHDSbn p {
    font-size: 20px !important;
  }
  .cid-u6m6vHDSbn hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6m6vHWVVa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u6m6vHWVVa .mbr-text {
  color: #8f4221;
}
.cid-u6m6vHWVVa .mbr-section-subtitle {
  color: #1d293f;
}
.cid-u6m6vHWVVa .mbr-section-title {
  color: #d08344;
}
.cid-u6m6vHWVVa .mbr-text2 {
  color: #000000;
}
.cid-u6m6vHWVVa a {
  text-decoration: underline;
}
.cid-u6m6vHWVVa p {
  line-height: 1.2;
}
.cid-u6m6vHWVVa b,
.cid-u6m6vHWVVa strong {
  color: #d08344;
}
.cid-u6m6vHWVVa hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-u6m6vHWVVa ul,
.cid-u6m6vHWVVa li {
  font-size: 1.3rem;
}
.cid-u6m6vHWVVa h3 {
  font-size: 3.3rem;
}
@media (max-width: 520px) {
  .cid-u6m6vHWVVa h3 {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
}
.cid-u6nkYcnJmG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u6nkYcnJmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6nkYcnJmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6nkYcnJmG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u6nkYcnJmG .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u6nkYcnJmG .container {
    padding: 0 25px;
  }
}
.cid-u6nkYcnJmG .row {
  justify-content: center;
}
.cid-u6nkYcnJmG .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-u6nkYcnJmG .item .item-wrapper a {
  display: block;
}
.cid-u6nkYcnJmG .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-u6nkYcnJmG .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u6nkYcnJmG .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u6m6vIdKsw {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6m6vIdKsw .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6m6vIdKsw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6m6vIdKsw .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6m6vIdKsw .row {
    text-align: center;
  }
  .cid-u6m6vIdKsw .row > div {
    margin: auto;
  }
  .cid-u6m6vIdKsw .social-row {
    justify-content: center;
  }
}
.cid-u6m6vIdKsw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6m6vIdKsw .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6m6vIdKsw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6m6vIdKsw .list {
    margin-bottom: 0rem;
  }
}
.cid-u6m6vIdKsw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6m6vIdKsw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6m6vIdKsw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6m6vIdKsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6m6vIdKsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6m6vIdKsw H5 {
  color: #8f4221;
}
.cid-u6m6vIdKsw b,
.cid-u6m6vIdKsw strong {
  color: #ffffff;
}
.cid-u6m6vIxfvO {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6m6vIxfvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6m6vIxfvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6m6vIxfvO .row {
    padding: 0 24px;
  }
}
.cid-u6m6vIxfvO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6m6vIxfvO .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6m6vIxfvO .mbr-section-title {
  color: #2c0066;
}
.cid-u6m6vIxfvO .mbr-section-title,
.cid-u6m6vIxfvO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6ma3waU6q {
  z-index: 1000;
  width: 100%;
}
.cid-u6ma3waU6q nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6ma3waU6q .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-u6ma3waU6q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6ma3waU6q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6ma3waU6q .dropdown-item:hover,
.cid-u6ma3waU6q .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6ma3waU6q .dropdown-item:hover span {
  color: white;
}
.cid-u6ma3waU6q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6ma3waU6q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6ma3waU6q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6ma3waU6q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6ma3waU6q .nav-link {
  position: relative;
}
.cid-u6ma3waU6q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6ma3waU6q .container {
    flex-wrap: wrap;
  }
}
.cid-u6ma3waU6q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6ma3waU6q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6ma3waU6q .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6ma3waU6q .dropdown-menu,
.cid-u6ma3waU6q .navbar.opened {
  background: #1d293f !important;
}
.cid-u6ma3waU6q .nav-item:focus,
.cid-u6ma3waU6q .nav-link:focus {
  outline: none;
}
.cid-u6ma3waU6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6ma3waU6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6ma3waU6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6ma3waU6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6ma3waU6q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6ma3waU6q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6ma3waU6q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6ma3waU6q .navbar.opened {
  transition: all 0.3s;
}
.cid-u6ma3waU6q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6ma3waU6q .navbar .navbar-logo img {
  width: auto;
}
.cid-u6ma3waU6q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ma3waU6q .navbar.collapsed {
  justify-content: center;
}
.cid-u6ma3waU6q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6ma3waU6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ma3waU6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6ma3waU6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ma3waU6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ma3waU6q .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-u6ma3waU6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ma3waU6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6ma3waU6q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6ma3waU6q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6ma3waU6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ma3waU6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ma3waU6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ma3waU6q .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-u6ma3waU6q .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6ma3waU6q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ma3waU6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6ma3waU6q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6ma3waU6q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6ma3waU6q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6ma3waU6q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6ma3waU6q .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6ma3waU6q .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6ma3waU6q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6ma3waU6q .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-u6ma3waU6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ma3waU6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ma3waU6q .dropdown-item.active,
.cid-u6ma3waU6q .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ma3waU6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6ma3waU6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ma3waU6q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ma3waU6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6ma3waU6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6ma3waU6q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ma3waU6q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6ma3waU6q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6ma3waU6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6ma3waU6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6ma3waU6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ma3waU6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ma3waU6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ma3waU6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ma3waU6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ma3waU6q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6ma3waU6q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6ma3waU6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ma3waU6q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6ma3waU6q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6ma3waU6q .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-u6ma3waU6q .navbar {
    height: 70px;
  }
  .cid-u6ma3waU6q .navbar.opened {
    height: auto;
  }
  .cid-u6ma3waU6q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6ma3waU6q a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6ma3waU6q a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6ma3waU6q .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6ma3waU6q .mylogo {
    min-height: 90px;
  }
}
.cid-u6ma3wDhBh {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-hardwood-floor-repairs-2000x600.jpg");
}
.cid-u6ma3wDhBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ma3wDhBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ma3wDhBh .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6ma3wDhBh .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6ma3wDhBh .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6ma3wDhBh .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6ma3wDhBh .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6ma3wDhBh .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6ma3wDhBh .spacr {
  margin-top: 120px;
}
.cid-u6ma3wDhBh h1 {
  font-size: 2.8rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6ma3wDhBh h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6ma3wDhBh p {
  font-size: 1.5rem;
}
.cid-u6ma3wDhBh hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-u6ma3wDhBh {
    padding-top: 5px;
  }
  .cid-u6ma3wDhBh h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6ma3wDhBh h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6ma3wDhBh p {
    font-size: 20px !important;
  }
  .cid-u6ma3wDhBh hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6ma3x3k6o {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-u6ma3x3k6o .mbr-text {
  color: #8f4221;
}
.cid-u6ma3x3k6o .mbr-section-subtitle {
  color: #1d293f;
}
.cid-u6ma3x3k6o .mbr-section-title {
  color: #d08344;
}
.cid-u6ma3x3k6o .mbr-text2 {
  color: #000000;
}
.cid-u6ma3x3k6o a {
  text-decoration: underline;
}
.cid-u6ma3x3k6o p {
  line-height: 1.2;
}
.cid-u6ma3x3k6o b,
.cid-u6ma3x3k6o strong {
  color: #d08344;
}
.cid-u6ma3x3k6o hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-u6ma3x3k6o ul,
.cid-u6ma3x3k6o li {
  font-size: 1.3rem;
}
.cid-u6ma3x3k6o h3 {
  font-size: 3.5rem;
}
@media (max-width: 520px) {
  .cid-u6ma3x3k6o h3 {
    font-size: 2.8rem;
    line-height: 2.7rem;
  }
}
.cid-u6nmMyPXU7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-u6nmMyPXU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6nmMyPXU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6nmMyPXU7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u6nmMyPXU7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u6nmMyPXU7 .container {
    padding: 0 25px;
  }
}
.cid-u6nmMyPXU7 .row {
  justify-content: center;
}
.cid-u6nmMyPXU7 .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-u6nmMyPXU7 .item .item-wrapper a {
  display: block;
}
.cid-u6nmMyPXU7 .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-u6nmMyPXU7 .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-u6nmMyPXU7 .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u6ma3xmmbA {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6ma3xmmbA .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6ma3xmmbA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6ma3xmmbA .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6ma3xmmbA .row {
    text-align: center;
  }
  .cid-u6ma3xmmbA .row > div {
    margin: auto;
  }
  .cid-u6ma3xmmbA .social-row {
    justify-content: center;
  }
}
.cid-u6ma3xmmbA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6ma3xmmbA .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6ma3xmmbA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ma3xmmbA .list {
    margin-bottom: 0rem;
  }
}
.cid-u6ma3xmmbA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6ma3xmmbA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6ma3xmmbA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6ma3xmmbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ma3xmmbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ma3xmmbA H5 {
  color: #8f4221;
}
.cid-u6ma3xmmbA b,
.cid-u6ma3xmmbA strong {
  color: #ffffff;
}
.cid-u6ma3xHSoX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6ma3xHSoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ma3xHSoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ma3xHSoX .row {
    padding: 0 24px;
  }
}
.cid-u6ma3xHSoX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6ma3xHSoX .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6ma3xHSoX .mbr-section-title {
  color: #2c0066;
}
.cid-u6ma3xHSoX .mbr-section-title,
.cid-u6ma3xHSoX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6me5ja1un {
  z-index: 1000;
  width: 100%;
}
.cid-u6me5ja1un nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6me5ja1un .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-u6me5ja1un .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6me5ja1un .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6me5ja1un .dropdown-item:hover,
.cid-u6me5ja1un .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6me5ja1un .dropdown-item:hover span {
  color: white;
}
.cid-u6me5ja1un .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6me5ja1un .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6me5ja1un .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6me5ja1un .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6me5ja1un .nav-link {
  position: relative;
}
.cid-u6me5ja1un .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6me5ja1un .container {
    flex-wrap: wrap;
  }
}
.cid-u6me5ja1un .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6me5ja1un .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6me5ja1un .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6me5ja1un .dropdown-menu,
.cid-u6me5ja1un .navbar.opened {
  background: #1d293f !important;
}
.cid-u6me5ja1un .nav-item:focus,
.cid-u6me5ja1un .nav-link:focus {
  outline: none;
}
.cid-u6me5ja1un .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6me5ja1un .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6me5ja1un .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6me5ja1un .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6me5ja1un .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6me5ja1un .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6me5ja1un .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6me5ja1un .navbar.opened {
  transition: all 0.3s;
}
.cid-u6me5ja1un .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6me5ja1un .navbar .navbar-logo img {
  width: auto;
}
.cid-u6me5ja1un .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6me5ja1un .navbar.collapsed {
  justify-content: center;
}
.cid-u6me5ja1un .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6me5ja1un .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6me5ja1un .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6me5ja1un .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6me5ja1un .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6me5ja1un .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-u6me5ja1un .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6me5ja1un .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6me5ja1un .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6me5ja1un .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6me5ja1un .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6me5ja1un .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6me5ja1un .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6me5ja1un .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-u6me5ja1un .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6me5ja1un .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6me5ja1un .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6me5ja1un .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6me5ja1un .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6me5ja1un .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6me5ja1un .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6me5ja1un .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6me5ja1un .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6me5ja1un .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6me5ja1un .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-u6me5ja1un .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6me5ja1un .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6me5ja1un .dropdown-item.active,
.cid-u6me5ja1un .dropdown-item:active {
  background-color: transparent;
}
.cid-u6me5ja1un .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6me5ja1un .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6me5ja1un .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6me5ja1un .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6me5ja1un .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6me5ja1un .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6me5ja1un ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6me5ja1un .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6me5ja1un button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6me5ja1un button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6me5ja1un button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6me5ja1un button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6me5ja1un button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6me5ja1un button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6me5ja1un nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6me5ja1un nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6me5ja1un nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6me5ja1un nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6me5ja1un .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6me5ja1un a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6me5ja1un .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-u6me5ja1un .navbar {
    height: 70px;
  }
  .cid-u6me5ja1un .navbar.opened {
    height: auto;
  }
  .cid-u6me5ja1un .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6me5ja1un a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6me5ja1un a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6me5ja1un .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6me5ja1un .mylogo {
    min-height: 90px;
  }
}
.cid-u6me5jGtzB {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-contact-2000x600.jpg");
}
.cid-u6me5jGtzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6me5jGtzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6me5jGtzB .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6me5jGtzB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6me5jGtzB .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6me5jGtzB .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6me5jGtzB .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6me5jGtzB .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6me5jGtzB .spacr {
  margin-top: 120px;
}
.cid-u6me5jGtzB h1 {
  font-size: 3.3em;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6me5jGtzB h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6me5jGtzB p {
  font-size: 1.5rem;
}
.cid-u6me5jGtzB hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-u6me5jGtzB {
    padding-top: 5px;
  }
  .cid-u6me5jGtzB h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6me5jGtzB h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6me5jGtzB p {
    font-size: 20px !important;
  }
  .cid-u6me5jGtzB hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6mfyWdLts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff7f0;
}
.cid-u6mfyWdLts .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mfyWdLts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mfyWdLts .underline {
  text-decoration: underline;
}
.cid-u6mfyWdLts .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-u6mfyWdLts .items {
    padding: 3rem 1rem;
  }
}
.cid-u6mfyWdLts .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.cid-u6mfyWdLts .text-primary {
  background: #8f4221;
}
.cid-u6mfyWdLts .noborder {
  border-bottom: 0;
}
.cid-u6mfyWdLts b,
.cid-u6mfyWdLts strong,
.cid-u6mfyWdLts a {
  font-weight: 900;
}
.cid-u6mfyWdLts .mbr-section-title {
  color: #17003b;
}
.cid-u6mfyWdLts .mbr-section-subtitle {
  color: #17003b;
}
.cid-u6mfyWdLts .mbr-item-title {
  text-align: center;
  color: #17003b;
}
.cid-u6mfyWdLts .mbr-item-text {
  text-align: center;
  color: #17003b;
}
.cid-u6mfyWdLts .mbr-item-title,
.cid-u6mfyWdLts .card {
  color: #17003b;
}
.cid-u6mfyWdLts .mbr-text {
  color: #17003b;
}
.cid-u6mgXxeiKW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1d293f;
}
.cid-u6mgXxeiKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mgXxeiKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6mgXxeiKW .row {
    padding: 0 24px;
  }
}
.cid-u6mgXxeiKW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6mgXxeiKW .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6mgXxeiKW .mbr-section-title {
  color: #2c0066;
}
.cid-u6mgXxeiKW .mbr-section-title,
.cid-u6mgXxeiKW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6mgXxeiKW span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-u6mgZ8dqBV {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-u6mgZ8dqBV .showAlerts {
  display: block !important;
}
.cid-u6mgZ8dqBV .rowflexrev {
  display: -webkit-flex;
}
.cid-u6mgZ8dqBV .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u6mgZ8dqBV .title {
  margin-bottom: 2rem;
}
.cid-u6mgZ8dqBV .mbr-section-subtitle {
  color: #767676;
}
.cid-u6mgZ8dqBV textarea.form-control {
  min-height: 188px;
}
.cid-u6mgZ8dqBV LABEL {
  color: #232323;
  display: initial;
}
.cid-u6mgZ8dqBV .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6mgZ8dqBV .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u6mgZ8dqBV .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6mgZ8dqBV .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u6mgZ8dqBV .alert {
  margin-bottom: 0;
}
.cid-u6mgZ8dqBV .alert-success {
  background-color: #70c770;
}
.cid-u6mgZ8dqBV .alert-danger {
  background-color: #ff4a52;
}
.cid-u6mgZ8dqBV .btn {
  display: inline-flex;
}
.cid-u6mgZ8dqBV .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u6mgZ8dqBV .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u6mgZ8dqBV .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-u6mgZ8dqBV 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-u6mgZ8dqBV 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-u6mgZ8dqBV 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-u6me5kkO82 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6me5kkO82 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6me5kkO82 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6me5kkO82 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6me5kkO82 .row {
    text-align: center;
  }
  .cid-u6me5kkO82 .row > div {
    margin: auto;
  }
  .cid-u6me5kkO82 .social-row {
    justify-content: center;
  }
}
.cid-u6me5kkO82 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6me5kkO82 .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6me5kkO82 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6me5kkO82 .list {
    margin-bottom: 0rem;
  }
}
.cid-u6me5kkO82 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6me5kkO82 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6me5kkO82 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6me5kkO82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6me5kkO82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6me5kkO82 H5 {
  color: #8f4221;
}
.cid-u6me5kkO82 b,
.cid-u6me5kkO82 strong {
  color: #ffffff;
}
.cid-u6me5kKbkM {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6me5kKbkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6me5kKbkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6me5kKbkM .row {
    padding: 0 24px;
  }
}
.cid-u6me5kKbkM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6me5kKbkM .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6me5kKbkM .mbr-section-title {
  color: #2c0066;
}
.cid-u6me5kKbkM .mbr-section-title,
.cid-u6me5kKbkM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6UN6Fsa5S {
  z-index: 1000;
  width: 100%;
}
.cid-u6UN6Fsa5S nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6UN6Fsa5S .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-u6UN6Fsa5S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6UN6Fsa5S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6UN6Fsa5S .dropdown-item:hover,
.cid-u6UN6Fsa5S .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6UN6Fsa5S .dropdown-item:hover span {
  color: white;
}
.cid-u6UN6Fsa5S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6UN6Fsa5S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6UN6Fsa5S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6UN6Fsa5S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6UN6Fsa5S .nav-link {
  position: relative;
}
.cid-u6UN6Fsa5S .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6UN6Fsa5S .container {
    flex-wrap: wrap;
  }
}
.cid-u6UN6Fsa5S .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6UN6Fsa5S .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6UN6Fsa5S .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6UN6Fsa5S .dropdown-menu,
.cid-u6UN6Fsa5S .navbar.opened {
  background: #1d293f !important;
}
.cid-u6UN6Fsa5S .nav-item:focus,
.cid-u6UN6Fsa5S .nav-link:focus {
  outline: none;
}
.cid-u6UN6Fsa5S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6UN6Fsa5S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6UN6Fsa5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6UN6Fsa5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6UN6Fsa5S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6UN6Fsa5S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6UN6Fsa5S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6UN6Fsa5S .navbar.opened {
  transition: all 0.3s;
}
.cid-u6UN6Fsa5S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6UN6Fsa5S .navbar .navbar-logo img {
  width: auto;
}
.cid-u6UN6Fsa5S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6UN6Fsa5S .navbar.collapsed {
  justify-content: center;
}
.cid-u6UN6Fsa5S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6UN6Fsa5S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UN6Fsa5S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6UN6Fsa5S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6UN6Fsa5S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6UN6Fsa5S .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-u6UN6Fsa5S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6UN6Fsa5S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6UN6Fsa5S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6UN6Fsa5S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6UN6Fsa5S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6UN6Fsa5S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6UN6Fsa5S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6UN6Fsa5S .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-u6UN6Fsa5S .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6UN6Fsa5S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6UN6Fsa5S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6UN6Fsa5S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6UN6Fsa5S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6UN6Fsa5S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6UN6Fsa5S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6UN6Fsa5S .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6UN6Fsa5S .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6UN6Fsa5S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6UN6Fsa5S .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-u6UN6Fsa5S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6UN6Fsa5S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6UN6Fsa5S .dropdown-item.active,
.cid-u6UN6Fsa5S .dropdown-item:active {
  background-color: transparent;
}
.cid-u6UN6Fsa5S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6UN6Fsa5S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6UN6Fsa5S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6UN6Fsa5S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6UN6Fsa5S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6UN6Fsa5S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6UN6Fsa5S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6UN6Fsa5S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6UN6Fsa5S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6UN6Fsa5S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6UN6Fsa5S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6UN6Fsa5S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UN6Fsa5S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UN6Fsa5S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6UN6Fsa5S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UN6Fsa5S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6UN6Fsa5S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6UN6Fsa5S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UN6Fsa5S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6UN6Fsa5S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6UN6Fsa5S .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-u6UN6Fsa5S .navbar {
    height: 70px;
  }
  .cid-u6UN6Fsa5S .navbar.opened {
    height: auto;
  }
  .cid-u6UN6Fsa5S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6UN6Fsa5S a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6UN6Fsa5S a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6UN6Fsa5S .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6UN6Fsa5S .mylogo {
    min-height: 90px;
  }
}
.cid-u6UN6FLEat {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-contact-2000x600.jpg");
}
.cid-u6UN6FLEat .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UN6FLEat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UN6FLEat .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6UN6FLEat .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6UN6FLEat .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6UN6FLEat .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6UN6FLEat .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6UN6FLEat .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6UN6FLEat .spacr {
  margin-top: 120px;
}
.cid-u6UN6FLEat h1 {
  font-size: 3.3em;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6UN6FLEat h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6UN6FLEat p {
  font-size: 1.5rem;
}
.cid-u6UN6FLEat hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-u6UN6FLEat {
    padding-top: 5px;
  }
  .cid-u6UN6FLEat h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6UN6FLEat h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6UN6FLEat p {
    font-size: 20px !important;
  }
  .cid-u6UN6FLEat hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6UOt6UTpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6UOt6UTpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UOt6UTpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UOt6UTpL hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-u6UOt6UTpL .mbr-section-subtitle {
  text-align: left;
}
.cid-u6UOt6UTpL h4 {
  font-size: 1.4rem;
}
.cid-u6UN6GJSPc {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6UN6GJSPc .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6UN6GJSPc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6UN6GJSPc .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6UN6GJSPc .row {
    text-align: center;
  }
  .cid-u6UN6GJSPc .row > div {
    margin: auto;
  }
  .cid-u6UN6GJSPc .social-row {
    justify-content: center;
  }
}
.cid-u6UN6GJSPc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6UN6GJSPc .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6UN6GJSPc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6UN6GJSPc .list {
    margin-bottom: 0rem;
  }
}
.cid-u6UN6GJSPc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6UN6GJSPc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6UN6GJSPc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6UN6GJSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UN6GJSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UN6GJSPc H5 {
  color: #8f4221;
}
.cid-u6UN6GJSPc b,
.cid-u6UN6GJSPc strong {
  color: #ffffff;
}
.cid-u6UN6GZDQX {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6UN6GZDQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UN6GZDQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UN6GZDQX .row {
    padding: 0 24px;
  }
}
.cid-u6UN6GZDQX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6UN6GZDQX .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6UN6GZDQX .mbr-section-title {
  color: #2c0066;
}
.cid-u6UN6GZDQX .mbr-section-title,
.cid-u6UN6GZDQX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6UOSR0Kul {
  z-index: 1000;
  width: 100%;
}
.cid-u6UOSR0Kul nav.navbar {
  position: fixed;
  background: rgba(29, 41, 63, 0.7) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u6UOSR0Kul .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-u6UOSR0Kul .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6UOSR0Kul .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6UOSR0Kul .dropdown-item:hover,
.cid-u6UOSR0Kul .dropdown-item:focus {
  background: #1d293f !important;
  color: white !important;
}
.cid-u6UOSR0Kul .dropdown-item:hover span {
  color: white;
}
.cid-u6UOSR0Kul .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6UOSR0Kul .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6UOSR0Kul .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6UOSR0Kul .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6UOSR0Kul .nav-link {
  position: relative;
}
.cid-u6UOSR0Kul .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6UOSR0Kul .container {
    flex-wrap: wrap;
  }
}
.cid-u6UOSR0Kul .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6UOSR0Kul .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6UOSR0Kul .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6UOSR0Kul .dropdown-menu,
.cid-u6UOSR0Kul .navbar.opened {
  background: #1d293f !important;
}
.cid-u6UOSR0Kul .nav-item:focus,
.cid-u6UOSR0Kul .nav-link:focus {
  outline: none;
}
.cid-u6UOSR0Kul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6UOSR0Kul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6UOSR0Kul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6UOSR0Kul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6UOSR0Kul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6UOSR0Kul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6UOSR0Kul .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(29, 41, 63, 0);
}
.cid-u6UOSR0Kul .navbar.opened {
  transition: all 0.3s;
}
.cid-u6UOSR0Kul .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6UOSR0Kul .navbar .navbar-logo img {
  width: auto;
}
.cid-u6UOSR0Kul .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6UOSR0Kul .navbar.collapsed {
  justify-content: center;
}
.cid-u6UOSR0Kul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6UOSR0Kul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UOSR0Kul .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u6UOSR0Kul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6UOSR0Kul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6UOSR0Kul .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-u6UOSR0Kul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6UOSR0Kul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6UOSR0Kul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6UOSR0Kul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6UOSR0Kul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6UOSR0Kul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6UOSR0Kul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6UOSR0Kul .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-u6UOSR0Kul .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u6UOSR0Kul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6UOSR0Kul .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6UOSR0Kul .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6UOSR0Kul .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6UOSR0Kul .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6UOSR0Kul .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6UOSR0Kul .navbar.navbar-short {
  min-height: 130px;
}
.cid-u6UOSR0Kul .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u6UOSR0Kul .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6UOSR0Kul .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-u6UOSR0Kul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6UOSR0Kul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6UOSR0Kul .dropdown-item.active,
.cid-u6UOSR0Kul .dropdown-item:active {
  background-color: transparent;
}
.cid-u6UOSR0Kul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6UOSR0Kul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6UOSR0Kul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6UOSR0Kul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d293f;
}
.cid-u6UOSR0Kul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6UOSR0Kul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6UOSR0Kul ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6UOSR0Kul .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6UOSR0Kul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6UOSR0Kul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f3a760;
}
.cid-u6UOSR0Kul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6UOSR0Kul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UOSR0Kul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UOSR0Kul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6UOSR0Kul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UOSR0Kul nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6UOSR0Kul nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6UOSR0Kul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UOSR0Kul .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6UOSR0Kul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6UOSR0Kul .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-u6UOSR0Kul .navbar {
    height: 70px;
  }
  .cid-u6UOSR0Kul .navbar.opened {
    height: auto;
  }
  .cid-u6UOSR0Kul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6UOSR0Kul a.text-white:hover {
  color: #f3a760 !important;
}
.cid-u6UOSR0Kul a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u6UOSR0Kul .mylogo {
  position: relative;
  top: 2px;
  min-height: 175px;
}
@media (max-width: 520px) {
  .cid-u6UOSR0Kul .mylogo {
    min-height: 90px;
  }
}
.cid-u6UOSRluyt {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rick-landry-flooring-hardwood-services-2000x600.jpg");
}
.cid-u6UOSRluyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UOSRluyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UOSRluyt .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6UOSRluyt .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u6UOSRluyt .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u6UOSRluyt .mbr-section-btn {
  margin-top: 18px;
}
.cid-u6UOSRluyt .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u6UOSRluyt .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u6UOSRluyt .spacr {
  margin-top: 120px;
}
.cid-u6UOSRluyt h1 {
  font-size: 3.3em;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6UOSRluyt h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u6UOSRluyt p {
  font-size: 1.5rem;
}
.cid-u6UOSRluyt hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-u6UOSRluyt {
    padding-top: 5px;
  }
  .cid-u6UOSRluyt h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u6UOSRluyt h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u6UOSRluyt p {
    font-size: 20px !important;
  }
  .cid-u6UOSRluyt hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u6UPgTL01q {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6UPgTL01q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UPgTL01q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6UPgTL01q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6UPgTL01q .row {
  flex-direction: row-reverse;
}
.cid-u6UPgTL01q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6UPgTL01q .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6UPgTL01q hr {
  margin: 1rem 0;
  color: #149dcc;
  opacity: .80;
}
.cid-u6UPgTL01q span {
  color: #000000;
  font-size: 3.5rem;
}
.cid-u6UPgTL01q .mbr-section-title {
  color: #d08344;
  font-size: 2.6rem;
}
.cid-u6UOSRLFgU {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6UOSRLFgU .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-u6UOSRLFgU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-u6UOSRLFgU .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-u6UOSRLFgU .row {
    text-align: center;
  }
  .cid-u6UOSRLFgU .row > div {
    margin: auto;
  }
  .cid-u6UOSRLFgU .social-row {
    justify-content: center;
  }
}
.cid-u6UOSRLFgU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6UOSRLFgU .list {
  list-style: none;
  padding-left: 0;
  color: #f3a760;
}
@media (max-width: 991px) {
  .cid-u6UOSRLFgU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6UOSRLFgU .list {
    margin-bottom: 0rem;
  }
}
.cid-u6UOSRLFgU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6UOSRLFgU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6UOSRLFgU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6UOSRLFgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UOSRLFgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UOSRLFgU H5 {
  color: #8f4221;
}
.cid-u6UOSRLFgU b,
.cid-u6UOSRLFgU strong {
  color: #ffffff;
}
.cid-u6UOSS0G64 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a3b899;
}
.cid-u6UOSS0G64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UOSS0G64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UOSS0G64 .row {
    padding: 0 24px;
  }
}
.cid-u6UOSS0G64 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u6UOSS0G64 .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u6UOSS0G64 .mbr-section-title {
  color: #2c0066;
}
.cid-u6UOSS0G64 .mbr-section-title,
.cid-u6UOSS0G64 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
