/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

body {
    font-size: calc(15px + 0.390625vw) !important;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Containeze
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

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

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	height: 0.05em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 0.5em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent /*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 6rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100rem /*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
    font-size: calc(15px + 0.390625vw) !important;
	line-height: 1;
	font-style: normal;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
    font-family: "DM Sans", sans-serif, Social;
    font-optical-sizing: auto;
    font-style: normal;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 0.72);
    padding-bottom: 0em;
    border-bottom: 0.09em solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Voyage /*!Persona*/;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 10.7rem;
	line-height: 0.8;
	color: rgba(255, 255, 255, 0.85);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
    border: 0;
	color: rgb(236, 236, 236);
}

[data-predefined-style="true"] h2 {
    font-family: "DM Sans", sans-serif, Social;	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 2.2rem;
	line-height: 0.9;
    padding-bottom: 0.1rem;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

.hero-text {
	text-transform: initial !important;
    font-size: 2.3rem !important;
    font-weight: 500 !important;
	padding-right: 3rem !important;
	padding-left: 3rem !important;
    color: white !important;
    opacity: 1 !important;
    line-height: 1.1 !important;
}


[data-predefined-style="true"] h2 a {
	border: 0;
    color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.1;
	font-style: normal;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
  font-family: "DM Sans", sans-serif, Social;
  font-optical-sizing: auto;
  font-style: normal;



}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.85);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

p {
    margin-bottom: 0.5em !important;
    margin-top: 0em !important;
}

.slightly-bigger, .slightly-bigger small {
	font-size: 1.04em !important;	
}

.slightly-smaller, .slightly-smaller small {
	font-size: 1.7rem !important;
    font-weight: 400;
    line-height: 1;
    padding-top: 0.1rem;
}

.align-bottom {
  display: inline-block;
  align-self: flex-end;
}


.custom-columns [grid-col="x11"] {
	width: 70%;
}

.smaller-column {
	width: 30% !important;
}

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

.lower-opacity {
	opacity: 0.8;
}


/*mobile*/
@media screen and (max-width: 770px) {
    h1 {
		font-size: 11.5rem !important;
	}
    
    .practitioners {
        padding-right: 7%;
        padding-left: 7%;
	}
    
	.content img {
		margin-top: 0.9em;
    }
    
    .align-right-ondesktop {
        text-align: initial;
	}
    
    .smaller-column {
		width: 100% !important;
	}
    
	.custom-columns [grid-col="x11"] {
		width: 100%;
	}
    
    .notonmobile {
        display: none !important;
	}
    
    .align-center-onmobile {
		text-align: center;
	}
    
	[data-predefined-style="true"] small {
		font-size: 1.9rem;
    }

    .slightly-smaller small {
		font-size: 2.3rem !important;
        margin-bottom: 0.9rem;
        margin-top: 0.4rem;
    }
    
	[data-predefined-style="true"] h2 {
		font-size: 3.4rem;
    }
    
	.smaller-column img {
	  max-width:240px;
	  max-height: 240px;
	}
    
   .hero-text {
      font-size: 2.8rem !important;
   	  padding-right: 0 !important;
	  padding-left: 0 !important;
    }
    
	.links a {
        font-size: 2.0rem !important;
    }
    
    .links {
		margin-bottom: 2.3rem !important;
	}
    
	.subhead {
		text-transform: uppercase !important;
        font-size: 21px !important;
        line-height: 1.0;
	}
    
	.white-background {
        font-size: 2.2rem;
	}
}

/*non-mobile*/
@media screen and (min-width: 771px) { 
    .onlyonmobile {
		display: none;
	}
}

.space-up {
	margin-top: -0.1em !important;
}

.space-down {
	margin-bottom: 0.5em !important;
}

.white-background {
}


.google-maps {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.big {
	font-size: 4rem !important;
}

.practitioner-name {
	font-size: 9rem !important;
}

.practitioners a {
	color: initial;
    padding-bottom: 0em;
    border-bottom: initial !important;
}

/*.practitioners div {
	background: #ffffff;
    background-clip: content-box;
}

.practitioners h2, .practitioners h3, .practitioners p, .practitioners small, .practitioners a {
	color: #AF6FB4 !important;
}*/

.links {
	padding: 0.5vw;
    padding-top: 1rem;
}

.practitioners .links a {
	border-bottom: 0.09em solid rgba(255, 255, 255, 0.3) !important;
}

.links a {
	text-transform: uppercase;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px 13px 2px 13px !important;
    color: #AF6FB4 !important;
	border-radius: 20px;
    border-width: 0;
    font-size: 1.4rem;
}

.links a:hover {
    background: rgba(255, 255, 255, 1);
    color: #af6fb4 !important;
}