/*
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: #f4fcff url('images/main-bg.jpg') top center repeat fixed;
	-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: relative;
	width: 100%;
	background: #c85b64;
	z-index: 400;
}

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

.super-nav-wrapper {
	position: relative;
	background: #2f8196 url('images/super-nav-bg.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: 15px 75px;
	font-family: 'Lora', serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	color: #fff;
}

.super-nav-content a {
	color: #fff;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

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

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

.woolfson-link {
	display: block;
}

.super-nav-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 8px;
	margin: 0;
	list-style-type: none;
}

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

.super-nav-menu li a {
	display: block;
	text-align: center;
}

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

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

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

.super-nav-menu {
	display: flex;
	margin: 0 10px 0 0;
	list-style-type: none;
}

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

.super-nav-menu li a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

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

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

.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-top: 50px;
	width: 50px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #004761;
	transition: all 0.25s ease;
	cursor: pointer;
}

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

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

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

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

.menu-button .line-3 {
	position: absolute;
	left: 0;
	top: 37px;
	width: 100%;
	height: 3px;
	background: #fff;
	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 {
	top: 23px;
	background: #fff;
	transform-origin: center;
	transform: rotate(45deg);
	transition: top 0.125s, transform 0.125s 0.125s;
}

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

.menu-button.open .line-3 {
	top: 23px;
	background: #fff;
	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: #c85b64;/*0083a3*/
	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 80px 10px 100px;
	font-size: 26px;
	line-height: 35px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

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

.menu-arrow {
	display: none;
}

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

.primary-menu > li.menu-item-has-children > a > .menu-arrow > span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: 15px;
	background: #33c4ff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center;
	transition: all 0.25s ease;
}

.primary-menu > li.menu-item-has-children > a.open > .menu-arrow > span {
	background: #33c4ff;
	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 120px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none !important;
	color: #fff;
	transition: all 0.25s ease;
}

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

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

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

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

}

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

	.header-logo img {
		height: 70px;
	}

	.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 {
		font-size: 16px;
		line-height: 24px;
	}

	.super-nav-menu li a {
		font-size: 16px;
		line-height: 24px;
	}

}

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

	.header-logo img {
		
	}

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

}

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

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

	.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: 100px 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 {
		left: 20px;
		width: 40px;
		height: 44px;
	}

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

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

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

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

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

}

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

.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: #00031f;
	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 - ONE COLUMN
-----------------------------------------------------------------------------------------------------------*/

.flex-one-column {
	margin: 0 auto;
	max-width: 900px;
}

.flex-full-width .flex-one-column {
	max-width: 1200px;
}

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

.flex-two-column-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 900px;
}

.flex-full-width .flex-two-column-wrapper {
	max-width: 1200px;
}

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

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

	.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;
	max-width: 900px;
}

.flex-full-width .flex-three-column-wrapper {
	max-width: 1200px;
}

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

	.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;
	max-width: 900px;
}

.flex-full-width .flex-four-column-wrapper {
	max-width: 1200px;
}

.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: 900px;
	border-top: 2px solid #dbdbdb;
}

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

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

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

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

@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: 20px !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;
}

.flex-video-carousel .slick-next {
	position: absolute !important;
	right: 30px !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;
}

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

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

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

.flex-video-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	text-align: center;
	color: #542285;
}

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

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

	.flex-video-carousel .slick-prev {
		left: 10px !important;
		width: 20px !important;
		background-size: 40px auto !important;
	}

	.flex-video-carousel .slick-next {
		right: 10px !important;
		width: 20px !important;
		background-size: 40px 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;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}

.flex-testimonial .flex-testimonial-author {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.light-text .flex-testimonial .flex-testimonial-text,
.light-text .flex-testimonial .flex-testimonial-author {
	color: #f2f0ea;
}

.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 {
		font-size: 24px;
		line-height: 34px;
	}

	.flex-testimonial .flex-testimonial-author {
		font-size: 18px;
		line-height: 18px;
	}

}

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

	.flex-testimonial .flex-testimonial-text {
		padding: 0 20px;
		font-size: 20px;
		line-height: 28px;
	}

	.flex-testimonial .flex-testimonial-author {
		font-size: 16px;
		line-height: 16px;
	}

}

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

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

	.flex-testimonial .flex-testimonial-text {
		font-size: 18px;
		line-height: 24px;
	}

	.flex-testimonial .flex-testimonial-author {
		font-size: 15px;
		line-height: 15px;
	}

	.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 {
	position: relative;
	width: 50%;
	background-position: center center;
	background-size: cover;
	transition: all 0.25s ease;
}

.flex-service-link:hover {
	
}

.flex-service-content {
	position: relative;
	padding-bottom: 60%;
}

.flex-service-name {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 20px;
	width: 100%;
	font-family: 'Bree Serif', serif;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -0.04em;
	text-align: center;
	color: #f2f0ea;
	transform: translateY(-50%);
	transition: all 0.25s ease;
}

.flex-service-link:hover .flex-service-name {
	color: #000;
}

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

.flex-service-link:hover .flex-service-overlay {
	opacity: 0.75;
}

.flex-service-graphic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: url('images/service-graphic-01.png');
}

.flex-service-link:nth-child(2n) .flex-service-graphic {
  background: url('images/service-graphic-02.png');
}

.flex-service-link:nth-child(3n) .flex-service-graphic {
  background: url('images/service-graphic-03.png');
}

.flex-service-link:nth-child(4n) .flex-service-graphic {
  background: url('images/service-graphic-04.png');
}

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

	.flex-service-content {
		padding-bottom: 60%;
	}

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

}

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

	.flex-service-content {
		padding-bottom: 60%;
	}

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

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

}

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

	.flex-service-content {
		padding-bottom: 65%;
	}

}

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

	.flex-service-name {
		font-size: 25px;
		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: #fdfaf1;
	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: #00031f;
	opacity: 0;
}

.flex-cta-headline {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0 10px;
	width: 100%;
	max-width: 320px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
}

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

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

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

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

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

}

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

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

}

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

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

}

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

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

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

}

/*-----------------------------------------------------------------------------------------------------------
		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: #00031f;
	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: #00031f;
	opacity: 0;
}

.flex-hero-graphic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: url('images/as-seen-on-tv-bg.png') center top;
	background-size: cover;
}

.flex-hero-graphic:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('images/as-seen-on-tv.png') no-repeat center center;
	background-size: contain;
}

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

.post {
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
}

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

.next-page a,
.prev-page a {
	display: block;
	padding: 0 20px;
	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(2, minmax(0, 1fr));
	}

}

@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 {
		column-gap: 20px;
		row-gap: 40px;
	}

	.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-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 {
	position: relative;
	width: 100%;
	height: 500px;
	min-height: 100vh;
	margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.ba-center-top .flex-slide-image {
	object-position: center top;
}

.ba-center-bottom .flex-slide-image {
	object-position: center bottom;
}

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

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

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

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

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

}

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

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

}

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

.footer-wrapper {

}

.pre-footer-wrapper {
	background: #c97f38 url('images/pre-footer-bg.jpg') center top;
}

.pre-footer-cta {
	margin: 0 auto;
	padding: 40px 40px 20px;
	max-width: 1240px;
	color: #fff;
}

.pre-footer-cta a {
	color: #68d600;
	text-decoration: none !important;
}

.pre-footer-cta strong {
	font-weight: 900;
}

.footer-content-wrapper {
	background: #231816 url('images/footer-bg.jpg') center top;
	background-size: cover;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 50px 40px 30px;
	max-width: 1080px;
	font-size: 18px;
	line-height: 26px;
	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 .button-link a {
	padding: 16px 20px;
	min-width: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	background: #ff9900;
	border-radius: 8px;
}*/

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

.legal-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px 40px;
	max-width: 1080px;
}

.legal {
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
}

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

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

.powered-by-wrapper img {
	display: block;
	margin: 0 auto;
}

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

	.footer-content  {
		display: block;
		margin: 0 auto;
		padding: 50px 20px 10px;
		max-width: 400px;
	}

	.footer-column {
		padding: 0 0 20px;
		width: 100%;
		text-align: center;
	}

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

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

}

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



}

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



}

/*-----------------------------------------------------------------------------------------------------------
		GRID SHORTCODE
-----------------------------------------------------------------------------------------------------------*/

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

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

	.shortcode-grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 10px;
	}

}

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

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

}

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

.gform_wrapper {
	margin: 0 auto !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	color: #000 !important;
}

.gform_wrapper .gfield_required {
	color: #000 !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: 10px 20px !important;
	min-width: 200px !important;
	font-family: 'Lora', serif !important;
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	color: #fff !important;
	letter-spacing: 2px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	background: #c85b64 !important;
	border: 0 !important;
	border-radius: 300px !important;
	outline: 0 !important;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2) !important;
	transition: all 0.25s ease !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
}

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

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

.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: 38px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !important;
	letter-spacing: 0 !important;
	background: #fff !important;
	border: 1px solid #000 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

.gform_wrapper select {
	padding: 0 30px 0 4px !important;
	height: 38px !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !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 #000 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

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

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

.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: #00031f;
	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: #9e6e4e;
	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:after {
	content: '';
	position: absolute;
	left: calc(50% - 22px);
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	background: url('images/play-button.png') no-repeat center center;
	opacity: 1;
	transition: all 0.25s ease;
}

.lightbox-video:hover:after {
	opacity: 0.8;
}

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

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

.social-media-menu li a {
	display: block;
	font-size: 34px;
	line-height: 34px;
	color: #d4c25f;
	transition: all 0.25s ease;
}

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

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

.pre-footer-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}

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

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

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

}

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

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

}
