@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b7b6b6 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #2b6477 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #10252c !important;
  color: #10252c !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #b7b6b6 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #2b6477 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #848383 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #10252c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #709faf;
}
.alert-warning {
  background-color: #2b6477;
}
.alert-danger {
  background-color: #e26c5a;
}
.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: #b7b6b6;
  border-color: #b7b6b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b7b6b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5dabc4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b7b6b6;
}
/* 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: #b7b6b6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b7b6b6;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b7b6b6;
  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: #b7b6b6;
  border-bottom-color: #b7b6b6;
}
.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: #000000 !important;
  background-color: #b7b6b6 !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: #333333 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b7b6b6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sHSktqneFk {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/cape-town-table-mountain-banner.riverview.co.za-2000x667.jpg");
}
.cid-sHSktqneFk .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHSktqneFk .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHSktqneFk .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjxVk16Ws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjxVk16Ws .mbr-text,
.cid-sHjxVk16Ws .typed-text,
.cid-sHjxVk16Ws .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sHjxVk16Ws .btn {
  margin-left: 4px !important;
}
.cid-sHjxVk16Ws .animated-element {
  color: #2b6477;
}
.cid-sHjxVk16Ws .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #2b6477;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sHjxVk16Ws .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sHcJOHP4Yv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #2b6477;
}
.cid-sHcJOHP4Yv .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sHcJOHP4Yv .container {
  max-width: 1500px;
}
.cid-sHcJOHP4Yv .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sHcJOHP4Yv .container {
    padding: 0 4rem;
  }
}
.cid-sHcJOHP4Yv .mbr-text,
.cid-sHcJOHP4Yv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sHcJOHP4Yv .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sHcJOHP4Yv .btn .mbr-iconfont {
  order: 2;
}
.cid-sHcJOHP4Yv .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sHcJOHP4Yv .align-left {
    text-align: center;
  }
  .cid-sHcJOHP4Yv .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sHcJOHP4Yv H1 {
  color: #efefef;
  text-align: center;
}
.cid-sHcJOHP4Yv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHcmjDGiiV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHcmjDGiiV .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcmjDGiiV .rev,
.cid-sHcmjDGiiV .mbr-iconfont {
  display: inline-block;
}
.cid-sHcmjDGiiV .card-img {
  position: relative;
}
.cid-sHcmjDGiiV .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcmjDGiiV .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcmjDGiiV .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHcmjDGiiV .card-box {
  padding: 1.5rem;
}
.cid-sHcmjDGiiV .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcmjDGiiV .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcmjDGiiV .mbr-section-title,
.cid-sHcmjDGiiV .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHcmjDGiiV .card-text,
.cid-sHcmjDGiiV .mbr-section-btn,
.cid-sHcmjDGiiV .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcmjDGiiV .mbr-text,
.cid-sHcmjDGiiV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcmjDGiiV .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcmjDGiiV .mbr-text {
  color: #232323;
}
.cid-sHcmjDGiiV .card-title SPAN {
  color: #2b6477;
}
.cid-sHcmjDGiiV .card-title DIV {
  color: #2b6477;
}
.cid-sHdm1NJYjU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
.cid-sHdm1NJYjU .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHdm1NJYjU .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHdm1NJYjU .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHdm1NJYjU .mbr-section-title {
  text-align: center;
}
.cid-sHdm1NJYjU .mbr-text,
.cid-sHdm1NJYjU .mbr-section-btn {
  text-align: center;
}
.cid-sHdm1NJYjU .mbr-section-subtitle,
.cid-sHdm1NJYjU .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHdm1NJYjU .mbr-section-subtitle,
.cid-sHdm1NJYjU .underline B {
  color: #ffffff;
}
.cid-sHdyPpvite {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdyPpvite .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sHdyPpvite .title,
.cid-sHdyPpvite .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sHdyPpvite .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sHdyPpvite .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sHdyPpvite .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sHdyPpvite .text-box {
  padding: 0rem;
}
.cid-sHdyPpvite .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sHdyPpvite .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sHdyPpvite .card-img {
  overflow: hidden;
}
.cid-sHdyPpvite .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sHdyPpvite .card-box {
  padding: 0rem;
}
.cid-sHdyPpvite img {
  transition: all 0.3s;
}
.cid-sHdyPpvite .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sHdyPpvite .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sHdyPpvite .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sHdyPpvite .card-img {
    width: 30%;
  }
  .cid-sHdyPpvite .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHdyPpvite .card-img {
    width: 50%;
  }
  .cid-sHdyPpvite .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sHdyPpvite .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sHdyPpvite .card-img {
    width: 100%;
  }
  .cid-sHdyPpvite .card-box {
    width: 100%;
  }
}
.cid-sHdyPpvite .card-box > p,
.cid-sHdyPpvite .mbr-section-btn {
  color: #767676;
}
.cid-sHdrMgjosD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHdrMgjosD .content {
    text-align: center;
  }
  .cid-sHdrMgjosD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHdrMgjosD .logo-subtitle {
  color: #8d97ad;
}
.cid-sHdrMgjosD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHdrMgjosD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHdrMgjosD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHdrMgjosD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHdrMgjosD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHdrMgjosD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHdrMgjosD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHdrMgjosD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHdrMgjosD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHdrMgjosD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHdrMgjosD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHdrMgjosD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHdrMgjosD .list-item {
  display: flex;
}
.cid-sHdrMgjosD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHdrMgjosD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHdrMgjosD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHdrMgjosD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHdrMgjosD .logo-subtitle,
.cid-sHdrMgjosD .media-wrap {
  color: #ffffff;
}
.cid-sHdrMgjosD .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHdrMgjosD P {
  text-align: left;
  color: #ffffff;
}
.cid-sHdrMgjosD .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHdrMgjosD .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHtFzgJ1Vv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/highbury-house-main-banner-1280x960.jpg");
}
.cid-sHtFzgJ1Vv .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHtFzgJ1Vv .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHtFzgJ1Vv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHj1pxgtv0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj1pxgtv0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHj1pxgtv0 .rev,
.cid-sHj1pxgtv0 .mbr-iconfont {
  display: inline-block;
}
.cid-sHj1pxgtv0 .card-img {
  position: relative;
}
.cid-sHj1pxgtv0 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHj1pxgtv0 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHj1pxgtv0 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHj1pxgtv0 .card-box {
  padding: 1.5rem;
}
.cid-sHj1pxgtv0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHj1pxgtv0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-section-title,
.cid-sHj1pxgtv0 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHj1pxgtv0 .card-text,
.cid-sHj1pxgtv0 .mbr-section-btn,
.cid-sHj1pxgtv0 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-text,
.cid-sHj1pxgtv0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHj1pxgtv0 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHj1pxgtv0 .mbr-text {
  color: #232323;
}
.cid-sHjqnVrLAU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjqnVrLAU blockquote {
  border-color: #2b6477 !important;
}
.cid-sHjuWmdNLt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjuWmdNLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjuWmdNLt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sHjuWmdNLt .card .card-header {
  background: #2b6477;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sHjuWmdNLt .card .panel-body {
  background: #efefef;
}
.cid-sHjuWmdNLt .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sHjuWmdNLt .card-header h4,
  .cid-sHjuWmdNLt .panel-body {
    padding: 1rem !important;
  }
}
.cid-sHjuWmdNLt .mbr-section-subtitle,
.cid-sHjuWmdNLt .underline {
  text-align: center;
}
.cid-sHjuWmdNLt H2 {
  text-align: left;
  color: #232323;
}
.cid-sHjUey4oIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjUey4oIl .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjUey4oIl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjUey4oIl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjUey4oIl .mbr-section-title {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-text,
.cid-sHjUey4oIl .mbr-section-btn {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline B {
  color: #232323;
}
.cid-sHjSe4PMhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .content {
    text-align: center;
  }
  .cid-sHjSe4PMhG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHjSe4PMhG .logo-subtitle {
  color: #8d97ad;
}
.cid-sHjSe4PMhG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHjSe4PMhG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHjSe4PMhG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHjSe4PMhG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHjSe4PMhG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHjSe4PMhG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHjSe4PMhG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHjSe4PMhG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHjSe4PMhG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHjSe4PMhG .list-item {
  display: flex;
}
.cid-sHjSe4PMhG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHjSe4PMhG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHjSe4PMhG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHjSe4PMhG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHjSe4PMhG .logo-subtitle,
.cid-sHjSe4PMhG .media-wrap {
  color: #ffffff;
}
.cid-sHjSe4PMhG .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG P {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHjSe4PMhG .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHj1bDJSQ1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/baxter-suites-riverview-header-1920x821.jpg");
}
.cid-sHj1bDJSQ1 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHj1bDJSQ1 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHj1bDJSQ1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHj1pxgtv0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj1pxgtv0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHj1pxgtv0 .rev,
.cid-sHj1pxgtv0 .mbr-iconfont {
  display: inline-block;
}
.cid-sHj1pxgtv0 .card-img {
  position: relative;
}
.cid-sHj1pxgtv0 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHj1pxgtv0 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHj1pxgtv0 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHj1pxgtv0 .card-box {
  padding: 1.5rem;
}
.cid-sHj1pxgtv0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHj1pxgtv0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-section-title,
.cid-sHj1pxgtv0 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHj1pxgtv0 .card-text,
.cid-sHj1pxgtv0 .mbr-section-btn,
.cid-sHj1pxgtv0 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-text,
.cid-sHj1pxgtv0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHj1pxgtv0 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHj1pxgtv0 .mbr-text {
  color: #232323;
}
.cid-sHjqnVrLAU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjqnVrLAU blockquote {
  border-color: #2b6477 !important;
}
.cid-sHjuWmdNLt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHjuWmdNLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjuWmdNLt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sHjuWmdNLt .card .card-header {
  background: #2b6477;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sHjuWmdNLt .card .panel-body {
  background: #efefef;
}
.cid-sHjuWmdNLt .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sHjuWmdNLt .card-header h4,
  .cid-sHjuWmdNLt .panel-body {
    padding: 1rem !important;
  }
}
.cid-sHjuWmdNLt .mbr-section-subtitle,
.cid-sHjuWmdNLt .underline {
  text-align: center;
}
.cid-sHjuWmdNLt H2 {
  text-align: left;
  color: #232323;
}
.cid-sHjUey4oIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjUey4oIl .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjUey4oIl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjUey4oIl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjUey4oIl .mbr-section-title {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-text,
.cid-sHjUey4oIl .mbr-section-btn {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline B {
  color: #232323;
}
.cid-sHjSe4PMhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .content {
    text-align: center;
  }
  .cid-sHjSe4PMhG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHjSe4PMhG .logo-subtitle {
  color: #8d97ad;
}
.cid-sHjSe4PMhG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHjSe4PMhG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHjSe4PMhG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHjSe4PMhG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHjSe4PMhG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHjSe4PMhG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHjSe4PMhG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHjSe4PMhG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHjSe4PMhG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHjSe4PMhG .list-item {
  display: flex;
}
.cid-sHjSe4PMhG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHjSe4PMhG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHjSe4PMhG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHjSe4PMhG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHjSe4PMhG .logo-subtitle,
.cid-sHjSe4PMhG .media-wrap {
  color: #ffffff;
}
.cid-sHjSe4PMhG .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG P {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHjSe4PMhG .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHtMbF2s4z {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/lyle-house-header-2000x752.jpg");
}
.cid-sHtMbF2s4z .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHtMbF2s4z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHtMbF2s4z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHj1pxgtv0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj1pxgtv0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHj1pxgtv0 .rev,
.cid-sHj1pxgtv0 .mbr-iconfont {
  display: inline-block;
}
.cid-sHj1pxgtv0 .card-img {
  position: relative;
}
.cid-sHj1pxgtv0 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHj1pxgtv0 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHj1pxgtv0 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHj1pxgtv0 .card-box {
  padding: 1.5rem;
}
.cid-sHj1pxgtv0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHj1pxgtv0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-section-title,
.cid-sHj1pxgtv0 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHj1pxgtv0 .card-text,
.cid-sHj1pxgtv0 .mbr-section-btn,
.cid-sHj1pxgtv0 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-text,
.cid-sHj1pxgtv0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHj1pxgtv0 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHj1pxgtv0 .mbr-text {
  color: #232323;
}
.cid-sHjqnVrLAU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjqnVrLAU blockquote {
  border-color: #2b6477 !important;
}
.cid-sHjuWmdNLt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHjuWmdNLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjuWmdNLt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sHjuWmdNLt .card .card-header {
  background: #2b6477;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sHjuWmdNLt .card .panel-body {
  background: #efefef;
}
.cid-sHjuWmdNLt .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sHjuWmdNLt .card-header h4,
  .cid-sHjuWmdNLt .panel-body {
    padding: 1rem !important;
  }
}
.cid-sHjuWmdNLt .mbr-section-subtitle,
.cid-sHjuWmdNLt .underline {
  text-align: center;
}
.cid-sHjuWmdNLt H2 {
  text-align: left;
  color: #232323;
}
.cid-sHjUey4oIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjUey4oIl .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjUey4oIl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjUey4oIl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjUey4oIl .mbr-section-title {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-text,
.cid-sHjUey4oIl .mbr-section-btn {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline B {
  color: #232323;
}
.cid-sHjSe4PMhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .content {
    text-align: center;
  }
  .cid-sHjSe4PMhG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHjSe4PMhG .logo-subtitle {
  color: #8d97ad;
}
.cid-sHjSe4PMhG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHjSe4PMhG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHjSe4PMhG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHjSe4PMhG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHjSe4PMhG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHjSe4PMhG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHjSe4PMhG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHjSe4PMhG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHjSe4PMhG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHjSe4PMhG .list-item {
  display: flex;
}
.cid-sHjSe4PMhG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHjSe4PMhG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHjSe4PMhG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHjSe4PMhG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHjSe4PMhG .logo-subtitle,
.cid-sHjSe4PMhG .media-wrap {
  color: #ffffff;
}
.cid-sHjSe4PMhG .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG P {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHjSe4PMhG .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHtGZok3QI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/student-accommodation-cape-town-2000x735.jpg");
}
.cid-sHtGZok3QI .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHtGZok3QI .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHtGZok3QI .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHj1pxgtv0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj1pxgtv0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHj1pxgtv0 .rev,
.cid-sHj1pxgtv0 .mbr-iconfont {
  display: inline-block;
}
.cid-sHj1pxgtv0 .card-img {
  position: relative;
}
.cid-sHj1pxgtv0 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHj1pxgtv0 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHj1pxgtv0 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHj1pxgtv0 .card-box {
  padding: 1.5rem;
}
.cid-sHj1pxgtv0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHj1pxgtv0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-section-title,
.cid-sHj1pxgtv0 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHj1pxgtv0 .card-text,
.cid-sHj1pxgtv0 .mbr-section-btn,
.cid-sHj1pxgtv0 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-text,
.cid-sHj1pxgtv0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHj1pxgtv0 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHj1pxgtv0 .mbr-text {
  color: #232323;
}
.cid-sHjqnVrLAU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjqnVrLAU blockquote {
  border-color: #2b6477 !important;
}
.cid-sHjuWmdNLt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHjuWmdNLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjuWmdNLt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sHjuWmdNLt .card .card-header {
  background: #2b6477;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sHjuWmdNLt .card .panel-body {
  background: #efefef;
}
.cid-sHjuWmdNLt .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sHjuWmdNLt .card-header h4,
  .cid-sHjuWmdNLt .panel-body {
    padding: 1rem !important;
  }
}
.cid-sHjuWmdNLt .mbr-section-subtitle,
.cid-sHjuWmdNLt .underline {
  text-align: center;
}
.cid-sHjuWmdNLt H2 {
  text-align: left;
  color: #232323;
}
.cid-sHjUey4oIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjUey4oIl .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjUey4oIl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjUey4oIl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjUey4oIl .mbr-section-title {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-text,
.cid-sHjUey4oIl .mbr-section-btn {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline B {
  color: #232323;
}
.cid-sHjSe4PMhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .content {
    text-align: center;
  }
  .cid-sHjSe4PMhG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHjSe4PMhG .logo-subtitle {
  color: #8d97ad;
}
.cid-sHjSe4PMhG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHjSe4PMhG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHjSe4PMhG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHjSe4PMhG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHjSe4PMhG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHjSe4PMhG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHjSe4PMhG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHjSe4PMhG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHjSe4PMhG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHjSe4PMhG .list-item {
  display: flex;
}
.cid-sHjSe4PMhG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHjSe4PMhG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHjSe4PMhG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHjSe4PMhG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHjSe4PMhG .logo-subtitle,
.cid-sHjSe4PMhG .media-wrap {
  color: #ffffff;
}
.cid-sHjSe4PMhG .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG P {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHjSe4PMhG .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHtI2zsVrU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/muizenberg-beach-750x391.jpg");
}
.cid-sHtI2zsVrU .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHtI2zsVrU .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHtI2zsVrU .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHj1pxgtv0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj1pxgtv0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHj1pxgtv0 .rev,
.cid-sHj1pxgtv0 .mbr-iconfont {
  display: inline-block;
}
.cid-sHj1pxgtv0 .card-img {
  position: relative;
}
.cid-sHj1pxgtv0 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHj1pxgtv0 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHj1pxgtv0 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sHj1pxgtv0 .card-box {
  padding: 1.5rem;
}
.cid-sHj1pxgtv0 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHj1pxgtv0 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-section-title,
.cid-sHj1pxgtv0 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sHj1pxgtv0 .card-text,
.cid-sHj1pxgtv0 .mbr-section-btn,
.cid-sHj1pxgtv0 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHj1pxgtv0 .mbr-text,
.cid-sHj1pxgtv0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHj1pxgtv0 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHj1pxgtv0 .mbr-text {
  color: #232323;
}
.cid-sHjqnVrLAU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjqnVrLAU blockquote {
  border-color: #2b6477 !important;
}
.cid-sHjuWmdNLt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHjuWmdNLt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjuWmdNLt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sHjuWmdNLt .card .card-header {
  background: #2b6477;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHjuWmdNLt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-sHjuWmdNLt .card .panel-body {
  background: #efefef;
}
.cid-sHjuWmdNLt .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sHjuWmdNLt .card-header h4,
  .cid-sHjuWmdNLt .panel-body {
    padding: 1rem !important;
  }
}
.cid-sHjuWmdNLt .mbr-section-subtitle,
.cid-sHjuWmdNLt .underline {
  text-align: center;
}
.cid-sHjuWmdNLt H2 {
  text-align: left;
  color: #232323;
}
.cid-sHjUey4oIl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHjUey4oIl .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjUey4oIl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjUey4oIl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHjUey4oIl .mbr-section-title {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-text,
.cid-sHjUey4oIl .mbr-section-btn {
  text-align: center;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHjUey4oIl .mbr-section-subtitle,
.cid-sHjUey4oIl .underline B {
  color: #232323;
}
.cid-sHjSe4PMhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .content {
    text-align: center;
  }
  .cid-sHjSe4PMhG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHjSe4PMhG .logo-subtitle {
  color: #8d97ad;
}
.cid-sHjSe4PMhG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHjSe4PMhG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHjSe4PMhG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHjSe4PMhG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHjSe4PMhG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHjSe4PMhG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHjSe4PMhG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHjSe4PMhG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHjSe4PMhG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHjSe4PMhG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHjSe4PMhG .list-item {
  display: flex;
}
.cid-sHjSe4PMhG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHjSe4PMhG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHjSe4PMhG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHjSe4PMhG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHjSe4PMhG .logo-subtitle,
.cid-sHjSe4PMhG .media-wrap {
  color: #ffffff;
}
.cid-sHjSe4PMhG .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG P {
  text-align: left;
  color: #ffffff;
}
.cid-sHjSe4PMhG .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHjSe4PMhG .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHdHaNHAl2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/riverview-header-1920x1005.jpg");
}
.cid-sHdHaNHAl2 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHdHaNHAl2 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHdHaNHAl2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHdHaNHAl2 .mbr-section-title {
  text-align: center;
}
.cid-sHdHK1D97v {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHdHK1D97v .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sHdHK1D97v .mbr-text {
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-sHdHK1D97v .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-sHdIlozrAK {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2b6477;
}
.cid-sHdIlozrAK .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-sHdIlozrAK .container {
  max-width: 1500px;
}
.cid-sHdIlozrAK .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sHdIlozrAK .container {
    padding: 0 4rem;
  }
}
.cid-sHdIlozrAK .mbr-text,
.cid-sHdIlozrAK .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sHdIlozrAK .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-sHdIlozrAK .btn .mbr-iconfont {
  order: 2;
}
.cid-sHdIlozrAK .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-sHdIlozrAK .align-left {
    text-align: center;
  }
  .cid-sHdIlozrAK .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-sHdIlozrAK H1 {
  color: #efefef;
}
.cid-sHdIlozrAK H3 {
  color: #ffffff;
}
.cid-sHoVL4erOF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHoVL4erOF .content {
    text-align: center;
  }
  .cid-sHoVL4erOF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHoVL4erOF .logo-subtitle {
  color: #8d97ad;
}
.cid-sHoVL4erOF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHoVL4erOF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHoVL4erOF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHoVL4erOF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHoVL4erOF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHoVL4erOF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHoVL4erOF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHoVL4erOF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHoVL4erOF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHoVL4erOF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHoVL4erOF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHoVL4erOF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHoVL4erOF .list-item {
  display: flex;
}
.cid-sHoVL4erOF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHoVL4erOF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHoVL4erOF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHoVL4erOF ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHoVL4erOF .logo-subtitle,
.cid-sHoVL4erOF .media-wrap {
  color: #ffffff;
}
.cid-sHoVL4erOF .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHoVL4erOF P {
  text-align: left;
  color: #ffffff;
}
.cid-sHoVL4erOF .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHoVL4erOF .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHjZCAgbiy {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/student-accomodation-header-1000x372.jpg");
}
.cid-sHjZCAgbiy .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHjZCAgbiy .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHjZCAgbiy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHoFhIM3HY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHoFhIM3HY h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sHoFhIM3HY .mbr-section-subtitle {
  color: #767676;
}
.cid-sHoFhIM3HY .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sHoFhIM3HY .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sHoFhIM3HY .mbr-text-left {
  text-align: left;
  color: #232323;
}
.cid-sHoFhIM3HY .mbr-text-right {
  text-align: left;
  color: #232323;
}
.cid-sHoFhIM3HY H2 {
  color: #2b6477;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sObwUP0LU6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sObwUP0LU6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sObwUP0LU6 .rev,
.cid-sObwUP0LU6 .mbr-iconfont {
  display: inline-block;
}
.cid-sObwUP0LU6 .card-img {
  position: relative;
}
.cid-sObwUP0LU6 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sObwUP0LU6 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sObwUP0LU6 .card-title {
  color: #444444;
  margin: 0;
  text-align: center;
}
.cid-sObwUP0LU6 .card-box {
  padding: 1.5rem;
}
.cid-sObwUP0LU6 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sObwUP0LU6 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sObwUP0LU6 .mbr-section-title,
.cid-sObwUP0LU6 .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-sObwUP0LU6 .card-text,
.cid-sObwUP0LU6 .mbr-section-btn,
.cid-sObwUP0LU6 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sObwUP0LU6 .mbr-text,
.cid-sObwUP0LU6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sObwUP0LU6 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sObwUP0LU6 .mbr-text {
  color: #232323;
}
.cid-sObwUP0LU6 .card-title SPAN {
  color: #2b6477;
}
.cid-sObwUP0LU6 .card-title DIV {
  color: #2b6477;
}
.cid-sHoKJm3exP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
.cid-sHoKJm3exP .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-sHoKJm3exP .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-sHoKJm3exP .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-sHoKJm3exP .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-sHoKJm3exP .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-sHoKJm3exP .space {
  height: 45px;
  width: 100%;
}
.cid-sHoKJm3exP .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-sHoKJm3exP .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sHoKJm3exP .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sHoKJm3exP .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-sHoKJm3exP .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-sHoKJm3exP .card-block P {
  color: #2b6477;
  text-align: center;
}
.cid-sHoKJm3exP .mbr-section-title SPAN {
  color: #ffffff;
}
.cid-sHtRyvfI10 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #2b6477;
}
.cid-sHtRyvfI10 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHtRyvfI10 H4 {
  color: #ffffff;
}
.cid-sHk2W32Cre {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHk2W32Cre .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHk2W32Cre .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHk2W32Cre .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHk2W32Cre .mbr-section-title {
  text-align: center;
}
.cid-sHk2W32Cre .mbr-text,
.cid-sHk2W32Cre .mbr-section-btn {
  text-align: center;
}
.cid-sHk2W32Cre .mbr-section-subtitle,
.cid-sHk2W32Cre .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sHk2W32Cre .mbr-section-subtitle,
.cid-sHk2W32Cre .underline B {
  color: #232323;
}
.cid-sHk2WwYsZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHk2WwYsZT .content {
    text-align: center;
  }
  .cid-sHk2WwYsZT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHk2WwYsZT .logo-subtitle {
  color: #8d97ad;
}
.cid-sHk2WwYsZT .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHk2WwYsZT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHk2WwYsZT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHk2WwYsZT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHk2WwYsZT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHk2WwYsZT .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHk2WwYsZT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHk2WwYsZT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHk2WwYsZT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHk2WwYsZT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHk2WwYsZT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHk2WwYsZT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHk2WwYsZT .list-item {
  display: flex;
}
.cid-sHk2WwYsZT .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHk2WwYsZT ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHk2WwYsZT ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHk2WwYsZT ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHk2WwYsZT .logo-subtitle,
.cid-sHk2WwYsZT .media-wrap {
  color: #ffffff;
}
.cid-sHk2WwYsZT .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHk2WwYsZT P {
  text-align: left;
  color: #ffffff;
}
.cid-sHk2WwYsZT .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHk2WwYsZT .copyright > p {
  text-align: right;
  color: #ffffff;
}
.cid-sHc51ITN8h .nav-item:focus,
.cid-sHc51ITN8h .nav-link:focus {
  outline: none;
}
.cid-sHc51ITN8h a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHc51ITN8h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHc51ITN8h .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sHc51ITN8h .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sHc51ITN8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHc51ITN8h .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHc51ITN8h .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHc51ITN8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHc51ITN8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sHc51ITN8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHc51ITN8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHc51ITN8h .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHc51ITN8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHc51ITN8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHc51ITN8h .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sHc51ITN8h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sHc51ITN8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHc51ITN8h .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHc51ITN8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHc51ITN8h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.cid-sHc51ITN8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sHc51ITN8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHc51ITN8h .dropdown-item.active,
.cid-sHc51ITN8h .dropdown-item:active {
  background-color: transparent;
}
.cid-sHc51ITN8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHc51ITN8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sHc51ITN8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sHc51ITN8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHc51ITN8h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHc51ITN8h .navbar-buttons {
  text-align: center;
}
.cid-sHc51ITN8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHc51ITN8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHc51ITN8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHc51ITN8h .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sHc51ITN8h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sHc51ITN8h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHc51ITN8h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHc51ITN8h .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-sHc51ITN8h .nav-link:hover,
.cid-sHc51ITN8h .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-sHc51ITN8h .dropdown-item:hover {
  color: #a3c6d2 !important;
}
.cid-sHc51ITN8h .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-sHc51ITN8h .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sHc51ITN8h .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sHc51ITN8h .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sHc51ITN8h .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sHc51ITN8h .dropdown-menu {
    top: 100%;
  }
  .cid-sHc51ITN8h .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-sHc51ITN8h .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-sHc51ITN8h .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-sHdJEb0q1M {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #2b6477;
}
.cid-sHdJEb0q1M .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sHdJEb0q1M .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sHdJEb0q1M .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sHdPr8yDnG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHdPr8yDnG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sHdPr8yDnG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sHdPr8yDnG .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sHdPr8yDnG .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sHdPr8yDnG .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sHdPr8yDnG textarea.form-control {
  min-height: 214.5px;
}
.cid-sHdPr8yDnG .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sHdPr8yDnG .order-2 {
  margin-bottom: -2.5rem;
}
.cid-sHdPr8yDnG h4,
.cid-sHdPr8yDnG p {
  margin: 0;
}
.cid-sHdPr8yDnG h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sHdPr8yDnG h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sHdPr8yDnG .icon {
  color: #2b6477;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sHdPr8yDnG h2 {
    text-align: center;
  }
  .cid-sHdPr8yDnG h3 {
    text-align: center;
  }
  .cid-sHdPr8yDnG .input-group-btn {
    text-align: center;
  }
  .cid-sHdPr8yDnG .social-list {
    text-align: center;
  }
  .cid-sHdPr8yDnG .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sHdPr8yDnG H2 {
  color: #656565;
}
.cid-sHdPr8yDnG .content {
  text-align: left;
  color: #656565;
}
.cid-sHdPr8yDnG .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sHdPr8yDnG .title1 {
  text-align: left;
  color: #2b6477;
}
.cid-sHdPr8yDnG .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sHdPr8yDnG .title2 {
  color: #2b6477;
}
.cid-sHodqG4ZTj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b6477;
}
@media (max-width: 767px) {
  .cid-sHodqG4ZTj .content {
    text-align: center;
  }
  .cid-sHodqG4ZTj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHodqG4ZTj .logo-subtitle {
  color: #8d97ad;
}
.cid-sHodqG4ZTj .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHodqG4ZTj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHodqG4ZTj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHodqG4ZTj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sHodqG4ZTj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHodqG4ZTj .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-sHodqG4ZTj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHodqG4ZTj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHodqG4ZTj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sHodqG4ZTj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sHodqG4ZTj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHodqG4ZTj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHodqG4ZTj .list-item {
  display: flex;
}
.cid-sHodqG4ZTj .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHodqG4ZTj ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHodqG4ZTj ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHodqG4ZTj ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-sHodqG4ZTj .logo-subtitle,
.cid-sHodqG4ZTj .media-wrap {
  color: #ffffff;
}
.cid-sHodqG4ZTj .column-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHodqG4ZTj P {
  text-align: left;
  color: #ffffff;
}
.cid-sHodqG4ZTj .mbr-text UL {
  color: #ffffff;
  text-align: right;
}
.cid-sHodqG4ZTj .copyright > p {
  text-align: right;
  color: #ffffff;
}
