/*!
Theme Name: Eat Seattle
Theme URI: http://underscores.me/
Author: Bizango
Author URI: https://www.bizango.com
Description: Description
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eat-seattle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eat Seattle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-content_container:focus,
.skip-content_container:focus-within,
.screen-reader-text:focus,
.screen-reader-text:focus-within {
	background-color: #34b9a5;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	overflow: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.skip-content_container {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	max-height: 100vh;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 1px;
	word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content_container:focus-within {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
  }
  .js-focus-visible .focus-visible,
  .js-focus-visible .slick-arrow.focus-visible {
    outline: 2px solid red !important;
  }
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
:root {
	--text: #1e2e58;
	--textPnk: #fa6c62;
	--textCyn: #29b7a5;
	--pink: #fa5f55;
	--blue: #1e2e58;
	--cyan: #34b9a5;
	--links: #fc7161;
	--pageFrame: 1262px;
	--maxWidth: 2000px;
	--padLess: 2.3em;
	--padNorm: 3.05em;
	--padMore: 5em;
  }
html {
	font-size: 18px;
}
body, body.page{
	color: #1e2e58;
	font-family: nobel, sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	overflow: auto !important;
	position: relative;
}
div.site {
	position: relative;
	display: block;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x: hidden;
}
main {
	min-height: 65vh;
}
.page_frame {
	max-width: 1262px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* --------------------------------------------- TYPOGRAPHY */
p, li, figcaption {
	font-size:1rem;
  font-weight: 300;
	line-height:1.11em;
	margin-top:0;
	margin-bottom:0.7em;
}
figure {
	margin: 1em 0;
}
img,
iframe:not(.playerBox) {
	max-width: 100%;
}
strong, b {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	line-height:1.1em;
	margin-bottom: 20px;
	margin-top:0;
}
h1{
	font-size:2.78rem;
}
h2{
	font-size:2.56rem;
	margin-bottom: 24px;
}
h3{
	font-family: shelby, sans-serif;
	font-size:7.22rem;
	margin-bottom: 10px;
}
h4{
	font-size:1.67rem;
	font-weight: 400;
	line-height: 1.16em;
}
h5{
	font-size:1.67rem;
	line-height: 1em;
	letter-spacing: 0.1em;
}
h6{
	font-size:1.11rem;
	line-height: 1.5em;
	margin-bottom: 24px;
	letter-spacing: 0.1em;
}
/* To minimize extra thickness added to font-weight by browsers */
p,li,h1,h2,h3,h4,h5,a,li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
  /* CKEDITOR STYLES */
  .wp-block .text .light-txt,
  .text .light-txt {
	  font-weight: 300;
  }
  .wp-block .text .cursive,
  .text .cursive {
	font-family: shelby, sans-serif;
	font-size: 8.33rem
  }
  .wp-block .text .txt-mark,
  .text .txt-mark  {
    display: inline-block;
    line-height: 1.4em;
    position: relative;
  }
  .wp-block .text .txt-mark::before,
  .text .txt-mark::before {
    background-image: url(./assets/images/mark-teal.png);
	background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    bottom: -5px;
    height: 100%;
    left: -20px;
    position: absolute;
    width: calc(100% + 30px);
    z-index: -1;
  }
  .wp-block .text .txt-mark.blue::before,
  .text .txt-mark.blue::before {
    background-image: url(./assets/images/mark-blue.png);
  }
  .wp-block .text .txt-mark.pink::before,
  .text .txt-mark.pink::before {
    background-image: url(./assets/images/mark-pink.png);
  }
  .wp-block .text .txt-mark.tan::before,
  .text .txt-mark.tan::before {
	  background-image: url(./assets/images/mark-tan.png);
  }
  .wp-block .text .rvw-auth::before,
  .text .rvw-auth::before {
    content: "\02014";
    margin-right: 5px;
    position: relative;
  }
  @media only screen and (max-width: 640px) {
	h1{
		font-size:2.5rem;
	}
	h2{
		font-size:2.2rem;
	}
	h3{
		font-size:5rem;
	}
	.wp-block .text .cursive,
	.text .cursive {
	  font-size: 6.33rem
	}
}
/* --------------------------------------------- LINKS/BUTTONS */
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a{
	color:#fc7161;
	text-decoration:none;
}
a:hover, a.current {
	  color: #1e2e58;
}
.pagination a {
	  font-weight: 700;
}
.button, button[type="submit"],
input[type="submit"],
.li-button > a {
    background-color: #13b09c;
    border: 2px solid white;
	color: white;
    cursor: pointer;
	display: inline-block;
    font-size: 0.889rem;
	font-weight: bold;
    letter-spacing: 0.1em;
	outline: none;
	padding: 15px 30px;
    position: relative;
	text-transform: uppercase;
}
.button.float {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 20px;
	padding: 10px 18px;
	position: fixed;
	transition: color 500ms ease;
	z-index: 122;
}
.button.float:hover {
	color: #29b7a5;
	transition: color 500ms ease;
}
.button.float img {
	margin-right: 10px;
	max-height: 20px;
}
.pink-btn .button {
	background-color: #fa5f55;
}
.blue-btn .button {
  background-color: #1e2e58;
}
/* Necessary for certain browser overrides */
button, input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
/* MCE BUTTONS */
.mce-ico.mce-i-custom-btn:before {
  content: "\02584";
  position: relative;
  top: -6px;
}
.text-link a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  text-transform: none;
}
.text-link a:after {
  display: none;
}
/* TEXT STYLES */
.cap {
	text-transform: capitalize;
}
.upcase {
	text-transform: uppercase;
}
.downcase {
	text-transform: lowercase;
}
.col-white {
	color: white;
}
.dib {
	display: inline-block;
}
.mb0--last *:nth-last-child(1) {
	margin-bottom: 0;
}

.acf-field {
	display: block;
}
.acf-fields > .acf-tab-wrap ~ .acf-field {
	display: inline-block;
}
.block {
	/* padding-top: 3.05em;
	padding-bottom: 3.05em; */
}
.block.padding-top__less {
  padding-top: 2.3em;
}
.block.padding-top__normal,
.block.hero-padding-top__less {
  padding-top: 3.05em;
}
.block.padding-top__more,
.block.hero-padding-top__normal {
  padding-top: 5em;
}
.block.hero-padding-top__more {
  padding-top: 4.5rem;
}
.block.padding-bottom__less {
  padding-bottom: 2.3em;
}
.block.padding-bottom__normal,
.block.hero-padding-bottom__less  {
  padding-bottom: 3.05em;
}
.block.padding-bottom__more,
.block.hero-padding-bottom__normal {
  padding-bottom: 5em;
}
.block.hero-padding-bottom__more {
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .block.padding-top__less,
  .block.hero-padding-top__less {
	padding-top: 1.5rem;
  }
  .block.padding-top__normal,
  .block.hero-padding-top__less {
	padding-top: 2em;
  }
  .block.padding-top__more,
  .block.hero-padding-top__normal {
	padding-top: 2.5em;
  }
  .block.hero-padding-top__more {
	padding-top: 3rem;
  }
  .block.padding-bottom__less {
	padding-bottom: 1.5rem;
  }
  .block.padding-bottom__normal,
  .block.hero-padding-bottom__less  {
	padding-bottom: 2em;
  }
  .block.padding-bottom__more,
  .block.hero-padding-bottom__normal {
	padding-bottom: 2.5em;
  }
  .block.hero-padding-bottom__more {
	padding-bottom: 3rem;
  }
}
/* --------------------------------------------- HELPERS */
.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
  /* OVERLAYS */
  .olay::after, .olay-2::before, .olay-bg-2 .block__bg-img::before,
  .olay-bg .block__bg-img::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
.block__admin-view .olay-hp-hero::after {
  z-index: -1;
}
.olay-hp-hero::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(42,30,29,0.5)), color-stop(50%, rgba(42,30,29,0)));
  background-image: -o-linear-gradient(left, rgba(42,30,29,0.5), rgba(42,30,29,0) 50%);
  background-image: linear-gradient(to right, rgba(42,30,29,0.5), rgba(42,30,29,0) 50%);
}
.olay-int-hero::after {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(10,17,31,0.4)), color-stop(60%, rgba(10,17,31,0)));
	background-image: -o-linear-gradient(left, rgba(10,17,31,0.4), rgba(10,17,31,0) 60%);
	background-image: linear-gradient(to right, rgba(10,17,31,0.4), rgba(10,17,31,0) 60%);
}
.text-position__center .olay-int-hero::after {
	background-image: none;
	background: rgba(10,17,31,0.4);
}
.text-position__right .olay-int-hero::after {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(10,17,31,0.4)), color-stop(60%, rgba(10,17,31,0)));
	background-image: -o-linear-gradient(right, rgba(10,17,31,0.4), rgba(10,17,31,0) 60%);
	background-image: linear-gradient(to left, rgba(10,17,31,0.4), rgba(10,17,31,0) 60%);
}
.olay-tour-panel::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(14,21,35)), color-stop(50%, rgba(14,21,35,0)));
	background-image: -o-linear-gradient(bottom, rgba(14,21,35), rgba(14,21,35,0) 50%);
	background-image: linear-gradient(to top, rgba(14,21,35), rgba(14,21,35,0) 50%);
}
.olay-quote-img::after {
	background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, rgba(255,255,255)), color-stop(15%, rgba(255,255,255,0.9)), color-stop(55%, rgba(255,255,255,0)));
	background-image: -o-linear-gradient(right, rgba(255,255,255) 5%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 55%);
	background-image: linear-gradient(to left, rgba(255,255,255) 5%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 55%);
}
.cr .olay-quote-img::after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255,255,255)), color-stop(15%, rgba(255,255,255,0.9)), color-stop(55%, rgba(255,255,255,0)));
	background-image: -o-linear-gradient(left, rgba(255,255,255) 5%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 55%);
	background-image: linear-gradient(to right, rgba(255,255,255) 5%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0) 55%);
}
.olay-cta::before {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(12, 19, 33, 0.8)), color-stop(7%, rgba(12,19,33,0)));
	background-image: -o-linear-gradient(right, rgba(12, 19, 33, 0.8), rgba(12,19,33,0) 7%);
	background-image: linear-gradient(to left, rgba(12, 19, 33, 0.8), rgba(12,19,33,0) 7%);
	left: auto;
	right: 100%;
}
/* ------------NAV DEFAULT STYLING-------------- */
.nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #133e3c;
	z-index: -100;
}
#nav, .nav-grid, #mobile_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#nav.nav-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav-grid-container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin-left: 20px;
}
.nav-grid {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
}
.nav-grid.nav-auto {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.nav-grid.nav-center {
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	width: auto;
}
.nav-grid-y {
	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-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: 0;
}
.nav-grid > li {
	padding: 10px 32px;
}
.nav-util > li {
	padding: 5px 10px;
}
.nav-grid > li.icon {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding-left: 5px;
	padding-right: 5px;
}
.nav-grid > li:nth-last-child(1) {
	padding-right: 0;
}
.nav-grid a {
	text-align: center;
}
/*---------------NAV---------------*/
/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2000px;
  z-index: 9;
}
.header-full {
  position: relative;
}
.header-bg {
  background: rgba(36,178,156,0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.notice_container {
  background-color: #1e3058;
  color: white;
  padding: 12px 0 14px 0;
  position: relative;
  text-align: center;
  z-index: 100;
}
.notice_container p {
  font-size: 0.556rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.notice_container strong {
	font-weight: 800;
}
.notice_container a {
	color: #34b9a5;
}
#notice_modal {
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	display: none;
	height: 100vh;
	left: 0;
	padding: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#notice_modal article {
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	width: 100%;
}
#notice_modal iframe {
	height: 100%;
	width: 100%;
}
#notice_modal .exit {
	background: none;
	border: none;
	color: white;
	display: block;
	margin-left: auto;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 0;
}
#notice_modal .exit::after {
	content: "\0002B";
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	transform: rotate(45deg);
}
/* NAV CUSTOM */
.tilt_frame {
	height: 175px;
	max-width: 2000px;
	overflow: hidden;
	position: absolute;
	width: 280px;
	z-index: 9;
}
.logo-tilt-box {
	background: #fa6e64;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	display: inline-block;
	height: 350px;
	left: 200px;
	position: absolute;
	top: -230px;
	-webkit-transform: rotate(78deg);
	    -ms-transform: rotate(78deg);
	        transform: rotate(78deg);
	-webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	        transform-origin: top left;
	width: 350px;
}
.header-full .page_frame {
	position: static;
}
.header__logo a {
	display: inline-block;
	height: 115px;
	left: 50px;
	padding-top: 15px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
	width: 136px;
	z-index: 10;
}
header a.logo img {
	max-height: 60px;
}
.header__frame {
	/* align-items: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__nav {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
#nav_frame{
	/* display: none; */
	position: relative;
  	top: 0;
  	left: 0;
	width:100%;
	max-width: 2000px;
	z-index: 10;
}
#nav {
	position:relative;
}
.nav {
	padding: 0px;
	list-style:none;
	z-index:10;
}
.header__nav.static {
	position: relative;
	top: 0;
}
.header__nav.scroll {
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	opacity: 0;
	padding-top: 5px;
	position: absolute;
	right: 20px;
	top: -100%;
	width: calc(100% - 40px);
}
.header__nav.scroll a {
	font-size: 0.778rem;
	padding-left: 15px;
	padding-right: 15px;
}
.header__nav.scroll .li-button a {
	padding: 5px 10px;
}
.header__nav.scroll .nav.scroll > li > a {
	padding-bottom: 24px;
	padding-top: 24px;
}
.header__nav.scroll .nav--primary.scroll > .menu-item-type-custom {
	padding-bottom: 0px;
}
.header__nav.scroll .nav--primary.scroll > .menu-item-type-custom > a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.nav a {
	display: block;
	color: white;
	font-size: 0.833rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 20px;
}
.nav .nav-li a:hover {
	color: #1e2e58;
}
.nav li {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0px;
}
header .nav--primary .menu-item-type-post_type::after,
.nav--primary li::after {
	background: rgba(255,255,255,0.5);
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 14%;
	width: 3px;
}
.scroll .nav--primary .menu-item-type-post_type::after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.static .nav--primary > .menu-item-type-post_type > a {
	padding-bottom: 22px;
}
header .nav--primary li:nth-last-child(-n + 3)::after,
header .nav--primary.scroll li:nth-last-child(-n + 6)::after,
.nav--primary li:last-child:after {
	display: none;
}
.nav--primary .menu-item-type-custom {
	padding-bottom: 12px;
}
.nav--primary .li-button.first {
	margin-left: -15px;
}
.li-button > a {
	background: #1e2e58;
	border: 1px solid white;
	margin-left: 15px;
	padding: 7px 10px;
}
.li-button.pink > a {
	background:#fa5f55;
	margin-left: 6px;
}
.nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
  	margin: 0;
	padding: 0;
}
.nav > li {
	position: relative;
}
.nav--utility li {
	padding-bottom: 0;
}
.nav--utility a {
	font-size: 0.667rem;
	font-weight: 500;
	padding: 15px;
}
.nav .icon a {
	color: #1e2e58;
	font-size: 0;
	margin: 0;
	padding: 0px;
}
.nav .icon a::before {
	font-size: 1.1rem;
}
.nav .sub-menu li {
	display: block;
}
.sub-menu {
	background-color: #fa5f55;
	color: white;
	display: none;
	left: 0;
	margin: 0;
	min-width: max-content;
	padding: 0 0 0 10px;
	position: absolute;
	top: 100%;
}
.nav--primary li:hover > .sub-menu,
.sub-menu:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
	    flex-direction: column;
}
.sub-menu li {
	background: none;
	padding: 5px 10px;
	border-right: none;
}
.sub-menu a {
	/* white-space: nowrap; */
	padding: 0;
	line-height: 20px;
	text-align: left;
	text-transform: none;
}
.scroll .sub-menu {
	top: 62px;
}
#mobile_nav {
	display: none;
}
/* HP NAV STYLING */
#page_home .tilt_frame,
#page_home .header__logo,
#page_home .header-bg {
	display: none;
}
#page_home .header__nav,
#page_home .header__nav.scroll::before,
#page_home header .header__nav::after {
	background: rgba(36,178,156,0.9);
}
#page_home .header-full {
	position: fixed;
	width: 100%;
}
#page_home header .header__nav::before,
#page_home .header-full .header__nav::after {
	content: "";
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: calc((100vw - 900px)/2);
}
#page_home header .header__nav::before {
	left: auto;
	right: 100%;
}
#page_home .header__nav {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	margin-left: auto;
}
@media only screen and (max-width: 1000px){
	.header__nav .nav--primary, .header__nav .nav--utility,
	.header__nav.scroll,
	#page_home header .header__nav::after {
		display: none;
	}
	.tilt_frame {
		height: 157px;
	}
	.header .page_frame {
		padding: 0;
	}
	#mobile_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100vw;
	}
	.logo-tilt-box {
		height: 250px;
		left: 130px;
		top: -130px;
		width: 250px;
	}
	.header__logo a {
		left: 0;
		padding-left: 20px;
	}
	#mobile_nav .icon {
		cursor: pointer;
		display: block;
		margin-left: auto;
		opacity: 1 !important;
		padding-right: 0;
		padding-top: 36px;
		position: relative;
		text-align: right;
		z-index: 11;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before,
	.hamburger-inner:hover, .hamburger-inner:hover::after, .hamburger-inner:hover::before {
		background-color: #1e2e58;
		opacity: 1 !important;
	}
	.nav--mobile {
		background: rgba(36,178,156,0.9);
		color: #fff;
		display: none;
		padding-top: 65px;
		position: absolute;
		top: 82px;
		left: 0;
		width: 100%;
		z-index: 0;
	}
	.nav--mobile > li {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	.nav--mobile a {
		font-size: 1rem;
		padding: 10px 5%;
		text-align: left;
	}
	.nav--mobile .sub-menu {
		background: #fa5f55;
		display: none;
		position: relative;
		padding: 0;
		margin: 0;
	}
	/* || MOBILE SUBNAV STYLING */
	#mobile_nav .plus {
		color: #fff;
		display: inline-block;
		width: 40px;
		height: 40px;
		border: 0;
		font-size: 1.5em;
		position: absolute;
		right: 20px;
		top: 0;
	  }
	
	  #mobile_nav .plus span {
		position: absolute;
		-webkit-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		background: white;
		border-radius: 2px;
	  }
	  /* Create the "+" shape by positioning the spans absolutely */
	  #mobile_nav .plus span:first-child {
		top: 25%;
		bottom: 25%;
		width: 10%;
		left: 45%;
	  }
	  #mobile_nav .plus span:last-child {
		left: 25%;
		right: 25%;
		height: 10%;
		top: 45%;
	  }
	  /* Morph the shape when the button is hovered over */
	  #mobile_nav .active .plus span {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	  }
	  #mobile_nav .active .plus span:last-child {
		left: 50%;
		right: 50%;
	  }
	  /* HP MOBILE NAV */
	  #page_home .nav--mobile {
		padding-top: 85px;
		top: 0px;
	}
}
/* --------------------------------------------- FOOTER */
.footer {
	  background: #1e3058;
	  padding-top: 64px;
}
.footer .nav {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer .nav li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .nav a {
	  font-size: 0.722rem;
	  text-align: center;
}
.footer .nav--primary li::after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.footer .nav--primary .menu-item-type-custom {
	padding-bottom: 0;
}
.footer .nav--primary .menu-item-type-post_type > a {
	padding-bottom: 10px;
}
.footer .sub-menu {
	  display: none;
}
.deep-footer {
	  background-color: #1e3058;
	  color: #667ba9;
	  padding-bottom: 0.5rem;
	  padding-top: 0.5rem;
}
.deep-footer__content {
	  text-align: center;
}
.deep-footer .copyright {
	  font-size: 0.625rem;
	  letter-spacing: 0.2em;
	  text-transform: uppercase;
}
#bizango{
	  width:220px;
	  height:12px;
	  padding-bottom:30px;
	  font-size:10px;
	  color:#888;
	  display:block;
	  margin:10px auto 25px;
	  background-image:url(./assets/images/bizango-white.png);
	  background-repeat:no-repeat;
	  background-position:center bottom;
}
@media only screen and (max-width: 900px) {
	.footer .footer__logo {
		margin-bottom: 20px;
		max-width: 250px;
		width: 100%;
	}
	.footer .footer__frame,
	.footer__nav .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer .footer__nav {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}
	.footer .nav li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer .nav--primary li::after {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	#footer_nav .main-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-clr__black,
.block.bg-clr__black .block__bg-img,
.offset_hero.bg-clr__black > .bg-img,
.float.bg-clr__black,
.text-area-bg-clr__black .col-2 {
	background-color: #000;
}
.block.story_panel.box-style__outline.text-area-bg-clr__black .col-2 {
	border-color: #000;
}
.block.bg-clr__white,
.block.bg-clr__white .block__bg-img,
.offset_hero.bg-clr__white > .bg-img,
.float.bg-clr__white,
.text-area-bg-clr__white .col-2  {
	background-color: #fff;
}
.block.story_panel.box-style__outline.text-area-bg-clr__white .col-2 {
	border-color: #fff;
}
.block.bg-clr__pink,
.block.bg-clr__pink .block__bg-img,
.offset_hero.bg-clr__pink > .bg-img,
.float.bg-clr__pink,
.text-area-bg-clr__pink .col-2 {
	background-color: #fa5f55;
}
.block.story_panel.box-style__outline.text-area-bg-clr__pink .col-2 {
	border-color: #fa5f55;
}
.block.bg-clr__blue,
.block.bg-clr__blue .block__bg-img,
.offset_hero.bg-clr__blue > .bg-img,
.float.bg-clr__blue,
.text-area-bg-clr__blue .col-2 {
	background-color: #1e2e58;
}
.block.story_panel.box-style__outline.text-area-bg-clr__blue .col-2 {
	border-color: #1e2e58;
}
.block.bg-clr__cyan,
.block.bg-clr__cyan .block__bg-img,
.offset_hero.bg-clr__cyan > .bg-img,
.float.bg-clr__cyan,
.text-area-bg-clr__cyan .col-2  {
	background-color: #34b9a5;
}
.block.story_panel.box-style__outline.text-area-bg-clr__cyan .col-2 {
	border-color: #34b9a5;
}
.bg-clr__black .text,
.text-area-bg-clr__black .text,
.block.story_panel.box-style__outline.bg-clr__black .col-2 .text,
.bg-clr__blue .text,
.text-area-bg-clr__blue .text,
.block.story_panel.box-style__outline.bg-clr__blue .col-2 .text,
.bg-clr__cyan .text,
.text-area-bg-clr__cyan .text,
.block.story_panel.box-style__outline.bg-clr__cyan .col-2 .text,
.bg-clr__pink .text,
.text-area-bg-clr__pink .text,
.block.story_panel.box-style__outline.bg-clr__pink .col-2 .text,
.bg-clr__black .text .btn-style__blank,
.bg-clr__blue .text .btn-style__blank {
	color: white;
}
.block.story_panel.box-style__outline .col-2 {
	background: transparent !important;
	color: initial !important;
}
.float.bg-clr__white,
.text-area-bg-clr__white .col-2 .text,
.block.story_panel.box-style__outline.bg-clr__white .col-2 .text {
	color: #1e2e58;
}
  /* --------------------------------------------- 404 */
  .error-404 {
	  padding-top: 60px;
  }
/* --------------------------------------------- CUSTOM BLOCK OPTIONS */
.entry-content {
	margin-top: 0;
}
.block.narrow-content__some .all-cols-wrap {
  /* max-width: 75%; */
  max-width: 915px;
  margin: 0 auto;
}
.block.narrow-content__more .all-cols-wrap {
  /* max-width: 61%; */
  max-width: 808px;
  margin: 0 auto;
}
.icon_style .all-cols-wrap img,
.logo_style .all-cols-wrap img {
	display: block;
	height: 100vw;
	margin: 0 auto 20px auto;
	object-fit: contain;
	width: 100%;
}
.icon_style .all-cols-wrap img {
	max-height: 75px;
	max-width: 75px;
}
.logo_style .all-cols-wrap img {
	max-height: 275px;
	max-width: 275px;
}
@media only screen and (max-width: 768px) {
	.text > *[style="text-align: right;"] {
		text-align: left !important;
	}
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}
}
/* --------------------------------------------- CUSTOM BLOCKS */
/* --------------------------------------------- TWO COL */
@media only screen and (min-width: 768px) {
	.two_col_content .all-cols-wrap,
	.three_col_content .all-cols-wrap,
	.four_col_content .all-cols-wrap {
		align-items: flex-start;
	}
	.two_col_content .all-cols-wrap {
		justify-content: flex-start;
	}
	.two_col_content .all-cols-wrap .col-1,
	.two_col_content .all-cols-wrap .col-2 {
		flex: 0 0 auto;
		margin-left: 5.5556%;
		width: 38.88889%;
	}
	.two_col_content .all-cols-wrap .col-2 {
		margin-left: 11.1111%;
	}
	.two_col_content.big_right .all-cols-wrap .col-1,
	.two_col_content.big_left .all-cols-wrap .col-1 {
		width: 38.88889%;
		margin-left: 5.5556%;
	}
	.two_col_content.big_left .all-cols-wrap .col-1,
	.two_col_content.big_right .all-cols-wrap .col-2 {
		width: 44.44444%;
		margin-left: 5.5556%;
	}
}
/* --------------------------------------------- HP HERO */
.block.hp-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0;
}
.block.hp-hero sup {
  top: -0.4em;
  font-size: 0.6em;
}
.block.hp-hero .stars {
  max-width: 140px;
  margin-bottom: 10px;
}
.block.hp-hero .rvw-auth {
  font-size: 0.667rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.block.hp-hero .hp-hero-main-txt > * {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.hp-hero_container {
  min-height: 667px;
}
.angle-bg {
  /* background: #fc7363; */
  background-image: url(./assets/images/pink-pattern.png);
  background-size: cover;
  bottom: 34%;
  display: inline-block;
  height: 100%;
  position: absolute;
  -webkit-transform: skewY(-10deg);
      -ms-transform: skewY(-10deg);
          transform: skewY(-10deg);
  width: 100%;
}
.hp-hero-text_container {
  position: relative;
  z-index: 1;
}
.hp-hero-logo_container {
  padding-top: 30px;
  margin-bottom: 25px;
}
.hp-hero-logo_container img {
	max-width: 250px;
}
.hp-hero-main-txt {
	margin-bottom: 45px;
}
.hp-hero-sml-img_container {
  bottom: 35px;
  left: -40px;
  position: absolute;
}
.hp-hero-sml-img_container img {
  -webkit-animation: float 10s ease-in-out infinite;
          animation: float 10s ease-in-out infinite;
  display: inline-block;
  margin-top: 15px;
  max-height: 152px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.hp-hero-quote_container {
  margin-top: 85px;
  /* max-width: 20%; */
}
.hp-hero-quote_container h6 {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.hp-hero-video_container {
  height: 100%;
  right: 0;
  width: 69%;
  position: absolute;
  top: 0;
  /* width: 100%; */
}
.hp-hero-video_container .help {
  display: inline-block;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.hp-hero-video_container .video {
	position: relative;
	overflow: hidden;
}
.hp-hero-video_container video {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.img-rotate {
  bottom: 80px;
  position: absolute;
  right: 5%;
  z-index: 1;
}
.img-rotate > a {
	display: inline-block;
}
.img-rotate img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.9));
          filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.9));
  height: 115px;
  width: 115px;
}
.rotating-img {
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.play-btn {
	background-color: transparent;
	background-image: url(./assets/images/play-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	display: none;
	height: 80px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	        transform: translate3d(-50%,-50%,0);
	width: 80px;
	z-index: 1;
}
@media only screen and (max-width: 1000px) {
	.angle-bg {
		bottom: 77vw;
	}
	.hp-hero_container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hp-hero-video_container {
		position: relative;
	}
	.img-rotate,
	.hp-hero_container #vid_hero,
	.hp-hero_container .spacer,
	.olay-hp-hero::after  {
		display: none;
	}
	.grid-x > .hp-hero-logo_container,
	.grid-x > .hp-hero-main-txt,
	.grid-x > .hp-hero-btn_container {
		text-align: center;
		width: 100%;
	}
	.grid-x > .hp-hero-sml-img_container {
		left: auto;
		margin-left: 5.5556%;
		margin-right: 20px;
		position: relative;
		top: -10%;
		width: 25.33%;
	  }
	  .hp-hero-sml-img_container img {
		  display: block;
		  margin-left: auto;
	  }
	  .grid-x > .hp-hero-quote_container {
		margin-bottom: 30px;
		margin-left: 0;
		width: auto;
		-ms-flex-preferred-size: 63%;
		    flex-basis: 63%;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		margin-top: 60px;
	  }
	  .hp-hero-video_container {
		  min-height: 60vw;
		  width: 100%;
	  }
	  .play-btn {
		  display: block;
	  }
}
@media only screen and (max-width: 760px) {
	.grid-x > .hp-hero-sml-img_container {
		left: -20px;
		margin-left: 0px;
		margin-right: 0;
	}
	.angle-bg {
		bottom: 85vw;
	}
}
@media only screen and (max-width: 480px) {
	.angle-bg {
		bottom: 103vw;
	}
	.block.hp-hero .txt-mark::before {
		display: none;
	}
	.hp-hero-logo_container {
		margin-bottom: 10px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.hp-hero-logo_container img {
		max-width: 100%;
	}
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes float{
     
  0%{
  -webkit-transform:rotate(-2deg) translate(0);
          transform:rotate(-2deg) translate(0)
  
  }
  25%{
    -webkit-transform:rotate(2deg) translateY(-20px);
            transform:rotate(2deg) translateY(-20px)
  }
  50%
  {
    -webkit-transform:rotate(-2deg) translate(0);
            transform:rotate(-2deg) translate(0)
  }
  75%{
    -webkit-transform:rotate(-4deg) translateY(-20px);
            transform:rotate(-4deg) translateY(-20px)
  }
  to{
    -webkit-transform:rotate(-2deg) translate(0);
            transform:rotate(-2deg) translate(0)
  }
}
@keyframes float{
     
  0%{
  -webkit-transform:rotate(-2deg) translate(0);
          transform:rotate(-2deg) translate(0)
  
  }
  25%{
    -webkit-transform:rotate(2deg) translateY(-20px);
            transform:rotate(2deg) translateY(-20px)
  }
  50%
  {
    -webkit-transform:rotate(-2deg) translate(0);
            transform:rotate(-2deg) translate(0)
  }
  75%{
    -webkit-transform:rotate(-4deg) translateY(-20px);
            transform:rotate(-4deg) translateY(-20px)
  }
  to{
    -webkit-transform:rotate(-2deg) translate(0);
            transform:rotate(-2deg) translate(0)
  }
}
/* --------------------------------------------- INTERIOR HERO */
.block.interior_hero {
	color: white;
	min-height: 570px;
}
.interior_hero.text-position__center .grid-x {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.interior_hero.text-position__right .grid-x {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}
@media only screen and (max-width: 1024px) {
	.olay-int-hero::after {
		background: -webkit-gradient(linear, left top, right top, from(rgba(10,17,31,0.6)), to(rgba(10,17,31,0)));
		background: -o-linear-gradient(left, rgba(10,17,31,0.6), rgba(10,17,31,0) 100%);
		background: linear-gradient(to right, rgba(10,17,31,0.6), rgba(10,17,31,0) 100%);
	}
}
/* --------------------------------------------- TOURS PANEL */
.block.tour_panels {
	margin: 0 auto;
	max-width: 1400px;
}
.panels_group {
	margin: 0 -12px 0 auto;
	width: 82.14%;
}
.tour_panels .tour-title {
	max-width: 227px;
	position: relative;
	width: 16%;
}
.tour_panels .tour-title .text {
	bottom: 50%;
	display: inline-block;
	min-width: 565px;
	position: absolute;
	right: -215px;
	text-align: center;
	top: 50%;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	/* white-space: nowrap; */
}
.tour-panel {
	background-color: #281c1b;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: white;
	-ms-flex-preferred-size: calc(33.333% - 24px);
	    flex-basis: calc(33.333% - 24px);
	margin: 0 12px;
	min-height: 565px;
	padding: 36px 55px;
	position: relative;
	text-align: center;
}
.tour-panel::before {
	opacity: 0;
	z-index: 1;
}
.tour-panel a {
	color: white;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.tour-panel .button {
	font-size: 0.889rem;
}
.tour-panel.email {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 55px 20px 64px;
	text-align: left;
}
.tour-panel.email .bg-img,
.tour-panel.email:hover .bg-img {
	opacity: 0.3;
}
.tour-panel.email input {
	display: block;
	font-size: 0.667rem;
	margin-bottom: 14px;
	margin-left: auto;
}
.tour-panel.email input[type="email"] {
	background-color: #f2f0e3;
	border: 2px solid white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 16px 19px 16px 10px;
	width: 100%;
}
.tour-panel input::-moz-placeholder {
	color: #1e3058;
	font-weight: 700;
	opacity: 1;
}
.tour-panel input::placeholder,
.tour-panel input::-moz-placeholder {
	color: #1e3058;
	font-weight: 700;
	opacity: 1;
}
.tour-panel input::-webkit-input-placeholder {
	color: #1e3058;
	font-weight: 700;
	opacity: 1;
}
.tour-panel.blue {
	background-color: #1e3058;
}
.tour-panel.dark_blue {
	background-color: #0d1527;
}
.tour-panel,
.tour-panel:hover,
.tour-panel::before,
.tour-panel:hover::before,
.tour-panel .bg-img,
.tour-panel:hover .bg-img,
.tour-panel .text,
.tour-panel:hover .text {
	-webkit-transition: all ease-out 700ms;
	-o-transition: all ease-out 700ms;
	transition: all ease-out 700ms;
}
.tour-panel:hover {
	-webkit-transform: rotate(2deg);
	    -ms-transform: rotate(2deg);
	        transform: rotate(2deg);
}
.tour-panel .bg-img {
	opacity: 0.7;
}
.tour-panel::before {
	opacity: 0;
}
.tour-panel:hover .bg-img {
	opacity: 0.9;
}
.tour-panel:hover::before {
	opacity: 1;
}
.tour-panel:hover .text {
	-webkit-transform: rotate(-2deg) translateY(20px);
	    -ms-transform: rotate(-2deg) translateY(20px);
	        transform: rotate(-2deg) translateY(20px);
}
@media only screen and (max-width: 1100px) {
	.tour_panels .tour-title .text {
		left: -50%;
	}
}
@media only screen and (max-width: 1000px) {
	.tour_panels .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tour_panels .tour-title {
		max-width: none;
		text-align: center;
		width: 100%;
	}
	.tour_panels .tour-title .text {
		left: auto;
		margin-bottom: 40px;
		min-width: 0;
		position: relative;
		right: auto;
		text-align: center;
		top: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.panels_group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0;
		width: 100%;
	}
	.tour-panel,
	.tour-panel.email {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
		height: 100%;
		margin: 10px auto;
		max-height: 600px;
		max-width: 400px;
		text-align: center;
		width: 100%;
	}
	.tour-panel form {
		max-width: 500px;
	}
	.tour-panel.email input {
		margin-right: auto;
	}
.tour-panel,
.tour-panel:hover,
.tour-panel::before,
.tour-panel:hover::before,
.tour-panel .bg-img,
.tour-panel:hover .bg-img,
.tour-panel .text,
.tour-panel:hover .text {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.tour-panel:hover .bg-img  {
	opacity: 0.7;
}
.tour-panel::before {
	display: none;
}
}
/* --------------------------------------------- FEATURED QUOTE */
.featured_quote {
	min-height: 800px;
	overflow: hidden;
	padding: 250px 0 50px 0;
}
.quote-images {
	/* height: 100%; */
	left: 0;
	position: absolute;
	/* top: 0; */
	top: -300px;
	width: 100%;
}
.quote-images .img-container {
	display: inline-block;
	height: 100vw;
	margin: -2.5% 0;
	position: relative;
	width: 100vw;
}
.quote-images .img-container .olay::after {
	height: calc(100% + 10px);
	left: -5px;
	top: -5px;
	width: calc(100% + 10px);
}
.quote-images .tl,
.quote-images .bl {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	max-height: 295px;
	max-width: 463px;
}
.quote-images .bl {
	max-height: 340px;
	max-width: 550px;
}
.quote-images .cr {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	max-height: 565px;
	max-width: 395px;
}
.featured_quote .text {
	margin: 0 auto;
	max-width: 515px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	/* top: -380px; */
	/* top: -180px; */
	top: -110px;
	z-index: 1;
}
.featured_quote h1 {
	letter-spacing: 0.1em;
}
.featured_quote .cursive {
	display: inline-block;
	font-size: 11.11rem;
	line-height: 1em;
	margin-bottom: -36px;
}
.icon-coffee::before,
.icon-sign::after,
.icon-food::before {
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	z-index: 1;
}
.icon-coffee::before {
	background-image: url(./assets/images/icon-coffee.png);
	bottom: 95%;
	height: 100px;
	left: calc(50% - 47px);
	-webkit-transform: rotate(5.7deg);
	    -ms-transform: rotate(5.7deg);
	        transform: rotate(5.7deg);
	width: 95px;
}
.icon-sign::after {
	background-image: url(./assets/images/icon-sign.png);
	height: 310px;
	right: 10px;
	top: 80%;
	-webkit-transform: rotate(3.7deg);
	    -ms-transform: rotate(3.7deg);
	        transform: rotate(3.7deg);
	width: 385px;
}
.icon-food::before {
	background-image: url(./assets/images/icon-abstract-food.png);
	bottom: 90%;
	height: 115px;
	left: 20px;
	-webkit-transform: rotate(-5.5deg);
	    -ms-transform: rotate(-5.5deg);
	        transform: rotate(-5.5deg);
	width: 115px;
}
@media only screen and (max-width: 1260px) {
	.quote-images .tl {
		max-height: 23.4vw;
		max-width: 36.7vw;
	}
	.quote-images .bl {
		max-height: 27vw;
		max-width: 43.6vw;
	}
	.quote-images .cr {
		max-height: 44.8vw;
		max-width: 31.3vw;
	}
}
@media only screen and (max-width: 1000px) {
	.quote-images {
		/* top: 500px; */
	}
	.quote-images .cr {
		margin-bottom: calc(500px - 40vw);
		margin-top: calc(500px - 60vw);
	}
	.featured_quote .text {
		top: -100px;
	}
	.featured_quote h1 {
		font-size: 2rem;
	}
	.featured_quote h1 .cursive {
		display: block;
		font-size: 9rem;
	}
	.icon-coffee::before,
	.icon-sign::after,
	.icon-food::before {
		opacity: 0.6;
	}
	.icon-coffee::before {
		bottom: 110%;
	}
	.icon-sign::after {
		height: 217px;
		top: 105%;
		width: 270px;
	}
	.icon-food::before {
		bottom: 105%;
	}
}
@media only screen and (max-width: 760px) {
	.featured_quote .text {
		top: -80px;
	}
	.featured_quote h1 {
		font-size: 1.5rem;
	}
	.featured_quote h1 .cursive {
		font-size: 8rem;
		margin-bottom: -25px;
	}
	.olay-quote-img::after {
		background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, rgb(255, 255, 255)), color-stop(35%, rgba(255,255,255,0.9)), to(rgba(255,255,255,0)));
		background-image: -o-linear-gradient(right, rgb(255, 255, 255) 5%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to left, rgb(255, 255, 255) 5%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0) 100%);
	}
	.cr .olay-quote-img::after {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(255, 255, 255)), color-stop(35%, rgba(255,255,255,0.9)), to(rgba(255,255,255,0)));
		background-image: -o-linear-gradient(left, rgb(255, 255, 255) 5%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgb(255, 255, 255) 5%, rgba(255,255,255,0.9) 35%, rgba(255,255,255,0) 100%);
	}
}
@media only screen and (max-width: 640px) {
	.block.featured_quote {
		padding-bottom: 50px;
	}
	.quote-images {
		top: -200px;
	}
	.quote-images .cr {
		margin-bottom: calc(450px - 40vw);
		margin-top: calc(450px - 60vw);
	}
	.icon-sign::after {
		height: 108px;
		width: 135px;
	}
	.icon-coffee::before {
		height: 50px;
		width: 47.5px;
	}
	.icon-food::before {
		height: 57.5px;
		width: 57.5px;
	}
	.featured_quote h1 {
		font-size: 1.5rem;
	}
	.featured_quote h1 .cursive {
		font-size: 7rem;
	}
}
/* --------------------------------------------- FEATURED IN */
.featured_in .all-cols-wrap {
	margin: 0 35px;
}
.featured_in .text {
	color: #b4b9c2;
	margin-bottom: 45px;
	text-align: center;
}
.featured_container {
	margin: 0 auto;
	max-width: 915px;
}
.featured_group {
	margin: 0 -35px;
}
.featured-img {
	margin: 10px 35px;
}
.featured-img img {
	display: block;
	margin: 0 auto;
	max-height: 35px;
}
@media only screen and (max-width: 640px) {
	.featured_in .text {
		margin-bottom: 25px;
	}
	.featured-img img {
		margin: 20px auto;
		max-height: 45px;
	}
}
/* --------------------------------------------- TESTIMONIALS */
.block.testimonials {
	/* padding: 45px 0; */
	max-width: 100%;
}
.testimonials .quotes {
	display: inline-block;
	position: relative;
}
.testimonials .quotes::before,
.testimonials .quotes::after {
	background-image: url(./assets/images/icon-quotes.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 70px;
	position: absolute;
	right: calc(100% + 30px);
	top: -20px;
	-webkit-transform: rotate(-5.5deg);
	    -ms-transform: rotate(-5.5deg);
	        transform: rotate(-5.5deg);
	width: 70px;
}
.testimonials .quotes::after {
	left: calc(100% + 35px);
	right: auto;
	top: -30px;
	-webkit-transform: rotate(5.5deg) scale(-1);
	    -ms-transform: rotate(5.5deg) scale(-1);
	        transform: rotate(5.5deg) scale(-1);
}
.testimonials .ttl-sec {
	margin-bottom: 60px;
	text-align: center;
}
.block.testimonials .page_frame {
	padding: 0 120px;
}
.block.testimonials > .page_frame {
	max-width: 100%;
	padding: 0;
}
.block.testimonials .element__slider {
	position: relative;
	z-index: 1;
}
.testimonial-slider {
	margin-bottom: 30px;
}
.block.testimonials .slick-next,
.block.testimonials .slick-prev {
	display: inline-block;
	background-color: transparent;
	background-image: url(./assets/images/slider-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 64px;
	right: calc(50% - 310px);
	width: 25px;
}
.block.testimonials .slick-prev  {
	left: calc(50% - 310px);
	right: auto;
	-webkit-transform: scaleX(-1) translateY(-32px);
	    -ms-transform: scaleX(-1) translateY(-32px);
	        transform: scaleX(-1) translateY(-32px);
}
.block.testimonials .slick-next::before,
.block.testimonials .slick-prev::before {
	display: none;
}
.block.testimonials .slick-list {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.block.testimonials .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonial-slider .slide {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 15px 30px;
	max-width: 532px;
	opacity: 0.2;
	padding: 32px;
	position: relative;
	text-align: center;
	-webkit-transition: all 500ms ease 0ms;
	-o-transition: all 500ms ease 0ms;
	transition: all 500ms ease 0ms;
}
.testimonial-slider .slick-center,
.testimonial-slider .slick-current {
	opacity: 1;
	-webkit-transition: opacity 500ms ease 500ms;
	-o-transition: opacity 500ms ease 500ms;
	transition: opacity 500ms ease 500ms;
}
.testimonial-slider .text {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 32px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.testimonial-slider .review {
	text-align: center;
}
.testimonial-slider .slide .slide-stars {
	display: inline-block;
	margin-right: 10px;
	max-width: 90px;
}
.testimonial-slider .auth {
	display: inline-block;
	font-weight: 600;
}
.testimonial-slider .auth::before {
	content: "\02014";
	position: relative;
	margin-right: 5px;
}
.testimonial-slider .slide-btn {
	background: none;
	border: none;
	outline: none;
	z-index: 2;
}
@media only screen and (max-width: 760px) {
	.testimonial-slider .slide {
		margin: 15px 20px;
		width: 100%;
		max-width: 450px;
	}
	.block.testimonials .slick-next {
		right: calc(50% - 260px);
	}
	.block.testimonials .slick-prev  {
		left: calc(50% - 260px);
	}
}
@media only screen and (max-width: 640px) {
	.block.testimonials .page_frame {
		padding: 0 20px;
	}
	.testimonials .quotes::before {
		right: 80%;
		top: -80px;
	}
	.testimonials .quotes::after  {
		left: 80%;
		top: -90px;
	}
	.testimonial-slider .slide {
		max-width: 85vw;
		margin: 0 10px;
	}
	.block.testimonials .slick-next {
		right: 10px;
	}
	.block.testimonials .slick-prev  {
		left: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.testimonial-slider .slide,
	.testimonial-slider .text {
		padding: 15px;
	}
	.testimonial-slider .slide {
		max-width: 90vw;
		margin-bottom: 70px;
		width: 480px;
	}
	.block.testimonials .slick-next,
	.block.testimonials .slick-prev {
		top: calc(100% - 20px);
	}
}
/* --------------------------------------------- CTA */
.block.cta {
	color: white;
	overflow: hidden;
}
.cta .bg-img.picture {
	width: 53%;
	top: -1px;
}
.cta .bg-img.color {
	display: inline-block;
	left: auto;
	right: 0;
	-webkit-transform: skewX(-11deg) scale(1.1);
	    -ms-transform: skewX(-11deg) scale(1.1);
	        transform: skewX(-11deg) scale(1.1);
	-webkit-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	        transform-origin: bottom left;
	width: 55%;
}
.block.cta h1 {
	font-size: 4.44rem;
	line-height: 0.9em;
}
.block.cta .text-2 {
	text-align: center;
}
.block.cta .button {
	font-size: 1.33rem;
	letter-spacing: 0.1em;
}
.thankyou-img {
	display: none;
	left: 55%;
	position: absolute;
	top: 30%;
}
.flair .thankyou-img {
	display: block;
}
@media only screen and (max-width: 1260px) {
	.block.cta h1 {
		font-size: 3em;
	}
}
@media only screen and (max-width: 1000px) {
	.cta .bg-img.picture {
		width: 100%;
		height: 50%;
	}
	.cta .bg-img.color {
		bottom: 0;
		height: 100%;
		left: auto;
		right: 0;
		top: 50%;
		-webkit-transform: skewY(-11deg);
		    -ms-transform: skewY(-11deg);
		        transform: skewY(-11deg);
		-webkit-transform-origin: bottom left;
		    -ms-transform-origin: bottom left;
		        transform-origin: bottom left;
		width: 100%;
	}
	.block.cta .text-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		
	}
	.block.cta .text {
		margin: 0 auto 20px auto;
		max-width: 300px;
		text-align: center;
		width: 100%;
	}
	.block.cta h1 {
		font-size: 4.44em;
	}
	.block.cta .text-1 {
		margin-top: 300px;
	}
}
@media only screen and (max-width: 640px) {
	.block.cta .text-1,
	.block.cta .text-2 {
		text-align: left;
	}
}
/* --------------------------------------------- BANNER CTA */
.banner_cta.default .cta-subscribe {
	display: none;
}
.banner_cta .page_frame {
	height: 100%;
}
.banner_cta .text:nth-last-child(1),
.cta-text .button  {
	margin-bottom: 10px;
}
.cta-icon {
	margin-left: 5.6%;
	margin-right: 2.4%;
	margin-top: -10px;
	max-width: 90px;
	width: 100%;
}
.banner_cta.default .cta-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-right: 0;
}
.cta-text {
	-ms-flex-preferred-size: 33.8%;
	    flex-basis: 33.8%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-right: 1.25em;
	text-align: center;
}
.cta-text > * {
	display: inline-block;
	margin: 10px 5px;
}
.cta-text h5 {
	margin-bottom: 10px;
}
.cta-text h6 {
	letter-spacing: 0;
}
.cta-subscribe #mc_embed_signup {
	width: 100%;
}
.cta-subscribe,
#mc_embed_signup_scroll {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 38.889%;
	    flex-basis: 38.889%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cta-subscribe input[type="email"] {
	background: #f2f0e3;
	border: none;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-bottom: 10px;
	margin-right: 20px;
	outline: none;
	padding: 15px 10px 14px 24px;
}
.cta-subscribe input::-moz-placeholder  {
	border: none;
	border-radius: 0px;
	color: #1e2e58;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 1;
	text-transform: uppercase;
}
.cta-subscribe input[type="email"],
.cta-subscribe input::placeholder,
.cta-subscribe input:-moz-placeholder {
	border: none;
	border-radius: 0px;
	color: #1e2e58;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 1;
	text-transform: uppercase;
}
.cta-subscribe input::-webkit-input-placeholder {
	color: #1e2e58;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 1;
	text-transform: uppercase;
}
.cta-subscribe input:-ms-input-placeholder {
	color: #1e2e58;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 1;
	text-transform: uppercase;
}
#mc-embedded-subscribe {
	border: none;
	border-radius: 0px;
	color: white;
	font-size: 0.667rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 1;
	padding: 22px 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.banner_cta .flex,
	.cta-subscribe {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.cta-text {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cta-subscribe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		width: 100%;
	}
	.cta-subscribe input[type="email"] {
		max-width: 400px;
		width: 100%;
	}
}
/* --------------------------------------------- MEET UP */
.meet_up .col-1 {
	background-color: #1e3058;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: white;
	padding: 85px 50px 75px 75px;
	position: relative;
}
.meet_up h5 {
	letter-spacing: 0;
	margin-bottom: 45px;
}
.meet_up h6 {
	margin-bottom: 5px;
}
.icon-fish::before {
	content: "";
	background-image: url(./assets/images/icon-fish.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 125px;
	left: -15%;
	position: absolute;
	top: 10%;
	width: 145px;
}
.map_container {
	height: 100%;
	margin-bottom: 55px;
	max-height: 325px;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 1100px) {
	.meet_up .col-1 {
		margin-bottom: 20px;
	}
	.icon-fish::before {
		left: -80px;
	}
	.map_container {
		height: 50vw;
		margin-left: auto;
		margin-right: auto;
		max-width: 465px;
		min-height: 210px;
		min-width: 300px;
		width: 65vw;
	}
}
@media only screen and (max-width: 768px) {
	.meet_up .col-1 {
		margin-left: 0;
		padding-left: 50px;
		width: 100%;
	}
	.icon-fish::before {
		left: 0px;
		top: -60px;
	}
}
@media only screen and (max-width: 640px) {
	.meet_up .col-1 {
		padding: 80px 30px 30px 30px;
	}
}
/* --------------------------------------------- FAQ */
.faq .col-1,
.faq .col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.faq-ttl {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.faq_container {
	margin-bottom: 16px;
	position: relative;
	width: 100%;
}
.faq-section {
	margin-bottom: 35px;
	width: 100%;
}
.faq-sec-ttl {
	color: #29b7a5;
}
.faq-btn {
	background-color: #eff4fd;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #1e3058;
	cursor: pointer;
	padding: 20px 69px 20px 35px;
	text-align: left;
	width: 100%;
}
.faq-btn h6 {
	letter-spacing: 0;
	margin-bottom: 0;
}
.faq-btn::after {
	color: #fa5f55;
	content: "\e801";
	display: inline-block;
	font-family: "icon";
	font-size: 1rem;
	position: absolute;
	right: 35px;
	top: 30px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-o-transition: transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.faq-btn.active::after {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.answer {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
	margin-top: 16px;
	padding: 20px 35px;
}
.answer p {
	font-weight: 500;
}
.faq_container img {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-bottom: 50px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.faq_container img {
		margin-left: auto;
		max-width: 300px;
	}
}
@media only screen and (max-width: 480px) {
	.page_frame > .faq_container,
	.page_frame > .faq_container > .cell {
		width: 100%;
		margin: 0;
	}
}
/* --------------------------------------------- SOCIAL GRID */
.social_media_grid {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0;
}
.social_media_grid .all-cols-wrap {
	padding: 6px 0;
}
.social-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 30vw;
	margin:  -3px;
	max-height: 407px;
	width: 100%;
}
.social-img {
	background: #1e3058;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 14.4vw;
	margin: 3px;
	max-height: 196px;
	max-width: 196px;
	position: relative;
	width: 14.4vw;
}
.social-img.grow,
.social-img.last {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 28.4vw;
	max-height: 399px;
	max-width: 395px;
	width: 28.3vw;
}
.social-img.last {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: white;
	padding: 20px;
	text-align: center;
}
.social-img.last h5 {
	margin-bottom: 15px;
}
.social-img.last h6 {
	letter-spacing: 0;
}
.social-img.last .bg-img {
	opacity: 0.3;
}
.social-icon_group a::before {
	font-size: 2rem;
	margin: 0 5px;
}
.social-icon_group a:hover::before {
	color: white;
}
@media only screen and (max-width: 1000px) {
	.social-img {
		max-height: calc(50% - 6px);
	}
	.social-img.grow,
	.social-img.last {
		max-height: 100%;
		max-width: 27%;
	}
}
@media only screen and (max-width: 768px) {
	.social-grid {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		height: auto;
		margin: 0 auto;
		max-height: none;
		max-width: 540px;
		padding: 0 20px;
	}
	.social-grid > div:nth-child(-n + 2) {
		display: none;
	}
	.social-img {
		height: 45.8vw;
		max-height: 247px;
		max-width: calc(50% - 6px);
		width: 45.8vw;
	}
	.social-img.grow,
	.social-img.last {
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		height: 92.6vw;
		max-height: 500px;
		max-width: 500px;
		width: 92.6vw;
	}
}
@media only screen and (max-width: 480px) {
	.social-img {
		max-width: calc(50% - 6px);
	}
}