/*
Theme Name: LUMN Genesis Child
Description: A Genesis child theme baed on Essence Pro, tailered to LUMN.
Author: StudioPress/LUMN

Version: 1

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: essence-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.featured-content .more-posts::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

}

/* CSS Variables
--------------------------------------------- */

:root {
	/* Color variables moved to the theme customizer */
	--heading-font: Poppins, serif;
	--body-font: Montserrat, sans-serif;
	--header-height: 96.91px; /* Default value, updated with js */
}

/* Colors */
:root {
	--wp--preset--color--primary-color: #AA674D;
	--wp--preset--color--text-color: #000;
	--wp--preset--color--secondary-color-1: #874F2E;
	--wp--preset--color--secondary-color-2: #719D94;
	--wp--preset--color--secondary-color-2: #719D94;
}

/* Fonts */

@font-face {
	font-family: Poppins;
	src: url("./fonts/poppins/Poppins-Light.ttf");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url("./fonts/poppins/Poppins-Regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url("./fonts/poppins/Poppins-Medium.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url("./fonts/poppins/Poppins-SemiBold.ttf");
	font-weight: 600;
	font-style: semibold;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url("./fonts/poppins/Poppins-Bold.ttf");
	font-weight: 700;
	font-style: bold;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url("./fonts/montserrat/Montserrat-Light.ttf");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url("./fonts/montserrat/Montserrat-Regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url("./fonts/montserrat/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url("./fonts/montserrat/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: semibold;
	font-display: swap;
}

@font-face {
	font-family: Montserrat;
	src: url("./fonts/montserrat/Montserrat-Bold.ttf");
	font-weight: 700;
	font-style: bold;
	font-display: swap;
}

/* Font Sizes */

:root {
	--normal-font-size: clamp(16px, 1vw, 1.125rem); /* 16px - 18px */
	--medium-font-size-1: clamp(16px, 1vw, 1.25rem); /* 16px - 20px */
	--medium-font-size: clamp(1.125rem, 1.05vw, 1.25rem); /* 18px - 20px */
	--larger-font-size: clamp(1.25rem, 1.425vw, 1.375rem); /* 20px - 22px */
	--h3-font-size: clamp(1.57rem, 1.3vw, 2.18rem); /* 25px - 35px */
	--h2-font-size: clamp(2.1875rem, 4vw, 2.8125rem); /* 35px - 45px */
	--h1-font-size: clamp(2.8125rem, 4.5vw, 3.75rem); /* 45px - 60px */
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: var(--wp--preset--color--text-color);
	font-family: var(--body-font);
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.1s ease-in-out;
}

a {
	color: var(--wp--preset--color--primary-color);
	text-decoration: none;
}

.site-container a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

a:focus,
a:hover {
	color: var(--wp--preset--color--text-color);
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
	line-height: 1.2;
}

body.home p {
	font-size: var(--normal-font-size);
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: var(--wp--preset--color--neutral-color-3);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
}

/* Typographical Classes
--------------------------------------------- */

.intro {
	font-size: 26px;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--wp--preset--color--primary-color);
	font-family: var(--heading-font);
	font-weight: 600;
	line-height: 1.05;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: var(--h1-font-size);
	letter-spacing: -1.25px;
}

h2 {
	font-size: var(--h2-font-size);
	letter-spacing: -1px;
}

h3 {
	font-size: var(--h3-font-size);
	letter-spacing: -0.75px;
}

h4 {
	font-size: 24px;
}

h5,
h6 {
	font-size: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 25px;
	margin-top: 32px;
}

.entry-content a {
	font-weight: 700;
}

h1,
h2,
h3 {
	letter-spacing: .15em;
}

h1 span,
h2 span {
	font-family: var(--body-font);
	letter-spacing: .45em;
	font-weight: 400;
	display: block;
	font-size: .95em;
	color: var(--wp--preset--color--secondary-color-2);
}

/* Animations
--------------------------------------------- */

@keyframes header-down-animation {
	0% {
		top: -300px;
	}
	100% {
		top: 0;
	}
}
@keyframes header-up-animation {
	0% {
		top: 0;
	}
	100% {
		top: -300px;
	}
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: var(--wp--preset--color--text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	padding: 18px 24px 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid var(--wp--preset--color--neutral-color-1);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: var(--wp--preset--color--text-color);
	opacity: 1;
}

::placeholder {
	color: var(--wp--preset--color--text-color);
	opacity: 1;
}

.gb-block-post-grid a.gb-block-post-grid-more-link,
.button,
.comment-reply-link,
.featured-content .more-from-category a,
.more-link,
.wp-block-button .wp-block-button__link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.frm_forms .frm_submit button
 {
	background-color: var(--wp--preset--color--primary-color);
	border-color: var(--wp--preset--color--primary-color);
	border-style: solid;
	border-width: 2px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: var(--normal-font-size);
	font-weight: 700;
	letter-spacing: clamp(.025em, .098vw, .1em);
	line-height: 1.2;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

a.button:focus,
a.button:hover,
.button:focus,
.button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: var(--wp--preset--color--secondary-color-2);
	border-color: var(--wp--preset--color--secondary-color-2);
	color: #fff;
}

.button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.wp-block-button.secondary .wp-block-button__link,
.comment-reply-link,
.featured-content .more-from-category a {
	background-color: transparent;
	border-color: var(--wp--preset--color--neutral-color-1);
	color: var(--wp--preset--color--neutral-color-2);
}

.button.secondary:focus,
.button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.wp-block-button.secondary .wp-block-button__link:focus,
.wp-block-button.secondary .wp-block-button__link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: transparent;
	border-color: var(--wp--preset--color--neutral-color-2);
	color: var(--wp--preset--color--text-color);
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.comment-reply-link {
	font-size: 13px;
	padding: 10px 12px 8px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 26px 36px 22px;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.button.text,
a.more-link.button.text,
.gb-block-post-grid a.gb-block-post-grid-more-link,
.more-link {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid var(--wp--preset--color--primary-color);
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: 0;
	color: var(--wp--preset--color--primary-color);
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.gb-block-post-grid a.gb-block-post-grid-more-link:focus,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link:focus,
.more-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid var(--wp--preset--color--neutral-color-2);
	color: var(--wp--preset--color--text-color);
	padding: 16px 0 6px 0;
	text-decoration: none;
}

.entry-container a.more-link {
	display: inline-block;
	margin-bottom: 28px;
}

a.more-link.button.text {
	margin-bottom: 0;
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 1.2;
	text-align: left;
}
.contact-link svg path {
	fill: var(--wp--preset--color--primary-color);
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: var(--wp--preset--color--neutral-color-3);
	border-width: 0;
	color: var(--wp--preset--color--neutral-color-2);
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Custom Buttons */

a.button > span {
	font-weight: 400;
}

a.button {
    flex-wrap: wrap;
	gap: 5px;
}

/* Formidable Button */
.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-radius: 0;
	box-shadow: none;
	color: var(--wp--preset--color--secondary-color-2);
	cursor: pointer;
	font-size: var(--normal-font-size);
	font-weight: 700;
	letter-spacing: clamp(.025em, .098vw, .1em);
	line-height: 1.2;
	margin: 0;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background-color: var(--wp--preset--color--secondary-color-2);
	border-color: var(--wp--preset--color--secondary-color-2);
	color: #fff;
}

/* Borders */

.double-border {
	position: relative;
	padding: 9px;
	max-width: max-content;
	transition: all .35s ease;
}

.double-border * {
	transition: all .35s ease;
}

.double-border.centered {
	margin: auto;
}

.double-border:before {
	content: '';
	padding: 9px;
	border: 3px solid var(--wp--preset--color--secondary-color-2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: all .35s ease;
	pointer-events: none;
}

.double-border > a {
	z-index: 2;
	position: relative;
}

.double-border:hover:before {
	opacity: 0;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
}

.double-border:hover > a {
	background-color: var(--wp--preset--color--secondary-color-2);
	border-color: var(--wp--preset--color--secondary-color-2);
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid var(--wp--preset--color--neutral-color-3);
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid var(--wp--preset--color--neutral-color-3);
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--wp--preset--color--text-color);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1300px;
}

.home .site-inner {
	background-color: #fff;
	z-index: 10;
}

.home .site-inner,
.home .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}

.landing-page .site-inner {
	margin-bottom: 100px;
}

.page-template-blocks .site-inner, .page-template-full-width .site-inner {
	max-width: 100%;
}

.page.page-template-blocks .site-container .site-inner {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background-color: transparent;
	float: right;
	width: 660px;
}

.content-sidebar .content {
	float: left;
}

.content-sidebar .content,
.sidebar-content .content {
	background-color: #fff;
	width: 75%;
}

.error404.content-sidebar .content,
.error404.sidebar-content .content,
.page.content-sidebar .content,
.page.sidebar-content .content,
.single.content-sidebar .content,
.single.sidebar-content .content {
	padding: 60px 80px;
}

.archive.sidebar-content .content,
.archive.content-sidebar .content,
.page-template-page_blog.sidebar-content .content,
.page-template-page_blog.content-sidebar .content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.full-width-content .content {
	float: none;
	padding: 60px 80px;
	max-width: 100%;
	width: 1300px;
}

.home.full-width-content .content {
	padding: 0;
	margin: auto;
	width: 100%;
}

.home .site-inner,
.home .wrap {
	max-width: 100%;
}

.page-template-blocks .content, .page-template-full-width .content {
	padding: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.half-width-entries .content {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Grid/Flex Classes
--------------------------------------------- */

.d-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.d-flex {
	display: flex;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.gap-10 {
	gap: 10px;
}
.gap-20 {
	gap: 20px;
}
.gap-30 {
	gap: 30px;
}
.gap-40 {
	gap: 40px;
}
.gap-50 {
	gap: 50px;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Badges */

.badges {
    display: flex
;
}

.badges .badge {
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 0 14px rgba(33, 33, 33, .2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.badges .badge img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1 / 1;
}

.badges .badge .wp-block-image {
	margin: 0;
}

/* Badges END */

.home .text-section:not(.green-gradient) {
    position: relative;
    z-index: 2;
}

p.has-white-color {
    color: #fff;
}

.green-gradient {
	position: relative;
}

.green-gradient:before {
	content: '';
	position: absolute;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(113,157,148,1) 50%, rgba(255,255,255,1) 100%);
	background-position: center;
	top: 50%;
    left: 50%;
    width: 100%;
    height: 200%;
    transform: translate(-50%, -50%);
}

.is-layout-flex {
    display: flex;
}

.learn-more > a {
    font-size: var(--larger-font-size);
	text-transform: uppercase;
	font-weight: 600;
}

/* Triangle clip elements */
.triangle-before:before,
.triangle-before:after {
	height: 50px;
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background-color: var(--wp--preset--color--secondary-color-1);;
}

.triangle-before:before {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	bottom: calc(100% - 1px);
}

.triangle-after:after {
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	top: calc(100% - 1px);
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-sides-25 {
	padding-left: 25px;
	padding-left: 25px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-sides-50 {
	padding-left: 50px;
	padding-left: 50px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

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

/* Auto-grid - Add to Advanced Columns block (Only works if responsive is switched off) */
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) {
  --auto-grid-min-size: 16rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  grid-gap: 1rem;
}

.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(1),
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(2),
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(3),
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(4),
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(5),
.auto-grid > .gb-layout-column-wrap:not(.gb-is-responsive-column) > .gb-block-layout-column:nth-child(6) {
	grid-area: unset;
}

.auto-grid.column-240 > .gb-layout-column-wrap:not(.gb-is-responsive-column) {
	--auto-grid-min-size: 15rem;
}

.auto-grid.column-320 > .gb-layout-column-wrap:not(.gb-is-responsive-column) {
	--auto-grid-min-size: 20rem;
}

.auto-grid.column-400 > .gb-layout-column-wrap:not(.gb-is-responsive-column) {
	--auto-grid-min-size: 25rem;
}

.auto-grid.column-640 > .gb-layout-column-wrap:not(.gb-is-responsive-column) {
	--auto-grid-min-size: 40rem;
}

.gb-layout-columns-2>.gb-layout-column-wrap:not(.gb-is-responsive-column),
.gb-layout-columns-3>.gb-layout-column-wrap:not(.gb-is-responsive-column),
.gb-layout-columns-4>.gb-layout-column-wrap:not(.gb-is-responsive-column),
.gb-layout-columns-5>.gb-layout-column-wrap:not(.gb-is-responsive-column),
.gb-layout-columns-6>.gb-layout-column-wrap:not(.gb-is-responsive-column) {
	grid-template-areas: none;
}
/* Auto-grid END */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Copyright-logo-SVG {
    height: 1.1em;
    width: auto;
    overflow: visible;
    vertical-align: text-top;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.site-container ul.dcmo-social-links {
	display: inline-flex;
	align-items: center;
	gap: 25px;
}
.site-container ul.dcmo-social-links svg path {
	fill: var(--wp--preset--color--secondary-color-1);
}

.no-overflow {
	overflow: hidden;
}

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: -12px 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #ccc;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.breadcrumb a {
	color: #ccc;
}

.after-entry,
.author-box {
	font-size: 18px;
	margin-bottom: 40px;
}

.after-entry {
	padding: 60px 0;
}

.author-box {
	background-color: #f5f5f5;
	color: var(--wp--preset--color--text-color);
	padding: 60px;
	text-align: center;
}

.full-width-content .author-box {
	margin: 0 -140px;
}

.archive.full-width-content .author-box {
	margin: 140px 0 0 0;
}

.author-box .avatar {
	float: none;
	margin: 0 auto 20px auto;
}

.archive-description,
.archive-description a,
.archive-description p {
	color: #ccc;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 28px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--primary-color);
}

.featured-content .widget-title .more-posts-title,
.widget-title {
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .featured-content .entry {
	box-shadow: none;
}

.sidebar .featured-content .widget-title {
	text-align: left;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft,
.wp-block-image.alignleft,
.wp-block-video.alignleft
{
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright,
.wp-block-image.alignright,
.wp-block-video.alignright
{
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget,
.flexible-widgets .widget:last-of-type {
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	margin-left: 4%;
	width: 22%;
}

.flexible-widgets.widget-halves .widget {
	margin-left: 4%;
	width: 48%;
}

.flexible-widgets.widget-thirds .widget {
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
	float: right;
	margin-left: 0;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 26px;
	letter-spacing: -1px;
	text-decoration: none;
}

.flexible-widgets .featured-content .entry-content,
.flexible-widgets .featured-content .entry-title {
	padding: 15px 40px 0 40px;
}

.flexible-widgets .featuredpage .entry-content {
	padding-bottom: 20px;
}

.flexible-widgets .featuredpost .entry-meta {
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .more-posts-title {
	padding: 30px 0;
}

.flexible-widgets .featured-content .more-posts {
	text-align: center;
}

.flexible-widgets.widget-full .featured-content .more-posts,
.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
	clear: both;
	column-count: 3;
	flex-basis: 100%;
	padding-bottom: 30px;
}

.flexible-widgets .featured-content .more-from-category,
.flexible-widgets .featured-content .widget-title {
	flex-basis: 100%;
}

.flexible-widgets .featured-content .more-from-category {
	margin-bottom: 55px;
}

.flexible-widgets .featured-content .more-link {
	display: inline-block;
	margin-bottom: 28px;
}

.flexible-widgets .featuredpost,
.flexible-widgets .featuredpost:last-of-type {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.flexible-widgets .featuredpage,
.flexible-widgets .featuredpage:last-of-type {
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 0;
	text-align: center;
}

.flexible-widgets .featuredpage .entry {
	box-shadow: none;
}

.flexible-widgets .featuredpage .widget-title {
	margin-top: 20px;
}

.flexible-widgets .featuredpost .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible-widgets .featuredpost.widget .entry,
.flexible-widgets .featuredpost.widget .entry:last-of-type {
	background-color: #fff;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	text-align: center;
}

/* Plugins/Addons
---------------------------------------------------------------------------- */

/* Slick */

.site-container ul.slick-dots {
	margin-bottom: 0;
	padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-container .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 2px solid var(--wp--preset--color--primary-color);
	border-radius: 50%;
}
.site-container .slick-dots li.slick-active button {
	background-color: var(--wp--preset--color--primary-color);
}
.site-container .slick-dots li button:before {
	display: none;
}

.dcmo-ut-slick .slick-dots li {
	margin: 0 7.5px;
	width: 15px;
	height: 15px;
}

/* Slick Circular Slides */
.dcmo-ut-slick.circular-slides .slick-slide .su-lightbox img {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    object-fit: cover;
	width: 100%;
	height: 100%;
}

.dcmo-ut-slick.circular-slides .slick-slide .su-lightbox .wp-block-image {
	border-radius: 50%;
	overflow: hidden;
	aspect-ration: 1 / 1;
}

/* Slide Gap/Padding */
.dcmo-ut-slick.padding-sides-25 .slick-slider .slick-slide > .wp-block-genesis-blocks-gb-columns {
    padding: 0 12.5px;
}

/* Slick Play Button */
.play * {
	transition: all .35s ease;
}

.dcmo-ut-slick .play {
	position: absolute;
}

.dcmo-ut-slick .su-lightbox .play svg path {
	transition: none;
}

.dcmo-ut-slick .su-lightbox:hover .play svg path {
	fill: rgba(255,255,255,0);
}

.play:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 120%;
	background-image: url(/wp-content/uploads/2024/08/Video-Play-Icon-Hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all .35s ease;
}

.play:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 120%;
	background-image: url(/wp-content/uploads/2024/08/Play-with-Sound-Text.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all .35s ease;
}

.su-lightbox:hover .play:after {
	opacity: 1;
}

.su-lightbox:hover .play:before {
	opacity: 1;
	height: 100%;
	width: 100%;
}

/* Slick Large Center Slide */
@media only screen and (min-width: 1024px) {
	.doctor-section {
		padding: 0 25px;
	}
	.dcmo-ut-slick.large-center-slide .slick-current + .slick-active {
    	transform: scale(1.2);
	    z-index: 1;
    	position: relative;
	}

	.dcmo-ut-slick.large-center-slide .slick-track {
    	padding: 38px 0 34px;
	}
}

/* Slick Slide Borders */

.dcmo-ut-slick.bordered-slides .slick-slider .slick-slide .wp-block-image {
	border: 5px solid var(--wp--preset--color--primary-color);
}

.dcmo-ut-slick.bordered-slides.border-gap .slick-slider .slick-slide .wp-block-image {
	border: 10px solid transparent;
}

.dcmo-ut-slick.bordered-slides.border-gap .slick-slider .slick-slide .wp-block-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 5px solid var(--wp--preset--color--primary-color);
}

/* Slick Default Animations */

.dcmo-ut-slick .slick-slider *,
.dcmo-ut-slick .slick-slider .slick-slide .wp-block-image:before {
	transition: all .35s ease;
}

/* Slick Grid layout */

.site-container .slick-grid-layout .slick-slider {
	display: grid;
	margin-bottom: 0;
}

.site-container .slick-grid-layout.standard .slick-slider {
	grid-template-areas:
		'prev slider next'
		'dots dots dots';
	grid-template-columns: 1fr auto 1fr;
	grid-gap: 0px 100px;
}
.site-container .slick-grid-layout .slick-prev,
.site-container .slick-grid-layout .slick-next,
.site-container .slick-grid-layout .slick-dots {
	left: unset !important;
	right: unset !important;
	bottom: unset !important;
	position: relative;
}
.site-container .slick-grid-layout .slick-list {
	grid-area: slider;
}
.site-container .slick-grid-layout .slick-dots {
	grid-area: dots;
	align-self: center;
}
.site-container .slick-grid-layout .slick-prev {
	grid-area: prev;
}
.site-container .slick-grid-layout .slick-next {
	grid-area: next;
}
.site-container .slick-grid-layout.arrows-around-dots .slick-slider {
	grid-template-areas:
		'slider slider slider'
		'prev dots next';
	grid-template-columns: 1fr auto 1fr;
}
.site-container .slick-grid-layout.arrows-around-dots .slick-prev {
	justify-self: end;
}

.site-container .slick-grid-layout .slick-dots li button {
	background-color: var(--wp--preset--color--secondary-color-2);
	border-color: var(--wp--preset--color--secondary-color-2);
}

.site-container .slick-grid-layout .slick-dots li.slick-active button {
	background-color: var(--wp--preset--color--primary-color);
	border-color: var(--wp--preset--color--primary-color);
}

@media only screen and (max-width: 1023px) {
	.home .hero {
		width: 100%;
	}
	.site-container .slick-grid-layout .slick-slider {
		grid-column-gap: 25px;
	}
	.site-container .slick-grid-layout.has-arrows .slick-slider {
		grid-template-areas:
			'slider slider'
			'prev next';
		grid-template-columns: 1fr 1fr;
	}
	.site-container .slick-grid-layout.has-dots .slick-slider {
		grid-template-areas:
			'slider'
			'dots';
		grid-template-columns: 1fr;
	}
	.site-container .slick-grid-layout.has-dots.has-arrows .slick-slider {
		grid-template-areas:
			'slider slider slider'
			'prev dots next';
		grid-template-columns: 1fr auto 1fr;
		gap: 0;
	}
	.site-container .slick-grid-layout.mobile-next-only .slick-slider {
		grid-template-areas:
			'slider'
			'next';
		grid-template-columns: 1fr;
	}
	.site-container .slick-grid-layout.mobile-next-only .slick-dots {
		display: none !important;
	}
	.site-container .slick-grid-layout.mobile-next-only .slick-prev {
		display: none !important;
	}
	.site-container .slick-grid-layout.mobile-next-only .slick-next {
		right: unset !important;
        position: relative;
        justify-self: center;
        width: 64px !important;
	}
	.site-container .slick-grid-layout.mobile-next-only .slick-next:before {
		width: 70px;
        background-position: left;
        background-repeat: repeat;
	}
	.site-container .slick-grid-layout .slick-prev {
		justify-self: end;
	}
	.site-container .slick-grid-layout.has-dots .slick-dots {
		position: relative;
		bottom: 0;
		align-self: center;
	}
}
/* Slick Grid layout END */

/* Formidable Forms*/

.frm_forms .frm_submit {
	text-align: center;
}
.frm_forms .button {
	margin-top: 20px;
	color: #fff;
}

.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 25px;
}

/* Shortcodes Ultimate */

.su-lightbox {
	cursor: pointer;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: var(--wp--preset--color--text-color);
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	color: var(--wp--preset--color--text-color);
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all .35s ease;
}

.scrolldown .site-header {
	background-color: rgba(255,255,255,.95);
	box-shadow: 0px 3px 6px #00000029;
}

.site-header > .wrap {
	padding: 20px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1850px;
}

.header-right {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.header-right .double-border {
	max-width: unset;
}

.header-right .double-border > a {
	width: 100%;
}

/* Title Area
--------------------------------------------- */

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

.title-area img,
.alternate-title-area img {
    max-height: clamp(62px, 10vw, 117px);
    width: auto;
}

.internal-page .site-container.scrolldown .alternate-title-area {
	display: none;
}

.home .alternate-title-area {
	display: none !important;
}

.site-title {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
	text-indent: 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: var(--wp--preset--color--text-color);
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.no-off-screen-menu.wp-custom-logo .site-description,
.no-off-screen-menu.wp-custom-logo .site-title,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
	font-size: 0;
}

/* Header Hero
--------------------------------------------- */

.header-hero {
	background-color: #fff;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.home .header-hero {
	min-height: calc(100vh + 300px);
}

.hero-page-title {
	padding: 8vw 5% 5% 5%;
	text-align: center;
}

.home .hero-page-title {
	display: none !important;
}

.internal-page .hero-page-title  {
	padding: 0;
}

.internal-page .hero-page-title h1 {
	margin-bottom: 0;
}

.internal-page.header-image .hero-page-title,
.internal-page.has-featured-image .hero-page-title
{
	padding: 0 25px 50px;
}

.internal-page.header-image .hero-page-title h1 {
	font-size: 46px;
}

.hero-wrapper {
	flex-grow: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home .hero-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

.home .hero-wrapper:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 2;
	background: transparent linear-gradient(0deg, #fff 0%, #fff 30%, transparent 100%) 0% 0% no-repeat padding-box;
}

.home .hero-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/08/Hero-Shape-Group.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

.internal-page .hero-wrapper {
	position: relative;
	overflow: hidden;
}

.internal-page .hero-wrapper:after {
    background-image: url(/wp-content/uploads/2024/08/Hero-Shape-Group.svg);
    position: absolute;
    content: '';
    width: 325px;
    height: 200px;
    bottom: -100px;
    background-position: -70% 0%;
    right: 5%;
}

/*.internal-page .hero-wrapper:before {
	background: linear-gradient(90deg, #fff, transparent);
    position: absolute;
	top: 0;
	left: 0;
    content: '';
    width: 100%;
    height: 200px;
}*/

.internal-page .hero-wrapper {
    background-image: url(/wp-content/uploads/2024/08/Doctor-Section-Mountain.png), url(/wp-content/uploads/2024/08/Welcome-Blue-Gradient-Shape-cropped.png);
    background-position: center top;
}

.hero-page-title h1,
.hero-page-title .entry-title {
	color: #fff;
	font-size: 64px;
}

.hero-page-title .entry-meta {
	display: inline-block;
}

/* Site Navigation
---------------------------------------------------------------------------- */

#menu-main-menu > li.current-menu-item > a {
	color: var(--wp--preset--color--secondary-color-1);
}

#menu-main-menu > li > a {
	font-size: var(--medium-font-size-1);
	padding: 1em .5em;
	letter-spacing: clamp(.025em, .05vw, .1em);
	color: var(--wp--preset--color--secondary-color-2);
}

#menu-main-menu > li:first-child > a {
	padding-left: 0;
}

#menu-main-menu > li:last-child > a {
	padding-right: 0;
}

.internal-page .site-container:not(.scrolldown) #menu-main-menu > li > a {
    color: #fff;
}

.internal-page .site-container:not(.scrolldown) .is-menu path.search-icon-path {
	fill: #fff;
}

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: var(--wp--preset--color--text-color);
	display: inline-block;
	letter-spacing: 2px;
	outline-offset: -1px;
	padding: 20px 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu-toggle {
	background-color: transparent;
	padding: 5px;
}

.genesis-nav-menu .sub-menu {
	background: #000;
	left: -9999px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu:not(.js-superfish.sf-js-enabled) .sub-menu {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: var(--wp--preset--color--primary-color);
	border-top: 0;
	font-size: 11px;
	padding: 15px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fff;
	color: var(--wp--preset--color--primary-color);
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: var(--wp--preset--color--primary-color);
}

.genesis-nav-menu .sub-menu .sub-menu {
	border-top-width: 0;
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Home Page */

.fixed-ctas {
	    position: fixed;
    	right: 15px;
	    bottom: 20%;
    	transform: translateY(70%);
	    display: flex;
    	flex-direction: column;
	    align-items: center;
    	border-radius: 10px;
	    z-index: 1000;
		gap: 10px;
	}
	.fixed-ctas .cta {
    	position: relative;
	    width: 45px;
    	text-align: center;
	    cursor: pointer;
	}
	.fixed-ctas .cta svg path {
		fill: #fff;
	}
	.fixed-ctas .desktop-label {
    	display: flex;
	    align-items: center;
    	justify-content: center;
	    border-radius: 50%;
    	background-color: var(--wp--preset--color--secondary-color-2);
	    aspect-ratio: 1 / 1;
	}	
	.fixed-ctas .cta .label-hover {
		opacity: 0;
		transition: all .3s ease-in;
		display: none;
	}
	.fixed-ctas .cta .label-hover .top-text {
    	font-size: 11px;
	    text-align: left;
    	text-transform: uppercase;
	}
	.fixed-ctas .cta .label-hover .bottom-text {
    	font-size: 15px;
	    text-align: left;
    	font-weight: bold;
	    text-transform: uppercase;
	}
	.fixed-ctas .cta .desktop-label:hover {
    	background-color: var(--wp--preset--color--secondary-color-2);
	}
	.fixed-ctas .cta .desktop-label:hover .label-hover {
	    display: flex;
    	flex-direction: column;
	    justify-content: center;
    	position: absolute;
	    visibility: visible;
    	right: 0;
	    top: 0;
    	bottom: 0;
	    margin: auto;
    	background-color: var(--wp--preset--color--secondary-color-2);
	    padding: 5px 44px 5px 15px;
    	height: 100%;
	    width: 245px;
    	line-height: 1;
	    color: #fff;
    	z-index: -1;
	    opacity: 1;
    	border-radius: 25px;
	}
	.fixed-ctas .cta:nth-of-type(1) .desktop-label:hover .label-hover {
		width: 180px;
	}
	.fixed-ctas .cta:nth-of-type(2) .desktop-label:hover .label-hover {
		width: 245px;
	}
	.fixed-ctas .cta .desktop-label:hover svg path {
    	fill: #fff;
	}	
	.fixed-ctas .mobile-label {
		display: none;
	}

/* Hero Section */

.home .hero {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: calc(50vh - 100px);
}

.home .hero > .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.home .hero-content h2 {
	margin-bottom: 25px;
}

.home .hero-content h2 > span {
    font-size: 1.01em;
    margin-left: .29em;
}

.home .header-hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .header-hero .hero-video {
	position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home .hero-video:after {
    content: '';
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-vid {
    z-index: 9;
	position: absolute;
	bottom: 343px;
	cursor: pointer;
}

.play-vid.play {
	opacity: .9;
}

.play-vid.play:before {
	display: none !important;
}

.play-vid.play:after {
	opacity: 1;
	top: calc(50% - 2px);
}

.play-vid.play:hover {
	opacity: 1;
}

.play-vid .su-lightbox {
	display: block;
	z-index: 2;
	position: relative;
}

/* Welcome Section */
.welcome-section {
	position: relative;
}

.welcome-section p {
	color: #fff;
	line-height: 1.7;
}

.welcome-section:before {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2024/08/Welcome-Blue-Gradient-Shape.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: -45px;
	left: 0;
	width: 100%;
	height: 120%;
}

/* Video Section */
.video-section {
	background-image: url(/wp-content/uploads/2024/08/Video-Trees-Group.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.video-section > .wp-block-genesis-blocks-gb-container > .gb-container-inside > .gb-container-content {
    max-width: 1350px !important;
}

/* Video Slider */
.video-slider {
	max-width: 1000px;
	margin: auto;
}

.video-slider .wp-block-image {
	margin: 0;
}

.video-slider * {
	margin: 0;
}

.video-slider .su-lightbox {
	position: relative;
}

.video-slider .su-lightbox:before {
	content: '';
	position: absolute;
	background-color: rgba(113, 157, 148, .7);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	opacity: 0;
	transition: all .4s ease;
}

.video-slider .su-lightbox:after {
	content: '';
	position: absolute;
	border: 10px solid var(--wp--preset--color--primary-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: all .4s ease;
}

.video-slider .su-lightbox:hover:before {
	opacity: 1;
}

.video-slider .su-lightbox:hover:after {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	opacity: 0;
}

.video-slider .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.video-slider .safe-svg-cover .play {
	max-width: 100px;
	max-height: 100px;
}

.video-slider .name {
	line-height: 1;
}

.video-slider .video-slide .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-slider .slick-slide .wp-block-image {
	aspect-ratio: 16/9;
	width: 100%;
	padding: 30px;
}

.video-slider .slick-slide .wp-block-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-slider .slick-list {
	padding: 20px 0;
}

.video-slider .slick-slide:not(.slick-active) .su-lightbox:after {
	opacity: 0;
}

/* Doctor Section */
.doctor-section {
	background-color: var(--wp--preset--color--secondary-color-1);
	position: relative;
	clip-path: polygon(50% 25px, 100% 50px, 100% calc(100% - 50px), 50% calc(100% - 25px), 0 calc(100% - 50px), 0 50px);
	margin: -50px 0;
	background-image: url(/wp-content/uploads/2024/08/Doctor-Section-Mountain.svg);
	background-size: cover;
	background-position: 50% calc(50% + 50px);
	background-repeat: no-repeat;
}

.doctor-section h2,
.doctor-section h2 span,
.doctor-section p,
.doctor-section a {
	color: #fff;
}

.doctor-section p {
	line-height: 1.7;
}

.doctor-section .wp-block-image {
	margin: 0;
}

.doctor-section .image-column {
	height: calc(100% - 50px);
}

.doctor-section .image-column > .gb-block-layout-column-inner,
.doctor-section .image-column > .gb-block-layout-column-inner > .wp-block-image,
.doctor-section .image-column > .gb-block-layout-column-inner > .wp-block-image > img {
	height: 100%;
	width: 100%;
}

.doctor-section .image-column > .gb-block-layout-column-inner > .wp-block-image > img {
	object-fit: cover;
}

/* Service Section */

.service-section {
	max-width: 1900px;
    margin: auto;
    padding: 170px 50px 120px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.service-section .gb-layout-column-wrap {
	grid-gap: 50px;
	grid-template-columns: 1fr 2fr 1fr;
}

.service-section .service-copy {
    position: absolute;
	opacity: 0;
	transition: opacity .3s ease;
	top: 0;
    bottom: 0;
    margin: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 687px;
}

.service-section .center-service .service-copy.active {
    opacity: 1;
	z-index: 3;
}

.service-section .center-service h3 {
	text-transform: uppercase;
}

.service-section .center-service p {
	color: #7B7B7B;
	line-height: 1.5;
	font-size: var(--medium-font-size);
}

.center-service ul > li {
    text-align: left;
}

.service-section .service-card {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	outline: 5px solid var(--wp--preset--color--secondary-color-2);
}

.service-section .service-card:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 10px solid #fff;
	top: 0;
	left: 0;
	transition: all .35s ease;
	z-index: 3;
}

.service-section .service-card * {
	transition: all .3s ease;
}

.service-section .service-card .wp-block-genesis-blocks-gb-container,
.service-section .service-card .gb-container-inside,
.service-section .service-card .gb-container-content {
	height: 100%;
}

.service-section .service-card h3 {
	margin: 0;
	width: 100%;
	height: max-content;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-direction: column;
	color: #fff;
	transform: translate(0%, 19%);
	z-index: 5;
	position: relative;
	text-transform: uppercase;
	line-height: 1.1;
	transform: translate(0%, -50%);
    top: calc(100% - 100px);
}

.service-section .service-card h3 span {
    font-weight: 300;
	display: block;
}

.service-section .center-service h3 span {
	font-weight: 300;
	color: var(--wp--preset--color--secondary-color-2);
}

.service-section .service-card .service-gradient {
	background-image: url(/wp-content/uploads/2024/08/Services-Brown-Shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
	z-index: 4;
	transform: translate(0%, -50%);
    top: calc(100% - 100px);
	height: 100px;
}

.service-section .service-card.active .service-gradient {
	opacity: 0;
}

.service-section .center-service {
	height: 100%;
}

.service-section .center-service .gb-block-layout-column-inner {
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/uploads/2024/08/Services-Tree-Low-Opacity.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.service-section .service-card.active h3 {
	transform: translateY(-80%);
	opacity: 0;
}

.service-section .service-card.active:before  {
	opacity: .9;
	background-color: var(--wp--preset--color--secondary-color-2);
}

.service-section .service-card.family-card {
	background-image: url(/wp-content/uploads/2024/08/Family-Image.jpg);
}

.service-section .service-card.cosmetic-card {
	background-image: url(/wp-content/uploads/2024/08/Cosmetic-Image.jpg);
}

.service-section .service-card.invisalign-card {
	background-image: url(/wp-content/uploads/2024/08/Invisalign-Image.jpg);
}

.service-section .service-card.implants-card {
	background-image: url(/wp-content/uploads/2024/08/Dental-Image.jpg);
}

.service-section .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.doctor-section .copy-column > .gb-block-layout-column-inner {
	padding: 100px 0;
}

/* Testimonial Section */

.testimonial-section {
	padding: 50px 0px !important;
	overflow: hidden;
}

/* Testimonial Slider */

.testimonial-slider {
	grid-row-gap: 25px;
}

.testimonial-slider .testimonial-name {
    line-height: 1;
}

.slick-grid-layout .dcmo-slick-block-slider.testimonial-slider .slick-prev::before,
.slick-grid-layout .dcmo-slick-block-slider.testimonial-slider .slick-next::before {
	width: 30px;
	height: 60px;
}

.testimonial-slider .quote * {
	margin: 0;
}

.testimonial-slider .quote {
    background-color: var(--wp--preset--color--secondary-color-2);
	padding: 50px;
	position: relative;
	border-radius: 24px;
	color: #fff;
	background-image: url(/wp-content/uploads/2024/08/Reviews-Logomark-Group-Low-Opacity.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-slider .quote:after {
	content: '';
	background: linear-gradient(135deg, var(--wp--preset--color--secondary-color-2) 0%, var(--wp--preset--color--secondary-color-2) 50%, transparent 50%, transparent 100%);
	width: 25px;
	height: 25px;
	top: calc(100% - 1px);
	left: 150px;
	position: absolute;
}

.testimonial-slider .testimonial-slide {
	margin: 0 25px;
	height: inherit !important;
}

.testimonial-slider .slick-list {
	margin: 0 -25px;
}

.testimonial-slider .testimonial-slide .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 25px;
}

.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .wp-block-image {
	margin: 0;
	border-radius: 50%;
	border: 5px solid var(--wp--preset--color--secondary-color-2);
	overflow: hidden;
	aspect-ratio: 1/1;
	width: 25%;
	max-width: 176px;
	min-width: 150px;
}

.testimonial-slider .wp-block-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
	border-radius: 50%;
}

.testimonial-slider .reviewer {
	gap: 15px;
	align-items: center;
}

.testimonial-slider .reviewer p {
	font-size: var(--larger-font-size);
	color: var(--wp--preset--color--primary-color);
	font-weight: 600;
}

.testimonial-slider .testimonial-text {
	text-align: center;
	font-size: var(--medium-font-size);
}

.testimonial-slider .name-and-stars {
	gap: 10px;
}

.testimonial-slider .slick-track{
    display: flex !important;
}

.testimonial-slider .slick-slide {
    height: inherit !important;
}

/* Mobile Service Section */

.service-section-mobile {
    padding: 75px 25px 0;
}

/* Mobile Service Slider */
.service-slider-mobile .service-card {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	border: 5px solid var(--wp--preset--color--secondary-color-2);
	margin-bottom: 25px;
}

.service-slider-mobile .service-card:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 10px solid #fff;
	top: 0;
	left: 0;
	transition: all .35s ease;
	z-index: 3;
}

.service-slider-mobile .service-card * {
	transition: all .3s ease;
}

.service-slider-mobile .service-card .wp-block-genesis-blocks-gb-container,
.service-slider-mobile .service-card .gb-container-inside,
.service-slider-mobile .service-card .gb-container-content {
	height: 100%;
}

.service-slider-mobile .service-card h3 {
	margin: 0;
	width: 100%;
	height: max-content;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	flex-direction: column;
	color: #fff;
	transform: translate(0%, 19%);
	z-index: 5;
	position: relative;
	text-transform: uppercase;
	line-height: 1.1;
	transform: translate(0%, -50%);
    top: calc(100% - 100px);
}

.service-slider-mobile .service-card h3 span {
    font-weight: 300;
	display: block;
}

.service-slider-mobile .center-service h3 span {
	font-weight: 300;
	color: var(--wp--preset--color--secondary-color-2);
}

.service-slider-mobile .service-card .service-gradient {
	background-image: url(/wp-content/uploads/2024/08/Services-Brown-Shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
	z-index: 4;
	transform: translate(0%, -50%);
    top: calc(100% - 100px);
	height: 100px;
}

.service-slider-mobile .service-card.mobile-family-card {
	background-image: url(/wp-content/uploads/2024/08/Family-Image.jpg);
}

.service-slider-mobile .service-card.mobile-cosmetic-card {
	background-image: url(/wp-content/uploads/2024/08/Cosmetic-Image.jpg);
}

.service-slider-mobile .service-card.mobile-invisalign-card {
	background-image: url(/wp-content/uploads/2024/08/Invisalign-Image.jpg);
}

.service-slider-mobile .service-card.mobile-implants-card {
	background-image: url(/wp-content/uploads/2024/08/Dental-Image.jpg);
}

/* Banner Section */

.banner-section {
    max-width: 1360px;
    padding: 50px 25px 0px;
	margin: auto;
}

.banner-section .wp-block-group {
    justify-content: center;
    gap: 25px;
    align-items: center;
}

.banner-section svg {
    width: 18%;
    height: auto;
    min-width: 150px;
}

.banner-section h3 {
	font-weight: 600;
	margin: 0;
	font-size: var(--h2-font-size);
}

.banner-section h3 span {
    display: block;
	color: var(--wp--preset--color--secondary-color-2);
}

/* Text Section */

.text-section p {
	line-height: 1.7;
}

/* Contact Section */

.site-container .site-footer {
	background-image:  url(/wp-content/uploads/2024/08/Contact-Brown-Shadow.png), url(/wp-content/uploads/2024/12/outdoor-45.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	background-position: center, bottom;
	padding: 300px 25px 25px;
	position: relative;
}

.site-container .site-footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, #fff, transparent);
	height: 300px;
}

.contact-section .inner {
    display: flex;
    gap: 25px;
    justify-content: space-evenly;
	max-width: 1350px;
	margin: auto;
}

.contact-section .inner > * {
	width: 50%;
	max-width: 500px;
}

.contact-section .map > div {
	border: 5px solid #fff;
	padding: 10px;
}

.contact-section .map img {
    width: 100%;
    height: auto;
}

.contact-section h2 {
    text-align: left;
    color: #fff;
	margin-bottom: 25px;
}

.contact-section h2 span {
	color: #fff;
	display: inline-block;
}

.contact-section .info {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
}

.contact-section .info * {
	color: #fff !important;
	fill: #fff !important;
	margin: 0;
}

.contact-section .info .info-links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-section .info .info-links a {
	display: flex;
	gap: 15px;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: var(--medium-font-size);
	text-align: left;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item > a:hover + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

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

.nav-primary .genesis-nav-menu a {
	color: var(--wp--preset--color--text-color);
}

.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-ancestor > a
{
	color: var(--wp--preset--color--primary-color);
}

.nav-primary .menu-item:hover {
	position: relative;
}

.nav-primary ul.sub-menu {
    width: auto;
    display: flex;
    flex-direction: column;
}

.nav-primary .sub-menu a {
	color: #fff;
	width: 100%;
}

.nav-primary .sub-menu .sub-menu {
    top: 0;
    margin: 0;
}

.nav-primary .menu-item:hover>.sub-menu .sub-menu {
    left: 100%;
 }

/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content {
	text-align: center;
}

.off-screen-menu .genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.off-screen-menu .genesis-nav-menu a {
	color: #fff;
	font-family: var(--body-font);
	font-size: 32px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 25px;
	padding: 20px;
	text-transform: none;
}

.off-screen-menu .genesis-nav-menu a:focus,
.off-screen-menu .genesis-nav-menu a:hover {
	color: var(--wp--preset--color--primary-color);
}

button.off-screen-item {
	background-color: transparent;
	color: #fff;
}

.no-off-screen-menu .site-title,
.no-off-screen-menu .site-description {
	text-align: left;
	text-indent: 0;
}

.no-off-screen-menu .header-right {
	text-align: right;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: var(--wp--preset--color--text-color);
	text-align: center;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
	color: var(--wp--preset--color--primary-color);
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

.page-template-full-width .entry, .page-template-blocks .entry {
	margin: 0;
}

.error404 .content .entry,
.single .content .entry,
.page:not(.page-template-page_blog) .content > .entry {
	background-color: transparent;
	box-shadow: none;
}

.search.search-no-results .content .entry,
.archive.archive-no-results .content .entry {
	padding: 60px 20px 40px;
	text-align: center;
	width: 100%;
}

.half-width-entries .content .entry {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.entry-container {
	padding: 40px 80px 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: var(--wp--preset--color--text-color);
	color: var(--wp--preset--color--neutral-color-3);
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #707070;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #707070;
	text-decoration: none;
}

.entry-meta em {
	font-weight: 400;
	letter-spacing: normal;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 24px;
}

.sidebar .entry-header .entry-meta {
	margin-top: 4px;
}

.byline {
	text-transform: initial;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	flex-basis: 100%;
	margin: 40px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.archive-pagination.pagination::before {
	background-color: #dedede;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.archive-pagination ul,
.pagination-next,
.pagination-previous {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 9;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: 2px solid var(--wp--preset--color--neutral-color-2);
	color: var(--wp--preset--color--neutral-color-2);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	border-color: var(--wp--preset--color--primary-color);
	color: var(--wp--preset--color--primary-color);
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.entry-comments {
	padding: 60px 0;
}

.entry-comments::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 80px auto;
	width: 2px;
}

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

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.comment-list li {
	padding-left: 30px;
	margin-top: 60px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment:not(.depth-1) article {
	border-left: 2px solid #e8e8e8;
	padding: 0 0 10px 50px;
}

.comment-header {
	margin-bottom: 20px;
}

.comment-header .comment-author-link {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta .comment-time-link {
	color: var(--wp--preset--color--neutral-color-1);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
	line-height: 1;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* Off-screen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-item,
.off-screen-container .close {
	display: none;
}

.off-screen-item {
	display: initial;
}

.off-screen-content {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #000;
	color: #fff;
	display: initial;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.admin-bar .off-screen-container .close {
	top: 52px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.site-footer .footer-logo {
	margin-bottom: 25px;
}

.site-footer .footer-logo svg {
	max-width: 100%;
}

.site-footer .nav-secondary {
	display: none !important;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #707070;
}

.footer-copyright,
.footer-copyright a {
	color: #fff;
}

/* Media Queries
---------------------------------------------------------------------------- */

/* Min Widths
---------------------------------------------------------------------------- */

@media only screen and (min-width: 769px) {
	.flex>.half {
		width: calc(50% - 10px/2);
	}
}

@media only screen and (min-width: 1024px) {
	.wp-block-video.alignright,
	.wp-block-video.alignleft {
		max-width: 450px;
		width: 50%;
	}
	.internal-page .site-container:not(.scrolldown) .title-area {
		display: none;
	}
	.internal-page .fixed-ctas {
		display: none !important;
	}
	.testimonial-slider .slick-slide:not(.slick-center) {
		opacity: .4;
	}
	.mobile-only {
		display: none !important;
	}
	.genesis-nav-menu .sub-menu-toggle {
		display: none;
	}

	.nav-primary .sub-menu a {
		min-width: 300px;
	}

	.menu-item.menu-item-has-children > a > span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
	}

	.menu-item.menu-item-has-children > a > span::after {
		width: 6px;
		height: 6px;
		border-top: 2px solid;
		border-right: 2px solid;
		content: "";
		transform: rotate(135deg);
		margin-bottom: 5px;
	}

	.sub-menu .menu-item.menu-item-has-children > a > span::after {
		transform: rotate(45deg);
	}

	.nav-primary .genesis-nav-menu .sub-menu .current-menu-ancestor > a {
		color: var(--wp--preset--color--primary-color);
		background-color: #fff;
	}
}

@media only screen and (min-width: 1560px) {
	.video-slider {
		max-width: 1450px;
	}
}


/* Max Widths
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1560px) {
	.slick-grid-layout .dcmo-slick-block-slider.video-slider .slick-prev::before,
	.slick-grid-layout .dcmo-slick-block-slider.video-slider .slick-next::before {
		width: 50px;
		height: 100px;
	}
}

@media only screen and (max-width: 1360px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.home .site-inner,
	.home .wrap {
		max-width: 100%;
	}

	.content {
		width: 800px;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 60px;
	}

	.entry-container {
		padding: 30px 60px 20px 60px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.home .site-inner,
	.home .wrap {
		max-width: 100%;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title,
	.footer-cta .widget-title {
		font-size: 48px;
	}

	.entry-title {
		font-size: 30px;
	}

	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets .featured-content .entry-title {
		font-size: 20px;
		padding: 15px 20px 0 20px;
	}

	.footer-cta .widget {
		padding: 10% 7% 7% 7%;
	}

	.author-box {
		margin: 0 -70px;
	}

}

@media only screen and (max-width: 1100px) {
	.genesis-nav-menu {
		font-size: 11px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-container .site-footer {
		padding: 300px 25px 115px;
	}
	#menu-main-menu > li > a {
		color: #fff;
	}
	#menu-main-menu > li.current-menu-item > a {
		color: #fff;
	}
	.internal-page.header-image .hero-page-title {
		padding: 25px 25px 50px;
	}
	.internal-page .hero-wrapper:after {
		display: none;
	}
	.site-container .alternate-title-area {
		display: none !important;
	}
	.header-menu .hamburger {
		position: fixed;
		top: 25px;
		right: 25px;
	}
	.site-header > .wrap {
		flex-direction: column;
	}
	.fixed-ctas {
        bottom: 0;
        left: 0;
        right: 0;
        transform: translate(0);
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Change depending on number of CTAs */
        align-items: end;
        border-radius: 0;
		gap: 0px;
		background: var(--wp--preset--color--secondary-color-2);
		padding-top: 10px;
		z-index: 9999;

    }
    .fixed-ctas .cta {
        width: auto;
        text-decoration: none;
        margin: 0;
		padding: 10px 0;
    }
    .fixed-ctas .cta svg {
        height: 30px;
        width: auto;
        margin-bottom: 5px;
    }
    .fixed-ctas .cta .mobile-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        font-size: 16px;
		text-transform: uppercase;
    }
	.fixed-ctas .desktop-label {
		display: none;
	}
	.fixed-ctas .cta.email {
		display: flex;
		justify-content: center;
	}
    .fixed-ctas .cta .desktop-label, .fixed-ctas .cta .desktop-label:hover {
        display: none;
    } /* un-comment if only mobile CTAs needed */
	.welcome-section:before {
		background-size: auto 100%;
	}
	.banner-section .wp-block-group {
		flex-direction: column;
	}
	.home .hero h2 {
		font-size: clamp(1.85rem, 4vw, 2.8125rem);
	}

	.home .hero h2 span {
		margin-left: 0;
		font-size: 1.35em;
	}

	.slick-grid-layout.mobile-next-only .dcmo-slick-block-slider.testimonial-slider .slick-prev::before,
	.slick-grid-layout.mobile-next-only .dcmo-slick-block-slider.testimonial-slider .slick-next::before {
		width: 65px;
	}
	.testimonial-section {
		padding: 50px 25px !important;
	}
	.testimonial-slider {
		grid-row-gap: 25px;
		grid-column-gap: 15px !important;
	}
	.doctor-section .copy-column {
		padding-left: 25px;
		padding-right: 25px;
	}
	.doctor-section .image-column > .gb-block-layout-column-inner > .wp-block-image {
		background-image: url(/wp-content/uploads/2024/08/Doctor-Section-Image-1.svg);
    	background-position: center top;
    	background-repeat: no-repeat;
	}
	.doctor-section .image-column > .gb-block-layout-column-inner > .wp-block-image > img {
		opacity: 0;
	}
	.doctor-section .image-column {
		height: 100%;
	}
	.doctor-section > .gb-layout-columns-2>.gb-layout-column-wrap {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr .99fr;
		grid-template-areas:
			'col2'
			'col1';
	}
	.doctor-section .copy-column > .gb-block-layout-column-inner {
		padding-bottom: 0;
	}
	.video-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.site-header {
		background-color: #fff;
		box-shadow: 0px 3px 6px #00000029;
	}
	.desktop-only {
		display: none !important;
	}

	.flexible-widgets .wrap,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.home .site-inner,
	.home .wrap {
		max-width: 100%;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary {
		max-width: 100%;
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
	}

	.site-header {
		z-index: 99999;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title {
		text-indent: 0;
	}

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

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.entry {
		margin-bottom: 5%;
	}

	.half-width-entries .content .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.author-box,
	.full-width-content .author-box {
		margin: 0;
	}

	.flexible-widgets.widget-fourths .widget {
		margin-left: 4%;
		width: 48%;
	}

	.flexible-widgets.widget-fourths .widget:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.footer-cta {
		margin: 40px 0;
	}

	.footer-cta::before {
		display: none;
	}

	.footer-cta.widget-title {
		font-size: 36px;
	}

	.front-page-featured blockquote {
		padding: 30px 0;
	}

	/* Genesis Responsive Menus */

	.site-header .header-right {
		display: none;
	}

	.js.header-menu .nav-primary {
		clear: both;
		display: none;
		position: relative;
	}

	.header-menu button.off-screen-item {
		display: none;
	}

	.off-screen-menu .genesis-nav-menu a {
		margin-bottom: 0;
		padding: 10px;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle {
		display: none;
	}

	/* Animated Hamburger Menu */
	.hamburger-label {
		display: none;
	}

	.header-menu .hamburger {
		visibility: visible;
		padding: 10px 0;
		display: block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		color: var(--wp--preset--color--primary-color);
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0 0 0 auto;
		overflow: visible;
	}

	.hamburger:hover {
		opacity: 0.7;
		outline: none;
	}

	.hamburger.activated:hover {
		opacity: 0.7;
		outline: none;
	}

	.hamburger.activated .hamburger-inner,
	.hamburger.activated .hamburger-inner::before,
	.hamburger.activated .hamburger-inner::after {
		background-color: var(--wp--preset--color--primary-color);
	}

	.hamburger-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 40px;
		height: 4px;
		background-color: var(--wp--preset--color--primary-color);
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -10px;
	}

	.hamburger-inner::after {
		bottom: -10px;
	}

	/* Slider Effect (see https://github.com/jonsuh/hamburgers/blob/master/dist/hamburgers.css) */
	.hamburger--slider .hamburger-inner {
		top: 2px;
	}

	.hamburger--slider .hamburger-inner::before {
		top: 10px;
		transition-property: transform, opacity;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}

	.hamburger--slider .hamburger-inner::after {
		top: 20px;
	}

	.hamburger--slider.activated .hamburger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg);
	}

	.hamburger--slider.activated .hamburger-inner::before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	.hamburger--slider.activated .hamburger-inner::after {
		transform: translate3d(0, -20px, 0) rotate(-90deg);
	}

	.sub-menu-toggle {
		border-width: 0;
		background-color: transparent;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		float: right;
		padding: 11px 10px;
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		width: 6px;
		height: 6px;
		border-top: 2px solid;
		border-right: 2px solid;
		content: "";
		transform: rotate(135deg);
		display: inline-block;
		text-rendering: auto;
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(-45deg);
	}

	.genesis-responsive-menu .genesis-nav-menu {
		background-color: var(--wp--preset--color--primary-color);
		padding: 10px;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: var(--wp--preset--color--primary-color);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		color: #fff;
		border-width: 0;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item.current-menu-item a {
		color: #fff;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .current-menu-item > a {
		background-color: var(--wp--preset--color--primary-color);
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}

@media only screen and (max-width: 860px) {

	body {
		font-size: 18px;
	}

	.error404 .content,
	.error404.full-width-content .content,
	.error404.content-sidebar .content,
	.error404.sidebar-content .content,
	.page:not(.page-template-page_blog) .site-inner,
	.page:not(.page-template-page_blog).content-sidebar .content,
	.page:not(.page-template-page_blog).sidebar-content .content,
	.single .site-inner,
	.single.content-sidebar .content,
	.single.sidebar-content .content {
		padding: 7%;
	}

	.home.page:not(.page-template-page_blog) .site-inner {
		padding: 0;
	}

	.page.page-template-full-width .site-inner, .page.page-template-blocks .site-inner {
		padding: 0;
	}

	.full-width-content .content {
		padding: 0;
	}

	.page.content-sidebar .site-inner,
	.page.sidebar-content .site-inner,
	.single.content-sidebar .site-inner,
	.single.sidebar-content .site-inner {
		padding: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.error404 .site-inner::before,
	.page .site-inner::before,
	.single .site-inner::before {
		display: none;
	}

	figure.alignleft,
	img.alignleft,
	figure.alignright,
	img.alignright,
	.wp-block-image.alignleft,
	.wp-block-image.alignright,
	.wp-block-video.alignleft,
	.wp-block-video.alignright
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
    }

	.after-entry,
	.author-box,
	.sidebar .widget {
		padding: 7%;
		margin-bottom: 5%;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 5%;
		padding: 0;
	}

	.entry-comments::before {
		margin: 40px auto;
	}

	.comment-respond {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 36px;
	}

	.half-width-entries .entry .entry-title {
		font-size: 28px;
	}

	.entry-container {
		padding: 7%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination ul {
		background-color: transparent;
		padding: 0;
	}

	.archive-pagination.pagination::before {
		display: none;
	}

	.featured-content .more-from-category {
		overflow: hidden;
	}

	.featured-content .more-from-category a::after,
	.featured-content .more-from-category a::before {
		width: 20px;
	}

	.featured-content .more-from-category a::after {
		right: -22px;
	}

	.featured-content .more-from-category a::before {
		left: -22px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.flexible-widgets .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget .entry,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry {
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets .entry:last-of-type {
		margin-bottom: 40px;
	}

	.flexible-widgets .featured-content .entry-title,
	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets.widget-full .entry-title,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title {
		font-size: 28px;
	}

	.flexible-widgets.widget-full .featured-content .more-posts,
	.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
		column-count: 1;
	}

	.after-content-featured .featuredpage .entry {
		margin-bottom: 0;
	}

	.after-content-featured,
	.footer-cta,
	.front-page-featured {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.front-page-featured {
		margin-top: 40px;
	}

	.front-page-featured blockquote {
		font-size: 24px;
		padding: 0;
	}

	.footer-cta .wrap {
		padding-left: 0;
		padding-right: 0;
	}

}

@media only screen and (max-width: 768px) {
	.video-slider .slick-slide .wp-block-image {
		aspect-ratio: 9/16;
	}
	.flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.flex>.half {
		max-width: 540px;
		width: 100%;
	}
	.flex>:not(:last-child) {
		margin: 0 auto 20px;
	}
	.contact-section .inner {
		flex-wrap: wrap;
	}
	.contact-section .inner > * {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	h1 span, h2 span {
		letter-spacing: .15em;
	}
	.site-footer {
		padding: 30px 0;
	}

	.site-footer .genesis-nav-menu a {
		padding: 10px;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid var(--wp--preset--color--neutral-color-1);
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}