/*
Theme Name: Killer Shark Marketing
Theme URI: 
Author: Killer Shark Marketing
Author URI: https://www.killersharkmarketing.com/
Description: 
Version: 1.0
License: 
License 
Tags: 
Text Domain: killershark
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html * {
	max-height: 1000000px;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* END RESET */

body {
	background: #fff;
	background-size: cover;
	-webkit-text-size-adjust: none;
}

#site-wrapper {
	position: relative;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 767px) {




}

/*-----------------------------------------------------------------------------------------------------------
		HEADER / SUPER NAV
-----------------------------------------------------------------------------------------------------------*/

.header-wrapper {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 501;
}

.transparent-header .header-wrapper {
	position: absolute;
	padding-bottom: 40px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 90%);
}

.super-nav-wrapper {
	position: relative;
	background: #c2ec5b url('images/green-stripes-bg.png') left top;
	z-index: 501;
}

/*.transparent-header .super-nav-wrapper {
	background-color: transparent;
}*/

.super-nav-content {
	display: flex;
	position: relative;
	padding: 5px 40px;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #003969;
}

.super-nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 6px;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.super-nav-menu > li {
	position: relative;
}

.super-nav-menu > li > a {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none !important;
	color: #003969;
	transition: all 0.25s ease;
}

.super-nav-menu li a:hover {
	opacity: 0.75;
}

.super-nav-menu > li > a > i {
	margin: 0 10px 0 0;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	transition: all 0.25s ease;
}

.social-media-menu-header {
	display: flex;
	column-gap: 10px;
	margin: 0;
	list-style-type: none;
}

.social-media-menu-header li {
	
}

.social-media-menu-header li a {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	transition: all 0.25s ease;
}

.social-media-menu-header li a:hover {
	opacity: 0.75;
}

.super-nav-menu .header-button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: #f16d22;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0;
	appearance: none;
	cursor: pointer;
	opacity: 1;
	transition: all 0.25s ease;
}

.super-nav-menu .header-button:hover {
	opacity: 0.75;
}

.super-nav-menu > li.hide-desktop {
	display: none;
}

.header-button-shortcode .header-button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
	min-width: 280px;
	font-family: "Archivo Black", serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: #8d2472;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	appearance: none;
	opacity: 1;
	transition: all 0.25s ease;
}

.header-button-shortcode .header-button:hover {
	opacity: 0.8;
}

@media all and (max-width: 1365px) {

	.super-nav-content {
		padding: 5px 20px;
	}

}

@media all and (max-width: 1199px) {

	.social-media-header {
		display: none;
	}	

}

@media all and (max-width: 1023px) {

	.super-nav-menu > li.hide-desktop {
		display: block;
	}

	.super-nav-menu > li.hide-mobile {
		display: none;
	}

}

/*@media all and (max-width: 767px) {

	.super-nav-content a i {
		margin-right: 4px;
	}

	.super-nav-menu li {
		margin-left: 20px;
	}

	.super-nav-menu li.icon-only {
		margin-left: 10px;
	}

	.super-nav-menu li.first-icon-only {
		margin-left: 20px;
	}


}*/

@media all and (max-width: 599px) {

	.super-nav-content {
		padding: 5px 10px;
	}

}

@media all and (max-width: 479px) {

	.header-phone {
		order: 2;
	}

	.header-directions {
		order: 1;
	}

	.button-code-wrapper {
		display: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		HEADER
-----------------------------------------------------------------------------------------------------------*/

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 30px;
}

.transparent-header .header-content {
	align-items: flex-start;
}

/*.transparent-header .header-content {
	align-items: flex-start;
}*/

.header-logo-wrapper {
	display: flex;
	align-items: center;
	column-gap: 20px;
	position: relative;
	z-index: 500;
}

.header-logo {
	margin-top: -10px;
	width: 255px;
}

.header-logo img {
	display: block;
}

.desktop-menu-wrapper {
	display: block;
}

body.touch .desktop-menu-wrapper {
	display: none;
}

.desktop-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	list-style-type: none;
}

.desktop-menu > li {
	display: flex; 
	align-items: center;
	position: relative;
}

.desktop-menu > li > a {
	display: block;
	padding: 9px 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #003969;
}

.desktop-menu > li:hover > a {
	color: #003969;
}

.desktop-menu > li > ul {
	position: absolute;
	right: -9999px;
	top: 40px;
	margin: 0;
	padding: 10px 0;
	min-width: 100%;
	list-style-type: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	z-index: 800;
}

.desktop-menu > li > ul > li {
	white-space: nowrap;
}

.desktop-menu > li > ul > li > a {
	display: block;
	padding: 4px 25px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none !important;
	color: #003969;
	transition: 0.25s ease;
}

.desktop-menu > li > ul > li > a > i {
	margin-right: 5px;
	width: 20px;
	font-size: 14px;
	text-align: center;
	color: #a0ba5f;
}

.desktop-menu > li > ul > li > a:hover {
	padding: 4px 35px 4px 15px!important;
	background: rgba(0,0,0,0.05);
}

.desktop-menu > li:hover > ul {
	right: 0px;
}

.header-links {
	display: none;
	align-items: center;
	position: relative;
	z-index: 501;
}

body.touch .header-links {
	display: flex;
}

.header-social-media-menu {
	display: flex;
	margin: 0 30px 0 0;
	list-style-type: none;
}

.header-social-media-menu li {
	margin: 0 0 0 15px;
}	

.header-social-media-menu li a {
	color: #d4c25f;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.header-social-media-menu li a:hover {
	opacity: 0.7;
}

.header-links.open .super-nav-menu li a,
.header-links.open .super-nav-menu li a i,
.header-links.open .header-social-media-menu li a {
	color: #000;
}

.menu-button {
	position: relative;
	padding-bottom: 50px;
	width: 60px;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #8d2472;
	transition: all 0.25s ease;
	cursor: pointer;
}

.light-header .menu-button  {
	color: #fff;
}

.menu-button.open {
	color: #8d2472;
}

.menu-button .line-1 {
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	height: 3px;
	background: #8d2472;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.menu-button .line-2 {
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	height: 3px;
	background: #8d2472;
	transition: all 0.25s;
	transition: transform 0.125s, opacity 0.125s 0.125s;
}

.menu-button .line-3 {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 3px;
	background: #8d2472;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

.light-header .menu-button .line-1,
.light-header .menu-button .line-2,
.light-header .menu-button .line-3 {
	background: #fff;
}

.menu-button.open .line-1 {
	left: 5px;
	top: 38px;
	width: calc(100% - 10px);
	background: #8d2472;
	transform-origin: center;
	transform: rotate(45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.menu-button.open .line-2 {
	opacity: 0;
	background: #8d2472;
	transition: opacity 0.125s, transform 0.125s 0.125s;
}

.menu-button.open .line-3 {
	left: 5px;
	top: 38px;
	width: calc(100% - 10px);
	background: #8d2472;
	transform-origin: center;
	transform: rotate(-45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

.menu-wrapper {
	display: flex;
	position: absolute;
	right: -520px;
	top: 0;
	padding: 120px 0 60px;
	width: 520px;
	max-height: 100vh;
	background: #faffec url('images/light-green-stripes-bg.png') center top;
	z-index: 500;
	transition: all 0.5s ease;
}

.menu-wrapper.open {
	right: 0;
}

.menu-inner {
	width: 100%;
	overflow-x: auto;
}

.primary-menu {
	margin: 0;
	list-style-type: none;
}

.primary-menu > li {
	display: block;
}

.primary-menu > li > a {
	position: relative;
	display: block;
	padding: 10px 60px 2px 80px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #003969;
	transition: all 0.25s ease;
}

.primary-menu > li > a:hover,
.primary-menu > li > a.open {
	color: #003969;
}

.menu-arrow {
	display: none;
}

.primary-menu > li.menu-item-has-children > a > .menu-arrow {
	display: block;
	position: absolute;
	left: 40px;
	top: 0;
	width: 40px;
	height: 44px;
}

.primary-menu > li.menu-item-has-children > a > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: calc(50% + 4px);
	width: 18px;
	height: 10px;
	background: #003969;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
	transition: all 0.25s ease;
	overflow: hidden;
}

.primary-menu > li.menu-item-has-children > a.open > .menu-arrow > span {
	background: #003969;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.primary-menu > li > ul {
	display: none;
	margin: 0;
	list-style-type: none;
}

.primary-menu > li > ul > li {
	display: block;
}

.primary-menu > li > ul > li > a {
	display: block;
	padding: 4px 60px 4px 100px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-decoration: none !important;
	color: #003969;
	transition: all 0.25s ease;
}

.primary-menu > li > ul > li > a > i {
	margin-right: 5px;
	width: 22px;
	font-size: 18px;
	text-align: center;
}

.primary-menu > li > ul > li > a:hover {
	color: #003969;
}

.primary-menu > li > ul > li > ul {
	display: block;
	margin: 0;
	list-style-type: none;
}

.primary-menu > li > ul > li > ul > li {
	display: block;
}

.primary-menu > li > ul > li > ul > li > a {
	display: block;
	padding: 4px 60px 4px 140px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none !important;
	color: #003969;
	transition: all 0.25s ease;
}

.primary-menu > li > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

@media all and (max-width: 1599px) {



}

@media all and (max-width: 1365px) {

	.header-content {
		padding: 10px 20px;
	}

	.desktop-menu > li > a {
		font-size: 15px;
	}

}

@media all and (max-width: 1199px) {

	.desktop-menu-wrapper {
		display: none;
	}

	.header-links {
		display: flex;
	}

}

@media all and (max-width: 1023px) {

	.header-content {
		padding: 10px 20px;
	}

	.menu-wrapper {
		right: -480px;
		padding: 100px 0 60px;
		width: 480px;
	}

	.primary-menu > li > a {
		padding: 4px 60px 4px 80px;
	}

	.primary-menu > li.menu-item-has-children > a > .menu-arrow {
		left: 40px;
		height: 40px;
	}

	.primary-menu > li.menu-item-has-children > a > .menu-arrow > span {
		top: calc(50% + 1px);
	}

	.primary-menu > li > ul > li > a {
		padding: 4px 40px 4px 100px;
	}

	.primary-menu > li > ul > li > ul > li > a {
		padding: 4px 40px 4px 120px;
	}

}

@media all and (max-width: 599px) {



}

@media all and (max-width: 479px) {

	.header-content {
		padding: 10px 10px 10px;
	}

	.header-logo {
		width: 200px;
	}

	.menu-wrapper {
		right: -100%;
		padding: 100px 0 60px;
		width: 100%;
	}

	.primary-menu > li > a {
		padding: 7px 20px 7px 40px;
		font-size: 20px;
		line-height: 30px;
	}

	.primary-menu > li.menu-item-has-children > a > .menu-arrow > span {
		top: 50%;
	}

	.primary-menu > li.menu-item-has-children > a > .menu-arrow {
		left: 5px;
		width: 30px;
		height: 44px;
	}

	.primary-menu > li > ul > li > a {
		padding: 4px 20px 4px 50px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.primary-menu > li > ul > li > ul > li > a {
		padding: 4px 40px 4px 80px;
	}

}


@media all and (max-width: 389px) {



}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - MAIN
-----------------------------------------------------------------------------------------------------------*/

.block-anchor-wrapper {
	position: relative;
	height: 0;
	overflow: hidden;
}

.block-anchor {
	position: absolute;
	top: -20px;
}

.flex-content-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.flex-content-wrapper.full-height {
	min-height: 100vh !important;
}

body.admin-bar .flex-content-wrapper.full-height {
	min-height: calc(100vh - 32px) !important;
}

.flex-content-block {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	max-width: 1280px;
}

.small-width .flex-content-block {
	max-width: 880px;
}

.large-width .flex-content-block {
	max-width: 1580px;
}

.full-width .flex-content-block {
	max-width: 100%;
}

.full-width .flex-content-block.icb {
	padding: 0;
}

.transparent-header .banner-section .flex-content-block {
	padding-top: 90px;
	padding-bottom: 50px;
}

.no-top-padding { padding-top: 0px; }
.small-top-padding { padding-top: 40px; }
.medium-top-padding { padding-top: 80px; }
.large-top-padding { padding-top: 120px; }
.no-bottom-padding { padding-bottom: 0; }
.small-bottom-padding { padding-bottom: 20px; }
.medium-bottom-padding { padding-bottom: 60px; }
.large-bottom-padding { padding-bottom: 100px; }

.light-text, .light-text a, .light-text .h1, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
	color: #fff;
}

.light-text a.button-link {
	background: url('images/purple-bar2.jpg') no-repeat center center;	
	background-size: cover;
}

.light-text a.button-link:hover {
	
}

.cover-image {
	background-repeat: no-repeat;
	background-size: cover;
}

.contain-image {
	background-repeat: no-repeat;
	background-size: contain;
}

.no-repeat-image {
	background-repeat: no-repeat;
}

.tile-image-x { background-repeat: repeat-x; }
.tile-image-y { background-repeat: repeat-y; }

.ba-left-top { background-position: left top; }
.ba-center-top { background-position: center top; }
.ba-right-top { background-position: right top; }

.ba-left-center { background-position: left center; }
.ba-center-center { background-position: center center; }
.ba-right-center { background-position: right center; }

.ba-left-bottom { background-position: left bottom; }
.ba-center-bottom { background-position: center bottom; }
.ba-right-bottom { background-position: right bottom; }


.flex-background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	background-blend-mode: multiply;
}

@media all and (max-width: 1023px) {

	.flex-content-wrapper {
		position: relative;
		min-height: 0px !important;
	}

}

@media all and (max-width: 783px) {

	body.admin-bar .flex-content-wrapper.full-height {
		min-height: calc(100vh - 46px) !important;
	}

}

@media all and (max-width: 767px) {

	.flex-content-wrapper.full-height {
		min-height: calc(100vh - 40px) !important;
	}

	body.admin-bar .flex-content-wrapper.full-height {
		min-height: calc(100vh - 86px) !important;
	}

	.flex-content-block {
		padding: 0 20px;
	}

	.small-top-padding { padding-top: 30px; }
	.medium-top-padding { padding-top: 60px; }
	.large-top-padding { padding-top: 100px; }
	.small-bottom-padding { padding-bottom: 10px; }
	.medium-bottom-padding { padding-bottom: 40px; }
	.large-bottom-padding { padding-bottom: 80px; }

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - BACKGROUND SECTION
-----------------------------------------------------------------------------------------------------------*/

.background-section {
	position: relative;
}

.transparent-header .background-section.first-block {
	padding-top: 140px;
}

.background-section.min-height-100 {
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}

.admin-bar .background-section.min-height-100 {
	min-height: calc(100vh - 32px);
}

.background-section.min-height-75 {
	display: flex;
	min-height: 75vh;
}

.background-section.min-height-50 {
	display: flex;
	min-height: 50vh;
}

.background-section.min-height-25 {
	display: flex;
	min-height: 25vh;
}

.background-section.top-content-alignment {
	align-items: flex-start;
}

.background-section.middle-content-alignment {
	align-items: center;
}

.background-section.bottom-content-alignment {
	align-items: flex-end;
}

.background-section.transparent-top-divider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 103px;
	background: url('images/section-divider-top.png') repeat-x center top;
}

.background-section.solid-bottom-divider {
	padding-bottom: 105px;
}

.background-section.solid-bottom-divider:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 105px;
	background: url('images/section-divider-bottom-solid.png') repeat-x center top;
}

.default-bg {
	
}

.background-section-content {
	width: 100%;
}

.bs-image-background-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bs-image-background {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.bs-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: transparent !important;
	z-index: 0;
  &::-webkit-media-controls {
     display:none !important;
  }
}

.bs-overlay  {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2da4d8;
	opacity: 0;
}

@media all and (max-width: 1499px) {



}

@media all and (max-width: 1365px) {



}

@media all and (max-width: 1199px) {


}

@media all and (max-width: 1023px) {

	.background-section.solid-bottom-divider {
		padding-bottom: 50px;
	}

	.background-section.solid-bottom-divider:after {
		height: 75px;
		background-size: auto 75px;
	}

}

@media all and (max-width: 783px) {

	.admin-bar .background-section.min-height-100 {
		min-height: calc(100vh - 46px);
	}

}

@media all and (max-width: 767px) {

	/*.background-section.first-block {
		padding-top: 60px;
	}*/

}

@media all and (max-width: 599px) {

	/*.background-section.first-block {
		padding-top: 40px;
	}*/

}

@media all and (max-width: 479px) {

	/*.background-section.first-block {
		padding-top: 20px;
	}*/

}

@media all and (max-width: 389px) {

	/*.background-section.first-block {
		padding-top: 0;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - DOCTOR HEADSHOT
-----------------------------------------------------------------------------------------------------------*/

.doctor-headshot-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
}

.doctor-headshot-content {
	padding: 0 40px 20px;
	width: 55%;
}

.doctor-headshot-wrapper {
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	width: 45%;
}

.doctor-headshot {
	display: block;
}

@media all and (max-width: 1023px) {

	.doctor-headshot-content {
		padding: 100px 20px 20px;
		width: 65%;
	}

	.doctor-headshot-wrapper {
		width: 35%;
	}

}

@media all and (max-width: 767px) {
	
	.doctor-headshot-content {
		padding: 100px 40px 40px;
		width: 100%;
	}

	.doctor-headshot-wrapper {
		display: none;
	}
	
}

@media all and (max-width: 479px) {

	.doctor-headshot-content {
		padding: 100px 20px 40px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - ONE COLUMN
-----------------------------------------------------------------------------------------------------------*/

.flex-one-column {
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - TWO COLUMN
-----------------------------------------------------------------------------------------------------------*/

.flex-two-column-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
	margin: 0 auto;
}

.center-valign .flex-two-column-wrapper {
	align-items: center;
}

.flex-two-column-wrapper .flex-column {
	width: calc(50% - 40px);
}

.cw-65-35 .flex-two-column-wrapper .flex-fc1,
.cw-35-65 .flex-two-column-wrapper .flex-fc2 {
	width: calc(65% - 40px);
}

.cw-35-65 .flex-two-column-wrapper .flex-fc1,
.cw-65-35 .flex-two-column-wrapper .flex-fc2 {
	width: calc(35% - 40px);
}

.left-extra-padding .flex-fc1 {
	padding-top: 60px;
}

.right-extra-padding .flex-fc2 {
	padding-top: 60px;
}

@media all and (max-width: 1199px) {

	.flex-two-column-wrapper .flex-column {
		width: calc(50% - 20px);
	}

	.cw-65-35 .flex-two-column-wrapper .flex-fc1,
	.cw-35-65 .flex-two-column-wrapper .flex-fc2 {
		width: calc(60% - 20px);
	}

	.cw-35-65 .flex-two-column-wrapper .flex-fc1,
	.cw-65-35 .flex-two-column-wrapper .flex-fc2 {
		width: calc(40% - 20px);
	}

}

@media all and (max-width: 1023px) {

	.flex-two-column-wrapper .flex-column {
		width: 100% !important;
	}
	
	.flex-two-column-wrapper .flex-fc1 { margin: 0 0 20px; }

	.left-extra-padding .flex-fc1 { padding-top: 0; }
	.right-extra-padding .flex-fc2 { padding-top: 0; }

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - THREE COLUMN
-----------------------------------------------------------------------------------------------------------*/

.flex-three-column-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
	margin: 0 auto;
}

.center-valign .flex-three-column-wrapper {
	align-items: center;
}

.flex-three-column-wrapper .flex-column {
	width: calc(33.333% - 40px);
}

.cw-50-25-25 .flex-three-column-wrapper .flex-fc1,
.cw-25-50-25 .flex-three-column-wrapper .flex-fc2,
.cw-25-25-50 .flex-three-column-wrapper .flex-fc3 {
	width: calc(50% - 40px);
}

.cw-50-25-25 .flex-three-column-wrapper .flex-fc2,
.cw-50-25-25 .flex-three-column-wrapper .flex-fc3,
.cw-25-50-25 .flex-three-column-wrapper .flex-fc1,
.cw-25-50-25 .flex-three-column-wrapper .flex-fc3,
.cw-25-25-50 .flex-three-column-wrapper .flex-fc1,
.cw-25-25-50 .flex-three-column-wrapper .flex-fc2 {
	width: calc(25% - 40px);
}

@media all and (max-width: 1023px) {

	.cw-50-25-25 .flex-three-column-wrapper .flex-fc1,
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc2,
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc3 {
		width: 100%;
	}

	.cw-50-25-25 .flex-three-column-wrapper .flex-fc2,
	.cw-50-25-25 .flex-three-column-wrapper .flex-fc3,
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc1,
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc3,
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc1,
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc2 {
		width: calc(50% - 20px);
	}

	.cw-50-25-25 .flex-three-column-wrapper .flex-fc1 { margin: 0 0 20px; }
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc1 { order: 2; }
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc2 { margin: 0 0 20px; order: 1; }
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc3 { order: 3; }
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc1 { margin: 0 0 20px; }
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc2 { margin: 0 0 20px; }

}

@media all and (max-width: 1023px) {

	.flex-three-column-wrapper .flex-column {
		width: 100%;
	}
	
	.flex-three-column-wrapper .flex-fc1 { margin: 0 0 20px; }
	.flex-three-column-wrapper .flex-fc2 { margin: 0 0 20px; }
	.cw-33-33-33 .flex-three-column-wrapper .flex-fc3 { margin: 0 auto; }

}

@media all and (max-width: 599px) {

	.flex-three-column-wrapper .flex-column {
		width: 100%;
	}

	.cw-50-25-25 .flex-three-column-wrapper .flex-fc2,
	.cw-50-25-25 .flex-three-column-wrapper .flex-fc3,
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc1,
	.cw-25-50-25 .flex-three-column-wrapper .flex-fc3,
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc1,
	.cw-25-25-50 .flex-three-column-wrapper .flex-fc2 {
		width: calc(50% - 10px);
	}

}

@media all and (max-width: 479px) {

	.flex-three-column-wrapper .flex-column {
		margin: 0 0 20px !important;
		width: 100% !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - FOUR COLUMN
-----------------------------------------------------------------------------------------------------------*/

.flex-four-column-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.center-valign .flex-four-column-wrapper {
	align-items: center;
}

.flex-four-column-wrapper .flex-column {
	width: calc(25% - 30px);
}

@media all and (max-width: 1199px) {

	.flex-four-column-wrapper .flex-fc1 { margin: 0 0 20px; }
	.flex-four-column-wrapper .flex-fc2 { margin: 0 0 20px; }

	.flex-four-column-wrapper .flex-column {
		width: calc(50% - 20px);
	}

}

@media all and (max-width: 767px) {

	.flex-four-column-wrapper .flex-column {
		width: 100%;
	}
	
	.flex-four-column-wrapper .flex-fc1 { margin: 0 0 20px; }
	.flex-four-column-wrapper .flex-fc2 { margin: 0 0 20px; }
	.flex-four-column-wrapper .flex-fc3 { margin: 0 0 20px; }

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE/TEXT
-----------------------------------------------------------------------------------------------------------*/

.flex-image-text-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.it-image-wrapper {
	position: relative;
	width: 50%;
}

.text-image-alignment .it-image-wrapper {
	order: 2;
}

.it-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.it-text-wrapper {
	display: flex;
	align-items: center;
	width: 50%;
}

.text-image-alignment .it-text-wrapper {
	justify-content: flex-end;
	order: 1;
}

.it-text {
	padding: 0 40px 0 70px;
}

.medium-width .it-text {
	max-width: 640px;
}

.text-image-alignment  .it-text {
	padding: 0 70px 0 40px;
}

@media all and (max-width: 1199px) {
	
	.it-text {
		padding: 0 40px 0 40px;
	}

	.text-image-alignment  .it-text {
		padding: 0 40px 0 40px;
	}

}

@media all and (max-width: 1023px) {

	.it-image-wrapper {
		width: 100%;
		min-height: 0 !important;
		order: 1 !important;
	}
	
	.it-image-wrapper.it-video-block {
		padding-bottom: 56.25%;
	}

	.it-image {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.it-text-wrapper {
		width: 100%;
		order: 2 !important;
	}

	.it-text {
		padding: 0 20px !important;
		max-width: 100% !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - HEADSHOT BLOCK
-----------------------------------------------------------------------------------------------------------*/

.flex-headshot-block-wrapper {
	position: relative;
	padding: 80px 0 60px;
	width: 100%;
	background: url('images/headshot-block-backgrounds.jpg') left top;
}

.flex-headshot-block-headshot {
	display: block;
	position: absolute;
	bottom: 0;
	max-width: 850px;
	max-height: 600px;
}

.headshot-left .flex-headshot-block-headshot { left: 0; }
.headshot-right .flex-headshot-block-headshot { right: 0; }

.flex-headshot-block-graphic {
	display: none;
}

.flex-headshot-block-content-wrapper {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1180px;	
}

.headshot-right .flex-headshot-block-content-wrapper {
	justify-content: flex-start;
}

.flex-headshot-block-content {
	width: 100%;
	max-width: 620px;
	/*color: #000;*/
}

/*.flex-headshot-block-content a {
	color: #000;
}*/

@media all and (max-width: 1919px) {

	.flex-headshot-block-headshot {
		max-width: 750px;
	}

	.flex-headshot-block-content {
		max-width: 550px;
	}

}

@media all and (max-width: 1365px) {

	.flex-headshot-block-headshot {
		max-width: 650px;
	}

}

@media all and (max-width: 1199px) {

	.flex-headshot-block-wrapper {
		padding: 100px 0 140px;
		min-height: 0 !important;
	}

	.flex-headshot-block-headshot {
		max-width: 520px;
		max-height: 600px;
	}

	.flex-headshot-block-content {
		max-width: 580px;
	}

}

@media all and (max-width: 1023px) {

	.flex-headshot-block-wrapper {
		padding: 80px 0 120px;
	}

	.flex-headshot-block-headshot {
		max-width: 380px;
		max-height: 400px;
	}

	.flex-headshot-block-content {
		max-width: 480px;
	}

}

@media all and (max-width: 767px) {

	.flex-headshot-block-wrapper {
		padding: 80px 0 300px;
	}

	.flex-headshot-block-headshot {
		max-width: 500px;
		max-height: 360px;
	}

	.flex-headshot-block-content {
		max-width: 100%;
	}

}

@media all and (max-width: 479px) {

	.flex-headshot-block-content-wrapper {
		padding: 0 20px;
	}

}

@media all and (max-width: 389px) {

	.flex-headshot-block-wrapper {
		padding: 80px 0 250px;
	}

	.flex-headshot-block-headshot {
		max-width: 400px;
		max-height: 360px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - ACCORDION
-----------------------------------------------------------------------------------------------------------*/

.flex-accordion-wrapper-outer {
	margin: 0 auto 20px;
	max-width: 1100px;
	border-top: 1px solid #20211d;
}

.light-text .flex-accordion-wrapper-outer {
	border-color: #ffffff;
}

.flex-content-wrapper.flex-full-width .flex-accordion-wrapper-outer {
	max-width: 1400px;
}

.flex-accordion-wrapper {
	border-bottom: 1px solid #20211d;
}

.light-text .flex-accordion-wrapper {
	border-color: #ffffff;
}

.flex-accordion-headline {
	position: relative;
	padding: 20px 60px 20px 20px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #003969;
	cursor: pointer;
}

.light-text .flex-accordion-headline {
	color: #fff;
}

.flex-accordion-arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
}

.flex-accordion-arrow:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	background: #003969;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
	transition: all 0.25s ease;
}

.flex-accordion-headline.open .flex-accordion-arrow:after {
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.light-text .flex-accordion-arrow:after {
	background: #fff;
}

.flex-accordion-content {
	padding: 20px;
	font-size: 18px;
	line-height: 28px;
}

@media all and (max-width: 767px) {

	.flex-accordion-headline {
		padding: 20px 40px 20px 20px;
		font-size: 20px;
		line-height: 24px;
	}

	.flex-accordion-arrow:after {
		width: 12px;
		height: 12px;
	}

}

@media all and (max-width: 389px) {

	.flex-accordion-headline {
		padding: 20px 40px 20px 0;
	}

	.flex-accordion-content {
		padding: 20px 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - PHOTO GALLERY
-----------------------------------------------------------------------------------------------------------*/

.flex-photo-gallery-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
  column-gap: 20px;
	row-gap: 40px;
	margin: 0 auto 20px;
}

.flex-full-width .flex-photo-gallery-wrapper {
	grid-template-columns: repeat(8, 1fr);
	max-width: 1400px;
}

.flex-gallery-photo-link {
	display: block;
}

.flex-gallery-photo-image {
	display: block;
	margin: 0 auto;
}

@media all and (max-width: 1199px) {

	.flex-full-width .flex-photo-gallery-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

}

@media all and (max-width: 1023px) {

	.flex-photo-gallery-wrapper {
		grid-template-columns: repeat(3, 1fr) !important;
	}

}

@media all and (max-width: 599px) {

	.flex-photo-gallery-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
	}

}

@media all and (max-width: 389px) {

	.flex-photo-gallery-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - IMAGE CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.image-carousel-wrapper {
	margin: 0;
}

.image-carousel-wrapper .slick-track {
    display: flex !important;
}

.image-carousel-wrapper .slick-prev {
	position: absolute !important;
	left: 20px !important;
	top: 0 !important;
	width: 72px !important;
	height: 100% !important;
	background: url('images/left-carousel-arrow.png') no-repeat center center !important;
	background-size: 72px auto !important;
	transform: translateY(0) !important;
	z-index: 100;
}

/*.light-text .image-carousel-wrapper .slick-prev {
	background-image: url('images/testimonial-arrows-white.png') !important;
}*/

.image-carousel-wrapper .slick-next {
	position: absolute !important;
	right: 20px !important;
	top: 0 !important;
	width: 72px !important;
	height: 100% !important;
	background: url('images/right-carousel-arrow.png') no-repeat center center !important;
	background-size: 72px auto !important;
	transform: translateY(0) !important;
	z-index: 100;
}

/*.light-text .image-carousel-wrapper .slick-next {
	background-image: url('images/testimonial-arrows-white.png') !important;
}*/

.image-carousel-wrapper .slick-prev::before,
.image-carousel-wrapper .slick-next::before {
	display: none !important;
}

.image-carousel-wrapper .slick-slide {
    height: 400px !important;
}

.image-carousel-image {
	width: auto;
	height: 400px;
}

@media all and (max-width: 767px) {

	.image-carousel-wrapper .slick-prev {
		left: 10px !important;
		width: 50px !important;
		background-size: 50px auto !important;
	}

	.image-carousel-wrapper .slick-next {
		right: 10px !important;
		width: 50px !important;
		background-size: 50px auto !important;
	}

}

@media all and (max-height: 699px) {


	.image-carousel-wrapper .slick-slide {
		height: 80vh !important;
	}

	.image-carousel-image {
		height: 80vh;
	}
	
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - AWARDS CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.awards-carousel-wrapper {
	margin: 0;
}

.awards-carousel-wrapper .slick-track {
    display: flex !important;
}

.awards-carousel-wrapper .slick-slide {
    display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 175px !important;
	height: 175px !important;
}

.awards-carousel-image {
	width: auto !important;
	max-width: 150px;
	height: auto !important;
	max-height: 150px;
}

@media all and (max-height: 699px) {


	.awards-carousel-wrapper .slick-slide {
		height: 80vh !important;
	}

	.awards-carousel-image {
		height: 80vh;
	}
	
}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - VIDEO CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.flex-video-carousel {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 40px 70px 20px;
	width: 100%;
	max-width: 1600px;
}

.flex-video-carousel .slick-prev {
	position: absolute !important;
	left: 10px !important;
	width: 60px !important;
	height: 60px !important;
	background: #ee6c4d !important;
	border-radius: 30px !important;
}

.flex-video-carousel .slick-prev::before {
	content: '' !important;
	position: absolute !important;
	left: calc(50% - 14px) !important;
	top: calc(50% - 20px) !important;
	width: 20px !important;
	height: 39px !important;
	background: url('images/testimonial-arrows-white.png') no-repeat left center !important;
	background-size: 40px auto !important;
	opacity: 1 !important;
}

.flex-video-carousel .slick-next {
	position: absolute !important;
	right: 10px !important;
	width: 60px !important;
	height: 60px !important;
	background: #ee6c4d !important;
	border-radius: 30px !important;
}

.flex-video-carousel .slick-next::before {
	content: '' !important;
	position: absolute !important;
	left: calc(50% - 6px) !important;
	top: calc(50% - 20px) !important;
	width: 20px !important;
	height: 39px !important;
	background: url('images/testimonial-arrows-white.png') no-repeat right center !important;
	background-size: 40px auto !important;
	opacity: 1 !important;
}

.flex-video-slide {
	padding: 0 10px;
}

.flex-video-slide .video-wrapper {
	margin: 0 0 10px;
}

.flex-video-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #542285;
}

.light-text .flex-video-title {
	color: #fff;
}

.flex-video-sub-headline {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	text-align: center;
}

@media all and (max-width: 1199px) {

	.flex-video-carousel {
		padding: 40px 50px 20px;
	}

	.flex-video-carousel .slick-prev {
		left: 10px !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 20px !important;
	}

	.flex-video-carousel .slick-prev::before {
		left: calc(50% - 9px) !important;
		top: calc(50% - 13px) !important;
		width: 13px !important;
		height: 25px !important;
		background-size: 26px auto !important;
	}

	.flex-video-carousel .slick-next {
		right: 10px !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 20px !important;
	}

	.flex-video-carousel .slick-next::before {
		left: calc(50% - 4px) !important;
		top: calc(50% - 13px) !important;
		width: 13px !important;
		height: 25px !important;
		background-size: 26px auto !important;
	}

}

@media all and (max-width: 479px) {

	.flex-video-carousel {
		padding: 40px 30px 20px;
	}

	.flex-video-carousel .slick-prev {
		left: 5px !important;
		width: 30px !important;
		height: 30px !important;
		border-radius: 15px !important;
	}

	.flex-video-carousel .slick-prev::before {
		left: calc(50% - 7px) !important;
		top: calc(50% - 10px) !important;
		width: 10px !important;
		height: 20px !important;
		background-size: 20px auto !important;
	}

	.flex-video-carousel .slick-next {
		right: 5px !important;
		width: 30px !important;
		height: 30px !important;
		border-radius: 15px !important;
	}

	.flex-video-carousel .slick-next::before {
		left: calc(50% - 3px) !important;
		top: calc(50% - 10px) !important;
		width: 10px !important;
		height: 20px !important;
		background-size: 20px auto !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - TESTIMONIAL CAROUSEL
-----------------------------------------------------------------------------------------------------------*/

.flex-testimonials-wrapper {
	margin: 0 auto;
	padding: 20px 40px 0;
	width: 100%;
}

.flex-testimonials {
	margin: 0 auto;
	max-width: 1000px;
}

.flex-testimonial .flex-testimonial-text {
	margin: 0 0 20px;
	padding: 0 30px;
}

.flex-testimonial .flex-testimonial-author {

}

.light-text .flex-testimonial .flex-testimonial-text,
.light-text .flex-testimonial .flex-testimonial-author {
	
}

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

.flex-testimonials .slick-track .slick-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
}

.flex-testimonials .slick-arrow {
	width: 20px !important;
	height: 39px !important;
	background: url('images/testimonial-arrows.png') no-repeat right top !important;
	background-size: 40px 39px !important;
}

.flex-testimonials .slick-arrow:before {
	display: none !important;
}

.flex-testimonials .slick-prev {
	left: -60px !important;
	background-position: left top !important;
}

.flex-testimonials .slick-next {
	right: -60px !important;
}

@media all and (max-width: 1199px) {

	.flex-testimonials .slick-prev {
		left: -20px !important;
	}

	.flex-testimonials .slick-next {
		right: -20px !important;
	}

}

@media all and (max-width: 767px) {

	.flex-testimonials-wrapper {
		padding: 20px 30px 0;
	}

	.flex-testimonial .flex-testimonial-text {

	}

	.flex-testimonial .flex-testimonial-author {

	}

}

@media all and (max-width: 599px) {

	.flex-testimonial .flex-testimonial-text {
		padding: 0 20px;

	}

	.flex-testimonial .flex-testimonial-author {

	}

}

@media all and (max-width: 389px) {

	.flex-testimonials-wrapper {
		padding: 20px 0 0;
	}

	.flex-testimonial .flex-testimonial-text {

	}

	.flex-testimonial .flex-testimonial-author {

	}

	.flex-testimonials .slick-prev,
	.flex-testimonials .slick-next {
		display: none !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - SERVICES
-----------------------------------------------------------------------------------------------------------*/

.feature-boxes-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 40px;
}

.feature-box {
	display: block;
	position: relative;
	padding: 10px 12px;
	height: 100%;
	text-decoration: none !important;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition:all all 0.25s ease;
	-o-transition: all all 0.25s ease;
}

.feature-box:hover {
	margin-top: -6px;
}

.feature-box-border {
	padding: 12px 6px;
	height: 100%;
	border: 2px solid #6b6456;
	border-radius: 4px;
}

.feature-box-icon {
	display: block;
	margin: 0 auto 12px;
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	color: #bea672;
	border: 2px solid #bea672;
	border-radius: 25px;
}

.feature-box-text {
	padding: 0 10px;
	width: 180px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
}

@media all and (max-width: 1619px) {

	.feature-boxes-wrapper {
		padding: 22px 0 12px;
	}
	
	.feature-boxes-content {
		max-width: 960px;
	}
	
	.feature-box {
		margin: 0 auto 10px;
	}
	
}

@media all and (max-width: 767px) {

	.feature-boxes-content {
		padding: 0 20px;
	}
	
}

/*.flex-services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-service-link {
	display: flex;
	align-items: center;
	position: relative;
	width: 50%;
	text-decoration: none !important;
	background-position: center center;
	background-size: cover;
	transition: all 0.25s ease;
}

.flex-service-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.60;
	transition: all 0.25s ease;
}

.flex-service-content {
	position: relative;
	width: 100%;
	padding: 70px 20px;
}

.flex-service-graphic {
	display: block;
	margin: 0 auto 5px;
	max-width: 185px;
}

.flex-service-name {
	margin: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.03em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.25s ease;
}

.flex-service-button {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 8px 20px;
	width: 130px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	background: #ee6c4d;
	border-radius: 20px;
	transition: all 0.25s ease;
}

.flex-service-link:hover .flex-service-button {
	background: #34bff2;
}

@media all and (max-width: 1023px) {

	.flex-service-graphic {
		max-width: 130px;
	}

	.flex-service-name {
		font-size: 25px;
		line-height: 35px;
	}

}

@media all and (max-width: 767px) {

	.flex-service-link {
		width: 100%;
	}

}

@media all and (max-width: 479px) {

	.flex-service-content {
		padding: 40px 20px;
	}

	.flex-service-graphic {
		max-width: 100px;
	}

	.flex-service-name {
		font-size: 22px;
		line-height: 30px;
	}

}*/

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - SERVICES (NEW)
-----------------------------------------------------------------------------------------------------------*/

.services-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 60px;
	column-gap: 100px;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1140px;
}

.service-wrapper {
	display: block;
	width: 100%;
	max-width: 480px;
}

.service-image {
	display: block;
	margin: 0 0 15px;
	border-radius: 20px;
	border: 2px solid #046daf;
}

.service-wrapper:nth-child(4n-2) .service-image {
	border-color: #7aa203;
}

.service-wrapper:nth-child(4n-1) .service-image {
	border-color: #bcae00;
}

.service-wrapper:nth-child(4n-0) .service-image {
	border-color: #01a0c8;
}

.service-content-wrapper {
	padding: 0 40px;
}

.service-wrapper:nth-child(4n-2) .accordion-shortcode-icon {
	background-color: #7aa203;
}

.service-wrapper:nth-child(4n-1) .accordion-shortcode-icon {
	background-color: #bcae00;
}

.service-wrapper:nth-child(4n-0) .accordion-shortcode-icon {
	background-color: #01a0c8;
}

@media all and (max-width: 1199px) {

	.services-container {
		column-gap: 40px;
		padding: 0 40px;
	}

	.service-wrapper {
		display: block;
		width: 100%;
		max-width: 452px;
	}

}

@media all and (max-width: 1023px) {

	.services-container {
		padding: 0 20px;
	}

	.service-wrapper {
		max-width: 480px;
	}

	.service-wrapper:nth-child(4n-1) .service-image {
		border-color: #01a0c8;
	}

	.service-wrapper:nth-child(4n-0) .service-image {
		border-color: #bcae00;
	}

	.service-wrapper:nth-child(4n-1) .accordion-shortcode-icon {
		background-color: #01a0c8;
	}

	.service-wrapper:nth-child(4n-0) .accordion-shortcode-icon {
		background-color: #bcae00;
	}

}

@media all and (max-width: 599px) {

	.service-content-wrapper {
		padding: 0;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - AGE BLOCKS
-----------------------------------------------------------------------------------------------------------*/

.age-blocks-wrapper {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.age-block {
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.age-block-background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all 0.25s ease;
}

.age-block:hover .age-block-background-image {
	transform: scale(1.1);
}

.puzzle-piece-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media all and (max-width: 1023px) {

	.age-blocks-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media all and (max-width: 479px) {

	.age-blocks-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - CTA'S
-----------------------------------------------------------------------------------------------------------*/

.flex-ctas-wrapper {
	display: flex;
}

.flex-cta-wrapper {
	width: 33.3333%;
}

.flex-cta {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 65%;
	color: #fff;
	text-decoration: none !important;
	overflow: hidden;
}

.flex-cta-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: all 0.25s ease;
}

.flex-cta:hover .flex-cta-image {
	opacity: 0.8;
	transform: scale(1.05);
}

.flex-cta-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.flex-cta-content-wrapper {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.flex-cta-content {
	padding: 0 20px;
	width: 100%;
	text-align: center;
}

.flex-cta-headline {
	margin: 0 0 20px;
	font-family: 'Varela Round', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.flex-cta-button {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	min-width: 200px;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	background: #0086f2;
	border-radius: 8px;
}

@media all and (max-width: 1199px) {

	.flex-cta-headline {
		font-size: 26px;
		line-height: 30px;
	}

}

@media all and (max-width: 1023px) {

	.flex-ctas-wrapper {
		display: block;
	}

	.flex-cta-wrapper {
		width: 100%;
	}

	.flex-cta {
		padding-bottom: 55%;
	}

	.flex-cta-headline {
		font-size: 36px;
		line-height: 40px;
	}

}

@media all and (max-width: 767px) {



}

@media all and (max-width: 479px) {

	.flex-cta {
		padding-bottom: 75%;
	}

	.flex-cta-headline {
		font-size: 26px;
		line-height: 34px;
	}

}

@media all and (max-width: 389px) {



}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - BANNER IMAGE
-----------------------------------------------------------------------------------------------------------*/

.flex-header-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 500px;
	background-position: center center;
	background-size: cover;
}

.flex-header-image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.flex-header-image-graphic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: url('images/wave-graphic-light.png') center bottom;
}

.flex-header-image-content {
	position: relative;
	margin: 0;
	padding: 100px 40px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media all and (max-width: 1023px) {

	.flex-header-image {
		min-height: 400px;
	}

	.flex-header-image-graphic {
		height: 50px;
	}

	.flex-header-image-content {
		padding: 100px 40px 50px;
	}

}

@media all and (max-width: 767px) {

	.flex-header-image {
		min-height: 250px;
	}

	.flex-header-image-graphic {
		height: 40px;
	}

	.flex-header-image-content {
		padding: 150px 20px 100px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEXIBLE CONTENT - HERO IMAGE
-----------------------------------------------------------------------------------------------------------*/

.flex-hero-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.flex-hero-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.flex-hero-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.flex-hero-content-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding: 0 75px;
	width: 100%;
	text-align: right;
	z-index: 10;
}

.flex-hero-content {
	padding: 200px 0 180px;
	width: 100%;
	max-width: 600px;
}

@media all and (max-width: 1199px) {

	.flex-hero-content-wrapper {
		padding: 0 20px;
	}

}

@media all and (max-width: 767px) {

	.flex-hero-graphic {
		height: 100px;
	}

}

@media all and (max-width: 599px) {

	.flex-hero-graphic {
		height: 80px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		PATIENT GALLERY
-----------------------------------------------------------------------------------------------------------*/

.patient-gallery-wrapper  {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 60px;
	padding: 40px 0 0;
	margin: 0 0 20px;
}

.patient-wrapper {
	
}

.patient-main-link {
	display: block;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.patient-main-image-wrapper {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 56.25%;
}

.patient-main-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.patient-main-text {
	padding: 0 10px;
}

@media all and (max-width: 1023px) {

	.patient-gallery-wrapper  {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media all and (max-width: 479px) {

	.patient-gallery-wrapper  {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 40px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BLOG
-----------------------------------------------------------------------------------------------------------*/

.blog-feed-outer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
}

.blog-feed-outer.fp {
	margin: 0 0 30px;
}

.blog-feed-wrapper {
	/*width: calc(100% - 280px);*/
	width: 100%;
}

.blog-feed-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 60px;
}

.blog-feed-outer.fp-num-1 .blog-feed-inner {
	margin: 0 auto;
	max-width: 500px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.blog-feed-outer.fp-num-2 .blog-feed-inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-feed-outer.fp-num-3 .blog-feed-inner {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post {
	padding: 0 0 30px;
}

.single-blog-wrapper {
	margin: 0 auto;
	max-width: 900px;
}

.featured-image-wrapper {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding-bottom: 65%;
}

.featured-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center center;
}

.post-title a {
	color: #003969;
	text-decoration: none;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}

.post-excerpt {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 26px;
}

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

.blog-navigation {
	display: flex;
	justify-content: center;
	row-gap: 20px;
	column-gap: 40px;
	padding-top: 80px;
	width: 100%;
}

.next-page a,
.prev-page a {
	display: block;
	padding: 0 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
}

.featured-image-full {
	display: block;
	margin: 0 auto 20px;
}

.no-posts-message {
	grid-column: span 3;
}

.blog-sidebar {
	padding: 30px 20px;
	width: 240px;
	font-size: 18px;
	line-height: 24px;
	background: #303030;
}

.blog-sidebar h5 {
	margin: 0 0 10px;
}

.sidebar-list {
	margin: 0 0 30px;
	list-style-type: none;
}

.sidebar-list li {
	margin: 0 0 4px;
}

.sidebar-list li a {
	text-decoration: none;
}

.sidebar-list li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1199px) {

	.blog-feed-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 30px;
	}

	.blog-feed-outer.fp-num-2 .blog-feed-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 40px;
	}

	.blog-feed-outer.fp-num-3 .blog-feed-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 30px;
	}

}

@media all and (max-width: 1023px) {

	.blog-feed-wrapper {
		/*width: calc(100% - 220px);*/
	}

	.single .blog-feed-outer {
		display: block;
	}

	.single .blog-feed-wrapper {
		width: 100%;
	}

	.blog-feed-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
		row-gap: 40px;
	}

	.blog-feed-outer.fp-num-3 .blog-feed-inner {
		column-gap: 20px;
	}

	.blog-sidebar {
		width: 200px;
	}

	.single .blog-sidebar {
		width: 100%;
		margin: 40px 0 0;
	}

	.single .sidebar-list {
		columns: 3;
		column-gap: 40px;
	}

}

@media all and (max-width: 767px) {

	.blog-feed-outer {
		display: block;
	}

	.blog-feed-wrapper {
		width: 100%;
	}

	.blog-feed-inner {
		column-gap: 20px;
		row-gap: 40px;
	}

	.blog-feed-outer.fp-num-2 .blog-feed-inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		column-gap: 20px;
	}

	.blog-feed-outer.fp-num-3 .blog-feed-inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.blog-sidebar {
		width: 100%;
		margin: 40px 0 0;
	}

	.sidebar-list {
		columns: 3;
		column-gap: 40px;
	}

}

@media all and (max-width: 599px) {

	.sidebar-list {
		columns: 2 !important;
	}

}

@media all and (max-width: 479px) {

	.blog-feed-inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 40px;
	}

}

@media all and (max-width: 389px) {

	.sidebar-list {
		columns: 1 !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FLEX HERO SLIDER
-----------------------------------------------------------------------------------------------------------*/

.flex-hero-slider-wrapper {
	position: relative;
	width: 100%;
	height: 300px;
	min-height: 100vh;
	margin: 0 !important;
}

.flex-hero-slider-wrapper.first-block {
	min-height: calc(100vh - 190px);
}

.admin-bar .flex-hero-slider-wrapper {
	min-height: calc(100vh - 32px);
}

.admin-bar .flex-hero-slider-wrapper.first-block {
	min-height: calc(100vh - 190px - 32px);
}

.flex-hero-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.flex-hero-slider-wrapper .slick-list,
.flex-hero-slider-wrapper .slick-track {
	height: 100%;
}

.flex-hero-slider-wrapper .slick-prev {
	position: absolute !important;
	left: calc(100% - 60px - 60px - 150px) !important;
	top: calc(100% - 60px - 23px) !important;
	width: 60px !important;
	height: 60px !important;
	background: #34bff2 !important;
	border-radius: 30px;
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: opacity 0.25s;
	z-index: 100;
}

.flex-hero-slider-wrapper .slick-prev:hover {
	opacity: 0.75 !important;
}

.flex-hero-slider-wrapper .slick-prev::before {
	content: '';
	position: absolute;
	left: calc(50% - 13px);
	top: calc(50% - 19px);
	width: 20px;
	height: 39px;
	background: url('images/testimonial-arrows-white.png') no-repeat left center !important;
	background-size: 40px auto !important;
	opacity: 1 !important;
}

.flex-hero-slider-wrapper .slick-next {
	position: absolute !important;
	right: 140px !important;
	top: calc(100% - 60px - 23px) !important;
	width: 60px !important;
	height: 60px !important;
	background: #34bff2 !important;
	border-radius: 30px;
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: opacity 0.25s;
	z-index: 100;
}

.flex-hero-slider-wrapper .slick-next:hover {
	opacity: 0.75 !important;
}

.flex-hero-slider-wrapper .slick-next::before {
	content: '';
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 19px);
	width: 20px;
	height: 39px;
	background: url('images/testimonial-arrows-white.png') no-repeat right center !important;
	background-size: 40px auto !important;
	opacity: 1 !important;
}

.flex-hero-slider-wrapper .slick-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 15;
}

.flex-hero-slider-wrapper .slick-dots li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}

.flex-hero-slider-wrapper .slick-dots li button {
	width: 16px;
	height: 16px;
	background: transparent;
	border-radius: 10px;
	border: 2px solid #fff;
	opacity: 0.5;
}

.flex-hero-slider-wrapper .slick-dots li.slick-active button {
	background: #fff;
	opacity: 1;
}

.flex-hero-slider-wrapper .slick-dots li button:before {
	display: none;
}

.flex-hero-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.flex-hero-slider-wrapper .flex-hero-slide:first-child,
.flex-hero-slider-wrapper.slick-initialized .flex-hero-slide {
	opacity: 1;
}

.flex-slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

.flex-slide-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.flex-slide-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.flex-slide-content {
	padding: 40px 40px 40px;
	max-width: 880px;
}

.bottom-border-graphic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 106px;
	background: url('images/section-divider-bottom.png') repeat-x center top;
	background-size: auto 106px;
	z-index: 5;
}

@media all and (max-width: 1365px) {

	.flex-hero-slider-wrapper .slick-prev {
		left: calc(100% - 60px - 60px - 50px) !important;
	}

	.flex-hero-slider-wrapper .slick-next {
		right: 40px !important;
	}

}

@media all and (max-width: 1199px) {



}

@media all and (max-width: 1023px) {

	.flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 170px);
	}

	.admin-bar .flex-hero-slider-wrapper {
		min-height: calc(100vh - 32px);
	}

	.admin-bar .flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 170px - 32px);
	}

}

@media all and (max-width: 783px) {

	.admin-bar .flex-hero-slider-wrapper {
		min-height: calc(100vh - 46px);
	}

	.admin-bar .flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 170px - 46px);
	}

}

@media all and (max-width: 767px) {

	.flex-hero-slider-wrapper .slick-prev {
		left: calc(100% - 40px - 40px - 30px) !important;
		top: calc(100% - 40px - 33px) !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 20px;
	}

	.flex-hero-slider-wrapper .slick-prev::before {
		left: calc(50% - 9px);
		top: calc(50% - 14px);
		width: 15px;
		height: 29px;
		background-size: 30px auto !important;
	}

	.flex-hero-slider-wrapper .slick-next {
		right: 20px !important;
		top: calc(100% - 40px - 33px) !important;
		width: 40px !important;
		height: 40px !important;
		border-radius: 20px;
	}

	.flex-hero-slider-wrapper .slick-next::before {
		left: calc(50% - 5px);
		top: calc(50% - 14px);
		width: 15px;
		height: 29px;
		background-size: 30px auto !important;
	}

	.flex-hero-slider-wrapper .slick-dots {
		bottom: 20px;
	}

	.flex-hero-slider-wrapper .slick-dots li button {
		width: 16px;
		height: 16px;
	}

	.flex-slide-content {
		padding: 40px 20px 40px;
	}

}

@media all and (max-width: 479px) {

	.flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 206px);
	}

	.admin-bar .flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 206px - 46px);
	}

}

/*-----------------------------------------------------------------------------------------------------------
		DOCTOR BLOCK
-----------------------------------------------------------------------------------------------------------*/

.dentist-section {
	position: relative;
	padding: 30px 0 52px;
	width: 100%;
	background: url('images/blue-bg2.jpg') center top;
	background-size: 100% auto;
	-webkit-box-shadow:inset 0 30px 30px -30px rgba(0,0,0,0.5);
	box-shadow:inset 0 30px 30px -30px rgba(0,0,0,0.5);
}

.dentist-section.purple {
	background-image: url('images/purple-bg2.jpg');
}

.dentist-section.green {
	background-image: url('images/green-bg2.jpg');
}

.dentist-section.orange {
	background-image: url('images/orange-bg3.jpg');
}

.dentist-section .bottom-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: url('images/blue-bar2.jpg') center top;
}

.dentist-section.purple .bottom-bar {
	background-image: url('images/purple-bar2.jpg');
}

.dentist-section.green .bottom-bar {
	background-image: url('images/green-bar2.jpg');
}

.dentist-section.orange .bottom-bar {
	background-image: url('images/orange-bar2.jpg');
}

.dentist-section .cartoon-wrapper {
	position: absolute;
	bottom: -34px;
	width: calc(100% - 368px - 70px);
	z-index: 10;
}

.dentist-section.image-text .cartoon-wrapper {
	right: 0;
}

.dentist-section.text-image .cartoon-wrapper {
	left: 0;
}

.dentist-section .cartoon-wrapper .cartoon {
	margin: 0 auto;
	width: 318px;
	height: 233px;
	background: url('images/gator-cartoon.png');
	background-size: contain;
}

.dentist-section.purple .cartoon-wrapper {
	bottom: -44px;
}

.dentist-section.purple .cartoon-wrapper .cartoon {
	margin: 0 auto;
	width: 254px;
	height: 254px;
	background-image: url('images/bee-cartoon.png');
}

.dentist-section.green .cartoon-wrapper {
	bottom: -28px;
}

.dentist-section.green .cartoon-wrapper .cartoon {
	margin: 0 auto;
	width: 343px;
	height: 234px;
	background-image: url('images/hippo-cartoon.png');
}

.dentist-section.orange .cartoon-wrapper {
	bottom: -34px;
}

.dentist-section.orange .cartoon-wrapper .cartoon {
	margin: 0 auto;
	width: 393px;
	height: 136px;
	background-image: url('images/lizard-cartoon.png');
}

.dentist-wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1180px;
}

.dentist-headshot-wrapper {
	width: 368px;
	order: 1;
}

.dentist-headshot {
	display: block;
	margin: 0 0 20px;
	border-radius: 10px;
}

.dentist-content-wrapper {
	padding: 40px 0 100px;
	width: calc(100% - 368px - 70px);
	order: 2;
	font-family: lato, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
}

.dentist-section.text-image .dentist-headshot-wrapper { order: 2; }
.dentist-section.text-image .dentist-content-wrapper { order: 1; }

.dentist-read-more {
	display: none;
}

.read-more-wrapper {
	position: relative;
	margin-top: 60px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	z-index: 12;
}

.read-more-button {
	position: relative;
	padding: 6px 0 6px 48px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.read-more-icon {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 34px;
	height: 34px;
	background: #00325e;
	border-radius: 19px;
}

.read-more-icon:before {
	content: '';
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 10px);
	width: 2px;
	height: 20px;
	background: #fff;
}

.read-more-button.open .read-more-icon:before {
	transform: rotate(90deg);
}

.read-more-icon:after {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 1px);
	width: 20px;
	height: 2px;
	background: #fff;
}

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

	.dentist-section {
		background-size: 1200px auto;
	}

}

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

	.dentist-section .cartoon-wrapper {
		width: calc(100% - 308px - 40px);
	}

	.dentist-headshot-wrapper {
		width: 308px;
	}

	.dentist-headshot-wrapper {
		width: 308px;
	}

	.dentist-content-wrapper {
		width: calc(100% - 308px - 40px);
	}

}

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

	.dentist-section .cartoon-wrapper {
		width: calc(100% - 248px - 40px);
		background-size: 100% auto;
	}

	.dentist-headshot-wrapper {
		width: 248px;
	}

	.dentist-content-wrapper {
		padding: 40px 0 140px;
		width: calc(100% - 248px - 40px);
	}

}

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

	.dentist-section .cartoon-wrapper {
		width: 100%;
	}

	.dentist-wrapper {
		flex-wrap: wrap;
	}

	.dentist-headshot-wrapper {
		width: 100%;
		order: 1 !important;
	}
	
	.dentist-headshot {
		margin: 0 auto;
	}

	.dentist-content-wrapper {
		padding: 20px 0 140px;
		width: 100%;
		order: 2 !important;
	}

}

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

	.dentist-wrapper {
		padding: 0 20px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		FOOTER
-----------------------------------------------------------------------------------------------------------*/

.pre-footer-wrapper {
	background: #c2ec5b url('images/green-stripes-bg.png') center top;
	background-size: cover;
}

.pre-footer-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 40px;
	margin: 0 auto;
	padding: 50px 20px 30px;
	/*max-width: 1140px;*/
}

.pre-footer-cta .buttons-wrapper {
	margin: 0 20px 20px;
}

.footer-wrapper {
	background: #7e9c32 url('images/footer-bg.png') center top;
	background-size: cover;
}

.footer-content-wrapper {

}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 60px 40px 40px;
	max-width: 1380px;
	font-size: 17px;
	line-height: 27px;
	color: #fff;
}

.footer-content a {
	color: #fff;
	text-decoration: none;
}

.footer-content h1, .footer-content .h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
	color: #fff;
}

.fcp {
	width: 100%;
}

.footer-column {
	/*padding: 40px 20px 20px;*/
}

.footer-column.fc1 {
	width: calc(25% - 25px);
}

.footer-column.fc2 {
	width: calc(25% - 25px);
}

.footer-column.fc3 {
	width: calc(25% - 25px);
}

.footer-column.fc4 {
	width: calc(25% - 30px);
}

.footer-links {
	padding: 30px 0 20px;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}

.footer-links a {
	color: #fff;
}

.legal-wrapper {
	margin: 0 auto;
	padding: 20px 40px 20px;
	background: rgba(0,0,0,0.3);
}

.legal {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.legal a {
	color: #fff;
	text-decoration: none;
}

.legal span {
	display: block;
	margin: 0 0 10px;
}

.powered-by-wrapper {
	padding: 0;
}

.powered-by {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: auto;
}

@media all and (max-width: 1199px) {
	
	.pre-footer-cta {
		padding: 40px 20px 20px;
	}
	
	.footer-content {
		row-gap: 5px;
	}
	
	.footer-column.fc1,
	.footer-column.fc2,
	.footer-column.fc3,
	.footer-column.fc4 {
		width: calc(50% - 20px);
		text-align: center;
	}

}

@media all and (max-width: 1023px) {

	.pre-footer-cta {
		display: block;
	}

	.footer-content  {
		margin: 0 auto;
		padding: 60px 20px 40px;
	}

	.legal-wrapper {
		display: block;
		padding: 20px 20px 20px;
	}
	
}

@media all and (max-width: 767px) {

	.footer-content {
		row-gap: 30px;
	}

	.footer-column.fc1,
	.footer-column.fc2,
	.footer-column.fc3,
	.footer-column.fc4 {
		width: 100%;
	}

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

}

@media all and (max-width: 599px) {



}

/*-----------------------------------------------------------------------------------------------------------
		GRAVITY FORMS
-----------------------------------------------------------------------------------------------------------*/

.gform_wrapper {
	margin: 0 auto !important;
}

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

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	color: #003969 !important;
}

.light-text .gform_wrapper .top_label .gfield_label {
	color: #fff !important;
}

.gform_wrapper .gfield_required {
	height: 10px !important;
	color: #003969 !important;
}

.light-text .gform_wrapper .gfield_required {
	color: #fff !important;
}

.gform_wrapper ul li.gfield {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display: block !important;
	padding: 15px 20px !important;
	min-width: 260px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	color: #fff !important;
	letter-spacing: -0.02em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #8d2472 !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-top-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	outline: 0 !important;
	transition: all 0.25s ease !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"] {
	color: #000 !important;
	background: #fff !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	opacity: 0.8 !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
	margin-bottom: 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 42px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #003969 !important;
	letter-spacing: 0 !important;
	background: #fff !important;
	border: 1px solid #003969 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	color: #003969 !important;
	background: #fff !important;
	border: 0 !important;
}

.gform_wrapper select {
	padding: 0 30px 0 8px !important;
	height: 42px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #003969 !important;
	background: #fff url('images/select-arrow.png') no-repeat !important;
	background-position: calc(100% - 8px) center !important;
	background-size: auto 8px !important;
	border: 1px solid #003969 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper select {
	color: #003969 !important;
	background-color: #fff;
	border: 0 !important;
}

.gform_wrapper textarea {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #003969 !important;
	background: #fff !important;
	border: 1px solid #003969 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.light-text .gform_wrapper textarea {
	color: #000 !important;
	background: #fff !important;
	border: 0 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform-theme--foundation .gform-grid-col {
	padding: 0 !important;
}

.ginput_container--name {
	column-gap: 10px !important;
}

/*-----------------------------------------------------------------------------------------------------------
		GRID SHORTCODES
-----------------------------------------------------------------------------------------------------------*/

.grid-wrapper-one-third {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
	row-gap: 40px;
}

/*-----------------------------------------------------------------------------------------------------------
		ACCORDION SHORTCODE
-----------------------------------------------------------------------------------------------------------*/

.accordion-shortcode-wrapper {
	padding: 0;
}

.accordion-headline {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 40px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #373e44;
	cursor: pointer;
}

.accordion-shortcode-icon {
	position: absolute;
	left: 0;
	top: 10px;
	width: 31px;
	height: 31px;
	background: #046daf;
	border-radius: 999px;
}

.accordion-shortcode-wrapper.green .accordion-shortcode-icon {
	background: #7aa203;
}

.light-text .accordion-shortcode-wrapper .accordion-shortcode-icon {
	background: #01a0c8;
}

.accordion-shortcode-icon:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 14px;
	width: 17px;
	height: 3px;
	background: #fff;
}

.accordion-shortcode-icon:after {
	content: '';
	position: absolute;
	left: 14px;
	top: 7px;
	width: 3px;
	height: 17px;
	background: #fff;
	transition: all 0.25s ease;
}

.accordion-shortcode-wrapper.open .accordion-shortcode-icon:after {
	top: 50%;
	height: 0;
}

.accordion-content {
	display: none;
	padding-top: 10px;
}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.block-id-text-map .flex-content-block {
	padding-right: 0;
}

.block-id-text-map .flex-column.flex-fc1 {
	padding-top: 40px;
	padding-bottom: 20px;
	background: url('images/monkey-cartoon.png') no-repeat right top;
	background-size: 255px auto;
}

@media all and (max-width: 1023px) {
	
	.block-id-text-map .flex-content-block {
		padding-left: 0;
	}
	
	.block-id-text-map .flex-two-column-wrapper {
		row-gap: 20px;
	}
	
	.block-id-text-map .flex-column.flex-fc1 {
		margin: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
	
}

@media all and (max-width: 599px) {
	
	.block-id-text-map .flex-column.flex-fc1 {
		background-size: 215px auto;
	}
	
}

@media all and (max-width: 479px) {
	
	.block-id-text-map .flex-column.flex-fc1 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block-id-text-map .flex-column.flex-fc1 {
		background-size: 175px auto;
	}
	
}

a.zoom img {
	transition: all 0.25s ease-in-out;
}

a.zoom:hover img {
	transform: scale(1.2);
}

body #__EAAPS_PORTAL a {
	display: none !important;
}

.home-quicklinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style-type: none;
}

.home-quicklinks li {
	display: block;
	margin: 0 15px 20px;
}

.home-quicklinks li a {
	display: flex;
	align-items: center;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.03em;
}

.home-quicklinks li.ql-schedule a:before,
.home-quicklinks li.ql-new-patient a:before,
.home-quicklinks li.ql-financing a:before,
.home-quicklinks li.ql-post-op a:before,
.home-quicklinks li.ql-reviews a:before {
	content: '';
	position: relative;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background: url('images/icon-calendar.png') no-repeat center center;
	background-size: contain;
}

.home-quicklinks li.ql-new-patient a:before {
	width: 33px;
	background-image: url('images/icon-paper.png');
}

.home-quicklinks li.ql-financing a:before {
	width: 45px;
	background-image: url('images/icon-dollar.png');
}

.home-quicklinks li.ql-post-op a:before {
	width: 34px;
	background-image: url('images/icon-checklist.png');
}

.home-quicklinks li.ql-reviews a:before {
	width: 49px;
	background-image: url('images/icon-chat.png');
}

@media all and (max-width: 1023px) {



}

@media all and (max-width: 599px) {



}

.bafg-twentytwenty-container {
	margin: 0 auto;
}

.fancybox-caption {
	font-family: 'Lato', sans-serif !important;
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	letter-spacing: -0.03em !important;
}

table {
	width: 100%;
}

.video-wrapper {
	margin: 0 auto 20px;
	position: relative;
}

.video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 9;
}

.video-wrapper img {
	display: block;
	margin: 0;
	width: 100%;
}

.video-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #1c9f35;
	opacity: 0.5;
	border-radius: 5px;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.25s;
	z-index: 10;
}

.video-wrapper:hover .video-play-button {
	opacity: 1;
}

.lightbox-video {
	display: block;
	position: relative;
}

.lightbox-video:before {
	content: '';
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 25px);
	width: 70px;
	height: 50px;
	background: #f16d22;
	border-radius: 8px;
	opacity: 0.6;
	transition: all 0.25s ease;
}

.flex-video-wrapper .lightbox-video:before {
	left: calc(100% - 90px);
	top: calc(100% - 70px);
}

.lightbox-video:after {
	content: '';
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 25px);
	width: 70px;
	height: 50px;
	background: url('images/play-button.png') no-repeat center center;
	background-size: 40px auto;
	opacity: 0.6;
	transition: all 0.25s ease;
}

.flex-video-wrapper .lightbox-video:after {
	left: calc(100% - 90px);
	top: calc(100% - 70px);
}

.lightbox-video:hover:before,
.lightbox-video:hover:after {
	opacity: 1;
}

.youtube-title {
	margin: 10px 0 20px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.social-media-menu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 10px;
	margin: 0 0 20px;
	list-style-type: none;
}

.social-media-menu li {
	position: relative;
}

.social-media-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

.social-media-menu li a:hover {
	opacity: 0.75;
}

/*.light-text .social-media-menu li a {
	color: #fff;
}*/

#searchform div {
	display: flex;
	margin: 0 0 30px;
}

#s {
	padding: 0 5px;
	width: calc(100% - 56px);
	height: 36px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0;
	background: #fff;
	border: 0;
	outline: none;
}

#searchsubmit {
	padding: 0 5px;
	width: 56px;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	background: #d4c25f;
	border: 0;
	outline: none;
	cursor: pointer;
}

@media all and (max-width: 1199px) {

	.social-media-menu {
		justify-content: center;
	}

}

@media all and (max-width: 1023px) {

	.as-seen-on-tv-wrapper {
		height: 100px;
	}

	.as-seen-on-tv {
		display: block;
		margin: 0 auto;
	}

	.pre-footer-col {
		width: calc(50% - 20px);
	}

}

@media all and (max-width: 767px) {

	.social-media-menu {
		justify-content: center;
	}

}

@media all and (max-width: 479px) {

	.pre-footer-col {
		width: 100%;
	}

	.lightbox-video:before {
		width: 50px;
		height: 36px;
		border-radius: 8px;
	}

	.lightbox-video:after {
		width: 50px;
		height: 36px;
		background-size: 25px auto;
	}

}


/*-----------------------------------------------------------------------------------------------------------
		LANDING PAGE
-----------------------------------------------------------------------------------------------------------*/

.lp-content-wrapper {
	background: #fff url('images/main-bg.jpg') no-repeat bottom right;
	background-size: cover;
}

.top-border {
	position: relative;
	width: 100%;
	height: 44px;
	background: url('images/top-border-bg.png');
}

.lp-content {
	display: flex;
	column-gap: 40px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 40px 0;
	max-width: 1220px;
}

.lp-contact .lp-content {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.lp-left-column {
	width: calc(50% - 20px);
}

.logo {
	display: block;
	margin: 0 auto 20px;
}

.lp-right-column {
	width: calc(50% - 20px);
}

.dr-stamps-headshot {
	display: block;
	margin: 0 auto;
}

.bottom-border {
	padding: 15px 20px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	background: #373d44;
}

.bottom-border span {
	display: inline-block;
}

.blue-text {
	padding: 0 5px;
	color: #019fc7;
}

.green-text {
	padding: 0 5px;
	color: #79a103;
}

@media all and (max-width: 1199px) {
	
	.lp-content {
		column-gap: 20px;
		padding: 20px 20px 0;
	}

	.lp-left-column {
		width: calc(50% - 10px);
	}

	.lp-right-column {
		width: calc(50% - 10px);
	}
	
}

@media all and (max-width: 1023px) {

	.lp-content {
		align-items: flex-end;
	}

	.lp-contact .lp-content {
		align-items: center;
	}

	.lp-left-column {
		padding: 0 0 20px;
		width: calc(45% - 10px);
	}

	.lp-right-column {
		width: calc(55% - 10px);
	}

}

@media all and (max-width: 599px) {

	.lp-content {
		column-gap: 20px;
		padding: 20px 0 0;
	}

	.lp-left-column {
		padding: 0 0 20px 20px;
		width: calc(50% - 10px);
	}
	
	.lp-contact .lp-left-column {
		padding: 0 20px;
		width: 100%;
	}

	.logo {
		width: 220px;
	}

	.lp-contact .logo {
		width: 180px;
	}

	.lp-right-column {
		align-self: stretch;
		width: calc(50% - 10px);
		background: url('images/doctor-stamps-photo-full.png') no-repeat left top;
	}

	.lp-contact .lp-right-column {
		align-self: center;
		padding: 0 20px;
		width: 100%;
		background: none;
	}

	.dr-stamps-headshot {
		display: none;
	}

	.bottom-border span {
		display: block;
	}

	.blue-text {
		display: none !important;
	}

	.green-text {
		display: none !important;
	}

}