.text-align-center {
    text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.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-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;
}

.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;
}

.no-opacity {
    opacity: 0;
}

.clear-both {
    clear: both;
}
.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 10px;
    max-width: 1280px;
}

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

.min-content-height {
	min-height: 100vh;
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-regular.woff2') format('woff2');
  }
/* montserrat-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-italic.woff2') format('woff2');
  }
/* montserrat-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v29-latin-700.woff2') format('woff2');
  }
/* montserrat-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v29-latin-700italic.woff2') format('woff2');
  }
.default-text-formatting {
    font-size: 14px;
    color: #313131;

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

    h1 {
        font-size: 36px;
    }
}
.body-text {
    line-height: 1.8;
}
.body-text a:not(.skip-default):not(.custom-styled-link) {
    color: #042752;
}
.custom-styled-link {
    color: inherit;
    text-decoration: none;
}
.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%;
}
.standard-button {
    
}
@media (prefers-reduced-motion: no-preference) {
    .standard-button {
        
    }
}
.standard-button:hover {
    
}
.standard-button-padding {
    
}
.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 {
    
}