@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
	html {
		line-height: 1.15;
		-webkit-text-size-adjust:100%
	}

	body {
		margin:0
	}

	main {
		display:block
	}

	h1 {
		font-size: 2em;
		margin:.67em 0
	}

	hr {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
		overflow:visible
	}

	pre {
		font-family: monospace, monospace;
		font-size:1em
	}

	a {
		background-color:transparent
	}

	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		-webkit-text-decoration: underline dotted;
		text-decoration:underline dotted
	}

	b, strong {
		font-weight:bolder
	}

	code, kbd, samp {
		font-family: monospace, monospace;
		font-size:1em
	}

	small {
		font-size:80%
	}

	sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align:baseline
	}

	sub {
		bottom:-.25em
	}

	sup {
		top:-.5em
	}

	img {
		border-style:none
	}

	button, input, optgroup, select, textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin:0
	}

	button, input, select {
		overflow:visible
	}

	button, select {
		text-transform:none
	}

	[type=button], [type=reset], [type=submit], button {
		-webkit-appearance:button
	}

	[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
		border-style: none;
		padding:0
	}

	[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
		outline:1px dotted ButtonText
	}

	fieldset {
		padding:.35em .75em .625em
	}

	legend {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space:normal
	}

	progress {
		vertical-align:baseline
	}

	textarea {
		overflow:auto
	}

	[type=checkbox], [type=radio] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0
	}

	[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
		height:auto
	}

	[type=search] {
		-webkit-appearance: textfield;
		outline-offset:-2px
	}

	[type=search]::-webkit-search-decoration {
		-webkit-appearance:none
	}

	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font:inherit
	}

	details {
		display:block
	}

	summary {
		display:list-item
	}

	template {
		display:none
	}

	[hidden] {
		display:none
	}

body {
	color: #000064;
	font-family: "AvenirNext", sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

@media screen and (min-width: 30.625rem) {
	body {
		font-size: calc(100% + .375 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	body {
		font-size:1.25rem;
	}
}

/* TYPO */

	h1, h2, h3, h4, h5, h6 {
		font-family: "Florida", sans-serif;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 200%;
		padding-top: .35rem;
		margin-bottom:1.05rem;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h1 {
		font-size:calc(262.5% + 4.25 *((100vw - 3062.5%)/ 156.875));
		line-height: 1;
		margin: 0 0 .5em;
		font-weight: 700;
		padding: 0
	}

	h2 {
		font-size: calc(180% + 2.375 *((100vw - 3062.5%)/ 156.875));
		line-height: 1.3;
		margin: 0 0 .5em;
		padding: 0;
	}

	h3 {
		font-size: calc(150% + 2.375 *((100vw - 3062.5%)/ 156.875));
		font-weight: 700;
		line-height: 1.1;
		margin: 0 0 0.5em;
		padding: 0;
	}

	@media screen and (min-width: 992px) {
		h3 {
			font-size: calc(120% + 2.375 *((100vw - 3062.5%)/ 156.875));
		}

		h2 {
			font-size: calc(150% + 2.375 *((100vw - 3062.5%)/ 156.875));
		}
	}

	h4 {
		font-size: 20px;
		line-height: 120%;
		margin:0 0 .5em
	}

	@media screen and (min-width: 30.625rem) {
		h4 {
			font-size:calc(125% + .5 *((100vw - 3062.5%)/ 156.875));
		}
	}

	@media screen and (min-width: 187.5rem) {
		h4 {
			font-size:1.75rem;
		}
	}

	h5 {
		font-size: 18px;
		line-height: 120%;
		margin:0 0 .5em
	}

	@media screen and (min-width: 30.625rem) {
		h5 {
			font-size:calc(112.5% + .375 *((100vw - 3062.5%)/ 156.875));
		}
	}

	@media screen and (min-width: 187.5rem) {
		h5 {
			font-size:1.5rem;
		}
	}

	h6 {
		font-size: 20px;
		line-height: 120%;
		margin:0 0 .5em
	}

	@media screen and (min-width: 30.625rem) {
		h6 {
			font-size:calc(125% + -.25 *((100vw - 3062.5%)/ 156.875));
		}
	}

	@media screen and (min-width: 187.5rem) {
		h6 {
			font-size:1rem;
		}
	}

	p {
		margin-bottom: 1.5em;
		margin-top:0
	}

	p + ul {
		margin-top: -1rem;
	}

	b, .bold, strong {
		font-weight: 600;
	}

	a {
		position: relative;
		text-decoration: underline;
	}

	.sbi a:after {
		content: none!important;
	}

	/*a:active, a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	a:focus {
		outline: 0;
		text-decoration: underline;
	}

	@media (hover: none) {
		a {
			color:inherit;
		}
	}*/

/* COLORS */

	/* WHITE */

		/*.white, [data-theme=white] {
			background-color: #FFFFFF;
			color: #dc3339;
		}

		.white, [data-theme=white] p {
			color: #454545;
		}*/

		.White {
			background: #FFFFFF;
			color: #454545;
		}

		.White h1,
		.White h2,
		.White h3,
		.White h4,
		.White h5,
		.White h6,
		.White a {
			color: #9d713c;
		}

		.White.lined:before {
			border-top: 1px solid #865e32;
		}

		.White .btn-white {
			border-color: #dc3339;
			color: #dc3339;
			background: transparent;
		}

		.White .btn-white:hover {
			color: #FFFFFF;
			border-color: #dc3339;
			background: #dc3339;
		}

		.White ul li:before {
    		content: url('../img/bullet-red.svg');
    	}

	/* GRAY */

		.Gray {
			background: #9d713c;
			color: #FFFFFF;
		}

		.Gray h1,
		.Gray h2,
		.Gray h3,
		.Gray h4,
		.Gray h5,
		.Gray h6,
		.Gray a {
			color: #FFFFFF;
		}

		.Gray.lined:before {
			border-top: 1px solid #FFFFFF;
		}

		.Gray .btn-white {
			border-color: #FFFFFF;
			color: #FFFFFF;
			background: transparent;
		}

		.Gray .btn-white:hover {
			color: #878787;
			border-color: #FFFFFF;
			background: #FFFFFF;
		}

		.Gray ul li:before {
    		content: url('../img/bullet-white.svg');
    	}

	/* SEADEK BLUE */

		.SeaDek-Blue {
			background: #9d713c;
			color: #FFFFFF;
		}

		.SeaDek-Blue h1,
		.SeaDek-Blue h2,
		.SeaDek-Blue h3,
		.SeaDek-Blue h4,
		.SeaDek-Blue h5,
		.SeaDek-Blue h6,
		.SeaDek-Blue a {
			color: #FFFFFF;
		}

		.SeaDek-Blue .btn-white {
			border-color: #FFFFFF;
			color: #FFFFFF;
			background: transparent;
		}

		.SeaDek-Blue .btn-white:hover,
		.SeaDek-Blue .btn-white:focus:hover {
			color: #093d7c;
			border-color: #FFFFFF;
			background: #FFFFFF;
		}

		.SeaDek-Blue ul li:before {
    		content: url('../img/bullet-white.svg');
    	}

	/* RUBY RED */

		.Ruby-Red {
			background: #dc3339;
			color: #FFFFFF;
		}

		.Ruby-Red h1,
		.Ruby-Red h2,
		.Ruby-Red h3,
		.Ruby-Red h4,
		.Ruby-Red h5,
		.Ruby-Red h6,
		.Ruby-Red a {
			color: #FFFFFF;
		}

		.Ruby-Red .btn-white {
			border-color: #FFFFFF;
			color: #FFFFFF;
			background: transparent;
		}

		.Ruby-Red .btn-white:hover,
		.Ruby-Red .btn-white:focus:hover {
			color: #dc3339;
			border-color: #FFFFFF;
			background: #FFFFFF;
		}

		.Ruby-Red ul li:before {
    		content: url('../img/bullet-white.svg');
    	}

	/* SUNBURST YELLOW */

		.Sunburst-Yellow {
			background: #c6d32d;
			color: #454545;
		}

		.Sunburst-Yellow h1,
		.Sunburst-Yellow h2,
		.Sunburst-Yellow h3,
		.Sunburst-Yellow h4,
		.Sunburst-Yellow h5,
		.Sunburst-Yellow h6,
		.Sunburst-Yellow a {
			color: #454545;
		}

		.Sunburst-Yellow.lined:before {
			border-top: 1px solid #FFFFFF;
		}

		.Sunburst-Yellow .btn-white {
			border-color: #FFFFFF;
			color: #FFFFFF;
			background: transparent;
		}

		.Sunburst-Yellow .btn-white:hover,
		.Sunburst-Yellow .btn-white:focus:hover {
			color: #454545;
			border-color: #FFFFFF;
			background: #FFFFFF;
		}

		.Sunburst-Yellow ul li:before {
    		content: url('../img/bullet-gray.svg');
    	}

	/* ISLAND GREEN */

		.Island-Green {
			background: #28a228;
			color: #FFFFFF;
		}

		.Island-Green h1,
		.Island-Green h2,
		.Island-Green h3,
		.Island-Green h4,
		.Island-Green h5,
		.Island-Green h6,
		.Island-Green a {
			color: #FFFFFF;
		}

		.Island-Green .btn-white {
			border-color: #FFFFFF;
			color: #FFFFFF;
			background: transparent;
		}

		.Island-Green .btn-white:hover,
		.Island-Green .btn-white:focus:hover {
			color: #28a228;
			border-color: #FFFFFF;
			background: #FFFFFF;
		}

		.Island-Green ul li:before {
    		content: url('../img/bullet-white.svg');
    	}

	/* ORANGE */

		/*[data-themeify=orange] a {
			color:#000064
		}

		[data-themeify=orange] a:hover {
			color:inherit
		}

		@media (hover: none) {
			[data-themeify=orange] a {
				color:inherit;
			}
		}

		.orange, [data-theme=orange] {
			background-color: #dc3339;
			color: #FFFFFF;
		}

		.orange h2, [data-theme=orange] h2 {
			color: #FFFFFF;
		}

		.orange a, [data-theme=orange] a {
			color:#FFFFFF;
		}*/

	/* BLUE */

		/*[data-themeify=blue] a {
			color:#dc3339
		}

		[data-themeify=blue] a:hover {
			color:#FFFFFF;
		}

		@media (hover: none) {
			[data-themeify=blue] a:hover {
				color:inherit;
			}
		}

		.blue, [data-theme=blue] {
			background-color: #093d7c;
			color:#dc3339}

		.blue a, [data-theme=blue] a {
			color:#dc3339
		}*/









.btn {
	position: relative;
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: calc(95% + .125 *((100vw - 3062.5%)/ 156.875));
	line-height: 1.3333333;
}

.btn-white {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}

.btn-white:hover {
	border-color: #FFFFFF;
	background: #FFFFFF;
}

cite, dfn, em, i {
	font-style:italic
}

blockquote {
	margin:0 1.5em
}

address {
	margin:0 0 1.5em
}

pre {
	background: #f2f2f2;
	font-family: Menlo, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding:1.6em
}

@media screen and (min-width: 30.625rem) {
	pre {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	pre {
		font-size:1.125rem;
	}
}

code, kbd, tt, var {
	font-family: Menlo, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
	line-height:140%
}

@media screen and (min-width: 30.625rem) {
	code, kbd, tt, var {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	code, kbd, tt, var {
		font-size:1.125rem;
	}
}

abbr, acronym {
	border-bottom: 1px dotted #000064;
	cursor:help
}

ins, mark {
	background: #f2f2f2;
	text-decoration: none;
	padding:0 .2em
}

big {
	font-size:125%
}

small {
	font-size: 13px;
	line-height:140%
}

@media screen and (min-width: 30.625rem) {
	small {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	small {
		font-size:1.125rem;
	}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	-webkit-font-smoothing:antialiased
}

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

body {
	background-color: #FFFFFF;
	background-color: var(--bg);
	color:var(--color)
}

body[data-themeify=blue] {
	--bg: #000064;
	--color:#dc3339
}

body[data-themeify=blue] .page-layout {
	color:#FFFFFF;
}

body[data-themeify=white] {
	--bg: #FFFFFF;
	--color:#dc3339
}

body[data-themeify=orange] {
	--bg: #dc3339;
	--color:#000064
}

body.page-loading {
	overflow: hidden;
	cursor:wait
}

body.page-loaded {
	overflow:auto
}

blockquote, q {
	quotes: "" "";
	margin: 20px 0 20px 50px;
	border-left: 10px solid #f2f2f2;
	padding:0 50px
}

blockquote:after, blockquote:before, q:after, q:before {
	content: ""
}

hr {
	background-color: #dc3339;
	border: 0;
	height: 1px;
	margin:30px 0
}

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

.img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit:cover
}

ol, ul {
	margin-top: 0;
	margin:0 0 1em .5em
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}

ul {
	list-style: disc;
	padding:0 0 0 .8em
}

ul li {

}

ol {
	list-style:decimal
}

li > ol, li > ul {
	margin-bottom: 0;
	margin-left:0
}

dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex
}

dt {
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex:1
}

dd {
	margin: 0 1em 1em;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex:1
}

.alignleft {
	display: inline-block;
	margin-right:auto
}

.alignright {
	display: inline-block;
	margin-left:auto
}

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

.featureimg, .video-bg {
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat
}

.text-left {
	text-align:left
}

.text-right {
	text-align:right
}

.text-center {
	text-align:center
}

.text-justify {
	text-align:justify
}

.text-nowrap {
	white-space:nowrap
}

.text-break {
	word-break:break-all
}

.text-lowercase {
	text-transform:lowercase
}

.text-uppercase {
	text-transform:uppercase
}

.text-capitalize {
	text-transform:capitalize
}

table {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #f2f2f2;
	border-collapse: collapse;
	text-align:left
}

table td {
	padding: .2em;
	border:1px solid #f2f2f2
}

#primary > li {
	padding-bottom: 0px;
}

@media (max-width: 900px) {
	#primary > li {
		padding:0;
	}
}

@media (max-width: 900px) {
	#primary > li > a {
		text-transform:none;
	}
}

.main-navigation {
	display:block
}

@media (max-width: 900px) {
	.main-navigation {
		font-size: 18px;
		line-height:120%;
	}
}

@media screen and (max-width: 900px) and(min-width: 30.625rem) {
	.main-navigation {
		font-size:calc(112.5% + .375 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (max-width: 900px) and(min-width: 187.5rem) {
	.main-navigation {
		font-size:1.5rem;
	}
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding:0
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 40px;
	left: -999em;
	z-index: 99999;
	width:100%
}

@media (max-width: 900px) {
	.main-navigation ul ul {
		float: none;
		left: auto;
		top:auto;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top:0
}

@media (max-width: 900px) {
	.main-navigation ul ul ul {
		left:initial;
	}
}

.main-navigation ul ul li {
	margin:0
}

.main-navigation ul ul li.active > ul, .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
	left:100%
}

@media (max-width: 900px) {
	.main-navigation ul ul li.active > ul, .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
		left:initial;
	}
}

.main-navigation ul li.focus > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:hover > ul {
	left:auto
}

.main-navigation li {
	position: relative;
	text-align: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px .5em;
}

.main-navigation .-left {
	text-align: right;
}

.main-navigation .-right {
	text-align: left;
}

@media (max-width: 900px) {
	.main-navigation li {
		display: table;
		width: auto;
		margin:.5em 0;
	}
}

.main-navigation li:hover > a {
	-webkit-transition: .3s ease color;
	transition: .3s ease color;
	color:#dc3339
}

[data-themeify=white] .main-navigation li:hover > a {
	color:#000064
}

@media (max-width: 900px) {
	[data-themeify=white] .main-navigation li:hover > a {
		color:inherit;
	}
}

@media (max-width: 900px) {
	.main-navigation li:hover > a {
		color: #FFFFFF;
		display:inline-block;
	}

	[data-themeify=white] .main-navigation li:hover > a {
		color:#000064;
	}
}

@media (max-width: 900px) and(max-width: 900px) {
	[data-themeify=white] .main-navigation li:hover > a {
		color:inherit;
	}
}

.main-navigation li:focus {
	outline:0
}

.main-navigation a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	-webkit-transition: .3s ease color;
	transition:.3s ease color
}

.main-navigation a {
	color: #003d7d;
}

.main-navigation a:focus {
	border: none;
	color:#003d7d
}

[data-themeify=white] .main-navigation a:hover {
	color:#000064
}

[data-themeify=white] .main-navigation .current-menu-ancestor > a, [data-themeify=white] .main-navigation .current-menu-item > a, [data-themeify=white] .main-navigation .current_page_ancestor > a, [data-themeify=white] .main-navigation .current_page_item > a {
	color:#000064
}

@media (max-width: 900px) {
	[data-themeify=white] .main-navigation .current-menu-ancestor > a, [data-themeify=white] .main-navigation .current-menu-item > a, [data-themeify=white] .main-navigation .current_page_ancestor > a, [data-themeify=white] .main-navigation .current_page_item > a {
		color:inherit;
	}
}

.main-navigation .sub-menu {
	width: 200px;
	padding: 0;
	margin:0
}

@media (max-width: 900px) {
	.main-navigation .sub-menu {
		margin: 0 2em;
		font-weight:400;
	}
}

.main-navigation .sub-menu li {
	width: 100%;
	margin:0 0 .5em 0
}

@media (max-width: 900px) {
	.main-navigation ul.sub-menu {
		display:none;
	}

	.main-navigation li.active .sub-menu, .main-navigation li.current-menu-parent .sub-menu, .main-navigation li.focus .sub-menu {
		display:inline-block;
	}
}

.cross.icon {
	color: #FFFFFF;
	width: 21px;
	height: 21px;
	display: block;
	position:relative
}

.cross.icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 1px;
	background-color:currentColor
}

.cross.icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(90deg);
	transform:rotate(90deg)
}

.toggled-on .cross.icon:after {
	content:none
}

.comment-navigation, .post-navigation, .posts-navigation {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between
}

.comment-navigation .nav-links, .post-navigation .nav-links, .posts-navigation .nav-links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center
}

.social-links-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	font-size: 36px;
}

ul.social-links-menu li:before,
ul.nav-tabs li:before {
	content: '';
}

.entry-content .social-links-menu {
	margin:3em auto
}

.social-links-menu li {
	margin:0 .3em
}

.social-links-menu li svg {
	fill: currentColor;
	-webkit-transition: .3s ease fill;
	transition:.3s ease fill
}

.social-links-menu li:hover svg {
	-webkit-transition: .3s ease fill;
	transition:.3s ease fill
}

@media (min-width: 901px) {
	#mobile-menu {
		display:none;
	}

	.main-navigation ul {
		display:block;
	}
}

.menu-open {
	height: 100vh;
	overflow:hidden
}

button#mobile-menu {
	position: relative;
	z-index: 101;
	outline: 0;
	margin-top:-5px
}

@media (max-width: 900px) {
	button#mobile-menu {
		display:table;
	}
}

.toggled {
	-webkit-transition: .5s linear all;
	transition:.5s linear all
}

.overlay {
	position:relative
}

@media (max-width: 900px) {
	.overlay {
		background-color: #3a3a53;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		overflow: auto;
		z-index: 100;
		-webkit-transition: .5s ease opacity;
		transition:.5s ease opacity;
	}

	.toggled .overlay {
		-webkit-transition: .5s ease opacity;
		transition: .5s ease opacity;
		opacity: 1;
		position: fixed;
		top: 0;
		right: 0;
		visibility: visible;
		z-index: 100;
		width: 100%;
		height: 100%;
		overflow:auto;
	}

	.overlay .overlay-content {
		padding: 80px 30px 50px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 600px;
		overflow:auto;
	}
}

.overlay .extra-links {
	display:none
}

@media (max-width: 900px) {
	.overlay .extra-links {
		display: block;
		text-align: left;
		color: #FFFFFF;
		font-size: 13px;
		line-height:140%;
	}
}

@media screen and (max-width: 900px) and(min-width: 30.625rem) {
	.overlay .extra-links {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (max-width: 900px) and(min-width: 187.5rem) {
	.overlay .extra-links {
		font-size:1.125rem;
	}
}

@media (max-width: 900px) {
	.overlay .extra-links a {
		color:#dc3339;
	}

	.overlay .extra-links a:hover {
		color: #FFFFFF;
	}
}
/*!
  * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

button.hamburger {
	padding: 3px 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	overflow:visible
}

button.hamburger:focus, button.hamburger:hover {
	opacity: 1;
	background-color:transparent
}

button.hamburger:focus .hamburger-inner, button.hamburger:focus .hamburger-inner::after, button.hamburger:focus .hamburger-inner::before, button.hamburger:hover .hamburger-inner, button.hamburger:hover .hamburger-inner::after, button.hamburger:hover .hamburger-inner::before {
	background-color:currentColor
}

button.hamburger.is-active .hamburger-inner, button.hamburger.is-active .hamburger-inner::after, button.hamburger.is-active .hamburger-inner::before {
	background-color:currentColor
}

.hamburger-box {
	width: 30px;
	height: 15px;
	display: inline-block;
	position: relative;
	top:2px
}

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

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	width: 30px;
	height: 1px;
	background-color: currentColor;
	border-radius: 3px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function:ease
}

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

.hamburger-inner::before {
	top:-7px
}

.hamburger-inner::after {
	bottom:-7px
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .13s;
	transition-duration: .13s;
	-webkit-transition-delay: .13s;
	transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function:cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
	top: -14px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition:top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition:top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg);
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function:cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	transition:top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition:top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.sticky {
	display:block
}

.hentry {
	margin:0 0 1.5em
}

.byline, .updated:not(.published) {
	display:none
}

.group-blog .byline, .single .byline {
	display:inline
}

.page-links {
	clear: both;
	margin:0 0 1.5em
}

.widget {
	margin:0 0 1.5em
}

.widget select {
	max-width:100%
}

.archive .format-aside .entry-title, .blog .format-aside .entry-title {
	display:none
}

.feature-wrapper {
	height: 70vh;
	position:relative
}

.feature-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index:1
}

@media (max-width: 1024px) {
	.feature-wrapper {
		height:600px;
	}
}

@media (max-width: 480px) {
	.feature-wrapper {
		height:50vh;
	}
}

.feature-wrapper img {
	height: 100%;
	min-height:100%
}

@media (max-width: 1024px) {
	.feature-wrapper img {
		height: 800px;
		min-height:inherit;
	}
}

@media (max-width: 480px) {
	.feature-wrapper img {
		height:50vh;
	}
}

.feature {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	pointer-events:none
}

.feature.image {
	width:100%
}

.feature.slider {
	position: fixed !important;
	background-color:#000
}

.feature.slider .slide {
	position: relative;
	height:100vh
}

@media (max-width: 768px) {
	.feature.slider .slide {
		height:600px;
	}
}

.feature.slider h1 {
	font-size: 28px;
	line-height:110%
}

@media screen and (min-width: 30.625rem) {
	.feature.slider h1 {
		font-size:calc(175% + 1.375 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	.feature.slider h1 {
		font-size:3.125rem;
	}
}

.feature.slider img {
	pointer-events:none
}

.video-wrapper {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	height: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 56.25%;
	opacity:1
}

.video-wrapper iframe {
	height: calc(100% + 250px);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	margin-top:-125px
}

.video-bg {
	height:100%
}

.loaded .video-bg {
	background-image:none !important
}

a.title-link {
	display: block;
	border-bottom: 3px solid #dc3339;
	text-transform: uppercase;
	font-family: adobe-garamond-pro, "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	text-align: center;
	font-size: 38.4px;
	font-size: 2.4rem;
	letter-spacing: .07em;
	color: #000064;
	font-weight:800
}

@media (max-width: 1024px) {
	a.title-link {
		font-size: 35.2px;
		font-size:2.2rem;
	}
}

a.title-link.collapsed {
	color:#000064
}

a.title-link.collapsed .plus:after {
	content: ""
}

a.title-link .close-wrapper {
	border: 2px solid #dc3339;
	border-radius: 50%;
	padding: 3px;
	display: block;
	margin-right: 30px;
	text-align: center;
	width: 32px;
	height:32px
}

.inverse a.title-link .close-wrapper {
	border-color:#FFFFFF;
}

a.title-link .plus {
	border-color: #FFFFFF;
	margin-right: 30px;
	display:table
}

a.title-link .plus:after {
	content:none
}

.page-layout {
}

.page-layout.top-margin{
	padding-top: 5vw;
}

.page-layout.bottom-margin {
	padding-bottom: 5vw;
}

.page-layout.no-margin {
	padding: 0;
}

.page-layout-top {
	padding: 5vw 0 0;
}

@media (max-width: 768px) {
	.page-layout {
		padding: 20px 0;
	}

	.page-layout-top {
		padding: 20px 0 0;
	}
}

.fw_column {
	position:relative
}

.fw_column .container .compact {
	max-width: 60ch;
	margin: 0 auto;
	width:80%
}

@media (max-width: 768px) {
	.fw_column .container .compact {
		width: 100%;
		max-width:inherit;
	}
}

.fw_column .container .align-left {
	margin:0
}

.two_columns {
	position:relative
}

.page-layout.no-margin {
	padding: 0 0 5vw 0;
}

.two_columns .theme-row.right-align .col:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order:2
}

.two_columns .content {
	margin: auto;
	max-width: 60ch;
}

@media (max-width: 768px) {
	.two_columns .theme-row {
		margin:0;
	}

	.two_columns .content {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.two_columns .content {
		max-width:inherit;
	}
}

.two_columns img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	margin: 0 0 25px 0;
}

@media (max-width: 1440px) {
	.two_columns img {
		height:auto;
	}
}

.quotes {
	font-family: adobe-garamond-pro, "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-style: italic;
	text-align:center
}

.quotes p {
	font-size: 28px;
	line-height:110%
}

@media screen and (min-width: 30.625rem) {
	.quotes p {
		font-size:calc(175% + 1.375 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	.quotes p {
		font-size:3.125rem;
	}
}

.gallery {
	background-color:#FFFFFF;
}

.gallery-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:7vw
}

@media (max-width: 768px) {
	.gallery-wrapper {
		grid-gap: 20px;
		grid-template-columns:100%;
	}
}

.gallery-wrapper.variable-slider {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	padding:0 50px
}

.gallery-wrapper.variable-slider img {
	padding: 0 5px;
	height: 550px;
	-o-object-fit: initial;
	object-fit: initial;
	width:auto !important
}

@media (max-width: 768px) {
	.gallery-wrapper.variable-slider img {
		height:300px;
	}
}

.grid-item img {
	width:100%
}

.grid-item.full {
	grid-column:span 2
}

.grid-item.full img {
	width:100%
}

@media (max-width: 768px) {
	.grid-item.full {
		grid-column:initial;
	}
}

.grid-item .img-wrapper {
	position: relative;
	display:block
}

@media (max-width: 768px) {
	.grid-item .img-wrapper {
		height: 100%;
		padding:0;
	}
}

.grid-item .title-wrapper {
	margin:.5em 0
}

.grid-item img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: .3s ease opacity;
	transition:.3s ease opacity
}

.slick-initialized .grid-item img {
	position:relative
}

@media (max-width: 480px) {
	.grid-item img {
		height: auto;
		max-height:inherit;
	}
}

.grid-item a {
	color: currentColor;
	display: block;
	width: 100%;
	position:relative
}

.grid-item a:hover img {
	opacity: .6;
	-webkit-transition: .3s ease opacity;
	transition:.3s ease opacity
}

.grid-item .col:last-child {
	text-align:right
}

.slider-wrapper {
	position:relative
}

.gallery {
	position:relative
}

.gallery .slick-arrow {
	padding: 5px;
	border:none
}

.gallery .slick-arrow:focus, .gallery .slick-arrow:hover {
	outline: 0;
	background-color: transparent;
	opacity:.5
}

.gallery .slick-arrow svg {
	stroke: currentColor;
	fill:transparent
}

.gallery .prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color:transparent
}

.gallery .next {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color:transparent
}

.cards .grid-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center
}

@media (max-width: 768px) {
	.cards .grid-wrapper {
		grid-gap:20px;
	}
}

.cards .col {
	padding:10px
}

@media (max-width: 768px) {
	.cards .col {
		padding:0;
	}
}

.cards .content {
	width: 85%;
	margin:auto
}

@media (max-width: 1024px) {
	.cards .content {
		width: 100%;
		padding:0;
	}
}

.card {
	margin: auto;
	display:block
}

.card.post {
	max-width:350px
}

@media (max-width: 480px) {
	.card.post {
		max-width:100%;
	}
}

.card .img {
	height: 250px;
	width: 100%;
	display: block;
	margin: 0 auto 1.5em;
	-o-object-fit: cover;
	object-fit:cover
}

.card .img:hover {
	cursor:pointer
}

.info_slider .section-title {
	position: relative;
	margin: auto;
	right: inherit;
	top: inherit;
	-webkit-transform: none;
	transform: none;
	text-align:center
}

.info-slider {
	height: 50vh;
	width: 90%;
	margin:auto
}

@media (max-width: 768px) {
	.info-slider {
		height:auto;
	}
}

.info-slider img {
	height: 50vh;
	padding-right: 50px;
	max-height:50vh
}

@media (max-width: 768px) {
	.info-slider img {
		padding: 0;
		margin-bottom:1em;
	}
}

.info-slider .slide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center
}

@media (max-width: 768px) {
	.info-slider .slide-wrapper {
		display:block;
	}
}

.testimonials {
	position: relative;
	z-index: 50;
	width: 80%;
	margin:50px auto
}

@media (max-width: 768px) {
	.testimonials {
		margin: 20px auto;
		width:100%;
	}
}

.testimonials .slick-slider {
	z-index: 10;
	position:relative
}

.testimonials .slide-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%
}

@media (max-width: 768px) {
	.testimonials .slide-wrapper {
		display:block;
	}
}

.testimonials .slide-wrapper > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:20px
}

.testimonials .col:last-child {
	padding:0 50px
}

@media (max-width: 1440px) {
	.testimonials .col:last-child {
		padding:20px;
	}
}

.testimonials img {
	margin: auto;
	display: block;
	height: 100%;
	width: auto;
	-o-object-fit: cover;
	object-fit:cover
}

.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px rgba(0,0,0,.4);
}

.menu-open .site-header {
	color:#dc3339
}

.site-header > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex:1
}

.site-header .right {
	text-align:right
}

.site-branding {
	position: relative;
	z-index: 101;
	text-align: center;
	margin: 0 20px;
	display: block;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex:inherit
}

.site-branding svg {
	fill: currentColor;
	width:100px
}

.site-branding a {
	display: table;
	margin: auto;
	border: none;
	background: url(../images/SeaDek_Certified_Fabricator_Logo.png);
	background-size: contain;
	width: 140px;
	height: 61px;
}

.site-branding a:hover svg {
	fill:currentColor
}

.logo {
	/*width:100%*/
}

.js .animate,
.js .animateSlow {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.js .animateSlow {
	transform: scale(.5);
}

.js .animate.fadein {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.js .animateSlow.fadeinSlow {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	padding:0 5em
}

@media (max-width: 1024px) {
	.container {
		padding:0 50px;
	}
}

@media (max-width: 768px) {
	.container {
		padding:0 20px;
	}
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-row.centered {
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}

@media (max-width: 768px) {
	.flex-row {
		display: block;
	}

	.flex-row .col {
		margin-bottom: 45px;
	}
}

.flex-row.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center
}

.theme-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 3vw;
}

@media (max-width: 1024px) {
	.theme-row {
		grid-gap:5vw;
	}
}

@media (max-width: 768px) {
	.theme-row {
		grid-gap: 20px;
		grid-template-columns:1fr;
	}
}

.theme-row.auto-width {
	grid-template-columns:auto 1fr
}

@media (max-width: 768px) {
	.theme-row.auto-width {
		grid-template-columns:1fr;
	}
}

.theme-row.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center
}

.theme-row.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between
}

.theme-row.columns {
	display: block;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap:50px
}

@media (max-width: 768px) {
	.theme-row.columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count:1;
	}
}

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



@-webkit-keyframes slidedown {
	from {
		height:0;
	}

	to {
		height:100vh;
	}
}

@keyframes slidedown {
	from {
		height:0;
	}

	to {
		height:100vh;
	}
}

.site-content {
	position: relative;
	margin-top: 90px;
}

.site-content:before {
	content: "";
	height: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:150
}

.page-loading .site-content:before {
	content: "";
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation: slidedown .7s forwards;
	animation:slidedown .7s forwards
}

section {
	position: relative;
	outline:0
}

.page-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}
/*!
♡♡♡♡♡♡♡♡♡♡♡
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
Front page
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
♡♡♡♡♡♡♡♡♡♡♡
*/

#intro {
	min-height: 50vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
	margin-top: 100vh;
	padding: 10vh 0;
}

@media (max-width: 768px) {
	#intro {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding:calc(50px + 6em) 0;
	}

	.scrolled #intro {
		padding:50px 0;
	}
}

#intro:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*mix-blend-mode: multiply;*/
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	z-index: 1;
	box-shadow: 0 -10px 20px rgba(0,0,0,.4);
}

#intro .intro-logo {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.scrolled #intro .intro-logo {
	opacity: 0;
	transition: opacity .35s ease-in-out
}

#intro .container {
	margin: 0
}

@media (max-width: 768px) {
	#intro .container .col:last-child {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order:-1;
	}
}

#intro .img {
	min-height:100vh
}

.entry-content {
	position: relative;
	width: 85%;
	max-width: 600px;
	z-index: 2;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	margin:0 auto 50px
}

@media (max-width: 900px) {
	.entry-content {
		width: 100%;
		margin:0 auto;
	}
}

.no-feature .entry-content {
	padding-top:150px
}

@media (max-width: 768px) {
	.no-feature .entry-content {
		padding-top:100px;
	}
}

.home .entry-content {
	font-size: inherit;
	font-family: inherit;
	text-align: left;
	color: inherit;
	font-style: normal;
	width: 100%;
	padding: 0;
	margin:0
}

.home .entry-content p:last-child {
	margin-bottom:0
}

#intro .block p {
	font-size: 24px;
	line-height: 1.2
}

/* Arrows */

	.chevron-wrapper {
		position: absolute;
		top: -190px;
		left: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		transition: all .35s ease-in-out;
		transform: translateY(-30%);
	}

	.chevron-wrapper.unvisible {
		opacity: 0;
	}

	.chevron {
	  position: absolute;
	  width: 1.5rem;
	  height: 0.25rem;
	  opacity: 0;
	  -webkit-transform: scale(0.3);
	          transform: scale(0.3);
	  -webkit-animation: move-chevron 3s ease-out infinite;
	          animation: move-chevron 3s ease-out infinite;
	}

	@media (min-width: 1000px) {
		.chevron {
			width: 2rem;
			height: 0.3rem;
		}
	}

	.chevron:first-child {
	  -webkit-animation: move-chevron 3s ease-out 1s infinite;
	          animation: move-chevron 3s ease-out 1s infinite;
	}

	.chevron:nth-child(2) {
	  -webkit-animation: move-chevron 3s ease-out 2s infinite;
	          animation: move-chevron 3s ease-out 2s infinite;
	}

	.chevron:before,
	.chevron:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  height: 100%;
	  width: 50%;
	  background: #ffffff;
	}

	.chevron:before {
	  left: 0;
	  -webkit-transform: skewY(30deg);
	          transform: skewY(30deg);
	}

	.chevron:after {
	  right: 0;
	  width: 50%;
	  -webkit-transform: skewY(-30deg);
	          transform: skewY(-30deg);
	}

	@-webkit-keyframes move-chevron {
	  25% {
	    opacity: 1;
	  }
	  33.3% {
	    opacity: 1;
	    -webkit-transform: translateY(2.28rem);
	            transform: translateY(2.28rem);
	  }
	  66.6% {
	    opacity: 1;
	    -webkit-transform: translateY(3.12rem);
	            transform: translateY(3.12rem);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(4.8rem) scale(0.5);
	            transform: translateY(4.8rem) scale(0.5);
	  }
	}

	@keyframes move-chevron {
	  25% {
	    opacity: 1;
	  }
	  33.3% {
	    opacity: 1;
	    -webkit-transform: translateY(2.28rem);
	            transform: translateY(2.28rem);
	  }
	  66.6% {
	    opacity: 1;
	    -webkit-transform: translateY(3.12rem);
	            transform: translateY(3.12rem);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: translateY(4.8rem) scale(0.5);
	            transform: translateY(4.8rem) scale(0.5);
	  }
	}

.subtitle {
	z-index: 50;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
	top: 50%;
	margin: 0;
	width: 10ch;
	font-size: calc(320% + 4.25 *((100vw - 3062.5%)/ 156.875));
	text-shadow: 2px 2px 3px rgba(34, 34, 34, 0.3);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden
}

@media (max-width: 768px) {
	.subtitle {
		top: auto;
		-webkit-transform: none;
		transform: none;
		bottom:50px;
	}
}

/*.scrolled .subtitle {
	position: relative;/* width: 100%; */;
}*/

@media (max-width: 768px) {
	.scrolled .subtitle {
		-webkit-transform: none;
		transform: none;
		bottom:auto;
	}
}

.img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit:cover
}

.lined {
	position: relative;
	padding: 5em 0 0;
	z-index:50
}

@media (max-width: 768px) {
	.lined {
		padding:70px 0;
	}
}

@media (max-width: 768px) {
	.lined {
		padding:70px 0 20px;
	}
}

.lined:before {
	content: "";
	max-width: calc(1400px - 10em);
	width: calc(100% - 10em);
	height: 1px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:4em
}

@media (max-width: 1024px) {
	.lined:before {
		width:calc(100% - 100px);
	}
}

@media (max-width: 768px) {
	.lined:before {
		width: calc(100% - 40px);
		margin: 0 20px;
		top:50px;
	}
}

.featureimg {
	position: relative;
	background-color: #FFFFFF;
	background-attachment: fixed;
	height: 0;
	padding-bottom: 33.33333%;
	box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,.6), inset 0 20px 20px -10px rgba(0,0,0,.6);
}

@media (max-width: 768px) {
	.featureimg {
	background-attachment: initial;
	}
}

.headerimg {
	position: relative;
	background-color: #FFFFFF;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	height: 0;
	padding-bottom: 25%;
	box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,.6), inset 0 20px 20px -10px rgba(0,0,0,.6);
}

	@media (max-width: 768px) {
		.headerimg {
			padding-bottom: 30%;
		}
	}

@media (hover: none) and(pointer: coarse) {
	.featureimg {
		background-attachment:scroll;
	}
}

.section-info .theme-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:3em
}

.section-info .theme-row .col:last-child {
	text-align:right
}

.section-info .theme-row h2 {
	margin:0
}

.projects-wrapper {
	margin: 30px auto;
	color:#000
}

.projects-wrapper a {
	margin-bottom:.5em
}

.projects-wrapper .grid-item:nth-child(1), .projects-wrapper .grid-item:nth-child(4) {
	grid-column:span 2
}

@media (max-width: 768px) {
	.projects-wrapper .grid-item:nth-child(1), .projects-wrapper .grid-item:nth-child(4) {
		grid-column:span 1;
	}
}

.press-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	padding:50px
}

@media (max-width: 768px) {
	.press-wrapper {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		padding:0;
	}
}

@media (max-width: 480px) {
	.press-wrapper {
		grid-template-columns: 1fr;
		padding:0;
	}
}

.press-wrapper a {
	color:#FFFFFF;
}

.home .grid-item:nth-child(1):not(.press) .img-wrapper, .home .grid-item:nth-child(4):not(.press) .img-wrapper {
	padding-bottom:56.25%
}

@media (max-width: 480px) {
	.home .grid-item:nth-child(1):not(.press) .img-wrapper, .home .grid-item:nth-child(4):not(.press) .img-wrapper {
		padding:0;
	}
}

.home .img-wrapper {
	margin-bottom: .5em;
	display: block;
	position: relative;
	height: 0;
	padding-bottom:100%
}

@media (max-width: 480px) {
	.home .img-wrapper {
		padding: 0;
		height:auto;
	}
}

.home .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%
}

@media (max-width: 480px) {
	.home .img-wrapper img {
		position: relative;
		height: 34vh;
	}
}
/*!
♡♡♡♡♡♡♡♡♡♡♡
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
Single project
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
♡♡♡♡♡♡♡♡♡♡♡
*/

.section-title {
	z-index: 50;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	right: 10%;
	top: 25vh;
	max-width: 13ch;
	will-change:transform
}

@media (max-width: 1024px) {
	.section-title {
		right: inherit;
		top: inherit;
		bottom: 50px;
		left:20px;
	}
}

@media (max-width: 480px) {
	.section-title {
		bottom: 35%;
		width:85%;
	}
}

.project-info {
	grid-template-columns: 200px 1fr;
	color: #FFFFFF;
	padding:50px
}

@media (max-width: 1024px) {
	.project-info {
		padding:50px 0;
	}
}

@media (max-width: 480px) {
	.project-info {
		grid-template-columns:1fr;
	}
}

.project-info h3 {
	color: #FFFFFF;
	margin:0 0 .3em
}

.secondary-content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap:50px
}

@media (max-width: 1024px) {
	.secondary-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
/*!
♡♡♡♡♡♡♡♡♡♡♡
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
FAQ
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
♡♡♡♡♡♡♡♡♡♡♡
*/

#services {
	padding:0 0
}

@media (max-width: 768px) {
	#services {
		padding:0 0;
	}
}

.site-footer {
	position: relative;
	z-index: 99;
	box-shadow: inset 0 20px 20px -10px rgba(0,0,0,.6);
}

.site-footer .container {
	padding-top: 75px;
	padding-bottom: 75px;
	font-size: 16px;
	line-height: 140%;
	position: relative;
	z-index:10
}

@media screen and (min-width: 30.625rem) {
	.site-footer {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	.site-footer {
		font-size:1.125rem;
	}
}

.site-footer .col.middle p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media (max-width: 768px) {
	.site-footer {
		padding:60px 0 20px 0;
	}
}

.site-footer a:hover {
	color:#FFFFFF;
}

.site-footer .col.middle {
	padding: 0 25px;
}

.site-footer .col.middle p {
	text-align: center;
}

.site-footer .col:last-child {
	text-align:right
}

@media (max-width: 768px) {
	.site-footer .col:last-child {
		text-align:center;
	}
}

@media (max-width: 768px) {
	.site-footer .col {
		width: 100%;
		text-align:center;
	}

	.site-footer .col:not(.meta) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order:1;
	}
}

.site-footer .meta {
	color:#FFFFFF;
	min-width: 33%;
}

@media (max-width: 768px) {
	.site-footer .col p {
		text-align: center;
	}

	.site-footer .col img {
		margin: 0 auto;
	}
}

.site-footer .meta img {
	max-width: 370px;
	margin-bottom: 15px;
}

.site-footer .meta a {
	color:#FFFFFF;
	text-decoration: none;
}

.site-footer .meta a:hover {
	color:#dc3339
}

.site-footer .meta a i {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.site-footer .footer-links {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%
}

.site-footer .footer-links .page-link {
	margin:0 2em
}

.site-footer #nav {
	height: auto;
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer #nav {
		display: block;
	}
}

@media (max-width: 767px) {
	.site-footer #nav {
		float: none;
	}
}

.site-footer #nav li {
	display: block;
}

.site-footer #nav li a {
	font-family: "AvenirNext", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.site-footer #nav li a:after {
	content: none;
}

.separator {
	opacity: .5;
	color: #000064;
	margin:0 .5em
}

#content[tabindex="-1"]:focus {
	outline:0
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding:0
}

embed, iframe, object {
	max-width: 100%;
	margin: auto;
	display: block;
	box-shadow: 0 3px 12px -3px rgba(0, 0, 0, .22), 0 22px 27px -20px rgba(0, 0, 0, .32);
}

.wp-caption {
	margin-bottom: 1em;
	max-width:100%
}

.wp-caption img[class * =wp-image-] {
	text-align:center
}

.wp-caption .wp-caption-text {
	margin:.8em 0
}

.wp-caption-text {
	text-align: center;
	font-size: 13px;
	line-height:140%
}

@media screen and (min-width: 30.625rem) {
	.wp-caption-text {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	.wp-caption-text {
		font-size:1.125rem;
	}
}

figure {
	margin:.5em 0
}

.gallery-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align:center
}

.gallery-columns-2 .gallery-item {
	max-width:50%
}

.gallery-columns-3 .gallery-item {
	max-width:33.33%
}

.gallery-columns-4 .gallery-item {
	max-width:25%
}

.gallery-columns-5 .gallery-item {
	max-width:20%
}

.gallery-columns-6 .gallery-item {
	max-width:16.66%
}

.gallery-columns-7 .gallery-item {
	max-width:14.28%
}

.gallery-columns-8 .gallery-item {
	max-width:12.5%
}

.gallery-columns-9 .gallery-item {
	max-width:11.11%
}

.gallery-caption {
	display: block;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	text-align:left
}

@media screen and (min-width: 30.625rem) {
	.gallery-caption {
		font-size:calc(81.25% + .3125 *((100vw - 3062.5%)/ 156.875));
	}
}

@media screen and (min-width: 187.5rem) {
	.gallery-caption {
		font-size:1.125rem;
	}
}

.gallery-item > div > a {
	display: block;
	line-height: 0;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow:0 0 0 0 transparent
}

.gallery-item > div > a:focus {
	-webkit-box-shadow: 0 0 0 2px #000064;
	box-shadow:0 0 0 2px #000064
}

.slider {
	display: none;
	overflow:hidden
}

.slider.slick-initialized {
	display:block
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color:transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding:0
}

.slick-list:focus {
	outline:0
}

.slick-list.dragging {
	cursor: pointer;
	cursor:hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display:block
}

.slick-track:after, .slick-track:before {
	content: "";
	display:table
}

.slick-track:after {
	clear:both
}

.slick-loading .slick-track {
	visibility:hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display:none
}

[dir=rtl] .slick-slide {
	float:right
}

.slick-slide img {
	display:block
}

.slick-slide.slick-loading img {
	display:none
}

.slick-slide.dragging img {
	pointer-events:none
}

.slick-initialized .slick-slide {
	display:block
}

.slick-loading .slick-slide {
	visibility:hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border:1px solid transparent
}

.slick-arrow.slick-hidden {
	display:none
}

.slick-loading .slick-list {
	background:#fff url(../images/puff.svg) center center no-repeat
}

.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline:0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color:transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity:1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity:.25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale
}

.slick-prev {
	left:-25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right:-25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right:-25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right:auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom:30px
}

.slick-dots {
	position: relative;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width:100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	padding: 0;
	cursor:pointer
}

.slick-dots li button {
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	display: block;
	height: 15px;
	width: 15px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor:pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
	background-color:#000064
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity:1
}

.slick-dots li.slick-active button {
	background-color:#FFFFFF;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	.project-info {
		width:100%;
	}

	body:before {
		content: "This website is not optimised for Internet Explorer. Please download or use a more modern browser such as Google Chrome to view the entirety of the website.";
		background: rgba(255, 255, 255, .95);
		padding: 20px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		text-align:center;
	}

	.section-title, h1 {
		font-size:5rem;
	}

	h2 {
		font-size:2rem;
	}

	h3 {
		font-size:1.4rem;
	}

	h4 {
		font-size: 1.2rem;
	}
}

.video-container,
.intro-back-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100vw;
	max-height: 100vh;
}

#videoBG {
	position: relative;
	width: 100%;
	height: 100%;
}

@supports (object-fit: cover) {
	#videoBG {
		height: 100vh;;
	}
}

#videoBG img {
	object-fit: cover;
}


/*.overlay-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 10vw;
}

.overlay-header h2 {
	font-family: "Florida", serif;
	font-size: calc(262.5% + 4.25 *((100vw - 3062.5%)/ 156.875));
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 10px 10px 10px #222;
}*/

.list-header {
	font-size: calc(150% + .375 *((100vw - 3062.5%)/ 156.875));
	line-height: 1;
	margin: 0 0 .5em;
	font-family: "Florida", sans-serif;
}

ul {
	position: relative;
	list-style: disc;
	padding: 0;
	margin: 0 0 25px 24px;
}

ul li {
	position: relative;
    padding-left: 4px;
}

.on-front {
	position: relative;
	z-index: 10;
}

.on-back {
	position: relative;
	z-index: 1;
}

.m-bottom-m {
	margin-bottom: 2vw;
}

.m-bottom-l {
	margin-bottom: 4vw;
}

.m-bottom-xl {
	margin-bottom: 6vw;
}

.m-top-m {
	margin-top: 2vw;
}

.m-top-l {
	margin-top: 4vw;
}

.m-top-xl {
	margin-top: 6vw;
}

.p-bottom-m {
	padding-bottom: 2vw;
}

.p-bottom-l {
	padding-bottom: 4vw;
}

.p-bottom-xl {
	padding-bottom: 6vw;
}

.p-top-m {
	padding-top: 2vw;
}

.p-top-l {
	padding-top: 4vw;
}

.p-top-xl {
	padding-top: 6vw;
}

.img-shadow {
	box-shadow: 0 3px 12px -3px rgba(0, 0, 0, .22), 0 22px 27px -20px rgba(0, 0, 0, .32);
}

.image-plus-text:last-of-type {
	margin-bottom: 0;
}

.image-plus-text .image-text {
	position: relative;
	z-index: 20;
	margin: -10vw 3vw 0 3vw;
	padding: 3vw 4vw 3vw 4vw;
	box-shadow: 0 -6px 12px -12px rgba(0, 0, 0, .22), 6px 6px 12px -3px rgba(0, 0, 0, .22), 0 22px 27px -20px rgba(0, 0, 0, .32);
}

.image-plus-text.img-left img {
	z-index: 10;
}

.image-plus-text.img-left img {
	box-shadow: 0 -6px 12px -12px rgba(0, 0, 0, .22), 6px 6px 12px -3px rgba(0, 0, 0, .22), 0 22px 27px -20px rgba(0, 0, 0, .32);
}

.image-plus-text.img-right img {
	box-shadow: 0 -6px 12px -12px rgba(0, 0, 0, .22), 6px 6px 12px -3px rgba(0, 0, 0, .22), 0 22px 27px -20px rgba(0, 0, 0, .32);
}

@media screen and (min-width: 992px) {

	.image-plus-text .image-text {
		z-index: 1;
	}

	.image-plus-text.img-right * {
		text-align: right;
	}

	.image-plus-text.img-left .image-text {
		margin: 45px 0 0 -120px;
		padding: 45px 3vw 45px calc(90px + 3vw);
	}

	.image-plus-text.img-right .image-text {
		margin: 45px -120px 0 0;
		padding: 45px calc(90px + 3vw) 45px 3vw;
	}
}



















.instagram-feed img {
	margin-bottom: 30px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.2);
}

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

.seadek-colors .seadek-color,
.seadek-logos .seadek-logo {
	margin-bottom: 30px;
}

.seadek_materials  img.img-rounded {
	border-radius: 50%;
}

.seadek_materials p {
	text-align: center;
}

.seadek_materials .title-border {
	margin-bottom: 15px;
}



.nav-tabs {
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.5;
	border-bottom-color: transparent;
	cursor: default;
	font-size: 22px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
	cursor: default;
	font-weight: 400;
}

.nav-tabs > li > a:hover {
}
/* @group Accordions */

.panel-group {
	margin-top: 25px;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-default > .panel-heading {
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
}

.panel-title > a {
	display: block;
	font-size: 20px;
	color: #454545;
	text-decoration: none;
}

.panel-title > a:before {
	content: "\e901";
	font-family: 'seadek' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	margin-right:15px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform .35s ease-in-out;
}

.panel-title > a:hover:before {
	transform: rotate(90deg);
}

.panel-title > a[aria-expanded="true"]:hover:before,
.panel-title > a[aria-expanded="true"]:before {
	transform: rotate(-90deg);
}

.panel-title > a.collapsed {

}

@media (min-width: 768px) {
	.panel-title > a {
		font-size: 22px;
	}
}

.panel-title > a:hover {
	text-decoration: none;
}

.panel-body {
	padding: 20px 15px;
	background-color: transparent;
}

/* @end */

#montage .nav-tabs > li {
	float: none;
}

#montage .nav-tabs > li > a,
#montage .nav-tabs > li > a:hover,
#montage .nav-tabs > li > a:focus {
	font-weight: 300;
	color: #fff!important;
	background: #003d7d;
	text-align: right;
}

#montage .nav-tabs > li.active > a,
#montage .nav-tabs > li.active > a:hover,
#montage .nav-tabs > li.active > a:focus {
	font-weight: 300;
	color: #fff!important;
	background: #dc3339;
}

#montage .nav-tabs > li.active > a:after,
#montage .nav-tabs > li.active > a:hover:after,
#montage .nav-tabs > li.active > a:focus:after {
	background: transparent;
}

#montage .tab-pane {
	padding-top: 0;
}

#montage .tab-content img,
#montage iframe {
	margin-bottom: 15px;
}

#sb_instagram .sb_instagram_header .sbi_header_text {
	float: none;
	width: 100%;
	padding-top: 5px;
}

#sb_instagram .sb_instagram_header a {
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	text-decoration: none;
	transition: color .5s ease;
}

.sbi_header_text {
	display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
	float: none;
	position: relative;
	width: 50px;
	margin: 0!important;
	overflow: hidden;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .35s ease-in-out;
}

#sb_instagram #sbi_load .sbi_load_btn:focus,
#sb_instagram #sbi_load .sbi_load_btn:active,
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram .sbi_follow_btn a:hover {
	box-shadow: none;
}

.follow_medium #sb_instagram #sbi_load .sbi_load_btn,
.follow_medium #sb_instagram .sbi_follow_btn a {
	font-size: 16px;
}

.follow_medium #sb_instagram .sbi_follow_btn .fa,
.follow_medium #sb_instagram .sbi_follow_btn svg {
	font-size: 18px;
}

.follow_large #sb_instagram #sbi_load .sbi_load_btn,
.follow_large #sb_instagram .sbi_follow_btn a {
	font-size: 20px;
}

.follow_large #sb_instagram .sbi_follow_btn .fa,
.follow_large #sb_instagram .sbi_follow_btn svg {
	font-size: 22px;
}

#searchmap.map {
	height: 80vh;
	position: relative;
	overflow: hidden;
}

.map-container {
    position: relative;
    overflow: hidden;
}

.map-container:before, .map-container:after, .map:before, .map:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
    z-index: 1;
}
.map-container:before { top: -10px; left: 0; right: 0; height: 10px; }
.map:before { bottom: -10px; left: 0; right: 0; height: 10px; }


/*#searchmap.marker > div {
	box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,.6), inset 0 20px 20px -10px rgba(0,0,0,.6);
}*/

.gm-style-pbt {
	text-align: center;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
}

.infoBox {
	float: left;
	margin-right: 15px;
	font-size: 0;
}

.infoBox .featured_img {
	float: left;
	margin-right: 15px;
	font-size: 0;
}

.infoBox .featured_img img {
	max-width: 100%
}

.gm-ui-hover-effect img {
	width: 20px!important;
	height: 20px!important;
	margin: 8px 8px 0 0!important;
}

.infoBox .facts {
	color: #6f4d24;
}

.infoBox .facts p {
	margin-bottom: 8px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
}

.infoBox .facts h5 {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	color: #6f4d24;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 0;
}

.infoBox .facts a {
	text-decoration: none;
}

.infoBox .facts a:hover {
	text-decoration: underline;
	color: #6f4d24;
}

.infoBox [class*="icon-"] {color: #6f4d24;
	margin-right: 5px;
}

#page-anim-preloader {
	-moz-background-size: 32px 32px;
	-o-background-size: 32px 32px;
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px;
}




.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: currentcolor;
    line-height: 28px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid currentcolor;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 31px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 100%;
}


.modal {
	z-index: 999999999;
    background-color:#6f4d24
}

.modal-body {
    padding: 50px;
    background:#e7e2d8
}

.modal-header {
    color: #6f4d24;
    min-height: 16.42857143px;
    padding: 0 0 15px;
    border-bottom:none
}

.modal-dialog {
    width: 100%;
    max-width: 600px;
    margin:60px auto 0
}

.modal.wide .modal-dialog {
    width: 100%;
    max-width: 1200px;
    margin:60px auto 0
}

.modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    background-color:#6f4d24
}

.modal button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
    background: transparent;
    border: none;
}

.modal button.close i {
    font-size: 40px;
    font-size: 2.5rem;
    color:#aaa
}

.modal button.close:hover i {
    color:#ffffff
}

.form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
        filter: alpha(opacity=100);
        line-height:1.4
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        line-height:1.8
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        line-height:1.5
    }

    .form-control.wpcf7-not-valid::-moz-placeholder {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        line-height:1.4
    }

    .form-control.wpcf7-not-valid:-ms-input-placeholder {
        color: #fff;
        line-height:1.8
    }

    .form-control.wpcf7-not-valid::-webkit-input-placeholder {
        color: #fff;
        line-height:1.5
    }

    span.input-group-btn {
        display: inline-block;
        width:100%
    }

    .wpcf7 {
        margin: 0;
        padding:0
    }

    .wpcf7 p {
        margin-bottom: 20px;
    }

    .wpcf7-response-output {
        margin: 0 0 25px;
        padding: .5em;
        background: #fff;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing:0
    }

    .wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        width: 1px;
        margin: 0;
        padding: 0;
        border:0
    }

    .wpcf7-mail-sent-ok {
        border: none;
        background: #6f4d24;
        color: #fff;
        text-align:center
    }

    .wpcf7-mail-sent-ng {
        border:none
    }

    .wpcf7-spam-blocked {
        border:none
    }

    .wpcf7-validation-errors {
        border: none;
        background: #9b0100;
        color: #fff;
        text-align:center
    }

    span.wpcf7-form-control-wrap, span.form-control-wrap {
        position: relative;
        display:block
    }

    span.wpcf7-not-valid-tip {
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 2px;
        display:none
    }

    .use-floating-validation-tip span.wpcf7-not-valid-tip {
        position: absolute;
        top: 20%;
        left: 20%;
        z-index: 100;
        border: 1px solid red;
        background: #fff;
        padding:.2em .8em
    }

    .wpcf7-display-none {
        display:none
    }

    .wpcf7 img.ajax-loader {
        border: none;
        vertical-align: middle;
        margin-left:4px
    }

    .wpcf7 div.ajax-error {
        display:none
    }

    .wpcf7 textarea {
        box-sizing: border-box;
        height: 120px !important;
        resize:vertical
    }

    input.form-control:not(.submit), textarea.form-control {
        text-align:left
    }

    .wpcf7 textarea, .wpcf7 input, .comments textarea, .comments input, #widgets input {
        letter-spacing: 1px;
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 4px 10px;
        background: 0 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 16px;
        font-size:1rem
    }

    #widgets input {
        background:0 0
    }

    .wpcf7 textarea:focus, .wpcf7 input:focus, .comments textarea:focus, .comments input:focus, #widgets input:focus {
        background: transparent;
        border-color:#6f4d24
    }

    .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
        color: #fff;
        background:#9b0100
    }

    .wpcf7 .wpcf7-checkbox.wpcf7-not-valid .icheckbox_square-grey {
        background:#9b0100
    }

    .wpcf7 input.wpcf7-submit, #widgets input.wpcf7-submit {
        border: 1px solid #6f4d24;
        margin-top: 20px;
        padding: 12px 10px;
        background: #fff;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition:all .3s ease-in-out
    }

    #widgets input.wpcf7-submit {
        border: 1px solid #6f4d24;
        margin-top: 25px;
        padding: 6px 10px;
        background: 0 0;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition:all .3s ease-in-out
    }

    .wpcf7 input.wpcf7-submit:hover, #widgets input.wpcf7-submit:hover {
        width: 100%;
        color: #e7e2d8;
        border: 1px solid #6f4d24;
        background:#6f4d24
    }

    .wpcf7 input.wpcf7-submit:disabled, .wpcf7 input.wpcf7-submit:disabled:hover {
        border: 1px solid #6f4d24;
        margin-top: 20px;
        padding: 12px 10px;
        background: transparent;
        color: #6f4d24;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        cursor: not-allowed;
        -webkit-transition: all .3s ease-in-out;
        transition:all .3s ease-in-out
    }

    #widgets .mc4wp-submit input.wpcf7-submit:disabled, #widgets .mc4wp-submit input.wpcf7-submit:disabled:hover {
        border: 1px solid #ddd;
        background: 0 0;
        color: #ddd;
        cursor:not-allowed
    }

    .wpcf7 textarea.wpcf7-validates-as-required, .wpcf7 input.wpcf7-validates-as-required, .comments textarea.required, .comments input.required, #widgets input.wpcf7-validates-as-required {
        /*background-image: -webkit-radial-gradient(#9b0100 20%, transparent 21%), -webkit-radial-gradient(#9b0100 20%, transparent 21%);
        background-image: radial-gradient(#9b0100 20%, transparent 21%), radial-gradient(#9b0100 20%, transparent 21%);
        background-size: 1em 1em;
        background-position: top right;
        background-repeat:no-repeat*/
    }

    .wpcf7 p.acceptance .wpcf7-list-item-label:after {
        /*position: absolute;
        content: ' ';
        width: 1em;
        height: 1em;
        display: inline-block;
        background-image: -webkit-radial-gradient(#9b0100 20%, transparent 21%), -webkit-radial-gradient(#9b0100 20%, transparent 21%);
        background-image: radial-gradient(#9b0100 20%, transparent 21%), radial-gradient(#9b0100 20%, transparent 21%);
        background-size: 1em 1em;
        background-position: top left;
        background-repeat:no-repeat*/
    }

    .wpcf7 .wpcf7-checkbox.wpcf7-validates-as-required:after {
        /*content: ' ';
        width: 1em;
        height: 1em;
        display: inline-block;
        background-image: -webkit-radial-gradient(#9b0100 20%, transparent 21%), -webkit-radial-gradient(#9b0100 20%, transparent 21%);
        background-image: radial-gradient(#9b0100 20%, transparent 21%), radial-gradient(#9b0100 20%, transparent 21%);
        background-size: 1em 1em;
        background-position: top right;
        background-repeat:no-repeat*/
    }

    .wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
        margin-top: 10px;
        margin-bottom: 9px;
        display: inline-block;
        font-size: 16px;
        font-size:1rem
    }

    .side .wpcf7 .wpcf7-checkbox, .side .wpcf7 .wpcf7-radio {
        margin-top: 10px;
        margin-bottom: 9px;
        display: inline-block;
        font-size: 16px;
        font-size:1rem
    }

    .wpcf7 p.acceptance, .wpcf7 p.singlecheck {
        margin-top: 15px;
        padding-bottom: 0;
        font-size: 14px;
        font-size: .9rem;
        line-height: 20px;
        line-height:1.25rem
    }

    .wpcf7 p.acceptance .wpcf7-form-control-wrap {
        margin-right: 0;
        display:inline
    }

    .wpcf7 .wpcf7-list-item-label {
        position: relative;
        top: 1px;
        font-size: 16px;
        font-size: 1rem;
        padding-left: 3px;
        padding-right: 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens:auto
    }



/* @group NINPUT */

    .ninput {
    	position: relative;
    }

    .ninput input:focus {
    	outline: none;
    }

    .ninput input[type="text"],
    .ninput input[type="email"],
    .ninput input[type="tel"],
    .ninput input[type="url"],
    input[type="date"] {
    	padding: calc((24px - 1em) / 2) 9px calc((24px - 1em) / 2);
    	margin-bottom: 5px;
    	width: 100%;
    }

    input[type="date"] {
    	width: auto;
    }

    .ninput textarea {
    	padding: 10px 9px 10px;
    	background: none;
    	height: 180px;
    }

    .ninput.-f input[type="textarea"] {
    	padding: 10px 9px 10px;
    }

    .ninput label {
    	position: absolute;
    	z-index: -1;
    	top: 0;
    	left: 3px;
    	font-size: 12px;
    	font-weight: 600;
    	line-height: 1;
    	padding: 0 6px;
    	margin: 0 0 0 1px;
    	color: #999;
    	background: #e7e2d8;
    	opacity: 0;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	-webkit-transition: all .35s ease-in-out;
    	        transition: all .35s ease-in-out;
    }

    .ninput.on-blue label {
    	background: #6f4d24;
    }

    .ninput.-f label {
    	z-index: 10;
    	top: -10px;
    	color: #6f4d24;
    	font-weight: 600;
    	opacity: 1;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .ninput.on-blue.-f label {
    	color: #ffffff;
    }



    @-webkit-keyframes shake {
        0%, 100% {
            -webkit-transform: translateX(0);
            transform:translateX(0)
        }

        10%, 30%, 50%, 70%, 90% {
            -webkit-transform: translateX(-10px);
            transform:translateX(-10px)
        }

        20%, 40%, 60%, 80% {
            -webkit-transform: translateX(10px);
            transform:translateX(10px)
        }
    }

    @keyframes shake {
        0%, 100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform:translateX(0)
        }

        10%, 30%, 50%, 70%, 90% {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform:translateX(-10px)
        }

        20%, 40%, 60%, 80% {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform:translateX(10px)
        }
    }

    .shake {
        -webkit-animation-name: shake;
        animation-name:shake
    }

    .animated {
        -webkit-animation-duration: .7s;
        animation-duration: .7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode:both
    }

    .modal .wpcf7 span {
        color:#6f4d24
    }

	.modal .wpcf7-radio .wpcf7-list-item {
		margin-right: 15px;
		white-space: nowrap;
		margin-bottom: 10px;
		display: inline-block;
	}

    .modal .wpcf7 input.wpcf7-submit {
        border: 1px solid #6f4d24;
        margin-top: 20px;
        padding: 12px 10px;
        background: 0 0;
        color: #6f4d24;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform:uppercase
    }

    .modal .wpcf7 input.wpcf7-submit:hover {
        border: 1px solid #6f4d24;
        background: #6f4d24;
        color: #e7e2d8
    }

    .modal .wpcf7 input.wpcf7-submit:disabled, .modal .wpcf7 input.wpcf7-submit:disabled:hover {
        border: 1px solid #6f4d24;
        margin-top: 20px;
        padding: 12px 10px;
        background: 0 0;
        color: #6f4d24;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform:uppercase;
        opacity: .6;
    }


    .selectric-open .selectric-items {
    	z-index: 99999;
    }

    .selectric-items .selectric-scroll {
    	position: relative;
    }