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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #660000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #660000 !important;
  border-color: #660000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a0000 !important;
  border-color: #1a0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a0000 !important;
  border-color: #1a0000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #660000;
  border-color: #660000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #660000 !important;
  border-color: #660000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #660000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #660000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e60000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sKqeBig9Yp .modal-body .close {
  background: #1b1b1b;
}
.cid-sKqeBig9Yp .modal-body .close span {
  font-style: normal;
}
.cid-sKqeBig9Yp .carousel-inner > .active,
.cid-sKqeBig9Yp .carousel-inner > .next,
.cid-sKqeBig9Yp .carousel-inner > .prev {
  display: flex;
}
.cid-sKqeBig9Yp .carousel-control .icon-next,
.cid-sKqeBig9Yp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKqeBig9Yp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKqeBig9Yp .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKqeBig9Yp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKqeBig9Yp .boxed-slider > div {
  position: relative;
}
.cid-sKqeBig9Yp .container img {
  width: 100%;
}
.cid-sKqeBig9Yp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKqeBig9Yp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKqeBig9Yp .mbr-table-cell {
  padding: 0;
}
.cid-sKqeBig9Yp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKqeBig9Yp .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKqeBig9Yp .mbr-overlay {
  z-index: 1;
}
.cid-sKqeBig9Yp .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKqeBig9Yp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKqeBig9Yp .carousel-item.active.right,
.cid-sKqeBig9Yp .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKqeBig9Yp .carousel-item.active.left,
.cid-sKqeBig9Yp .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKqeBig9Yp .carousel-item.active,
.cid-sKqeBig9Yp .carousel-item.next.left,
.cid-sKqeBig9Yp .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sKqeBig9Yp .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators li.active,
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators li::after,
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKqeBig9Yp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKqeBig9Yp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKqeBig9Yp .mbr-slider > .container img {
  width: 100%;
}
.cid-sKqeBig9Yp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKqeBig9Yp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKqeBig9Yp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKqeBig9Yp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKqeBig9Yp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKqeBig9Yp .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKqeBig9Yp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKqeBig9Yp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKqeBig9Yp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKqeBig9Yp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKqeBig9Yp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKqeBig9Yp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKqeBig9Yp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKqeBig9Yp h2,
.cid-sKqeBig9Yp h1,
.cid-sKqeBig9Yp h3,
.cid-sKqeBig9Yp p {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sKqeBig9Yp b,
.cid-sKqeBig9Yp strong {
  color: #C11D22;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tRasHrpUJu.popup-builder {
  background-color: #ffffff;
}
.cid-tRasHrpUJu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRasHrpUJu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRasHrpUJu .modal-content,
.cid-tRasHrpUJu .modal-dialog {
  height: auto;
}
.cid-tRasHrpUJu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRasHrpUJu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRasHrpUJu .form-wrapper .mbr-form .form-group,
  .cid-tRasHrpUJu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRasHrpUJu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRasHrpUJu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRasHrpUJu .mbr-text {
  text-align: center;
}
.cid-tRasHrpUJu .pt-0 {
  padding-top: 0 !important;
}
.cid-tRasHrpUJu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRasHrpUJu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRasHrpUJu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRasHrpUJu .modal-open {
  overflow: hidden;
}
.cid-tRasHrpUJu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRasHrpUJu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRasHrpUJu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRasHrpUJu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tRasHrpUJu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRasHrpUJu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRasHrpUJu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRasHrpUJu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tRasHrpUJu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRasHrpUJu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRasHrpUJu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRasHrpUJu .modal-backdrop.show {
  opacity: .5;
}
.cid-tRasHrpUJu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRasHrpUJu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRasHrpUJu .modal-header {
    padding: 1rem;
  }
}
.cid-tRasHrpUJu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRasHrpUJu .modal-header .close svg {
  fill: #353535;
}
.cid-tRasHrpUJu .modal-header .close:hover {
  opacity: 1;
}
.cid-tRasHrpUJu .modal-header .close:focus {
  outline: none;
}
.cid-tRasHrpUJu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRasHrpUJu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRasHrpUJu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRasHrpUJu .modal-body {
    padding: 1rem;
  }
}
.cid-tRasHrpUJu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRasHrpUJu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRasHrpUJu .modal-footer {
    padding: 1rem;
  }
}
.cid-tRasHrpUJu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRasHrpUJu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRasHrpUJu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRasHrpUJu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRasHrpUJu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRasHrpUJu .modal-lg,
  .cid-tRasHrpUJu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRasHrpUJu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRasHrpUJu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRasHrpUJu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tRasHrpUJu .form-group {
  margin-bottom: 1rem;
}
.cid-tRasHrpUJu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRasHrpUJu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRasHrpUJu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tRasHrpUJu .mbr-section-btn {
  margin: 0;
}
.cid-tRasHrpUJu .mbr-section-btn .btn {
  margin: 0;
}
.cid-qSO8wPss2k {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSO8wPss2k .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-qSO8wPss2k h3 {
  line-height: 1.5rem;
}
.cid-qSO8wPss2k h2 {
  font-size: 1.7rem;
  font-weight: 600;
}
.cid-qSO8wPss2k H2 {
  text-align: left;
}
.cid-qSO8wPss2k hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-qSTmxmitH5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-qSTmxmitH5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSTmxmitH5 .section-text {
  padding: 2rem 0;
}
.cid-qSTmxmitH5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSTmxmitH5 .inner-container {
    width: 100% !important;
  }
}
.cid-qSTmxmitH5 .section-text DIV {
  color: #ffffff;
}
.cid-qSO8strvZ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qSO8strvZ8 .card-item {
  display: flex;
  justify-content: space-between;
}
.cid-qSO8strvZ8 .card-item .card-icon {
  margin-right: 1rem;
}
.cid-qSO8strvZ8 .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #660000;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qSO8strvZ8 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-qSO8strvZ8 .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-qSO8strvZ8 .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qSO8strvZ8 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qSO8strvZ8 .card-days {
  background-color: #660000;
  border-radius: 5px;
}
.cid-qSO8strvZ8 .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qSO8strvZ8 .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qSO8strvZ8 .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qSO8strvZ8 .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qSO8strvZ8 .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-qSO8strvZ8 .media-cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-qSO8strvZ8 .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-qSO8strvZ8 .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qSO8strvZ8 .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-qSO8strvZ8 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSO8strvZ8 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qSOcS9gTfY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qSOcS9gTfY .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qSOcS9gTfY .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qSOcS9gTfY .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qSOcS9gTfY .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qSOcS9gTfY .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qSOcS9gTfY .space {
  height: 45px;
  width: 100%;
}
.cid-qSOcS9gTfY .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qSOcS9gTfY .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qSOcS9gTfY .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qSOcS9gTfY .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qSOcS9gTfY .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qSOeTAFxaD .google-map {
  height: 25rem;
  position: relative;
}
.cid-qSOeTAFxaD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qSOeTAFxaD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qSOeTAFxaD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qSOeTAFxaD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKTVZeZBgF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVZeZBgF img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVZeZBgF .content {
    text-align: center;
  }
  .cid-sKTVZeZBgF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVZeZBgF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVZeZBgF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVZeZBgF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVZeZBgF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVZeZBgF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVZeZBgF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVZeZBgF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVZeZBgF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVZeZBgF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVZeZBgF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVZeZBgF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVZeZBgF a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qSSd851XR6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-qSYqNMZQQ1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-flat-bread-pizza-company-1-2000x800.jpg");
}
.cid-qSYqNMZQQ1 H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-qSYqNMZQQ1 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qSYqNMZQQ1 p {
  font-size: 30px !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qSYqNMZQQ1 .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qSYqNMZQQ1 {
    padding-top: 80px;
  }
  .cid-qSYqNMZQQ1 h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qSYqNMZQQ1 h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qSYqNMZQQ1 p {
    font-size: 15px !important;
  }
}
.cid-sKTbRIxv9u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKTbRIxv9u .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sKTbRIxv9u H2 {
  text-align: left;
}
.cid-sKTbRIxv9u hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-sKTgtZ5sEm {
  background-color: #000000;
}
.cid-sKTgtZ5sEm .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sKTgtZ5sEm .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sKTgtZ5sEm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKTgtZ5sEm .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sKTgtZ5sEm .image-element {
    padding-left: 0;
  }
}
.cid-sKTgtZ5sEm .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sKTgtZ5sEm .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sKTgtZ5sEm .brown {
  color: #000000;
}
.cid-sKTgtZ5sEm .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKTgtZ5sEm .paragraphs-wrapper .first-paragraph,
.cid-sKTgtZ5sEm .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sKTgtZ5sEm .image-element {
    padding-top: 1rem;
  }
  .cid-sKTgtZ5sEm .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKTgtZ5sEm .paragraphs-wrapper .first-paragraph,
  .cid-sKTgtZ5sEm .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sKTgtZ5sEm .first-paragraph,
  .cid-sKTgtZ5sEm .second-paragraph {
    width: 50%;
  }
  .cid-sKTgtZ5sEm .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sKTgtZ5sEm .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sKTgtZ5sEm .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTgtZ5sEm .mbr-section-title,
  .cid-sKTgtZ5sEm .mbr-section-btn {
    text-align: left;
  }
}
.cid-sKTgtZ5sEm .mbr-text,
.cid-sKTgtZ5sEm .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 520px) {
  .cid-sKTgtZ5sEm p {
    font-size: 14px !important;
  }
  .cid-sKTgtZ5sEm span {
    font-size: 30px !important;
    text-align: center;
  }
}
.cid-sKTgtZ5sEm hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-sKTvaaMM9f {
  background-color: #000000;
}
.cid-sKTvaaMM9f .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sKTvaaMM9f .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sKTvaaMM9f .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sKTvaaMM9f .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKTvaaMM9f .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sKTvaaMM9f .image-element {
    padding-right: 0;
  }
}
.cid-sKTvaaMM9f .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sKTvaaMM9f .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sKTvaaMM9f .brown {
  color: #000000;
}
.cid-sKTvaaMM9f .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKTvaaMM9f .paragraphs-wrapper .first-paragraph,
.cid-sKTvaaMM9f .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sKTvaaMM9f .image-element {
    padding-bottom: 1rem;
  }
  .cid-sKTvaaMM9f .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sKTvaaMM9f .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKTvaaMM9f .paragraphs-wrapper .first-paragraph,
  .cid-sKTvaaMM9f .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sKTvaaMM9f .first-paragraph,
  .cid-sKTvaaMM9f .second-paragraph {
    width: 50%;
  }
  .cid-sKTvaaMM9f .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sKTvaaMM9f .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sKTvaaMM9f .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTvaaMM9f .mbr-section-title,
  .cid-sKTvaaMM9f .mbr-section-btn {
    text-align: left;
  }
}
.cid-sKTvaaMM9f .mbr-text,
.cid-sKTvaaMM9f .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 520px) {
  .cid-sKTvaaMM9f p {
    font-size: 14px !important;
  }
  .cid-sKTvaaMM9f span {
    font-size: 30px !important;
    text-align: center;
  }
}
.cid-sKTvaaMM9f hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-qSTanQKhIZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qSTanQKhIZ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qSTanQKhIZ .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qSTanQKhIZ .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qSTanQKhIZ .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qSTanQKhIZ .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qSTanQKhIZ .space {
  height: 45px;
  width: 100%;
}
.cid-qSTanQKhIZ .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qSTanQKhIZ .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qSTanQKhIZ .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qSTanQKhIZ .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qSTanQKhIZ .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qSTanSLo87 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qSTanSLo87 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qSTanSLo87 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qSTanSLo87 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qSTanSLo87 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKTVTbCmNx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVTbCmNx img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVTbCmNx .content {
    text-align: center;
  }
  .cid-sKTVTbCmNx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVTbCmNx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVTbCmNx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVTbCmNx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVTbCmNx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVTbCmNx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVTbCmNx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVTbCmNx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVTbCmNx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVTbCmNx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVTbCmNx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVTbCmNx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVTbCmNx a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qSTanVd9Uy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-qSTosYsHn2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-market-catering-banner-2000x600.jpg");
}
.cid-qSTosYsHn2 H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-qSTosYsHn2 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qSTosYsHn2 p {
  font-size: 30px !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qSTosYsHn2 .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qSTosYsHn2 {
    padding-top: 80px;
  }
  .cid-qSTosYsHn2 h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qSTosYsHn2 h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qSTosYsHn2 p {
    font-size: 15px !important;
  }
}
.cid-qUFNJ79ZWJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSToyPnycL {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qSToyPnycL .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-qSToyPnycL H2 {
  text-align: left;
}
.cid-qSToyPnycL b {
  font-size: 1.5rem;
  color: #660000;
}
.cid-qSToyPnycL h3 {
  line-height: 1.5rem;
}
.cid-qSToyPnycL hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-qSTny3nzVX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qSTny3nzVX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qSTny3nzVX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qSTny3nzVX .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qSTny3nzVX .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qSTny3nzVX .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qSTny3nzVX .space {
  height: 45px;
  width: 100%;
}
.cid-qSTny3nzVX .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qSTny3nzVX .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qSTny3nzVX .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qSTny3nzVX .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qSTny3nzVX .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qSTny5w7kb .google-map {
  height: 25rem;
  position: relative;
}
.cid-qSTny5w7kb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qSTny5w7kb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qSTny5w7kb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qSTny5w7kb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKTVNGuPMu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVNGuPMu img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVNGuPMu .content {
    text-align: center;
  }
  .cid-sKTVNGuPMu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVNGuPMu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVNGuPMu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVNGuPMu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVNGuPMu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVNGuPMu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVNGuPMu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVNGuPMu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVNGuPMu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVNGuPMu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVNGuPMu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVNGuPMu .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVNGuPMu a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qSTny8eW0Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-qSUaAhuMrd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-market-flatbread-contact-banner-2-2000x600.jpg");
}
.cid-qSUaAhuMrd H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-qSUaAhuMrd H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qSUaAhuMrd p {
  font-size: 30px !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qSUaAhuMrd .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qSUaAhuMrd {
    padding-top: 80px;
  }
  .cid-qSUaAhuMrd h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qSUaAhuMrd h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qSUaAhuMrd p {
    font-size: 15px !important;
  }
}
.cid-rwqLwhwamm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rwqLwhwamm .mbr-section-subtitle {
  color: #000000;
}
.cid-rwqLwhwamm h3 {
  line-height: 1.5rem;
}
#RS5STARContactForm-2l h3 {
  font-size: 46px;
}
#RS5STARContactForm-2l small {
  font-size: 26px;
}
#RS5STARContactForm-2l .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2l .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2l .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2l .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-2l .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-2l #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-2l #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-2l #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-2l #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-2l #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-2l #sendbutton {
  text-align: left;
}
#RS5STARContactForm-2l .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-2l .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2l .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2l .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2l .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-2l .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-2l #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2l #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2l #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2l #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2l #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-2l #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-2l #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-2l #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-2l #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-2l #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-2l #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2l #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-2l #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2l #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-2l #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-2l #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-rwqM1eekjK .google-map {
  height: 25rem;
  position: relative;
}
.cid-rwqM1eekjK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rwqM1eekjK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rwqM1eekjK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rwqM1eekjK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qSUaAkakC2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qSUaAkakC2 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qSUaAkakC2 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qSUaAkakC2 .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qSUaAkakC2 .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qSUaAkakC2 .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qSUaAkakC2 .space {
  height: 45px;
  width: 100%;
}
.cid-qSUaAkakC2 .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qSUaAkakC2 .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qSUaAkakC2 .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qSUaAkakC2 .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qSUaAkakC2 .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-sKTUnkzv1c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTUnkzv1c img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTUnkzv1c .content {
    text-align: center;
  }
  .cid-sKTUnkzv1c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTUnkzv1c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTUnkzv1c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTUnkzv1c .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTUnkzv1c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTUnkzv1c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTUnkzv1c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTUnkzv1c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTUnkzv1c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTUnkzv1c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTUnkzv1c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTUnkzv1c .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTUnkzv1c a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qSUaApQak1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-qZztziHZ4x {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-market-contact-banner-2000x600.jpg");
}
.cid-qZztziHZ4x H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-qZztziHZ4x H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qZztziHZ4x .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qZztziHZ4x {
    padding-top: 80px;
  }
  .cid-qZztziHZ4x h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qZztziHZ4x h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qZztziHZ4x p {
    font-size: 15px !important;
  }
}
.cid-qZztR5q8Lk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qZztR5q8Lk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-qZztR5q8Lk H2 {
  text-align: center;
  font-size: 3rem;
}
.cid-qZztR5q8Lk H3 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5rem;
}
.cid-qZztR5q8Lk i,
.cid-qZztR5q8Lk em {
  color: #660000;
}
.cid-qZztR5q8Lk p {
  font-size: 1.8rem;
}
.cid-qZztzkCzsX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qZztzkCzsX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qZztzkCzsX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qZztzkCzsX .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qZztzkCzsX .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qZztzkCzsX .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qZztzkCzsX .space {
  height: 45px;
  width: 100%;
}
.cid-qZztzkCzsX .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qZztzkCzsX .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qZztzkCzsX .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qZztzkCzsX .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qZztzkCzsX .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-sKTVtGhwdQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVtGhwdQ img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVtGhwdQ .content {
    text-align: center;
  }
  .cid-sKTVtGhwdQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVtGhwdQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVtGhwdQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVtGhwdQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVtGhwdQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVtGhwdQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVtGhwdQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVtGhwdQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVtGhwdQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVtGhwdQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVtGhwdQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVtGhwdQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVtGhwdQ a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qZztznR4up {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rOpOZOx07b {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-market-event-banner.jpg");
}
.cid-rOpOZOx07b H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-rOpOZOx07b H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-rOpOZOx07b p {
  font-size: 30px !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-rOpOZOx07b .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-rOpOZOx07b {
    padding-top: 80px;
  }
  .cid-rOpOZOx07b h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-rOpOZOx07b h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-rOpOZOx07b p {
    font-size: 15px !important;
  }
}
.cid-rOqh8RLCLC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOqh8RLCLC .mbr-section-subtitle {
  color: #767676;
}
.cid-rOqh8RLCLC b,
.cid-rOqh8RLCLC strong {
  font-size: 2rem;
}
.cid-rOqh8RLCLC p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.cid-rOpOZZ7hpI .google-map {
  height: 25rem;
  position: relative;
}
.cid-rOpOZZ7hpI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rOpOZZ7hpI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOpOZZ7hpI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOpOZZ7hpI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKTVClbXyj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVClbXyj img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVClbXyj .content {
    text-align: center;
  }
  .cid-sKTVClbXyj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVClbXyj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVClbXyj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVClbXyj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVClbXyj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVClbXyj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVClbXyj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVClbXyj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVClbXyj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVClbXyj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVClbXyj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVClbXyj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVClbXyj a.text-warning:hover {
  color: #cea200 !important;
}
.cid-rOpP03gejZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-qUFDdAlxEP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-flatbread-function-room-2000x600.jpg");
}
.cid-qUFDdAlxEP H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 2.7rem;
}
.cid-qUFDdAlxEP H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qUFDdAlxEP p {
  font-size: 30px !important;
  text-shadow: 2px 2px 2px #000000;
}
.cid-qUFDdAlxEP .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qUFDdAlxEP {
    padding-top: 80px;
  }
  .cid-qUFDdAlxEP h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qUFDdAlxEP h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qUFDdAlxEP p {
    font-size: 15px !important;
  }
}
.cid-qUFDdBLe9X {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qUFDdBLe9X .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-qUFDdBLe9X H2 {
  text-align: left;
}
.cid-qUFDdBLe9X .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-qUFDdBLe9X h3 {
  line-height: 1.5rem;
}
.cid-qUFDdBLe9X hr {
  margin: 1rem 0;
  border-color: #660000;
  opacity: .80;
}
.cid-raCdsKps47 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-raCdsKps47 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-raCdsKps47 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-raCdsKps47 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-raCdsKps47 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-raCdsKps47 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #660000;
  background: linear-gradient(to left, #660000, #000000) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-raCdsKps47 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-raCdsKps47 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-raCdsKps47 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-raCdsKps47 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #660000 !important;
  background: linear-gradient(to left, #660000, #000000) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qUFDdGepZz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qUFDdGepZz .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qUFDdGepZz .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qUFDdGepZz .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qUFDdGepZz .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qUFDdGepZz .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qUFDdGepZz .space {
  height: 45px;
  width: 100%;
}
.cid-qUFDdGepZz .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qUFDdGepZz .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qUFDdGepZz .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qUFDdGepZz .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qUFDdGepZz .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qUFDdKlwTW .google-map {
  height: 25rem;
  position: relative;
}
.cid-qUFDdKlwTW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qUFDdKlwTW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qUFDdKlwTW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qUFDdKlwTW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKTVIs7RLj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVIs7RLj img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVIs7RLj .content {
    text-align: center;
  }
  .cid-sKTVIs7RLj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVIs7RLj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVIs7RLj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVIs7RLj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVIs7RLj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVIs7RLj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVIs7RLj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVIs7RLj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVIs7RLj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVIs7RLj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVIs7RLj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVIs7RLj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVIs7RLj a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qUFDdMCSxK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-qZzsA59X8L {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/michaels-market-contact-banner-2000x600.jpg");
}
.cid-qZzsA59X8L H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 3rem;
}
.cid-qZzsA59X8L H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-size: 1.5rem;
}
.cid-qZzsA59X8L .spacr {
  margin-top: 100px;
}
@media (max-width: 520px) {
  .cid-qZzsA59X8L {
    padding-top: 80px;
  }
  .cid-qZzsA59X8L h1 {
    font-size: 30px !important;
    line-height: 3rem;
  }
  .cid-qZzsA59X8L h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-qZzsA59X8L p {
    font-size: 15px !important;
  }
}
.cid-qZzt38BlFg {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-qZzt38BlFg .line {
  background-color: #660000;
  color: #660000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZzt38BlFg .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qZzt38BlFg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZzt38BlFg .inner-container {
    width: 100% !important;
  }
}
.cid-qZzsA7vzzY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qZzsA7vzzY .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qZzsA7vzzY .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #cccccc;
}
.cid-qZzsA7vzzY .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qZzsA7vzzY .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qZzsA7vzzY .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qZzsA7vzzY .space {
  height: 45px;
  width: 100%;
}
.cid-qZzsA7vzzY .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qZzsA7vzzY .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qZzsA7vzzY .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qZzsA7vzzY .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qZzsA7vzzY .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-sKTVnk7iOh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  border-top: 5px solid #660000;
}
.cid-sKTVnk7iOh img {
  height: 12rem !important;
}
@media (max-width: 767px) {
  .cid-sKTVnk7iOh .content {
    text-align: center;
  }
  .cid-sKTVnk7iOh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sKTVnk7iOh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sKTVnk7iOh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKTVnk7iOh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sKTVnk7iOh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKTVnk7iOh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKTVnk7iOh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sKTVnk7iOh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKTVnk7iOh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKTVnk7iOh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKTVnk7iOh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKTVnk7iOh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sKTVnk7iOh a.text-warning:hover {
  color: #cea200 !important;
}
.cid-qZzsAb0ZT4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX .navbar {
  padding: 0.5rem 0;
  background: #000000;
  border-bottom: 10px solid #660000;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  transition: none;
  min-height: 50px;
}
.cid-sKpOLQZ9RX a.nav-link:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX a.mbr-black:hover {
  color: #C11D22 !important;
}
.cid-sKpOLQZ9RX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKpOLQZ9RX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKpOLQZ9RX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sKpOLQZ9RX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .menu-content-top {
  background: #212121;
  max-width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown-item {
  padding: 0;
}
.cid-sKpOLQZ9RX .dropdown-item,
.cid-sKpOLQZ9RX .nav-link,
.cid-sKpOLQZ9RX .brand-name {
  font-style: normal;
}
.cid-sKpOLQZ9RX .dropdown-item:hover,
.cid-sKpOLQZ9RX .nav-link:hover,
.cid-sKpOLQZ9RX .brand-name:hover {
  color: #000000 !important;
}
.cid-sKpOLQZ9RX .dropdown-menu {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .dropdown-item:active {
  background-color: #000000;
}
.cid-sKpOLQZ9RX .menu-bottom {
  border-top: 1px solid #ffffff;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKpOLQZ9RX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sKpOLQZ9RX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKpOLQZ9RX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKpOLQZ9RX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .content-text {
  margin-bottom: 0;
}
.cid-sKpOLQZ9RX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKpOLQZ9RX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKpOLQZ9RX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKpOLQZ9RX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKpOLQZ9RX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKpOLQZ9RX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKpOLQZ9RX .content-right-side {
  text-align: center;
}
.cid-sKpOLQZ9RX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKpOLQZ9RX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKpOLQZ9RX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKpOLQZ9RX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKpOLQZ9RX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKpOLQZ9RX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKpOLQZ9RX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKpOLQZ9RX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKpOLQZ9RX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKpOLQZ9RX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKpOLQZ9RX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKpOLQZ9RX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKpOLQZ9RX .navbar-toggler {
    display: none;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sKpOLQZ9RX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKpOLQZ9RX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKpOLQZ9RX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKpOLQZ9RX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKpOLQZ9RX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-logo a img {
  height: 6rem !important;
  width: auto;
}
.cid-sKpOLQZ9RX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKpOLQZ9RX button.navbar-toggler:focus {
  outline: none;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #660000;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKpOLQZ9RX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKpOLQZ9RX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKpOLQZ9RX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .btn {
  display: flex;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKpOLQZ9RX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKpOLQZ9RX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKpOLQZ9RX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKpOLQZ9RX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKpOLQZ9RX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKpOLQZ9RX .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKpOLQZ9RX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #660000;
  }
  .cid-sKpOLQZ9RX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #660000;
  }
}
@media (max-width: 991px) {
  .cid-sKpOLQZ9RX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKpOLQZ9RX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing,
  .cid-sKpOLQZ9RX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKpOLQZ9RX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKpOLQZ9RX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKpOLQZ9RX img {
    height: 5rem !important;
  }
  .cid-sKpOLQZ9RX .btn {
    display: flex;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    display: block;
  }
  .cid-sKpOLQZ9RX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKpOLQZ9RX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKpOLQZ9RX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKpOLQZ9RX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKpOLQZ9RX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKpOLQZ9RX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKpOLQZ9RX .nav-link:focus {
  outline: none;
}
.cid-sKpOLQZ9RX .navbar-toggler {
  position: relative;
}
.cid-sKpOLQZ9RX .dropdown-item.active,
.cid-sKpOLQZ9RX .dropdown-item:active {
  color: initial;
}
.cid-sKpOLQZ9RX .widget-title,
.cid-sKpOLQZ9RX .widget-icon {
  color: #e9e9e9;
  text-align: left;
}
.cid-sKpOLQZ9RX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKpOLQZ9RX .menu-logo {
    display: flex;
  }
  .cid-sKpOLQZ9RX .nav-link,
  .cid-sKpOLQZ9RX .mbr-black {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .cid-sKpOLQZ9RX .navbar {
    padding: 0;
  }
  .cid-sKpOLQZ9RX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKpOLQZ9RX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
