/*
	Theme Name: Express Watersports
	Template: genesis
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Contentf
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

button, hr, input {
	overflow: visible
}

progress, sub, sup {
	vertical-align: baseline
}

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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

hr {
	box-sizing: content-box;
	height: 0
}

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

a {
	background-color: transparent
}

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

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

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, 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: ButtonText dotted 1px
}

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

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[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
}

[hidden], template {
	display: none
}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100vw;
	font-family: 'Source Sans Pro', sans-serif;
}

/* Chrome fix */

body>div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #444;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #007cce;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus, a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b, strong {
	font-weight: 700;
}

blockquote, cite, em, i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -0.095rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content h3, .entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

.layout__hero-video {
	max-height: 600px;
	overflow: hidden;
}

.hero__background {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}

.hero__background .overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.hero__background .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 959px) {
	.hide-mobile {
		display: none;
	}
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	width: 33%;
}

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

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

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

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

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
	background-color: #007cce;
	color: #fff;
}

.entry-content .button:focus, .entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button__book-now {
	font-size: 2rem;
	font-weight: bold;
}

a.button.small, button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child, th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
	margin-top: 95px;
}

.wrap, .wrapper {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.home .site-inner {
	margin-top: 0!important;
}

/* Page Builder (ACF)
--------------------------------------------- */

.layout:not(.layout__flush) {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar, .alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title, .archive-title, .author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
}

.entry-title a, .sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
	color: #007cce;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone, .alignnone {
	margin-bottom: 15px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

/* .alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw)!important;
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 )!important;
		max-width: 920px;
		width: 920px;
	}
} */

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child, .widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_metaslider_widget {
	margin-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

/* .featured-content .entry-image {
	height: 75px;
	width: 75px;
} */

.featured-content .widget-wrap {
	margin: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form+p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus, .gs-faq__question:hover {
	background: transparent;
	color: #007cce;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus {
	color: inherit;
	outline: none;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #007cce;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.before-header {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease;
}

.before-header a {
	color: #fff!important;
	text-decoration: none;
}

.before-header a:hover {
	color: rgba(255, 255, 255, 0.8)!important;
}

@media (max-width: 959px) {
	.site-header > .wrap {
		display: flex;
		align-items: center;
	}
	.site-header .mobile-phone-number {
		margin-left: auto;
	}
	.site-header .mobile-phone-number svg { vertical-align: middle;}
}

@media (min-width: 960px) {
	.before-header {
		background-color: #00538e;
		height: 30px;
		height: 3rem;
	}
	.site-header .mobile-phone-number {
		display: none;
	}
}

.before-header .simple-social-icons ul li {
	margin: 0!important;
}

.before-header strong {
	color: #fff100;
}

.before-header .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.before-header .wrap:before, .before-header .wrap:after {
	display: none;
}

.before-header .widget {
	margin: 15px 0 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 959px) {
	.before-header #simple-social-icons-3 ul li a {
		background-color: transparent!important;
	}
}

@media (min-width: 960px) {
	.site-header {
		/* padding: 0 30px; */
	}
	.before-header {
		width: 100vw;
		max-width: 100%;
	}
	.before-header .widget {
		margin: 0;
	}
	.shrink .before-header {
		margin-top: -3rem;
	}
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
	background: #fff;
	position: relative;
}

.title-area:before {
	content: "";
	width: 99999rem;
	background-color: #fff;
	height: 100%;
	right: 100%;
	top: 0;
	position: absolute;
}

.title-area:after {
	content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20height%3D%2295px%22%20width%3D%2295px%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M0%20100V0h100S68%200%2050%2050%200%20100%200%20100z%22%2F%3E%3C%2Fsvg%3E");
	background-size: 100% 100%;
	position: absolute;
	left: 100%;
	top: 0;
	width: 90px;
	height: 100%;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 0;
	padding-top: 5px;
	height: 95px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu li.nav-button a {
	background-color: #fff100;
	border-radius: 25px;
	color: #007cce;
	padding-left: 2rem;
	padding-right: 2rem;
	transform: none;
	transition: all 0.2s ease;
	box-shadow: 0 0 0 transparent;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
}

.genesis-nav-menu li.nav-button a:hover {
	color: #007cce;
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.genesis-nav-menu li.nav-button a:active {
	color: #007cce;
	transform: translateY(1px);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.genesis-nav-menu>li>a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (min-width: 960px) {
	.genesis-nav-menu>li>a {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.genesis-nav-menu>li.menu-item-has-children>a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}
}

.genesis-nav-menu>li>a:hover, 
.genesis-nav-menu>li.current-menu-item>a, .genesis-nav-menu>li.current-menu-an>a:hover, 
.genesis-nav-menu>li.current-menu-ancestor>a, .genesis-nav-menu>li.current-menu-ancestor>a:hover {
	color: #fff100;
}

.genesis-nav-menu a:focus {
	color: #fff;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a, .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #fff100;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
	color: #fff;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: 0;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu, .menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* .genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	position: relative;
} */

.menu-toggle {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin-right: -0.5em;
	padding: 1em 0.5em;
	color: #fff;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	float: right;
	height: 95px;
	width: 95px;
	outline: none;
	padding: 32px;
	position: relative;
}

.menu-toggle.activated {
	padding-right: 0;
	width: 30px;
}

/* .menu-toggle:before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%; 
}*/

.menu-toggle:hover, .menu-toggle:focus {
	color: #fff;
	background: none;
	box-shadow: none;
}

.menu-toggle.activated, .shrink .menu-toggle {
	color: #fff;
}

.menu-toggle.activated span, .shrink .menu-toggle span {
	background: #fff;
}

.menu-toggle.activated span:before, .menu-toggle.activated span:after, .shrink .menu-toggle span:before, .shrink .menu-toggle span:after {
	background: #fff;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	width: 30px;
	width: 3rem;
	height: 2px;
	border-radius: 3px;
	background: #fff;
}

.menu-toggle span:before, .menu-toggle span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #fff;
	content: ' ';
}

.menu-toggle span:before {
	top: -10px;
	top: -1rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span:after {
	bottom: -10px;
	bottom: -1rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span:before {
	top: 0;
	transition: top 0.2s 0s, transform 0.2s 0.2s;
	transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	transform: rotate(-45deg);
}

.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.sub-menu-toggle:hover, .sub-menu-toggle:active, .sub-menu-toggle:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

/* .site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
} */

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
	background-color: transparent;
	margin-right: 15px;
	;
}

.sub-menu .sub-menu-toggle:before {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0);
	-ms-transform: rotate( 0);
	transform: rotate( 0);
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg);
	-ms-transform: rotate( 180deg);
	transform: rotate( 180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

.nav-primary>.wrap {
	padding: 0;
}

.nav-primary {
	width: 93vw;
	max-width: 400px;
	max-width: 40rem;
	margin: 0;
	padding: 25px 40px;
	padding: 2.5rem 4rem;
	background-color: #007cce;
	position: absolute;
	right: -400px;
	right: -40rem;
	top: 0;
	bottom: 0;
	height: 100vh;
	overflow: auto;
	transition: all 0.3s ease;
}

.nav-primary {
	padding-right: 60px;
}

.nav-primary.activated {
	right: 0;
	left: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories, .entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #007cce;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media (min-width: 960px) {
	.nav-primary {
		right: calc(-40rem + -6vw);
	}
	.nav-primary.activated {
		right: -6vw;
	}
}

@media (min-width: 960px) {
	.nav-primary {
		display: block;
		overflow: visible;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		max-width: none;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	.nav-primary.activated {
		right: auto;
		box-shadow: none;
	}
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
}

@media only screen and (min-width: 960px) {
	/* Site Header
	--------------------------------------------- */
	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item>a, .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		color: #007cce;
	}
	.genesis-nav-menu>.menu-bold>a {
		font-weight: 700;
	}
	.genesis-nav-menu>.menu-highlight>a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.genesis-nav-menu>.menu-highlight>a:hover, .genesis-nav-menu>.menu-highlight>a:focus {
		background-color: #007cce;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu, .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px;
	}
	.genesis-nav-menu .sub-menu {
		color: #fff;
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		color: #007ad1;
    font-family: montserrat;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 12px;
    letter-spacing: -0.5px;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item>a:focus, 
	.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		background-color: #007ad1;
		color: #fff;
	}

	.genesis-nav-menu .sub-menu .current-menu-item>a,
	.genesis-nav-menu .sub-menu .current-menu-parent>a {
		color: #007ad1;
    background-color: #eef3f6;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	/* Responsive Menu
	--------------------------------------------- */
	.genesis-responsive-menu {
		display: block;
		/* padding-top: 15px; */
	}
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	/* Header Menu
	--------------------------------------------- */
	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		margin-top: 95px;
		max-width: 1140px;
	}
	.page-template-activity-detail .site-inner,
	.page-template-activity-detail-new .site-inner {
		max-width: 100%;
	}
	@media (min-width: 960px) {
		.site-inner {
			margin-top: 125px;
		}
	}
	.wrap, .wrapper {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Content
	--------------------------------------------- */
	.content {
		float: left;
		width: 65%;
	}
	.home .content {
		width: 100%;
	}
	.home .home-intro {
		width: 65%;
		margin: 0 auto;
		text-align: center;
	}
	.sidebar-content .content {
		float: right;
	}
	.full-width-content .content, .landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	/* Page Builder (ACF)
	--------------------------------------------- */
	.layout:not(.layout__flush) {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		width: 30%;
	}
	.sidebar-content .sidebar {
		float: left;
	}
	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}
	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Column Classes
	--------------------------------------------- */
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717948715%;
	}
	.one-third, .two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths, .two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	/* Entry Misc.
	--------------------------------------------- */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}
	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets .wrap {
		max-width: 1140px;
	}
	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%;
		/* fallback for older browsers */
		width: calc(100% / 3);
	}
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*, *::before, *::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after, a[href^="#"]::after, .site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img, tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content, .content-sidebar {
		width: 100%;
	}
	button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote, pre, table {
		page-break-inside: avoid;
	}
	dl, ol, ul {
		page-break-before: avoid;
	}
}

.divider {
	position: relative;
	margin-top: 1.61111rem;
	padding-top: 1.72222rem;
	font-size: 0;
}

.divider:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	background: repeating-linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 2px, transparent 0, transparent 6px);
}

/* Activity detail pages
--------------------------------------------- */

.page-template-activity-detail .site-inner,
.page-template-activity-detail-new .site-inner {
	padding: 0;
}

.main-slider {
	position: relative;
	width: 100%;
	/* height: 39vw;
	min-height: 8vw; */
	opacity: 0;
	visibility: hidden;
}

/*   
  @media (min-width: 768px) {
	  .main-slider {
		  width: calc(100% - 400px)
	  }
  } */

.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}
.main-slider, .main-slider .slick-list, .main-slider .slick-track, .main-slider .slick-slide {
	height: 56.25vw!important;
}

@media (min-width: 960px) {
	.main-slider, .main-slider .slick-list, .main-slider .slick-track, .main-slider .slick-slide {
		height: 100%!important;
	}
}

.slick-slide {
	position: relative;
}

.slick-slide::before {
	background-color: #000;
	opacity: .3;
	z-index: 1;
}

.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-slide iframe {
	position: relative;
	/* pointer-events: none; */
}

.slick-slide figure {
	position: relative;
	height: 100%;
}

.slick-slide .slide-image {
	opacity: 1;
	height: 100%;
	background-size: cover;
	background-position: center;
	/* -webkit-transition: all .8s ease;
	transition: all .8s ease; */
}

/* .slick-slide .slide-image.show {
	opacity: 1;
} */

.slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}

/* .slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
			animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  } */

.slick-slide.slick-active {
	z-index: 1;
}

/* .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
			animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  } */

.slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
	position: absolute;
	top: 44%;
	left: 5%;
	text-align: center;
	padding: 20px;
	border: 3px solid;
	color: #fff;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .02em;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.slick-dots {
	text-align: center;
	bottom: 0;
	position: absolute;
	width: 500px;
	max-width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff100;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff100;
	background-color: #fff100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .4;
	padding: 0;
	text-indent: -9999em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
	opacity: 1;
}

.speaker {
	height: 30px;
	width: 30px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 5;
	bottom: 1rem;
	left: 1rem;
	z-index: 5;
}

.speaker span {
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 11px 0 0 2px;
}

.speaker span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 10px 14px 10px 15px;
	left: -13px;
	top: 5px;
}

.speaker span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0 50px 0 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-style: double;
	border-color: #fff;
	border-width: 7px 7px 0 0;
	left: 18px;
	top: 9px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.speaker:hover span:before {
	-webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
	-ms-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
	transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}

.speaker.mute span:before {
	-webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
	-ms-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
	transform: scale(0.5) translate(-15px, 0) rotate(36deg);
	opacity: 0;
}

.secure-checkout {
	text-align: center;
}

.activity-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.activity-header .button {
	display: block;
	padding: 1rem 2rem;
	text-align: center;
	background-color: #005290;
	border-radius: 23px;
	border-radius: 2.3rem;
}

.activity-header__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.activity-header__details>div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media (min-width: 768px) {
	.activity-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.activity-header__left {
		width: calc(100% - 400px);
		min-height: 40vw;
	}
	.activity-header__right {
		width: 400px;
	}
}

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

.activity-header__right {
	padding: 15px;
	padding: 1.5rem;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.activity-tabs {
	position: relative;
}

.activity-tabs>ul.horizontal-scrolling-enabled {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.activity-tabs>ul.horizontal-scrolling-enabled::-webkit-scrollbar-track {
    background-color: transparent;
}

.activity-tabs>ul.horizontal-scrolling-enabled::-webkit-scrollbar {
    background-color: transparent;
}

.activity-tabs>ul.horizontal-scrolling-enabled::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.activity-tabs>ul::-webkit-scrollbar {
	display: none;
}

.activity-tabs>ul {
	/* border-bottom: 1px solid #eee; */
	position: relative;
	margin: 3rem 0;
	list-style-type: none;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-bottom: 10px;
}

/* .activity-tabs>ul:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #eee;
} */

.gradient-left,
.gradient-right {
	display: none;
}

@media ( max-width: 959px) {
	/* .activity-tabs>ul:after {
		bottom: 4px;
	} */
	/* .activity-tabs>ul:before {
		content: "";
		width: 30px;
		height: 100%;
		right: 0;
		top: 0;
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
		margin-right: 10rem;
	} */

	/* .activity-tabs>ul {
		padding-right: 10rem;
	} */

	.gradient-left,
	.gradient-right {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 10rem;
		height: 53px;
		z-index: 3;
		pointer-events: none;
		opacity: 0;
		padding: 12px 0;
		text-align: right;
		color: #999;
	}

	.gradient-left {
		left: 0;
		background: linear-gradient(to left, rgba(255,255,255,0), #fff);
		text-align: left;
	}

	.gradient-right {
		right: 0;
		background: linear-gradient(to right, rgba(255,255,255,0), #fff);
	}
}

.activity-tabs>ul li {
	list-style-type: none;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.activity-tabs>ul li a {
	padding: 15px;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	color: #999;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
}

.activity-tabs>ul li a:focus {
	outline: none;
}

.activity-tabs>ul li.current a {
	color: #0065c1;
}

.activity-tabs>ul li a:after {
	content: "";
	width: 0;
	bottom: 0;
	height: 2px;
	background: white;
	position: absolute;
	left: 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.activity-tabs>ul li.current a:after {
	width: 100%;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.activity-tabs>ul li:last-child a {
	border-right: 0;
	color: #22a158;
}

.activity-tabs__1-items>ul {
	display: none;
}

.activity-tabs__1-items .tabPanel {
	margin-top: 3rem;
}

.activity-tabs .container {
	padding: 15px;
	padding: 1.5rem;
}

.activity-booking-calendar {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

/* .activity-tabs .container .one-half:nth-child(2n + 1) {
	clear: left;
} */

.activity-faq h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

svg#difficulty-level path {
	fill: #fff;
	opacity: 0.3
}

.level-btn.low-level svg#difficulty-level path.bar-1, .level-btn.medium-level svg#difficulty-level path.bar-1, .level-btn.high-level svg#difficulty-level path.bar-1 {
	opacity: 1;
}

.level-btn.medium-level svg#difficulty-level path.bar-2, .level-btn.high-level svg#difficulty-level path.bar-2 {
	opacity: 1;
}

.level-btn.high-level svg#difficulty-level path.bar-3 {
	opacity: 1;
}

.level-btn {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 3px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
}

button.level-btn, button.level-btn:hover {
	cursor: help;
}

.level-btn.low-level {
	background-color: #a6c759;
}

.level-btn.medium-level {
	background-color: #f4d968;
}

.level-btn.high-level {
	background-color: #e48d8b;
}

.tooltip {
	background: #fff;
}

.cancellation-policy {
	background: rgb(255, 253, 193);
	padding: 1.5rem;
	padding: 15px;
	border-radius: 0.5rem;
	color: #585500;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	border: 1px solid #fff980;
}

.content-box-green {
	background-color: #f5f9eb;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 15px;
	padding: 1.5rem;
	border: 1px solid #dae9b8;
	color: hsla(78, 50%, 35%, 1);
	border-radius: 5px;
	border-radius: 0.5rem;
	font-size: 15px;
	font-size: 1.5rem;
}

/* 
.activity-tabs a.active {
	background: #3498db;
    background-image: -webkit-linear-gradient(top, #67b3f3, #0484f6);
    background-image: -moz-linear-gradient(top, #67b3f3, #0484f6);
    background-image: -ms-linear-gradient(top, #67b3f3, #0484f6);
    background-image: -o-linear-gradient(top, #67b3f3, #0484f6);
    background-image: linear-gradient(to bottom, #67b3f3, #0484f6);
	color: #fff;
} */

.tippy-tooltip.light-theme {
	background-color: #fff;
	color: #444444;
	font-size: 1.5rem;
	text-align: left;
	padding: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
	border-left: 8px solid #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
	border-right: 8px solid #fff;
}

.tippy-tooltip.light-theme p {
	padding: 1rem;
}

.tippy-tooltip.light-theme .level-btn {
	border-radius: 0;
}

/* Child Pages
--------------------------------------------- */

.child-page {
	background-color: #fff;
	clear: both;
	overflow: visible;
}

@media (min-width: 960px) {
	.child-page .widget {
		float: left;
		margin-left: 2.5641%;
		width: 31.6239%;
	}
}

.child-page .widget:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.child-page .widget-wrap {
	background: #fff;
	padding: 0px;
	/* margin-top:20px; */
	position: relative;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Myrtle Beach Scuba Diving-specific 2 col override */

/* .page-id-10 .child-page .widget:nth-of-type(3n+1) {
	clear: none;
	margin-left: 2.564102564102564%;
}

.page-id-10 .child-page .widget:nth-of-type(2n+1) {
	clear: left;
	margin-left: 0;
}

.page-id-10 .child-page .widget {
	width: 48.717948717948715%;
	margin-left: 2.564102564102564%;
} */


.text-center {
	text-align: center;
}
.stacked img {
	width: auto;
	/*border: 6px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);*/
}

.stacked {
	float: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: relative;
	z-index: 50;
}

/*.stacked :before {
	content: "";
	background: #ffffff;
	border: 6px solid #fff;
	width:95%;
	height:90%;
	z-index:-1;
	position: absolute;
	top: -0px;
	left: 0px;

	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.stacked :after {
	content: "";
	background: #ffffff;
	border: 6px solid #fff;
	width:95%;
	height:90%;
	z-index:-1;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
}*/

/* ---------------------------Button 4 ---------------------------*/

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?-616apk');
	src: url('fonts/icomoon.eot?#iefix-616apk') format('embedded-opentype'), url('fonts/icomoon.woff?-616apk') format('woff'), url('fonts/icomoon.ttf?-616apk') format('truetype'), url('fonts/icomoon.svg?-616apk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Pseudo elements for icons */

.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Icons 
.icon-arrow-right:before {
content: "\e600";
}
.icon-arrow-right2:before {
content: "\e601";
}
.icon-arrow-right3:before {
content: "\e602";
}
.icon-uniE603:before {
content: "\e603";
}
.icon-arrow-right4:before {
content: "\e604";
} */

/* General button style (reset)
.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 8px 60px;
display: inline-block;
margin-top: 15px;
text-transform: none;
letter-spacing: 1px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align:center;
}

.btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.btn-4 {
color: #ffffff;
background: #3498db;
background-image: -webkit-linear-gradient(top, #67b3f3, #0484f6);
background-image: -moz-linear-gradient(top, #67b3f3, #0484f6);
background-image: -ms-linear-gradient(top, #67b3f3, #0484f6);
background-image: -o-linear-gradient(top, #67b3f3, #0484f6);
background-image: linear-gradient(to bottom, #67b3f3, #0484f6);
border: 1px solid #0165f5;
-webkit-border-radius: 60;
-moz-border-radius: 60;
border-radius: 60px;
width:100%;
}


.btn-4:hover {
color:#fff;
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #85C2F5, #0484f6);
background-image: -moz-linear-gradient(top, #85C2F5, #0484f6);
background-image: -ms-linear-gradient(top, #85C2F5, #0484f6);
background-image: -o-linear-gradient(top, #85C2F5, #0484f6);
background-image: linear-gradient(to bottom, #85C2F5, #0484f6);
}

.btn-4:before {
position: absolute;
height: 100%;
font-size: 125%;
line-height: 1;
color: #ffffff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.btn-4c:before {
left: 70%;
opacity: 0;
top: 25%;
}

.btn-4c:hover:before {
left: 80%;
opacity: 1;
}

.btn-primary {
background-color: #0066c1;
color: #fff;
max-width: 100%;
} */

.more-link {
	color: #007cce;
	display: inline-block;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.095rem;
}

.more-link + .more-link {
	margin-left: 20px;
	background-color: #e9f5ee;
	color: #22a158;
	padding-left: 15px;
	padding-right: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	float: right;
	margin-right: -15px;
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.more-link + .more-link:hover {
	padding-right: 20px;
}

/* .activity{
	background:#fff;
	padding:0px;
	margin-top:20px;
	position:relative;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
} */

.activity-wrapper {
	background: transparent;
	padding: 15px;
	top: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.activity-wrapper .widget-title {
	margin-bottom: 10px;
}

.activity-wrapper .widget-title a {
	display: block;
	color: #007ad1;
	font-size: 20px;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 20px;
	text-decoration: none;
}

.activity-wrapper .widget-title a:hover {
	color: #333;
}

.activity .entry-title a {
	color: #333;
}

.activity .widget {
	margin-bottom: 30px
}

.activity-heading {
	text-align: left;
	position: relative;
	z-index: 50;
}

.home-ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}

.home-ribbon {
	font: bold 11px Sans-Serif;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #BD0A1D;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d50a20), to(#bd0a1d));
	background-image: -webkit-linear-gradient(top, #d50a20, #bd0a1d);
	background-image: -moz-linear-gradient(top, #d50a20, #bd0a1d);
	background-image: -ms-linear-gradient(top, #d50a20, #bd0a1d);
	background-image: -o-linear-gradient(top, #d50a20, #bd0a1d);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

.home-ribbon:before {
	content: "";
	border-top: 3px solid #bd0a1d;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.home-ribbon:before {
	left: 0;
}

.home-ribbon:after {
	right: 0;
}

​ .TA_certificateOfExcellence {
	display: block;
	width: 50%;
	float: left;
}

.page-slideshow {
	margin-top: 95px;
}

@media (min-width: 960px) {
	.page-slideshow {
		margin-top: 125px;
	}
}


.homepage-hero-video .widget {
	margin: 0;
}
figure.homepage-hero-video {
	position: relative;
	height: 100vw;
	overflow: hidden;
	margin-top: 94px;
}

@media (min-width: 800px) {
	figure.homepage-hero-video {
		height: 75vw;
	}
}
@media (min-width: 960px) {
	figure.homepage-hero-video {
		height: 45vw;
	}
}

.hero-video__media {}

.homepage-hero-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.homepage-hero-video figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3.5rem;
	line-height: 1;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	background: rgba(0,0,0,0.3);
}

.homepage-hero-video figcaption p > span {
	text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.homepage-hero-video figcaption p > small {
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.homepage-hero-video figcaption .button {
	background: #007cce;
	border-radius: 30px;
	color: #fff;
	margin-top: 15px;
}

.homepage-hero-video figcaption small {
	font-size: 1.5rem;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.homepage-hero-video figcaption small {
		font-size: 2rem;
	}
	.homepage-hero-video figcaption {
		font-size: 6rem;
	}
}

.ctct-custom-form {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 30px;
	background: #e6f1f8;
}

.ctct-custom-form input[type=text]::-webkit-input-placeholder {
	color: #aaa;
}

.ctct-custom-form input[type=text]::-moz-placeholder {
	color: #aaa;
}

.ctct-custom-form input[type=text]:-ms-input-placeholder {
	color: #aaa;
}

.ctct-custom-form input[type=text]::placeholder {
	color: #aaa;
}


@media (min-width: 960px) {
	h3.bc-product__title,
	.bc-cart-item-meta .bc-cart-item__product-title {
			font-size: 1.8rem!important;
	}
}

.bc-product-quick-view__content-inner {
	font-size: 18px;
	font-size: 1.8rem;
}

.bc-product-variant__label--rectangle {
	line-height: 1.3!important;
}

.bc-product__meta {
	padding-bottom: 0!important;
}

.bc-product-card--single .bc-product__brand, 
.bc-product-single .bc-product__brand,
.bc-cart-item__product-brand,
.bc-product__brand {
	display: none!important;
}

.before-header .bc-mini-cart {
	color: #222;
	font-size: 18px;
	font-size: 1.8rem;
}

.before-header .bc-mini-cart a {
	color: #007cce!important;
}

.bigcommerce-cart__item-count {
	width: 20px!important;
	height: 20px!important;
	line-height: 20px!important;
}

.bc-product-archive__refinery {
	margin-bottom: 0!important;
}

.bc-product-card .bc-product__actions {
	margin-top: 1.5rem;
}

.before-header .menu {
	display: flex;
	margin-bottom: 0;
}

.before-header .menu li {
	padding: 0 1rem;
	margin-bottom: 0;
	line-height: 28px;
	line-height: 2.8rem;
}

.before-header .menu li:first-child {
	font-weight: bold;
}