/*
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;
	-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
-----------------------------------------------------------------------------------------------------------*/

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

.transparent-header .header-wrapper {
	position: absolute;
	background: transparent;
}

.super-nav-wrapper {
	position: relative;
	background: #22aee1 url('images/super-nav-background.jpg') center top;
	background-size: cover;
	z-index: 1;
}

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

.super-nav-content {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 5px 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	color: #fff;
}

.super-nav-content a i {
	margin-right: 5px;
	color: #003159;
}

.super-nav-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.super-nav-menu li {
	display: flex;
	align-items: center;
	margin: 0 0 0 15px;
}

.super-nav-menu li:before {
	content: '|';
	display: block;
	margin: 0;
	vertical-align: middle;
}

.super-nav-menu li:first-child:before {
	display: none;
}

.super-nav-menu li a {
	display: block;
	margin: 0 0 0 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	transition: all 0.25s ease;
}

.super-nav-menu li:first-child a {
	margin: 0;
}

.super-nav-menu li a:hover {
	color: #fff;
}

.super-nav-menu li.nav-button a {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #003159;
	background: #fff;
	border-radius: 8px;
}

.super-nav-menu li.nav-button a:hover {
	color: #f67504;
}

.pencil-icon {
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.super-nav-menu li a i {
	margin: 0 5px 0 0;
	color: #003159;
	font-size: 22px;
	line-height: 30px;
	transition: all 0.25s ease;
}

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

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

.super-nav-menu li.icon-only i,
.super-nav-menu li.first-icon-only i {
	margin-right: 0;
}

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

.header-logo img {
	display: block;
	width: auto;
	height: 80px;
}

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

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

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

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

.desktop-menu > li:before {
	content: '|';
	position: relative;
	margin-right: 10px;
	color: #34bff2;
}

.desktop-menu > li:first-child {
	margin-left: 0;
}

.desktop-menu > li.button.blue {
	margin-left: 15px;
}

.desktop-menu > li:first-child:before,
.desktop-menu > li.button:before {
	display: none;
}

.desktop-menu > li > a {
	display: block;
	padding: 10px 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666666;
	transition: 0.25s ease;
}

.desktop-menu > li > a:hover {
	text-decoration: none;
	color: #34bff2;
}

.desktop-menu > li.button > a {
	display: block;
	padding: 10px 16px;
	color: #fff;
	background: #002652;
	border-radius: 20px;
}

.desktop-menu > li.button.orange > a {
	background: #ee6c4d;
}

.desktop-menu > li.button > a:hover {
	background: #34bff2;
}

.desktop-menu > li > ul {
	position: absolute;
	left: -9999px;
	top: 40px;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	background: #002652;
}

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

.desktop-menu > li > ul > li > a {
	display: block;
	padding: 4px 25px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	transition: 0.25s ease;
}

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

.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-family: 'Montserrat', sans-serif;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #002652;
	transition: all 0.25s ease;
	cursor: pointer;
}

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

.menu-button.open {
	color: #ee6c4d;
}

.menu-button .line-1 {
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	height: 3px;
	background: #002652;
	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: #002652;
	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: #002652;
	transition: all 0.25s;
	transition: transform 0.125s, top 0.125s 0.125s;
}

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

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

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

.menu-button.open .line-3 {
	left: 5px;
	top: 38px;
	width: calc(100% - 10px);
	background: #ee6c4d;
	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: #002652;
	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: 26px;
	line-height: 38px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

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

.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: 50px;
}

.primary-menu > li.menu-item-has-children > a > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: calc(50% + 4px);
	width: 20px;
	height: 12px;
	background: #ee6c4d;
	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: #ee6c4d;
	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: #fff;
	transition: all 0.25s ease;
}

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

.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: #fff;
	transition: all 0.25s ease;
}

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

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

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

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

	.desktop-menu > li {
		margin-left: 8px;
	}

	.desktop-menu > li:before {
		margin-right: 8px;
	}

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

	.desktop-menu > li > ul > 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-logo img {
		height: 60px;
	}

	.menu-button {
		padding-bottom: 46px;
		font-size: 16px;
		line-height: 16px;
	}

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

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

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

	.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: 767px) {

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

	.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) {

	.header-logo img {
		
	}

	.super-nav-menu {
		display: block;
	}

	.super-nav-menu li {
		margin-left: 0;
		justify-content: center;
	}

	.super-nav-menu li:before {
		display: none;
	}

	.super-nav-menu li a {
		margin-left: 0;
	}

}

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

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

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

	.super-nav-menu {
		margin: 0 10px 0 0;
	}

	.super-nav-menu li {
		margin: 0 0 0 15px;
	}	

	.super-nav-menu li a i {
		margin: 0;
	}

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

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

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

	.primary-menu > li > a {
		padding: 7px 40px 7px 60px;
		font-size: 24px;
		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: 20px;
		width: 40px;
		height: 44px;
	}

	.primary-menu > li > ul > li > a {
		padding: 4px 20px 4px 70px;
		font-size: 20px;
		line-height: 26px;
	}
	
	.primary-menu > li > ul > li > ul > li > a {
		padding: 4px 40px 4px 100px;
	}
}

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

.main-wrapper {
	padding-top: 134px;
}

.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: 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: 2px; }
.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 .button-link a {
	background: #00bae2;
}*/

.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; background-size: auto 100%; }
.tile-image-y { background-repeat: repeat-y; background-size: 100% auto; }

.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: #002652;
	opacity: 0;
	background-blend-mode: multiply;
}

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

	.main-wrapper {
		padding-top: 116px;
	}

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

}

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

	.main-wrapper {
		padding-top: 140px;
	}

}

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

.background-section {
	position: relative;
}

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

.background-section.min-height-100 {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

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

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

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

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

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

.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: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: transparent !important;
	z-index: 0;
	transform: translate(-50%, -50%);
  &::-webkit-media-controls {
     display:none !important;
  }
}

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

#show-headshots .doctor-headshots {
	display: block;
}

.doctor-headshots {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.doctor-headshot-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 506px;
}

.doctor-headshot-wrapper.dh2 {
	left: calc(100% - 478px);
	width: 478px;
}

.doctor-headshot {
	display: block;
	margin: 0;
}

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

	.doctor-headshot-wrapper {
		width: 428px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 404px);
		width: 404px;
	}

}

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

	.doctor-headshot-wrapper {
		width: 358px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 338px);
		width: 338px;
	}

}

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

	.doctor-headshots {
		bottom: 50px;
	}

	.doctor-headshot-wrapper {
		width: 288px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 272px);
		width: 272px;
	}

}

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

	#show-headshots {
		padding-bottom: 105px;
	}

	.doctor-headshot-wrapper {
		width: 272px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 257px);
		width: 257px;
	}

}

@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;
	}*/

	#show-headshots {
		padding-bottom: 320px;
	}

}

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

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

	#show-headshots {
		padding-bottom: 300px;
	}

	.doctor-headshot-wrapper {
		width: 233px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 220px);
		width: 220px;
	}

}

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

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

	.doctor-headshot-wrapper {
		width: 217px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 205px);
		width: 205px;
	}

}

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

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

	#show-headshots {
		padding-bottom: 230px;
	}

	.doctor-headshot-wrapper {
		width: 170px;
	}

	.doctor-headshot-wrapper.dh2 {
		left: calc(100% - 161px);
		width: 161px;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		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;
	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);
}

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

}

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

.flex-three-column-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	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 - 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: 2px solid #dbdbdb;
}

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

.flex-accordion-wrapper {
	border-bottom: 2px solid #dbdbdb;
}

.flex-accordion-headline {
	position: relative;
	padding: 20px 60px 20px 20px;
	font-family: 'Varela Round', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	color: #003159;
	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: #003159;
	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(3, 1fr);
  column-gap: 20px;
	row-gap: 40px;
	margin: 40px auto 20px;
	max-width: 1100px;
}

.flex-full-width .flex-photo-gallery-wrapper {
	grid-template-columns: repeat(5, 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 0 20px;
}

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

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

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

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

/*-----------------------------------------------------------------------------------------------------------
		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
-----------------------------------------------------------------------------------------------------------*/

.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: #002652;
	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 - 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: #002652;
	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: #002652;
	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: #002652;
	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;
	border-bottom: 1px solid #666666;
}

.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: #34bef1;
	text-decoration: none;
}

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

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

.blog-navigation {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.next-page a,
.prev-page a {
	display: block;
	padding: 0 20px;
	font-size: 30px;
	line-height: 36px;
	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;
}

.dib-heading,
.dib-cat-menu {
	display: none !important;
}

#dib-template-2 {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

@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: 500px;
	min-height: 100vh;
	margin: 0 !important;
}

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

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

.admin-bar .flex-hero-slider-wrapper.first-block {
	min-height: calc(100vh - 134px - 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: #002652;
	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;
}

.flex-hero-slide.show-doctors .doctor-headshots {
	display: block;
}

.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) {

	.flex-hero-slide.show-doctors .doctor-headshots {
		bottom: 0;
	}

}

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

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

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

	.admin-bar .flex-hero-slider-wrapper.first-block {
		min-height: calc(100vh - 116px - 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 - 116px - 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;
	}

	.flex-hero-slide.show-doctors .doctor-headshots {
		display: none;
	}

}

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

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

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

}

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

.pre-footer-wrapper {
	background: #002652 url('images/pre-footer-background.png') repeat-x center top;
}

.pre-footer-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 30px 20px 10px;
	max-width: 1140px;
	color: #fff;
}

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

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

.footer-wrapper {
	background: #002652 url('images/footer-background.jpg') no-repeat 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 20px;
	max-width: 1180px;
	font-size: 20px;
	line-height: 30px;
	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;
}

.footer-content h3 {
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #34bff2;
}

.fcp {
	width: 100%;
}

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

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

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

.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: #34bff2;
}

.legal-wrapper {
	margin: 0 auto;
	padding: 0 40px 40px;
	max-width: 1080px;
}

.legal {
	margin: 0 0 30px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	color: #34bff2;
}

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

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

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

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

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

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

	.footer-column.fc1 {
		margin: 0 0 10px;
		width: 100%;
		text-align: center;
	}
	
	.footer-column.fc2,
	.footer-column.fc3 {
		width: calc(50% - 40px);
	}

	.legal-wrapper {
		display: block;
		padding: 0 0px 40px;
	}
	
	.legal {
		margin: 0 0 30px;
		text-align: center;
	}

}

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

	.footer-content  {
		display: block;
	}

	.footer-column.fc1 {
		margin: 0 0 30px;
	}

	.footer-column.fc2,
	.footer-column.fc3 {
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

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

}

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



}

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

.gform_wrapper {
	margin: 0 auto !important;
}

.gfield {
	margin-bottom: 15px !important;
}

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

.gform_wrapper .gfield_required {
	color: #002652 !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: 8px 20px !important;
	min-width: 160px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #ee6c4d !important;
	border: 0 !important;
	border-radius: 20px !important;
	outline: 0 !important;
	transition: all 0.25s ease !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #34bff2 !important;
}

.light-text .gform_wrapper .gform_footer input[type="submit"] {
	
}

.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: 'Lato', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !important;
	letter-spacing: 0 !important;
	background: transparent !important;
	border: 1px solid #6b6b6b !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: #fff !important;
	background: rgba(0,0,0,0.6) !important;
	border: 1px solid #e26e0b !important;
}

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

.light-text .gform_wrapper select {
	color: #fff !important;
	background: rgba(0,0,0,0.6) !important;
	border: 1px solid #e26e0b !important;
}

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

.light-text .gform_wrapper textarea {
	color: #fff !important;
	background: rgba(0,0,0,0.6) !important;
	border: 1px solid #e26e0b !important;
}

.gform_required_legend {
	display: none !important;
}

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

.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-faq 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-faq a:before {
	width: 43px;
	background-image: url('images/icon-faq.png');
}

.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: #002652;
	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: #ee6c4d;
	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: #ee6c4d;
	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;
}

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

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

.social-media-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: #34bef1;
	border-radius: 4px;
	transition: all 0.25s ease;
}

.social-media-menu li a:hover {
	background: #ee6c4d;
}

.social-media-menu li a i {
	font-size: 22px;
	color: #fff;
	transition: all 0.25s ease;
}

.social-media-menu li:hover a i {
	color: #fff;
}

/*.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: 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;
	}

	.social-media-menu li {
		margin: 0 5px 10px;
	}

}

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

}
