:root {
    --brand-pink: #F9B09D;
    --light-pink: linear-gradient(135deg, #FEEBE4 0%, #FAB19C 100%);
    --brand-purple: #41324E;
    --dark-purple: linear-gradient(135deg, #3F314D 0%, #2C1F37 100%);
}
.text-align-center {
    text-align: center;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.bold-text {
	font-weight: bold;
}
.paragraph-no-margins-around > p:first-of-type {
    margin-top: 0;
}
.paragraph-no-margins-around > p:last-of-type {
    margin-bottom: 0;
}
.no-margins {
    margin: 0;
}
.flex-row.vertically-center-items {
    align-items: center;
}
.flex-row.vertically-baseline-items {
    align-items: baseline;
}
.flex-row.vertically-bottom-items {
    align-items: flex-end;
}
.flex-no-resize {
	flex-grow: 0;
	flex-shrink: 0;
}
.flex-resize {
	flex-grow: 1;
	flex-shrink: 1;
}
.flex-wrap {
    flex-wrap:  wrap;
}
.full-size {
    width: 100%;
    height: 100%;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.absolute-container {
    position: relative;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.absolute-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.absolute-for-transform {
    position: absolute;
    left: 0;
    top: 0;
}
.top-left {
    left: 0;
    top: 0;
}
.top-right {
    right: 0;
    top: 0;
}
.bottom-left {
    left: 0;
    bottom: 0;
}
.bottom-right {
    right: 0;
    bottom: 0;
}
.transform-y50-percent-overlap {
    transform: translateY(-50%);
}
.overflow-hidden {
    overflow: hidden;
}
.flex-row {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-row.justify-center {
    justify-content: center;
}
.flex-row.justify-between {
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.image.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image.background-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.image.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}
.image.background-top-left {
	background-position: top left;
	background-repeat: no-repeat;
}
.image.background-center-left {
	background-position: center left;
	background-repeat: no-repeat;
}
.border-box-sizing {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    .color-fade {
        transition: color 0.3s ease-out;
    }
}
.no-pointer-events {
	pointer-events: none;
}
.all-pointer-events {
	pointer-events: all;
}
.integrated-field {
    box-sizing: border-box;
    border: none;
}
.centered-cell-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}
button.skip-default {
    appearance: none;
    border: none;
    padding: 0;
    text-align: inherit;
    background: none;
    color: inherit;
    display: block;
}
.no-opacity {
    opacity: 0;
}
.clear-both {
    clear: both;
}
.no-line-height {
    line-height: 1;
}
.dbm-admin {
    background-color: #f6f7f9;
}
.dbm-admin-box {
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dbm-admin-box-padding {
    padding: 20px;
}
.dbm-admin-hero {
    background: rgb(41,56,97);
    background: linear-gradient(117deg, #4b4795 0%, #608be1 100%);
}
.dbm-admin-hero .on-hero-text {
    color: #FFFFFF;
}
.dbm-admin-hero-overlap {
    position: relative;
    top: -40px;
}
.page-title-form-field {
    font-weight: 700;
    font-size: 24px;
}
.dbm-admin-logo {
    height: 24px;
    width: auto;
}
.ce-block__content,
.ce-toolbar__content {
    max-width: none;
}
.editor-block-box {
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    box-sizing: border-box;
}
.editor-block-box-padding {
    padding: 20px;
}
.image.editor-preview {
    width: 120px;
    height: 120px;
}
.dbm-admin .save-all-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.image-library-preview {
    width: 120px;
    height: 120px;
}
.image-library-margins {
    margin-right: 5px;
    margin-bottom: 5px;
}
.action-button {
    border: 1px solid #ADADAD;
    color: #ADADAD;
    font-size: 10px;
    border-radius: 9999px;
    cursor: pointer;
}
.action-button:hover {
    background-color: #ADADAD;
    color: #FFFFFF;
}
.action-button-padding {
    padding: 3px 10px;
}

html, body {
    margin: 0;
    padding: 0;
}

.centered-site {
    margin: auto;
    padding: 0 15px;
    max-width: 1280px;
}

.content-narrow {
    margin: auto;
    padding: 0 15px;
    max-width: 800px;
}

.min-content-height {
	min-height: 100vh;
}

.page-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.header-color-background {
    position: fixed;
    width: 100%;
    background: var(--dark-purple);
}

.header-background-height {
    height: 120px;
}
.default-text-formatting {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: #2C1F37;

    font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6 {
    
}
h1 {
    font-size: 20px;
}
@media (min-width: 600px) {
    .default-text-formatting {
        font-size: 18px;
    }

    h1 {
        font-size: 36px;
    }
}
.section-link-title {
    font-size: 1.3em;
}
.body-text {
    line-height: 1.8;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: var(--brand-purple);
    font-weight: bold;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.tab-links {
    color: var(--brand-purple);
    font-weight: bold;
}
.section-link-description {
    font-size: 12px;
    font-weight: bold;
}
.link-box-title {
    font-family: "ella-roman",sans-serif;
    font-size: 14px;
}
.link-box-description {
    font-size: 10px;
    color: #634F73;
}
@media (min-width: 600px) {
    .link-box-title {
        font-size: 20px;
    }
    
    .link-box-description {
        font-size: 12px;
    }
}
.menu-link {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.arrow-link {
    font-weight: bold;
    color: var(--brand-purple);
    font-size: 11px;
}
.spacing.micro {
    height: 5px;
}
.spacing.small {
    height: 10px;
}
.spacing.medium {
    height: 15px;
}
.spacing.standard {
    height: 20px;
}
.spacing.double {
    height: 40px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 2px;
}
.flex-row.micro-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 2px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 5px;
}
.flex-row.small-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 7.5px;
}
.flex-row.medium-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 7.5px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 10px;
}
.flex-row.standard-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 10px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.big-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:first-of-type) {
    margin-top: 5px;
}
.flex-column.small-item-spacing > .flex-column-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:first-of-type) {
    margin-left: 20px;
}
.flex-row.menu-item-spacing > .flex-row-item:not(:last-of-type) {
    margin-right: 20px;
}
.flex-row.singles > .flex-row-item {
	width: 100%;
}
.flex-row.halfs > .flex-row-item {
	width: 50%;
}
.flex-row > .flex-row-item.half {
	width: 50%;
}
.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
	width: 33.33%;
}
.flex-row.quarters > .flex-row-item {
	width: 25%;
}
.flex-row > .flex-row-item.quarter {
	width: 25%;
}
.spacer-line {
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background: #F2F2F2;
}
.linkboxes-spacer {
    width: 1px;
    height: 100%;
    background: #F2F2F2;
}
.mobile-menu-spacer-line {
    height: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background: #F2F2F2;
    opacity: 0.3;
}
.header-notice-message {
    background-color: var(--brand-pink);
}
.header-notice-message-padding {
    padding: 5px 0px;
}
.header-notice-message-title {
    font-size: 12px;
    font-weight: bold;
}
.header-notice-message-description {
    font-size: 9px;
}
.leaf-icon {
    width: 17px;
    height: 20px;
}
.header-logo {
    width: 73px;
    height: 41px;
}
.burger-menu-icon {
    width: 36px;
    height: 20px;
}
.standard-button-on-dark {
    color: var(--brand-pink);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    font-weight: bold;
    font-size: 12px;
}
.standard-button-on-dark-padding {
    padding: 5px 15px;
}
.standard-button-on-dark-background {
    border-radius: 5px;
    box-sizing: border-box;
    background: var(--light-pink);
    padding: 2px;
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.standard-button-on-dark-text {
    background: var(--light-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.tabs-spacer {
    width: 1px;
    height: 19px;
    background-color: #F2F2F2;
}
.section-link-image {
    width: 94px;
    height: 94px;
}
.arrow-icon {
    width: 9px;
    height: 9px;
}
.mobile-menu {
    background: var(--dark-purple);
    color: var(--brand-pink);
}
.mobile-menu-item {
    font-weight: bold;
}
.mobile-menu-item:hover {
    background: var(--light-pink);
    color: var(--brand-purple);
}
.mobile-menu-item-padding {
    padding: 10px 20px;
}
.review-padding {
    padding: 20px 15px;
}
.review-text {
    font-size: 16px;
}
@media (min-width: 600px) {
    .review-text {
        font-size: 24px;
    }

    .review-padding {
        padding: 25px 50px;
    }
}
.review-link {
    text-decoration: none;
    color: #B2B2B2;
}
.info-speech-bubble-text {
    font-weight: bold;
}
.info-speech-bubble-padding {
    padding: 8px 10px;
}
.address-primary {
    font-weight: bold;
}
.address-secondary {
    font-size: 12px;
}
@media (min-width: 600px) {
    .address-secondary {
        font-size: 14px;
    }
}
.map-height {
    height: 400px;
}
.standard-button {
    border-radius: 5px;
    border: 1px solid var(--brand-purple);
    color: var(--brand-purple);
    font-weight: bold;
    box-shadow: 0px 1px 10px 0px rgba(65, 50, 78, 0.10);
    background: #FFFFFF;
    cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button {
        
    }
}
.standard-button:hover {
    color: var(--brand-pink);
    background: var(--dark-purple);
}
.standard-button-padding {
    padding: 3px 20px;
}
.standard-button-inner-border-padding {
    padding: 1px;
}
.standard-button-inner-border {
    border-radius: 3px;
    box-sizing: border-box;
    background: var(--light-pink);
    padding: 1px;
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.hero-image-background {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: var(--brand-purple);
}
.front-hero-height {
    height: 440px;
}
.image-hero-height {
    height: 250px;
}
.hero {
    color: #FFFFFF;
    z-index: 3;
}
.front-hero-title {
    font-family: "ella-roman",sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}
.image-hero-title {
    font-family: "ella-roman",sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.hero .tag-line {
    font-family: "ella-roman",sans-serif;
    font-size: 16px
}
.front-hero-situated {
    font-size: 12px;
}
.front-hero-at {
    font-family: "ella-roman",sans-serif;
    font-size: 8px;
    position: relative;
    top: -1.5px;
}
.hero-button {
    color: var(--brand-pink);
    border-radius: 5px;
    background: rgba(65, 50, 78, 0.70);
}
.hero-button-padding {
    padding: 5px 15px;
}
.hero-button-background {
    border-radius: 5px;
    box-sizing: border-box;
    background: var(--light-pink);
    padding: 2px;
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.hero-button-text {
    background: var(--light-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.explore-more-label {
    background: #FFFFFF;
    border-radius: 9999px;
    color: var(--brand-purple);
    font-size: 10px;
    font-weight: bold;
}
.explore-more-label-padding {
    padding: 2px 10px;
}
.explore-more-label-overlap {
    transform: translateY(-50%);
}
.explore-more-down-arrow {
    width: 9px;
    height: 9px;
}
.image-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
}
.contact-menu {
    position: fixed;
    bottom: 0px;
    background: var(--dark-purple);
    color: #E6E7E8;
    font-size: 12px;
    font-weight: bold;
}
.contact-menu-padding {
    padding: 6px 0px;
}
.contact-menu-speech-bubble {
    width: 41px;
    height: 35px;
}
.contact-menu-speech-bubble-offset {
    padding-top: 4px;
}
.footer {
    border-top: 1px solid var(--brand-purple);
    background: var(--brand-pink);
}
.footer-logo {
    width: 175px;
    height: 98px;
}
.footer-logo-mobile {
    width: 110px;
    height: 61px;
}
.built-by-note-link {
    font-size: 10px;
    text-decoration: none;
    color: var(--brand-purple);
}
.footer-link {
    text-decoration: none;
    font-weight: bold;
    color: var(--brand-purple);
}
.footer-social-media-logo {
    width: 14px;
    height: 14px;
}
.footer-social-media-link {
    text-decoration: underline;
}
.cookie-bar-position {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-bar {
    border-top: 1px solid #1A1A1A;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7);
}
.cookie-bar-padding {
    padding: 1rem;
}
.cookie-bar-title {
    
}
.standard-card {
    border: 1px solid var(--brand-purple);
    border-radius: 3px;
}
.standard-card-padding {
    padding: 10px;
}
.card-image-desktop {
    width: 200px;
    height: 150px;
}
.card-image-mobile {
    width: 100%;
    height: 200px;
}
.standard-card-read-more-link {
    color: var(--brand-purple);
    font-weight: bold;
}
@media (min-width: 600px) {
    .standard-card-read-more-link {
        font-size: 14px;
    }
    
}
.right-arrow-read-more-link-icon {
    width: 10px;
    height: 10px;
}
.right-arrow-link-icon {
    width: 14px;
    height: 14px;
}
.faq-row {
    font-weight: bold;
}
.faq-row-padding {
    padding: 5px 11px;
}
.help-section-row {
    border: 1px solid var(--brand-purple);
    border-radius: 3px;
    overflow: hidden;
}
.help-section-row-question {
    color: var(--brand-purple);
    background: var(--light-pink);
    font-weight: bold;
}
.help-section-row-question-padding {
    padding: 5px 11px;
}
.help-section-row-answer-padding {
    padding: 5px 11px;
}
.help-section-row-answer-title {
    font-weight: bold;
}
.help-section-row-read-more-link {
    color: var(--brand-purple);
    font-weight: bold;
}
@media (min-width: 600px) {
    .help-section-row-read-more-link {
        font-size: 14px;
    }
    
}
.help-section-row-question-icon {
    width: 15px;
    height: 15px;
}
.standard-field {
    border: 1px solid var(--brand-purple);
    border-radius: 6px;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
}
.standard-field input {
    font-size: 18px;
}
.standard-field-padding {
    padding: 10px;
}
.standard-field-padding-left-side {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.standard-field-padding-right-side {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.submit-button-field-padding-right-side {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}