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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Great Vibes', handwriting;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #8a484e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #55b4d4 !important;
}
.bg-warning {
  background-color: #dadee1 !important;
}
.bg-danger {
  background-color: #7f1933 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8a484e !important;
  border-color: #8a484e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #582e32 !important;
  border-color: #582e32 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #582e32 !important;
  border-color: #582e32 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dadee1 !important;
  border-color: #dadee1 !important;
  color: #545f68 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545f68 !important;
  background-color: #b0b8bf !important;
  border-color: #b0b8bf !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #545f68 !important;
  background-color: #b0b8bf !important;
  border-color: #b0b8bf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #472528;
  color: #472528;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #8a484e;
  border-color: #8a484e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a484e !important;
  border-color: #8a484e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a2acb3;
  color: #a2acb3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #545f68;
  background-color: #dadee1;
  border-color: #dadee1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #545f68 !important;
  background-color: #dadee1 !important;
  border-color: #dadee1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #8a484e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #55b4d4 !important;
}
.text-warning {
  color: #dadee1 !important;
}
.text-danger {
  color: #7f1933 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #472528 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #277e9c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a2acb3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2a0811 !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: #55b4d4;
}
.alert-warning {
  background-color: #dadee1;
}
.alert-danger {
  background-color: #7f1933;
}
.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: #8a484e;
  border-color: #8a484e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8a484e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c48e93;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d93e66;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #8a484e;
}
/* 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: #8a484e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #8a484e;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8a484e;
  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: #8a484e;
  border-bottom-color: #8a484e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8a484e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238a484e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sGrHCbNq95 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 77px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sGrHCbNq95 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGrHCbNq95 a {
  font-style: normal;
}
.cid-sGrHCbNq95 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sGrHCbNq95 .dropdown-item:after {
  display: none;
}
.cid-sGrHCbNq95 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sGrHCbNq95 .content-text {
  margin-bottom: 0;
}
.cid-sGrHCbNq95 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a484e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGrHCbNq95 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGrHCbNq95 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sGrHCbNq95 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGrHCbNq95 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGrHCbNq95 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGrHCbNq95 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGrHCbNq95 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGrHCbNq95 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGrHCbNq95 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGrHCbNq95 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sGrHCbNq95 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sGrHCbNq95 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sGrHCbNq95 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sGrHCbNq95 .menu-content-top.show {
  display: block;
}
.cid-sGrHCbNq95 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sGrHCbNq95 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGrHCbNq95 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sGrHCbNq95 .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sGrHCbNq95 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sGrHCbNq95 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sGrHCbNq95 img {
    height: 5rem !important;
  }
  .cid-sGrHCbNq95 .btn {
    display: flex;
  }
  .cid-sGrHCbNq95 button.navbar-toggler {
    display: block;
  }
  .cid-sGrHCbNq95 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGrHCbNq95 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGrHCbNq95 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing,
  .cid-sGrHCbNq95 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-nav,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGrHCbNq95 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar .menu-content-top {
    display: block;
  }
  .cid-sGrHCbNq95 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sGrHCbNq95 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sGrHCbNq95 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGrHCbNq95 .menu-bottom {
    display: flex;
  }
  .cid-sGrHCbNq95 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGrHCbNq95 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGrHCbNq95 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sGrHCbNq95 .navbar-toggler {
    display: none;
  }
}
.cid-sGrHCbNq95 .navbar-short .menu-content-top {
  border: none;
}
.cid-sGrHCbNq95 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGrHCbNq95 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGrHCbNq95 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGrHCbNq95 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGrHCbNq95 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-sGrHCbNq95 button.navbar-toggler:focus {
  outline: none;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGrHCbNq95 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sGrHCbNq95 .collapsed .btn {
  display: flex;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.6rem  - 1rem);
  }
  .cid-sGrHCbNq95 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGrHCbNq95 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGrHCbNq95 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-sGrHCbNq95 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGrHCbNq95 .collapsed .dropdown-item:before {
  display: none;
}
.cid-sGrHCbNq95 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGrHCbNq95 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGrHCbNq95 .nav-link:focus {
  outline: none;
}
.cid-sGrHCbNq95 .navbar-toggler {
  position: relative;
}
.cid-sGrHCbNq95 .dropdown-item.active,
.cid-sGrHCbNq95 .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sGrHCbNq95 .nav-link:hover,
.cid-sGrHCbNq95 .dropdown-item:hover {
  color: #7f1933;
}
.cid-sGrMPPpdmq {
  background-image: url("../../../assets/images/corcoran-fine-art-seabrook-4th-hero-4.jpg");
}
.cid-sGrMPPpdmq .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sGrMPPpdmq .media-container-column {
  background-color: #232323;
  background: rgba(0, 0, 0, 0.5) !important;
  border: solid 2px #000000;
}
@media (max-width: 767px) {
  .cid-sGrMPPpdmq .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sGrMPPpdmq h1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGrMPPpdmq i,
.cid-sGrMPPpdmq em {
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-sGrMPPpdmq h1 {
    font-size: 40px !important;
    line-height: 2rem;
  }
  .cid-sGrMPPpdmq h3 {
    font-size: 20px !important;
    line-height: 2rem;
  }
  .cid-sGrMPPpdmq p,
  .cid-sGrMPPpdmq b,
  .cid-sGrMPPpdmq strong {
    font-size: 18px !important;
    line-height: 2rem;
  }
}
@media (max-width: 520px) {
  .cid-sGrMPPpdmq {
    padding-top: 120px;
  }
  .cid-sGrMPPpdmq h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-sGrMPPpdmq h3 {
    font-size: 20px !important;
    line-height: 1.5rem;
  }
  .cid-sGrMPPpdmq p,
  .cid-sGrMPPpdmq b,
  .cid-sGrMPPpdmq strong {
    font-size: 15px !important;
  }
}
.cid-sGrY6Pe8xn {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-image: url("../../../assets/images/corcoran-fine-art-welcome-bg-1.jpg");
}
.cid-sGrY6Pe8xn h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGrY6Pe8xn hr {
  margin: .5rem 0;
  border-color: #262626;
  opacity: .80;
}
.cid-sGs55D76o6 {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-sGs55D76o6 .container-fluid {
  padding: 0 3rem;
}
.cid-sGs55D76o6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #8a484e 50%, #ff3366 120%);
  display: inline-block;
}
.cid-sGs55D76o6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sGs55D76o6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sGs55D76o6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sGs55D76o6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sGs55D76o6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sGs55D76o6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGs55D76o6 .card .card-header a.panel-title:hover .sign {
  background-color: #7f1933 !important;
}
.cid-sGs55D76o6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #8a484e;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sGs55D76o6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sGs55D76o6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sGs55D76o6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sGs55D76o6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sGs55D76o6 .header-text {
    padding: 1rem !important;
  }
  .cid-sGs55D76o6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sGs55D76o6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sGs55D76o6 .panel-group {
    padding: 0;
  }
}
.cid-sGs55D76o6 .header-text,
.cid-sGs55D76o6 .sign {
  color: #232323;
}
.cid-sGs55D76o6 b,
.cid-sGs55D76o6 strong {
  font-size: 1.5rem;
}
.cid-sGsaf4iisU {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 10px solid #8a484e;
  background-color: #2e2e2e;
}
.cid-sGsaf4iisU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGsaf4iisU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGsaf4iisU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGsaf4iisU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGsaf4iisU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGsaf4iisU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGsaf4iisU .media-container-row .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-sGsaf4iisU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGsaf4iisU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGsaf4iisU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGsaf4iisU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGsaf4iisU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGsaf4iisU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGsaf4iisU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGrHCbNq95 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 77px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sGrHCbNq95 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGrHCbNq95 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGrHCbNq95 a {
  font-style: normal;
}
.cid-sGrHCbNq95 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sGrHCbNq95 .dropdown-item:after {
  display: none;
}
.cid-sGrHCbNq95 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sGrHCbNq95 .content-text {
  margin-bottom: 0;
}
.cid-sGrHCbNq95 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a484e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGrHCbNq95 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGrHCbNq95 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sGrHCbNq95 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGrHCbNq95 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGrHCbNq95 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGrHCbNq95 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGrHCbNq95 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGrHCbNq95 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGrHCbNq95 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGrHCbNq95 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sGrHCbNq95 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sGrHCbNq95 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sGrHCbNq95 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sGrHCbNq95 .menu-content-top.show {
  display: block;
}
.cid-sGrHCbNq95 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sGrHCbNq95 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGrHCbNq95 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sGrHCbNq95 .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sGrHCbNq95 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sGrHCbNq95 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sGrHCbNq95 img {
    height: 5rem !important;
  }
  .cid-sGrHCbNq95 .btn {
    display: flex;
  }
  .cid-sGrHCbNq95 button.navbar-toggler {
    display: block;
  }
  .cid-sGrHCbNq95 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGrHCbNq95 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGrHCbNq95 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing,
  .cid-sGrHCbNq95 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-nav,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGrHCbNq95 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGrHCbNq95 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGrHCbNq95 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGrHCbNq95 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .navbar .menu-content-top {
    display: block;
  }
  .cid-sGrHCbNq95 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sGrHCbNq95 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sGrHCbNq95 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGrHCbNq95 .menu-bottom {
    display: flex;
  }
  .cid-sGrHCbNq95 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGrHCbNq95 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGrHCbNq95 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sGrHCbNq95 .navbar-toggler {
    display: none;
  }
}
.cid-sGrHCbNq95 .navbar-short .menu-content-top {
  border: none;
}
.cid-sGrHCbNq95 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGrHCbNq95 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGrHCbNq95 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGrHCbNq95 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGrHCbNq95 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGrHCbNq95 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-sGrHCbNq95 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGrHCbNq95 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-sGrHCbNq95 button.navbar-toggler:focus {
  outline: none;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGrHCbNq95 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGrHCbNq95 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGrHCbNq95 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGrHCbNq95 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGrHCbNq95 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sGrHCbNq95 .collapsed .btn {
  display: flex;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGrHCbNq95 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGrHCbNq95 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.6rem  - 1rem);
  }
  .cid-sGrHCbNq95 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGrHCbNq95 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGrHCbNq95 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGrHCbNq95 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-sGrHCbNq95 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGrHCbNq95 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGrHCbNq95 .collapsed .dropdown-item:before {
  display: none;
}
.cid-sGrHCbNq95 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGrHCbNq95 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGrHCbNq95 .nav-link:focus {
  outline: none;
}
.cid-sGrHCbNq95 .navbar-toggler {
  position: relative;
}
.cid-sGrHCbNq95 .dropdown-item.active,
.cid-sGrHCbNq95 .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sGrHCbNq95 .nav-link:hover,
.cid-sGrHCbNq95 .dropdown-item:hover {
  color: #7f1933;
}
.cid-sGsLrRbgyF {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/corcoran-fine-art-gallery-banner.jpg");
}
.cid-sGsLrRbgyF .spacr {
  margin-top: 30px;
}
.cid-sGsLrRbgyF h1 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGsLrRbgyF h3 {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGsLrRbgyF p,
.cid-sGsLrRbgyF b,
.cid-sGsLrRbgyF strong {
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-sGsLrRbgyF {
    padding-top: 120px;
  }
  .cid-sGsLrRbgyF h1 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-sGsLrRbgyF h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-sGsLrRbgyF p {
    font-size: 15px !important;
  }
}
.cid-sGsP8SMo8z {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGsP8SMo8z .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sGsP8SMo8z .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sGsP8SMo8z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGsP8SMo8z .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sGsP8SMo8z .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-sGsP8SMo8z .image-element:hover .card-overlay {
    opacity: 0.4;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsP8SMo8z .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsP8SMo8z .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsP8SMo8z .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsP8SMo8z .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsP8SMo8z .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsP8SMo8z .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsP8SMo8z .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsP8SMo8z .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sGsP8SMo8z .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sGsP8SMo8z .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sGsP8SMo8z .card-title,
  .cid-sGsP8SMo8z .underline,
  .cid-sGsP8SMo8z .mbr-text,
  .cid-sGsP8SMo8z .mbr-section-btn,
  .cid-sGsP8SMo8z .mbr-section-subtitle,
  .cid-sGsP8SMo8z .mbr-section-title {
    text-align: center !important;
  }
  .cid-sGsP8SMo8z .wrapper {
    background-color: #000000;
  }
}
.cid-sGsP8SMo8z .mbr-section-title {
  text-align: left;
}
.cid-sGsP8SMo8z hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGsP8SMo8z p {
  font-size: 1.1rem;
  font-color: #000000;
  font-family: Rubik;
}
.cid-sGsP8SMo8z h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGsWrrZWi4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGsWrrZWi4 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sGsWrrZWi4 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sGsWrrZWi4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGsWrrZWi4 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sGsWrrZWi4 .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-sGsWrrZWi4 .image-element:hover .card-overlay {
    opacity: 0.4;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsWrrZWi4 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsWrrZWi4 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsWrrZWi4 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsWrrZWi4 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsWrrZWi4 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsWrrZWi4 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsWrrZWi4 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsWrrZWi4 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sGsWrrZWi4 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sGsWrrZWi4 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sGsWrrZWi4 .card-title,
  .cid-sGsWrrZWi4 .underline,
  .cid-sGsWrrZWi4 .mbr-text,
  .cid-sGsWrrZWi4 .mbr-section-btn,
  .cid-sGsWrrZWi4 .mbr-section-subtitle,
  .cid-sGsWrrZWi4 .mbr-section-title {
    text-align: center !important;
  }
  .cid-sGsWrrZWi4 .wrapper {
    background-color: #000000;
  }
}
.cid-sGsWrrZWi4 .mbr-section-title {
  text-align: left;
}
.cid-sGsWrrZWi4 hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGsWrrZWi4 p {
  font-size: 1.1rem;
  font-color: #000000;
  font-family: Rubik;
}
.cid-sGsWrrZWi4 h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGsZNz7RPu {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGsZNz7RPu .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sGsZNz7RPu .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sGsZNz7RPu .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGsZNz7RPu .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sGsZNz7RPu .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-sGsZNz7RPu .image-element:hover .card-overlay {
    opacity: 0.4;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsZNz7RPu .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsZNz7RPu .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsZNz7RPu .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sGsZNz7RPu .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsZNz7RPu .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsZNz7RPu .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsZNz7RPu .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGsZNz7RPu .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sGsZNz7RPu .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sGsZNz7RPu .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sGsZNz7RPu .card-title,
  .cid-sGsZNz7RPu .underline,
  .cid-sGsZNz7RPu .mbr-text,
  .cid-sGsZNz7RPu .mbr-section-btn,
  .cid-sGsZNz7RPu .mbr-section-subtitle,
  .cid-sGsZNz7RPu .mbr-section-title {
    text-align: center !important;
  }
  .cid-sGsZNz7RPu .wrapper {
    background-color: #000000;
  }
}
.cid-sGsZNz7RPu .mbr-section-title {
  text-align: left;
}
.cid-sGsZNz7RPu hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGsZNz7RPu p {
  font-size: 1.1rem;
  font-color: #000000;
  font-family: Rubik;
}
.cid-sGsZNz7RPu h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGt3Xe7Fkw {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sGt3Xe7Fkw .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sGt3Xe7Fkw .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sGt3Xe7Fkw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGt3Xe7Fkw .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sGt3Xe7Fkw .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-sGt3Xe7Fkw .image-element:hover .card-overlay {
    opacity: 0.4;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGt3Xe7Fkw .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGt3Xe7Fkw .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sGt3Xe7Fkw .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sGt3Xe7Fkw .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGt3Xe7Fkw .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGt3Xe7Fkw .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGt3Xe7Fkw .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sGt3Xe7Fkw .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sGt3Xe7Fkw .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sGt3Xe7Fkw .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sGt3Xe7Fkw .card-title,
  .cid-sGt3Xe7Fkw .underline,
  .cid-sGt3Xe7Fkw .mbr-text,
  .cid-sGt3Xe7Fkw .mbr-section-btn,
  .cid-sGt3Xe7Fkw .mbr-section-subtitle,
  .cid-sGt3Xe7Fkw .mbr-section-title {
    text-align: center !important;
  }
  .cid-sGt3Xe7Fkw .wrapper {
    background-color: #000000;
  }
}
.cid-sGt3Xe7Fkw .mbr-section-title {
  text-align: left;
}
.cid-sGt3Xe7Fkw hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGt3Xe7Fkw p {
  font-size: 1.1rem;
  font-color: #000000;
  font-family: Rubik;
}
.cid-sGt3Xe7Fkw h3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGsaf4iisU {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 10px solid #8a484e;
  background-color: #2e2e2e;
}
.cid-sGsaf4iisU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGsaf4iisU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGsaf4iisU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGsaf4iisU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGsaf4iisU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGsaf4iisU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGsaf4iisU .media-container-row .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-sGsaf4iisU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGsaf4iisU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGsaf4iisU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGsaf4iisU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGsaf4iisU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGsaf4iisU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGsaf4iisU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGtk9NktbL .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 77px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
@media (min-width: 992px) {
  .cid-sGtk9NktbL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sGtk9NktbL .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGtk9NktbL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGtk9NktbL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGtk9NktbL a {
  font-style: normal;
}
.cid-sGtk9NktbL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sGtk9NktbL .dropdown-item:after {
  display: none;
}
.cid-sGtk9NktbL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtk9NktbL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sGtk9NktbL .content-text {
  margin-bottom: 0;
}
.cid-sGtk9NktbL .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGtk9NktbL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a484e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGtk9NktbL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGtk9NktbL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sGtk9NktbL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGtk9NktbL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGtk9NktbL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGtk9NktbL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGtk9NktbL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGtk9NktbL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGtk9NktbL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGtk9NktbL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sGtk9NktbL .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sGtk9NktbL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sGtk9NktbL .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sGtk9NktbL .menu-content-top.show {
  display: block;
}
.cid-sGtk9NktbL .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sGtk9NktbL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGtk9NktbL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sGtk9NktbL .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sGtk9NktbL .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sGtk9NktbL .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sGtk9NktbL img {
    height: 5rem !important;
  }
  .cid-sGtk9NktbL .btn {
    display: flex;
  }
  .cid-sGtk9NktbL button.navbar-toggler {
    display: block;
  }
  .cid-sGtk9NktbL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGtk9NktbL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGtk9NktbL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGtk9NktbL .navbar-collapse.collapsing,
  .cid-sGtk9NktbL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGtk9NktbL .navbar-collapse.collapsing .navbar-nav,
  .cid-sGtk9NktbL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGtk9NktbL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGtk9NktbL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sGtk9NktbL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGtk9NktbL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGtk9NktbL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGtk9NktbL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGtk9NktbL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGtk9NktbL .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sGtk9NktbL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGtk9NktbL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sGtk9NktbL .navbar .menu-content-top {
    display: block;
  }
  .cid-sGtk9NktbL .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sGtk9NktbL .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sGtk9NktbL .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGtk9NktbL .menu-bottom {
    display: flex;
  }
  .cid-sGtk9NktbL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGtk9NktbL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGtk9NktbL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sGtk9NktbL .navbar-toggler {
    display: none;
  }
}
.cid-sGtk9NktbL .navbar-short .menu-content-top {
  border: none;
}
.cid-sGtk9NktbL .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGtk9NktbL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGtk9NktbL .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sGtk9NktbL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGtk9NktbL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtk9NktbL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGtk9NktbL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGtk9NktbL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtk9NktbL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGtk9NktbL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtk9NktbL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGtk9NktbL .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sGtk9NktbL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGtk9NktbL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGtk9NktbL .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-sGtk9NktbL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGtk9NktbL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-sGtk9NktbL button.navbar-toggler:focus {
  outline: none;
}
.cid-sGtk9NktbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGtk9NktbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGtk9NktbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGtk9NktbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGtk9NktbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGtk9NktbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGtk9NktbL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGtk9NktbL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGtk9NktbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGtk9NktbL .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGtk9NktbL .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGtk9NktbL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sGtk9NktbL .collapsed .btn {
  display: flex;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse.collapsing,
.cid-sGtk9NktbL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGtk9NktbL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGtk9NktbL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGtk9NktbL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGtk9NktbL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGtk9NktbL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGtk9NktbL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.6rem  - 1rem);
  }
  .cid-sGtk9NktbL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGtk9NktbL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtk9NktbL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGtk9NktbL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGtk9NktbL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-sGtk9NktbL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGtk9NktbL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGtk9NktbL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGtk9NktbL .collapsed .dropdown-item:before {
  display: none;
}
.cid-sGtk9NktbL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGtk9NktbL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGtk9NktbL .nav-link:focus {
  outline: none;
}
.cid-sGtk9NktbL .navbar-toggler {
  position: relative;
}
.cid-sGtk9NktbL .dropdown-item.active,
.cid-sGtk9NktbL .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sGtk9NktbL .nav-link:hover,
.cid-sGtk9NktbL .dropdown-item:hover {
  color: #7f1933;
}
.cid-sGtk9RCwqC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/corcoran-fine-art-gallery-banner.jpg");
}
.cid-sGtk9RCwqC .spacr {
  margin-top: 30px;
}
.cid-sGtk9RCwqC h1 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGtk9RCwqC h3 {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGtk9RCwqC p,
.cid-sGtk9RCwqC b,
.cid-sGtk9RCwqC strong {
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-sGtk9RCwqC {
    padding-top: 120px;
  }
  .cid-sGtk9RCwqC h1 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-sGtk9RCwqC h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-sGtk9RCwqC p {
    font-size: 15px !important;
  }
}
.cid-sGts3XnhY0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGts3XnhY0 .mbr-section-subtitle {
  color: #7f1933;
}
#RS5STARContactForm-y h3 {
  font-size: 46px;
}
#RS5STARContactForm-y small {
  font-size: 26px;
}
#RS5STARContactForm-y button {
  color: #ffffff;
  font-family: "Rubik";
}
#RS5STARContactForm-y #dropdwn {
  padding: 0.8em .5em !important;
}
#RS5STARContactForm-y .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-y .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-y .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-y .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS5STARContactForm-y .form-check-input {
  margin-left: 2.25rem;
}
#RS5STARContactForm-y #genderRadio1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #genderRadio2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #genderRadio3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-y #optcheck1 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #optcheck2 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #optcheck3 {
  margin-left: 0.25rem;
}
#RS5STARContactForm-y #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS5STARContactForm-y #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-y #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS5STARContactForm-y #sendbutton {
  text-align: left;
}
#RS5STARContactForm-y .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS5STARContactForm-y .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-y .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-y .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-y .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS5STARContactForm-y .form-check-input {
    margin-left: 1.25rem;
  }
  #RS5STARContactForm-y #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-y #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-y #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-y #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-y #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-y #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS5STARContactForm-y #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS5STARContactForm-y #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-y #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS5STARContactForm-y #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS5STARContactForm-y #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-y #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS5STARContactForm-y #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-y #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS5STARContactForm-y #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS5STARContactForm-y #optcheck3 {
    margin-left: -0.5rem;
  }
}
.cid-sGtkadgLtf {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 10px solid #8a484e;
  background-color: #2e2e2e;
}
.cid-sGtkadgLtf .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGtkadgLtf .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGtkadgLtf .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGtkadgLtf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGtkadgLtf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGtkadgLtf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGtkadgLtf .media-container-row .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-sGtkadgLtf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGtkadgLtf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGtkadgLtf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGtkadgLtf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGtkadgLtf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGtkadgLtf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGtkadgLtf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGxEga8Pvp .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 77px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
@media (min-width: 992px) {
  .cid-sGxEga8Pvp .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sGxEga8Pvp .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGxEga8Pvp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGxEga8Pvp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGxEga8Pvp a {
  font-style: normal;
}
.cid-sGxEga8Pvp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sGxEga8Pvp .dropdown-item:after {
  display: none;
}
.cid-sGxEga8Pvp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxEga8Pvp .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sGxEga8Pvp .content-text {
  margin-bottom: 0;
}
.cid-sGxEga8Pvp .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGxEga8Pvp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a484e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGxEga8Pvp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGxEga8Pvp .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sGxEga8Pvp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGxEga8Pvp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGxEga8Pvp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGxEga8Pvp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGxEga8Pvp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxEga8Pvp .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGxEga8Pvp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGxEga8Pvp .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sGxEga8Pvp .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sGxEga8Pvp .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sGxEga8Pvp .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sGxEga8Pvp .menu-content-top.show {
  display: block;
}
.cid-sGxEga8Pvp .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sGxEga8Pvp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGxEga8Pvp .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sGxEga8Pvp .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sGxEga8Pvp .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sGxEga8Pvp .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sGxEga8Pvp img {
    height: 5rem !important;
  }
  .cid-sGxEga8Pvp .btn {
    display: flex;
  }
  .cid-sGxEga8Pvp button.navbar-toggler {
    display: block;
  }
  .cid-sGxEga8Pvp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGxEga8Pvp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGxEga8Pvp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGxEga8Pvp .navbar-collapse.collapsing,
  .cid-sGxEga8Pvp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGxEga8Pvp .navbar-collapse.collapsing .navbar-nav,
  .cid-sGxEga8Pvp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGxEga8Pvp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGxEga8Pvp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sGxEga8Pvp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGxEga8Pvp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGxEga8Pvp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGxEga8Pvp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGxEga8Pvp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGxEga8Pvp .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sGxEga8Pvp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGxEga8Pvp .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sGxEga8Pvp .navbar .menu-content-top {
    display: block;
  }
  .cid-sGxEga8Pvp .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sGxEga8Pvp .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sGxEga8Pvp .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGxEga8Pvp .menu-bottom {
    display: flex;
  }
  .cid-sGxEga8Pvp .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGxEga8Pvp .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGxEga8Pvp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sGxEga8Pvp .navbar-toggler {
    display: none;
  }
}
.cid-sGxEga8Pvp .navbar-short .menu-content-top {
  border: none;
}
.cid-sGxEga8Pvp .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxEga8Pvp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGxEga8Pvp .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sGxEga8Pvp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGxEga8Pvp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxEga8Pvp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGxEga8Pvp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxEga8Pvp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGxEga8Pvp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGxEga8Pvp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGxEga8Pvp .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sGxEga8Pvp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGxEga8Pvp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGxEga8Pvp .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-sGxEga8Pvp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGxEga8Pvp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-sGxEga8Pvp button.navbar-toggler:focus {
  outline: none;
}
.cid-sGxEga8Pvp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGxEga8Pvp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGxEga8Pvp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGxEga8Pvp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGxEga8Pvp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGxEga8Pvp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGxEga8Pvp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGxEga8Pvp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGxEga8Pvp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGxEga8Pvp .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGxEga8Pvp .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxEga8Pvp .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sGxEga8Pvp .collapsed .btn {
  display: flex;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse.collapsing,
.cid-sGxEga8Pvp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGxEga8Pvp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGxEga8Pvp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGxEga8Pvp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGxEga8Pvp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGxEga8Pvp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGxEga8Pvp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.6rem  - 1rem);
  }
  .cid-sGxEga8Pvp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGxEga8Pvp .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxEga8Pvp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGxEga8Pvp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGxEga8Pvp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-sGxEga8Pvp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGxEga8Pvp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGxEga8Pvp .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGxEga8Pvp .collapsed .dropdown-item:before {
  display: none;
}
.cid-sGxEga8Pvp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGxEga8Pvp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGxEga8Pvp .nav-link:focus {
  outline: none;
}
.cid-sGxEga8Pvp .navbar-toggler {
  position: relative;
}
.cid-sGxEga8Pvp .dropdown-item.active,
.cid-sGxEga8Pvp .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sGxEga8Pvp .nav-link:hover,
.cid-sGxEga8Pvp .dropdown-item:hover {
  color: #7f1933;
}
.cid-sGxEgdx2Wy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/corcoran-fine-art-gallery-banner.jpg");
}
.cid-sGxEgdx2Wy .spacr {
  margin-top: 30px;
}
.cid-sGxEgdx2Wy h1 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGxEgdx2Wy h3 {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGxEgdx2Wy p,
.cid-sGxEgdx2Wy b,
.cid-sGxEgdx2Wy strong {
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-sGxEgdx2Wy {
    padding-top: 120px;
  }
  .cid-sGxEgdx2Wy h1 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-sGxEgdx2Wy h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-sGxEgdx2Wy p {
    font-size: 15px !important;
  }
}
.cid-sGxEggc2Ru {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sGxEggc2Ru .mbr-section-subtitle {
  color: #767676;
}
.cid-sGxEggc2Ru hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGxEgjnpTa {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 10px solid #8a484e;
  background-color: #2e2e2e;
}
.cid-sGxEgjnpTa .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxEgjnpTa .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxEgjnpTa .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxEgjnpTa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGxEgjnpTa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGxEgjnpTa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGxEgjnpTa .media-container-row .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-sGxEgjnpTa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGxEgjnpTa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGxEgjnpTa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGxEgjnpTa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGxEgjnpTa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGxEgjnpTa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGxEgjnpTa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGxFJ6GpbB .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 77px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
@media (min-width: 992px) {
  .cid-sGxFJ6GpbB .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sGxFJ6GpbB .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGxFJ6GpbB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGxFJ6GpbB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGxFJ6GpbB a {
  font-style: normal;
}
.cid-sGxFJ6GpbB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sGxFJ6GpbB .dropdown-item:after {
  display: none;
}
.cid-sGxFJ6GpbB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxFJ6GpbB .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-sGxFJ6GpbB .content-text {
  margin-bottom: 0;
}
.cid-sGxFJ6GpbB .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGxFJ6GpbB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a484e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGxFJ6GpbB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGxFJ6GpbB .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sGxFJ6GpbB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGxFJ6GpbB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGxFJ6GpbB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGxFJ6GpbB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGxFJ6GpbB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxFJ6GpbB .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGxFJ6GpbB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGxFJ6GpbB .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sGxFJ6GpbB .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sGxFJ6GpbB .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sGxFJ6GpbB .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sGxFJ6GpbB .menu-content-top.show {
  display: block;
}
.cid-sGxFJ6GpbB .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sGxFJ6GpbB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sGxFJ6GpbB .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sGxFJ6GpbB .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-sGxFJ6GpbB .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sGxFJ6GpbB .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sGxFJ6GpbB img {
    height: 5rem !important;
  }
  .cid-sGxFJ6GpbB .btn {
    display: flex;
  }
  .cid-sGxFJ6GpbB button.navbar-toggler {
    display: block;
  }
  .cid-sGxFJ6GpbB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGxFJ6GpbB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGxFJ6GpbB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGxFJ6GpbB .navbar-collapse.collapsing,
  .cid-sGxFJ6GpbB .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGxFJ6GpbB .navbar-collapse.collapsing .navbar-nav,
  .cid-sGxFJ6GpbB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGxFJ6GpbB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGxFJ6GpbB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sGxFJ6GpbB .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGxFJ6GpbB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGxFJ6GpbB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGxFJ6GpbB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGxFJ6GpbB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGxFJ6GpbB .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-sGxFJ6GpbB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGxFJ6GpbB .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sGxFJ6GpbB .navbar .menu-content-top {
    display: block;
  }
  .cid-sGxFJ6GpbB .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sGxFJ6GpbB .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sGxFJ6GpbB .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGxFJ6GpbB .menu-bottom {
    display: flex;
  }
  .cid-sGxFJ6GpbB .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGxFJ6GpbB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGxFJ6GpbB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sGxFJ6GpbB .navbar-toggler {
    display: none;
  }
}
.cid-sGxFJ6GpbB .navbar-short .menu-content-top {
  border: none;
}
.cid-sGxFJ6GpbB .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxFJ6GpbB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGxFJ6GpbB .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sGxFJ6GpbB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGxFJ6GpbB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxFJ6GpbB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGxFJ6GpbB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGxFJ6GpbB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGxFJ6GpbB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGxFJ6GpbB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGxFJ6GpbB .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sGxFJ6GpbB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGxFJ6GpbB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGxFJ6GpbB .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-sGxFJ6GpbB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGxFJ6GpbB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-sGxFJ6GpbB button.navbar-toggler:focus {
  outline: none;
}
.cid-sGxFJ6GpbB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGxFJ6GpbB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGxFJ6GpbB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGxFJ6GpbB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGxFJ6GpbB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGxFJ6GpbB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGxFJ6GpbB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGxFJ6GpbB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGxFJ6GpbB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGxFJ6GpbB .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGxFJ6GpbB .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxFJ6GpbB .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sGxFJ6GpbB .collapsed .btn {
  display: flex;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.collapsing,
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGxFJ6GpbB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGxFJ6GpbB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.6rem  - 1rem);
  }
  .cid-sGxFJ6GpbB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGxFJ6GpbB .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGxFJ6GpbB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGxFJ6GpbB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGxFJ6GpbB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-sGxFJ6GpbB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGxFJ6GpbB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGxFJ6GpbB .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGxFJ6GpbB .collapsed .dropdown-item:before {
  display: none;
}
.cid-sGxFJ6GpbB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGxFJ6GpbB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGxFJ6GpbB .nav-link:focus {
  outline: none;
}
.cid-sGxFJ6GpbB .navbar-toggler {
  position: relative;
}
.cid-sGxFJ6GpbB .dropdown-item.active,
.cid-sGxFJ6GpbB .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-sGxFJ6GpbB .nav-link:hover,
.cid-sGxFJ6GpbB .dropdown-item:hover {
  color: #7f1933;
}
.cid-sGxFJ9paLN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/corcoran-fine-art-gallery-banner.jpg");
}
.cid-sGxFJ9paLN .spacr {
  margin-top: 30px;
}
.cid-sGxFJ9paLN h1 {
  color: #ffffff;
  font-size: 4rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGxFJ9paLN h3 {
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-sGxFJ9paLN p,
.cid-sGxFJ9paLN b,
.cid-sGxFJ9paLN strong {
  color: #ffffff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-sGxFJ9paLN {
    padding-top: 120px;
  }
  .cid-sGxFJ9paLN h1 {
    font-size: 45px !important;
    line-height: 3rem;
  }
  .cid-sGxFJ9paLN h3 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-sGxFJ9paLN p {
    font-size: 15px !important;
  }
}
.cid-sGxFJaWSqs {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sGxFJaWSqs .mbr-section-subtitle {
  color: #767676;
}
.cid-sGxFJaWSqs hr {
  margin: 1rem 0;
  border-color: #8a484e;
  opacity: .80;
}
.cid-sGxFJaWSqs h3 {
  font-size: 2rem;
}
.cid-sGxFJcwGSB {
  padding-top: 45px;
  padding-bottom: 30px;
  border-top: 10px solid #8a484e;
  background-color: #2e2e2e;
}
.cid-sGxFJcwGSB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxFJcwGSB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGxFJcwGSB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGxFJcwGSB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGxFJcwGSB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGxFJcwGSB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGxFJcwGSB .media-container-row .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-sGxFJcwGSB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGxFJcwGSB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGxFJcwGSB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGxFJcwGSB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGxFJcwGSB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGxFJcwGSB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGxFJcwGSB .media-container-row .row-copirayt p {
  width: 100%;
}
