/*
Theme Name: carolina
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-single:after,
.post-password-form p:after,
.search-form:after,
.widget:after,
dl:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #7a7a7a;
	background: #fff;
	font: 1.4rem/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	position: relative;
	color: #dfb136;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 2rem;
	padding: 15px 18px 15px 20px;
	font-style: italic;
}

blockquote:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 0.5rem;
	background-color: #dfb136;
}

blockquote p {
	margin-bottom: 0;
}

th,
td {
	border: 0.1rem solid #d86f24;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0;
}

ul li {
	padding-left: 40px;
	position: relative;
}

ul li:before {
	width: 5px;
	height: 5px;
	content: "";
	left: 25px;
	top: 7px;
	border-radius: 50%;
	position: absolute;
	background: currentColor;
}

ul ul li:before {
	background-color: transparent;
	border: 1px solid currentColor;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 0.3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=url],
textarea {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	height: 39px;
	width: 100%;
	color: #374548;
	border-radius: 0.5rem;
	padding: 0.4em 0.7em;
	background-color: rgba(122, 122, 122, 0.1);
	outline: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(2, 1, 1, 0.69);
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(2, 1, 1, 0.69);
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(2, 1, 1, 0.69);
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(2, 1, 1, 0.69);
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
input[type=url].placeholder,
textarea.placeholder {
	color: rgba(2, 1, 1, 0.69);
}

select {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	height: 39px;
	width: 100%;
	color: #374548;
	border-radius: 0.5rem;
	padding: 0.4em 0.7em;
	background-color: rgba(122, 122, 122, 0.1);
	outline: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 19rem;
	resize: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	color: #fff;
	background: #dfb136;
	border-radius: 0.5rem;
	text-align: center;
	margin-bottom: 2rem;
	outline: none;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	min-width: 17rem;
	height: 44px;
	padding: 0.5rem 1rem;
	text-transform: capitalize;
}

.fancybox-inner button,
.fancybox-inner input[type=button],
.fancybox-inner input[type=reset],
.fancybox-inner input[type=submit] {
	min-width: 0;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: #99d6ea;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 15rem;
}

.comment-form label {
	display: block;
	padding-bottom: 0.4rem;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 12rem;
	min-height: 12rem;
}

.comment-form textarea,
.comment-form input[type=text] {
	margin: 0 0.4rem 0 0;
	max-width: 30rem;
	width: 100%;
}

.comment-form input[type=submit] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 0.4rem;
}

.post-password-form input[type=password] {
	margin: 0 0.4rem 0 0;
	max-width: 30rem;
	width: 100%;
}

.search-form {
	margin-bottom: 1.5rem;
}

.search-form input {
	float: left;
	height: 4rem;
	border: none;
}

.search-form input[type=search] {
	margin: 0 0.4rem 0 0;
	width: 15rem;
}

.post-password-form input {
	float: left;
	height: 4rem;
}

.post-password-form input[type=password] {
	width: 15rem;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
	height: 4rem;
	border: none;
	padding: 0 0.8em;
	margin: 0;
	min-width: 0;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
	background: #99d6ea;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 0.4rem 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #dfb136;
	color: #fff;
	padding: 0.6em;
	text-decoration: none;
	border-radius: 0.5rem;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #99d6ea;
}

.navigation-single {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
}

.navigation-single .next,
.navigation-single .prev {
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #dfb136;
	color: #fff;
	text-decoration: none;
	border-radius: 0.5rem;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #99d6ea;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 0.6em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #d86f24;
	padding: 0.4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: 0.4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	margin-bottom: 2rem;
	width: 100%;
}

.alignright {
	margin-bottom: 2rem;
	width: 100%;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 0.1rem solid rgba(2, 1, 1, 0.69);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 800;
	margin: 0 0 0.7em;
	line-height: 1.2;
	color: #54595f;
}

h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a,
.h > a {
	color: inherit;
	text-decoration: none;
}

h1 > a:hover,
.h1 > a:hover,
h2 > a:hover,
.h2 > a:hover,
h3 > a:hover,
.h3 > a:hover,
h4 > a:hover,
.h4 > a:hover,
h5 > a:hover,
.h5 > a:hover,
h6 > a:hover,
.h6 > a:hover,
.h > a:hover {
	color: #dfb136;
}

h1,
.h1 {
	font-size: 5rem;
	line-height: 1.3;
	display: block;
	font-weight: 900;
}

h2,
.h2 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 2.5rem;
	display: table;
}

h2.short-line,
h2.md-line,
h2.with-line,
.h2.short-line,
.h2.md-line,
.h2.with-line {
	margin-bottom: 3.5rem;
}

h2.short-line:before,
h2.md-line:before,
h2.with-line:before,
.h2.short-line:before,
.h2.md-line:before,
.h2.with-line:before {
	position: absolute;
	bottom: -1rem;
	left: 0;
	content: "";
	height: 0.4rem;
	width: 7.1rem;
	max-width: 100%;
	background: #0076a8;
}

h2.short-line,
.h2.short-line {
	margin-bottom: 0.7em;
}

h2.short-line:before,
.h2.short-line:before {
	width: 6rem;
}

h2.md-line:before,
.h2.md-line:before {
	width: 9rem;
}

h3,
.h3 {
	font-size: 2.5rem;
	color: #54595f;
}

h4,
.h4 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
}

h5,
.h5 {
	font-size: 2.4rem;
}

h6,
.h6 {
	font-size: 2rem;
}

p {
	margin: 0 0 2rem;
}

a {
	-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	color: #0076a8;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #dfb136;
}

.header {
	-webkit-transition: background 0.3s linear, -webkit-transform 0.3s linear;
	transition: background 0.3s linear, -webkit-transform 0.3s linear;
	transition: background 0.3s linear, transform 0.3s linear;
	transition: background 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
}

.header .header-frame {
	background-color: #fff;
	-webkit-box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.1);
}

.header.nav-up {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
}

.header.nav-down {
	opacity: 1;
	visibility: visible;
}

.header .header-row {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

.logo {
	width: 16.8rem;
}

.logo img {
	width: 100%;
	height: auto;
}

.nav-drop {
	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.nav {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	width: 100%;
}

.nav ul {
	margin-bottom: 0;
}

.resize-active .nav ul {
	-webkit-transition: none;
	transition: none;
}

.nav ul li {
	padding-left: 0;
}

.nav ul li:before {
	display: none;
}

.nav ul li.acc-active > a {
	background: #dfb136;
	color: #fff;
}

.nav ul li.acc-active > a:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li:hover > a:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li .dropmenu {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	background: #fff;
}

.resize-active .nav ul li .dropmenu {
	-webkit-transition: none;
	transition: none;
}

.nav ul li .dropmenu ul {
	padding: 0;
	display: block;
}

.nav ul li .dropmenu li {
	margin-left: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.nav ul li .dropmenu li:hover > a:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li .dropmenu .dropmenu a {
	padding-left: 3.6rem;
}

.nav ul li .dropmenu a {
	display: block;
	margin: 0;
	padding-left: 2.8rem;
}

.nav ul li .dropmenu a:hover {
	color: #fff;
	background: #dfb136;
}

.nav ul li .dropmenu a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul svg {
	display: none;
	width: 1.6rem;
	height: auto;
	margin-top: -0.1rem;
	margin-left: 0.2rem;
	fill: currentColor;
}

.nav ul a {
	color: #494c4f;
	position: relative;
	display: block;
	padding: 1rem 2rem;
}

.nav ul a:hover {
	color: #fff;
	background: #dfb136;
}

.nav ul a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul a:after {
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	display: none;
	width: 1.6rem;
	height: 1.6rem;
	margin-top: -0.1rem;
	margin-left: 0.2rem;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23494c4f' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul a.has-drop-down-a:after {
	display: inline-block;
	vertical-align: middle;
}

.nav-opener {
	-webkit-transition: bottom 0.3s ease-in-out;
	transition: bottom 0.3s ease-in-out;
	top: 50%;
	z-index: 9999;
	right: 0;
	width: 1.8rem;
	height: 1.2rem;
	font-size: 0;
	line-height: 0;
	margin-top: -0.1rem;
	color: transparent;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span:after {
	-webkit-transition: background 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	background-color: #494c4f;
	position: absolute;
	margin-top: -0.2rem;
	top: 50%;
	left: 0;
	right: 0;
	height: 0.2rem;
	content: "";
}

.nav-opener:before,
.nav-opener:after {
	top: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
}

.nav-active .nav-opener span:after {
	opacity: 0;
}

.nav-opener:after {
	top: 100%;
	margin-top: -0.2rem;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.info-bar {
	color: #fff;
	background: #dfb136;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.6rem;
	line-height: 1.2;
}

.info-bar strong {
	font-weight: 600;
}

.info-bar a {
	color: inherit;
}

.info-bar a:hover {
	opacity: 0.8;
}

.top-bar {
	background: #0076a8;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 0.5rem 0;
}

.top-bar .t-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
	font-weight: 600;
}

.top-bar .t-links a {
	color: #fff;
}

.top-bar .t-links a:hover {
	font-style: italic;
}

.top-bar .t-links li {
	margin-bottom: 0;
	padding: 0 1rem;
}

.top-bar .t-links li:before {
	display: none;
}

.top-bar .call {
	color: #fff;
	padding-top: 0.2rem;
}

.top-bar .call img {
	width: 1.8rem;
	height: auto;
	margin-top: -0.3rem;
	margin-right: 1.2rem;
	display: inline-block;
	vertical-align: middle;
}

.top-bar .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top-bar .social-networks {
	margin-bottom: 0;
}

.top-bar .social-networks li {
	margin-bottom: 0;
}

.search-hold {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.7rem;
}

.search-hold .search-opener {
	padding: 0.5rem;
}

.search-hold .search-opener img {
	width: 1.5rem;
	height: auto;
}

.search-hold .search-opener:hover {
	opacity: 0.8;
}

.search-hold .search-opener.close {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, right 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, right 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	position: fixed;
	top: 50%;
	right: 50%;
	z-index: 9999;
	color: #7a7a7a;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.search-active .search-hold .search-opener.close {
	opacity: 1;
	right: 1.5rem;
	visibility: visible;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.search-active .search-hold .search-opener.close:hover {
	opacity: 0.8;
}

.search-hold .search-opener.close img {
	width: 2.5rem;
	height: auto;
}

.search-hold .search-form {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	min-height: 5rem;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.search-active .search-hold .search-form {
	overflow: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.search-hold .search-form input[type=search] {
	font-size: 5rem;
	border: 0.1rem solid #fff;
	border-width: 0 0 0.1rem;
	line-height: 1.2;
	color: #7a7a7a;
	height: 7.5rem;
	padding: 0;
	text-align: center;
	border-radius: 0;
	width: 100%;
	margin: 0;
	background-color: transparent;
}

.search-hold .search-form input[type=search]::-webkit-input-placeholder {
	color: #7a7a7a;
}

.search-hold .search-form input[type=search]::-moz-placeholder {
	opacity: 1;
	color: #7a7a7a;
}

.search-hold .search-form input[type=search]:-moz-placeholder {
	color: #7a7a7a;
}

.search-hold .search-form input[type=search]:-ms-input-placeholder {
	color: #7a7a7a;
}

.search-hold .search-form input[type=search].placeholder {
	color: #7a7a7a;
}

.search-hold .search-form input[type=submit] {
	position: absolute;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: none;
	visibility: hidden;
	padding: 0;
	top: -999.9rem;
	left: -999.9rem;
}

html {
	font-size: 10px;
}

iframe {
	border: none;
}

strong {
	font-weight: 800;
}

.hidden {
	position: absolute;
	top: -999.9rem;
	left: -999.9rem;
	visibility: hidden;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

iframe {
	border: 0;
}

#gform_13 .gfield {
	margin-bottom: 1.5rem;
}

.bg-cover,
.bg-image {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.bg-cover > picture,
.bg-image > picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-cover > picture > img,
.bg-image > picture > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.bg-yellow {
	background-color: #dfb136 !important;
}

.bg-light-gray {
	background-color: #7a7a7a !important;
}

.bg-white {
	background: #fff !important;
}

.bg-gray {
	background-color: #54595f !important;
}

.bg-gray .heading-wrap * {
	color: #fff;
}

.bg-gray .heading-wrap h2:before {
	background-color: #dfb136;
}

.bg-gray.two-cols {
	position: relative;
}

.bg-gray.two-cols * {
	color: #fff !important;
}

.bg-gray.two-cols .txt {
	position: relative;
	z-index: 2;
}

.bg-gray.two-cols h2:before {
	background-color: #dfb136;
}

.bg-gray.two-cols:before {
	top: 0;
	left: 50%;
	bottom: 0;
	width: 102vw;
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #54595f !important;
}

.color-white {
	color: #fff !important;
}

.bg-video {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.video {
	position: relative;
	overflow: hidden;
}

.video > img {
	width: 100%;
	height: auto;
}

.video + p {
	margin-top: 2rem;
}

.video a {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8rem;
}

.video a:before {
	position: absolute;
	top: -500px;
	left: -500px;
	right: -500px;
	bottom: -500px;
	content: "";
}

.video a:hover svg {
	fill: #d86f24;
}

.video a svg {
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
	fill: #dfb136;
}

.container {
	max-width: 118rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
	z-index: 1;
}

.mark-blue {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #0076a8));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #0076a8 50%);
}

.btn {
	color: #fff;
	padding: 1.5rem 2.4rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
	background: #dfb136;
	font-weight: 600;
	border-radius: 0.5rem;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}

.btn:hover {
	color: #fff;
	background: #99d6ea;
}

.btn + .date-rates {
	margin-top: 0;
}

.btn-sm {
	color: #fff;
	padding: 0.7rem 1.4rem;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.2;
	background: #dfb136;
	text-align: center;
	border-radius: 5rem;
	text-transform: uppercase;
}

a.btn-sm:hover {
	color: #fff;
	background: #99d6ea;
}

.label {
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #c0c0c0;
	margin-bottom: 2rem;
}

.grade {
	display: block;
	color: #dfb136;
	margin-bottom: 1rem;
	letter-spacing: 0.0714em;
}

.grade.color-blue {
	color: #0076a8;
	margin-bottom: 0.5rem;
}

.hero .img {
	min-height: 29rem;
	overflow: hidden;
}

.hero .txt {
	position: relative;
	padding: 2.5rem 8% 3rem;
}

.hero .txt .bg-image {
	position: absolute;
	top: 0;
	left: -5rem;
	right: 0;
	bottom: 0;
	background-position: 0 50%;
}

.hero .txt .bg-image img {
	-o-object-position: 0 50%;
	   object-position: 0 50%;
}

.hero h1 {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	max-width: 68rem;
	font-weight: 800;
	letter-spacing: 0.02rem;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.cards {
	position: relative;
	padding-top: 3rem;
}

.cards .card {
	width: 100%;
	padding: 0.8rem;
	background: #fff;
	border-radius: 0.3rem;
	margin-bottom: 2.5rem;
	-webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.cards .img {
	margin-bottom: 1rem;
}

.cards img {
	width: 100%;
	height: auto;
	border-radius: 0.3rem 0.3rem 0 0;
}

.cards .txt {
	padding: 1rem;
}

.cards .btn {
	width: 100%;
	margin-bottom: 1rem;
}

.cards h2 + p {
	margin-top: 3.5rem;
}

.cards-v2.equal-btn-align .card:not(.full) {
	position: relative;
}

.cards-v2.equal-btn-align .card:not(.full) .txt {
	padding-bottom: 8rem !important;
}

.cards-v2.equal-btn-align .card:not(.full) .btn {
	left: 2rem;
	bottom: 3rem;
	position: absolute;
	max-width: calc(100% - 4rem);
}

.cards-v2 + .cards-v2 {
	margin-top: 3rem;
}

.cards-v2.no-radius {
	border-radius: 0 !important;
}

.cards-v2.no-radius .card {
	border-radius: 0 !important;
}

.cards-v2.no-radius .card .img,
.cards-v2.no-radius .card img,
.cards-v2.no-radius .card .txt {
	border-radius: 0 !important;
}

.cards-v2.cards-two-cols,
.cards-v2.cards-three-cols {
	margin-top: 3rem;
}

.cards-v2.cards-two-cols .card .txt,
.cards-v2.cards-two-cols .card .img,
.cards-v2.cards-three-cols .card .txt,
.cards-v2.cards-three-cols .card .img {
	width: 100%;
}

.cards-v2.cards-two-cols .card .txt,
.cards-v2.cards-three-cols .card .txt {
	padding: 3rem 2rem;
}

.cards-v2.cards-two-cols .card .img,
.cards-v2.cards-three-cols .card .img {
	min-height: 0;
	padding-top: 63%;
}

.cards-v2.cards-two-cols p,
.cards-v2.cards-three-cols p {
	margin-top: 2rem;
}

.cards-v2.cards-two-cols .p,
.cards-v2.cards-three-cols .p {
	display: block;
	margin-top: 2rem;
}

.cards-v2.cards-two-cols .p + ul,
.cards-v2.cards-three-cols .p + ul {
	margin-top: 0;
}

.cards-v2.cards-three-cols .card .img {
	border-radius: 0.5rem 0.5rem 0 0;
}

.cards-v2.cards-three-cols .card .img img {
	border-radius: 0.5rem 0.5rem 0 0;
}

.cards-v2 ul {
	margin-top: 3rem;
}

.cards-v2 .card {
	border-radius: 0.5rem;
	background: #fff;
	margin-bottom: 2rem;
}

.cards-v2 .card.no-radius {
	border-radius: 0 !important;
}

.cards-v2 .card.no-radius .img,
.cards-v2 .card.no-radius img,
.cards-v2 .card.no-radius .txt {
	border-radius: 0 !important;
}

.cards-v2 .card.single-line {
	width: 100%;
	display: block;
	border-radius: 0;
	border-left: 0.5rem solid #dfb136;
}

.cards-v2 .card.single-line .txt {
	width: 100%;
	padding: 1.5rem;
}

.cards-v2 .card.single-line h2 {
	margin-bottom: 0;
}

.cards-v2 .card.full.single-line-form .gform_button,
.cards-v2 .card.full-email.single-line-form .gform_button {
	width: auto !important;
}

.cards-v2 .card.full.single-line-form .ginput_complex .name_last,
.cards-v2 .card.full.single-line-form .ginput_complex .name_first,
.cards-v2 .card.full-email.single-line-form .ginput_complex .name_last,
.cards-v2 .card.full-email.single-line-form .ginput_complex .name_first {
	margin-bottom: 1.5rem;
}

.cards-v2 .card.full .iframe,
.cards-v2 .card.full .video,
.cards-v2 .card.full-email .iframe,
.cards-v2 .card.full-email .video {
	margin-left: -2rem;
	margin-right: -1.5rem;
}

.cards-v2 .card.full-email .img {
	margin: 0;
	border-radius: 0;
}

.cards-v2 .card.full-email .img img {
	border-radius: 0;
}

.cards-v2 .card.full-email .img:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.5;
	position: absolute;
	background-color: #020101;
}

.cards-v2 .card.full-email .img .contact-info {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 0 2rem 3rem;
}

.cards-v2 .card.full-email .img .contact-info * {
	color: inherit;
}

.cards-v2 .card.full-email .img .contact-info a:hover {
	color: #d86f24;
}

.cards-v2 .card.full-email .txt h2 {
	margin-bottom: 2.5rem;
}

.cards-v2 .card.full-email .sub-title {
	color: inherit;
}

.cards-v2 .card.full-email .h1 {
	position: relative;
	z-index: 2;
	color: #fff;
	line-height: 1.1;
	padding: 5.5rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	margin: 0;
	max-height: 40rem;
}

.cards-v2 .card.three-col {
	width: 100%;
	margin-bottom: 2.5rem;
}

.cards-v2 .card.three-col p {
	margin-top: 2rem;
}

.cards-v2 .img {
	min-height: 17rem;
	border-radius: 0.5rem 0.5rem 0 0;
}

.cards-v2 .img img {
	border-radius: 0.5rem 0.5rem 0 0;
}

.cards-v2 .txt {
	padding: 3rem 2.5rem 3rem 3rem;
}

.cards-v2 time {
	color: #adadad;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin: -0.5rem 0 0.8rem;
	letter-spacing: 0.0714em;
}

.cards-v2 h3 {
	margin-bottom: 0;
}

.cards-v2 .btn {
	margin-top: 0.5rem;
}

.cards-v2 .sub-title {
	margin-bottom: 0;
	margin-top: -0.8rem;
}

.cards-v2 .sub-title + ul {
	margin-top: 0;
}

.glance {
	padding: 4rem 0;
}

.glance .sub-title {
	color: inherit;
}

.glance .bg-image {
	min-height: 23rem;
}

.glance .img {
	margin-bottom: 2rem;
}

.glance ul {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

.info-list.box {
	background: #fff;
	padding: 2.5rem;
}

.info-list.box h2 {
	line-height: 1;
}

.info-list.box .item {
	margin: 0;
}

.info-list.box .item:last-child {
	border-bottom: 0.3rem dotted #ddd;
}

.info-list.box strong,
.info-list.box time {
	font-size: 2.5rem;
	line-height: 1.8;
	font-weight: 700;
}

.info-list.box .hold {
	padding-bottom: 2rem;
}

.info-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1rem 0;
	padding-bottom: 1rem;
	margin: 0 1.5rem;
}

.info-list .item + .item {
	border-top: 0.3rem dotted #ddd;
}

.info-list .hold {
	padding-bottom: 2rem;
}

.info-list strong,
.info-list time {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 600;
	width: calc(100% - 4.2rem);
	padding-left: 1rem;
}

.info-list .text {
	width: calc(100% - 4.2rem);
	padding-left: 1rem;
	margin-left: auto;
	padding-top: 0.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

.info-list .icon {
	text-align: center;
	width: 4.2rem;
}

.info-list .icon img {
	width: auto;
	height: 3.4rem;
	margin: 0 auto;
}

.info-list .btn {
	width: 100%;
}

.email-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.texture {
	padding: 0.1rem 0;
	background: url("images/texture.jpg") 50% 50%;
}

.button .btn {
	width: 100%;
}

.upcoming-events {
	padding: 3rem 0;
	margin: 8rem 0;
	position: relative;
	background: #99d6ea;
}

.upcoming-events .frame {
	overflow: hidden;
	position: relative;
	margin: -3rem 0;
}

.upcoming-events.no-bg {
	background-color: transparent;
	margin: 0;
}

.upcoming-events.no-bg .frame {
	margin: 0;
	padding: 0;
}

.wave,
.wave-b {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}

.wave img,
.wave-b img {
	width: 100%;
	height: 6rem;
	-webkit-transform: scale(-1);
	        transform: scale(-1);
}

.wave-b {
	top: 100%;
	bottom: auto;
}

.wave-b img {
	-webkit-transform: none;
	        transform: none;
}

.latest-news {
	margin-bottom: 1.5rem;
}

.news {
	margin-bottom: 1rem;
}

.card-lg {
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}

.card-lg img {
	width: 100%;
	height: auto;
}

.card-lg .btn-sm {
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 1;
}

.card-lg .txt {
	padding: 3rem;
}

.card-lg time {
	color: #adadad;
	font-weight: 700;
	display: block;
	font-size: 1.3em;
	margin: -1.2rem 0 1rem;
	letter-spacing: 0.0714em;
}

.card-lg .meta {
	padding: 2rem 3rem;
	border-top: 0.1rem solid #eaeaea;
}

.card-lg h3 {
	color: #adadad;
	margin-bottom: 0;
}

.read-more {
	color: #dfb136;
	font-weight: 600;
	display: table;
	margin-top: 2.5rem;
}

.js-height {
	padding-bottom: 0.1rem;
}

.card-list.dark-version .card {
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-height: 35.5rem;
}

.card-list.dark-version .card:after {
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(6, 3, 3, 0.22)), to(#000));
	background: transparent linear-gradient(rgba(6, 3, 3, 0.22) 30%, #000 100%);
	opacity: 0.9;
}

.card-list.dark-version .card .txt {
	padding: 2rem;
}

.card-list.dark-two-col h3 {
	font-weight: 700;
}

.card-list.dark-two-col .card {
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-height: 47.5rem;
}

.card-list.dark-two-col .card:after {
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(6, 3, 3, 0.22)), to(#000));
	background: transparent linear-gradient(rgba(6, 3, 3, 0.22) 30%, #000 100%);
	opacity: 0.9;
}

.card-list.dark-two-col .card .txt {
	padding: 2rem;
}

.card-list.dark-three-col h3 {
	line-height: 1.8;
	font-weight: 700;
}

.card-list.dark-three-col time,
.card-list.dark-three-col .time {
	display: block;
	margin-bottom: 2rem;
}

.card-list.dark-three-col .card {
	-webkit-box-shadow: none;
	        box-shadow: none;
	min-height: 41.5rem;
}

.card-list.dark-three-col .card:after {
	background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(6, 3, 3, 0.22)), to(#000));
	background: transparent linear-gradient(rgba(6, 3, 3, 0.22) 30%, #000 100%);
	opacity: 0.9;
}

.card-list.dark-three-col .card .txt {
	padding: 2rem;
}

.card-list h3 {
	color: inherit;
	margin-bottom: 2rem;
}

.card-list ul {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

.card-list .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 2rem;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
	min-height: 34.5rem;
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.card-list .card.bg-image .img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card-list .card:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: #54595f;
	opacity: 0.5;
}

.card-list .card h2 {
	color: #fff;
}

.card-list .card .txt {
	position: relative;
	z-index: 1;
	padding: 3.5rem 2.7rem;
}

.card-list .read-more {
	margin-top: -1rem;
	font-weight: 800;
}

.two-cols.right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.two-cols.right .img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.two-cols .txt {
	color: #47565a;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
	padding: 2.5rem 2rem;
}

.two-cols h1,
.two-cols .h1 {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	line-height: 1.1;
}

.two-cols h2:before {
	width: 6.7rem;
}

.two-cols .sub-title + .btn {
	margin: 2rem 0 1rem;
}

.container .two-cols .img {
	margin: 0 -2rem;
}

.two-cols .img {
	padding: 8rem 3rem;
	position: relative;
}

.two-cols .img.no-overley,
.two-cols .img.no-heading {
	padding: 0;
}

.two-cols .img.no-overley:after,
.two-cols .img.no-heading:after {
	display: none;
}

.two-cols .img.no-overley {
	border-radius: 0;
}

.two-cols .img.no-overley img {
	border-radius: 0;
}

.two-cols .img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: 0.5;
}

.two-cols .img.video {
	border-radius: 0;
	padding: 0;
}

.two-cols .img.video:after {
	display: none;
}

.slider {
	border-radius: 0.5rem;
	overflow: hidden;
	width: 100%;
	margin-bottom: 4rem;
}

.content-wrap {
	padding: 3.5rem 0;
	position: relative;
	overflow: hidden;
}

.content-wrap h2 {
	margin-bottom: 3.5rem;
}

.title,
.sub-title {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #47565a;
	font-weight: 600;
	text-transform: uppercase;
}

.sub-title {
	text-transform: none;
	margin-bottom: 1.3rem;
}

.sub-title.bold {
	font-weight: 900;
}

.sub-title.bold + ul {
	margin-top: 1rem;
	margin-bottom: 0;
}

.img-content {
	margin-bottom: 2rem;
}

.img-content:last-of-type {
	margin-bottom: 4rem;
}

.img-content .img {
	margin-bottom: 2rem;
}

.row.v2 .sub-title {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.row .col {
	margin-bottom: 1rem;
}

.row .sub-title {
	width: 100%;
	color: #54595f;
	margin-top: 3rem;
	margin-bottom: 4rem;
}

.row ul {
	margin-bottom: 0;
}

.row ul li {
	padding-left: 0;
}

.row ul li:before {
	display: none;
}

.covid-news {
	padding: 3rem 0;
}

.covid-news.no-sidebar {
	border-radius: 0.5rem;
	padding: 3rem 2.5rem 1rem;
	background: #fff;
}

.covid-news h2,
.covid-news .h2 {
	margin-bottom: 1.5rem;
}

.covid-news img {
	margin-top: -1rem;
}

.covid-news + .three-columns-card-block .cards {
	margin-top: 0;
}

.blue-logo {
	position: absolute;
	top: 3rem;
	right: 3rem;
	opacity: 0.1;
}

.banner-sm .blue-logo {
	opacity: 0.5;
	width: 33rem;
}

.upcoming-events .blue-logo {
	opacity: 0.1;
	width: 65rem;
}

.upcoming-events .blue-logo img {
	width: 100%;
	height: auto;
}

.banner-sm {
	text-align: center;
	overflow: hidden;
	padding: 6rem 0;
	position: relative;
}

.h1 .line {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.h1 .line svg {
	width: calc(100% + 3rem);
	height: auto;
	position: absolute;
	margin-top: -2rem;
	top: 100%;
	left: -1.5rem;
	right: -1.5rem;
}

.h1 .line svg .st0 {
	-webkit-animation-name: anim;
	        animation-name: anim;
	-webkit-animation-duration: 6s;
	        animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	stroke: #dfb136;
	stroke-width: 10;
	fill: none;
	stroke-dasharray: 0 1500;
}

.cards-grid {
	padding: 5rem 0;
}

.cards-grid .h1 {
	color: #fff;
	padding: 3rem;
	display: block;
	margin-bottom: 0;
}

.cards-grid .card {
	background-color: transparent;
}

.cards-grid .card .img {
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}

.cards-grid .card .img:only-child {
	border-radius: 0.5rem !important;
	width: 100% !important;
}

.cards-grid .card .img:only-child img {
	border-radius: 0.5rem !important;
}

.cards-grid .card .img img {
	border-radius: 0.5rem;
}

.cards-grid .card p {
	margin-top: 2.5rem;
}

.cards-grid .card .txt {
	background: #fff;
	border-radius: 0.5rem;
	padding: 3.5rem 4.2rem 1.5rem;
}

.hide {
	display: none !important;
}

.health {
	padding: 5rem 0 3rem;
	color: #54595f;
}

.health h2 {
	margin-bottom: 4.5rem;
}

.health .title,
.health strong {
	color: #54595f;
}

.health .title {
	margin-bottom: 1.5rem;
}

.health p {
	margin-bottom: 2.5rem;
}

.health p strong:only-child {
	display: block;
	margin-bottom: -2.5rem;
}

.health-cards {
	padding-top: 6rem;
}

.info-box {
	background: #fff;
	border-radius: 0.5rem;
	padding: 3rem 2.5rem 1rem;
	margin-bottom: 3rem;
}

.info-box img {
	margin-bottom: 1rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.tabset {
	margin-top: 3rem;
	display: none;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 700;
	margin-bottom: 0;
}

.tabset li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	border: 0.1rem solid transparent;
	border-bottom-color: #d4d4d4;
}

.tabset li:before {
	display: none;
}

.tabset li.active {
	border-color: #d4d4d4;
	border-bottom-color: transparent;
}

.tabset li.active a {
	color: #dfb136;
}

.tabset li a {
	-webkit-transition: none;
	transition: none;
	color: #0076a8;
	padding: 1.5rem 1.3rem;
}

.tab-content {
	position: relative;
	margin-bottom: 3rem;
}

.tab-content ul {
	margin-bottom: 0;
}

.tab-content .slide {
	padding: 1.3rem;
	border: 0.1rem solid #d4d4d4;
	border-width: 0 0.1rem;
}

.tab-content .acc-active .opener {
	color: #dfb136;
}

.tab-content.accordion .opener {
	display: block;
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.8;
	font-weight: 700;
	padding: 1.2rem 1.3rem;
	border: 0.1rem solid #d4d4d4;
	margin-bottom: -0.1rem;
}

.video-logo .video {
	margin-bottom: 4rem;
}

.video-logo .thrive-logo {
	margin-bottom: 4rem;
}

iframe {
	margin-bottom: 0;
}

.buttons {
	padding-top: 1.5rem;
	margin-bottom: 0;
	margin-right: -2rem;
}

.buttons li {
	padding-left: 0;
	padding-right: 2rem;
	margin-bottom: 2rem;
}

.buttons li:before {
	display: none;
}

.buttons li:only-child .btn {
	width: auto;
}

.buttons .btn {
	width: 100%;
}

.thrive-content {
	padding: 4rem 0;
}

.thrive-content h2 {
	margin-bottom: 0;
}

.thrive-content ol {
	padding-left: 2.4rem;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 600;
}

.thrive-content .sub-title {
	color: inherit;
}

.fade-gallery .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.fade-gallery .slide:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: #000;
	opacity: 0.45;
}

.fade-gallery .container {
	min-height: 36vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.fade-gallery .h1,
.fade-gallery h1 {
	position: relative;
	z-index: 2;
	color: #fff;
	line-height: 1.1;
	margin: 6rem 0;
}

.banner {
	position: relative;
}

.banner .bg-image {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	max-width: 72rem;
	background-position: 0 0;
}

.banner .bg-image > picture > img {
	-o-object-position: 0 0;
	   object-position: 0 0;
}

.banner h1 {
	margin-bottom: 2rem;
	line-height: 1.1;
}

.banner .txt {
	padding: 5rem 4rem;
}

.bar-image {
	margin-top: -3rem;
	margin-bottom: 0.5rem;
}

.bar-image.hidden-desktop {
	margin-top: 3rem;
}

.iframe {
	position: relative;
	padding: 56.25% 0 0 !important;
}

.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.activities-box {
	margin: 3rem 0;
	padding: 1.5rem 1.5rem 0.5rem;
	background: #fff;
	border-radius: 0.5rem;
}

.activities-box .txt .iframe {
	margin: 1.5rem 0 2rem;
}

.activities-box .buttons {
	margin-right: -2rem;
	margin-bottom: 0;
	padding: 1rem 1rem 0;
}

.activities-box .sub-title {
	color: #54595f;
}

.activities-box h3 {
	margin-bottom: 0;
}

.activities-box .sub-title {
	margin-bottom: 0.6rem;
}

.activities-box .grade {
	margin-bottom: 2.5rem;
}

.activities-box .info {
	padding: 2rem 1rem 0;
}

.activities-box .info .col {
	margin-bottom: 1.5rem;
}

.activities-box .info span,
.activities-box .info .heading {
	display: block;
}

.space-hold {
	margin-top: 4rem;
}

.slide-gallery {
	padding: 3rem 0 4rem;
}

.slide-gallery .slide {
	width: 37rem;
}

.slide-gallery img {
	width: 100%;
	height: auto;
}

.two-cols-txt {
	padding-bottom: 3rem;
}

.two-cols-txt .title {
	color: inherit;
}

.two-cols-txt .txt p + ul {
	margin-top: -2rem;
}

.two-cols-box {
	border-radius: 0.5rem;
	background: #fff;
	padding: 3rem 1.5rem;
	margin-bottom: 3rem;
}

.two-cols-box .col {
	padding: 0 1.5rem;
}

.two-cols-box h3 {
	margin-bottom: 0;
}

.two-cols-box .grade {
	margin-bottom: 2.5rem;
}

.two-cols-box .sub-title + ul {
	margin-top: -1rem;
}

.two-cols-box .btn {
	width: 100%;
}

.ul-wrap .col {
	padding: 0 1.5rem;
}

.blogs .blog h3:not(.h4) {
	color: inherit;
	margin-bottom: 1rem;
}

.blogs .img {
	margin-bottom: 3rem;
}

.blogs .img img {
	width: 100%;
	height: auto;
}

.camps-nav {
	color: #fff;
	text-align: center;
	margin: 3rem -0.5rem;
}

.camps-nav.with-bg {
	padding: 2rem 1.5rem 1rem;
	border-radius: 0.5rem;
}

.camps-nav .grade {
	color: inherit;
	text-shadow: none;
	margin-bottom: 0.3rem;
}

.camps-nav li {
	padding: 0 0.5rem 1rem;
}

.camps-nav li:before {
	display: none;
}

.camps-nav .creekside a {
	background: #0076a8;
}

.camps-nav .elevate a {
	background: #dfb136;
}

.camps-nav .camp a {
	background: #54595f;
}

.camps-nav .img {
	margin: 0.8rem 0 1rem;
}

.camps-nav .img img {
	max-width: 100px;
	border-radius: 0.5rem;
}

.camps-nav .h2 {
	display: block;
	color: inherit;
	margin-bottom: 0.5rem;
}

.camps-nav a {
	display: block;
	background: #d86f24;
	color: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
	height: 100%;
	-webkit-box-shadow: 0.1rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0.1rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.date-rates {
	margin: 5rem 0 3rem;
	position: relative;
}

.date-rates + .btn {
	margin-top: -3rem;
}

.date-rates .texture {
	opacity: 0.75;
}

.date-rates .event-group {
	margin-bottom: 7rem;
}

.date-rates .title {
	color: inherit;
	font-size: 2rem;
	line-height: 1.2;
	display: block;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: capitalize;
}

.date-rates .img {
	margin: 0.3rem 0 1rem;
}

.date-rates .img img {
	max-width: 100px;
	border-radius: 0.5rem;
}

.date-rates .date,
.date-rates .heading {
	font-size: 1.6rem;
	line-height: 1.2;
	display: block;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}

.date-rates .sold-out {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 800;
	position: absolute;
	visibility: hidden;
}

.date-rates p,
.date-rates .text,
.date-rates .discount {
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.date-rates p .discount {
	display: inline;
}

.date-rates .discount {
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	margin-bottom: 1.5rem;
}

.date-rates .row .hold.full-width {
	width: 100%;
	position: relative;
}

.date-rates .row .hold.full-width .item {
	height: auto;
	min-height: 0;
	padding: 1.5rem;
}

.date-rates .row .hold.full-width .text {
	line-height: 1.5;
}

.date-rates .row .hold.full-width .title {
	font-size: 2.5rem;
}

.date-rates .row .hold.full-width .text-w {
	margin: 2.5rem 0;
}

.date-rates .h3 {
	color: inherit;
	font-weight: 700;
	margin: 1.5rem 0 2rem;
	display: block;
	font-size: 2rem;
}

.date-rates .price,
.date-rates .old-price {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1rem;
}

.date-rates .old-price {
	text-decoration: line-through;
}

.date-rates .sm-title {
	display: block;
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 800;
}

.date-rates .sm-title + .text-w span {
	font-style: normal;
}

.date-rates .group {
	display: block;
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 1.2rem;
}

.date-rates .text-w {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.date-rates .text-w .text {
	margin: 0;
	line-height: 1.3;
}

.date-rates .open:before,
.date-rates .opener:before {
	position: absolute;
	top: 50%;
	right: 1.2rem;
	content: "+";
	font-size: 3rem;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.date-rates .open:before {
	font-size: 2rem;
}

.date-rates .acc-active .open:before {
	font-size: 2.3rem;
	content: "-";
}

.date-rates .btn-reg {
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	display: block;
	color: #7a7a7a;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.4rem 0.6rem;
	margin-bottom: 0.5rem;
	text-transform: capitalize;
	background-color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.date-rates .btn-reg:only-child {
	margin-bottom: 0;
}

.date-rates .btn-reg:hover {
	background: #99d6ea;
}

.date-rates .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.date-rates .row .col {
	width: 100%;
	position: relative;
	padding-bottom: 0.4rem;
}

.date-rates .row .col:last-child:before {
	display: none;
}

.date-rates .row .col:only-child {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 0;
}

.date-rates .row .col:only-child:before {
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	height: 1.6rem;
	right: 0;
	display: block;
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 126 26' fill='rgba(122, 122, 122, 0.63)' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E") repeat-x;
}

.date-rates .row .col:only-child > .item,
.date-rates .row .col:only-child > .slide {
	min-height: 0;
}

.date-rates .row .col:only-child .sm-title,
.date-rates .row .col:only-child .title {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.date-rates .row .col:only-child .btn-reg:hover {
	background: #99d6ea;
	color: #fff;
}

.date-rates .row .col:only-child .sold-out {
	font-size: 2.5rem;
	font-weight: 700;
}

.date-rates .row .col:only-child > .item {
	width: 100%;
}

.date-rates .row .col:only-child > .item:after {
	display: none;
}

.date-rates .row .col:only-child > .item.two-col {
	margin-bottom: 0;
}

.date-rates .row .col:only-child > .item.two-col .sold-out {
	font-size: 2.5rem;
	font-weight: 700;
}

.date-rates .row .col:only-child .item {
	z-index: 1;
	min-height: 0;
	margin-bottom: 2rem;
	pointer-events: auto !important;
}

.date-rates .row .col:only-child .item:after {
	display: none;
}

.date-rates .row .col:only-child .item.theme-yellow .btn-reg,
.date-rates .row .col:only-child .item.theme-blue .btn-reg {
	background: #fff;
	color: #dfb136;
}

.date-rates .row .col:only-child .item.theme-yellow .btn-reg:hover,
.date-rates .row .col:only-child .item.theme-blue .btn-reg:hover {
	color: #fff;
	background: #99d6ea;
}

.date-rates .row .col:only-child .item.theme-gray .text {
	line-height: 1.5;
}

.date-rates .row .col:only-child .item.theme-gray .btn-reg {
	background: #fff;
	color: #9263a9;
	margin-top: 2rem;
}

.date-rates .row .col:only-child .item.theme-gray .btn-reg:hover {
	color: #9263a9;
	background: #99d6ea;
}

.date-rates .row .col:only-child > .slide {
	width: 100%;
	padding-left: 0;
}

.date-rates .row .col:before {
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	height: 1.6rem;
	right: 0;
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 126 26' fill='rgba(122, 122, 122, 0.63)' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E") repeat-x;
}

.date-rates .row .col.active .opener:before {
	font-size: 3.3rem;
	margin-top: -0.1rem;
	content: "-";
}

.date-rates .row .col:first-child .item {
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.date-rates .row .col:first-child .item:empty {
	background-color: transparent;
}

.date-rates .row .col:first-child .item:after {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 1.5rem;
	height: 1.6rem;
	width: 520%;
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 126 26' fill='rgba(122, 122, 122, 0.63)' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E") repeat-x;
}

.date-rates .row .col:first-child .item:last-child:after {
	display: none;
}

.date-rates .row .col > .item:first-child {
	min-height: 8.5rem;
}

.date-rates .row .col > .item:first-child p,
.date-rates .row .col > .item:first-child .text {
	text-transform: uppercase;
}

.date-rates .row .theme-gray {
	background-color: #54595f;
}

.date-rates .row .theme-yellow {
	background-color: #edbc4e;
}

.date-rates .row .theme-blue {
	background-color: #0076a8;
}

.date-rates .row .theme-orange {
	background-color: #d86f24;
}

.date-rates .row .theme-light-blue {
	background-color: #99d6ea;
}

.date-rates .row .theme-light-gray {
	background-color: #ddd;
}

.date-rates .row a.item:hover {
	color: #fff;
	opacity: 0.8;
}

.date-rates .row .slide {
	padding-left: 1.5rem;
}

.date-rates .row .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 1.1rem;
	margin-bottom: 1.2rem;
	padding: 1rem 0.8rem 1.1rem;
	min-height: 19.3rem;
	color: #fff;
	position: relative;
}

.date-rates .row .item.open {
	min-height: 7rem;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-bottom: 1.2rem;
}

.date-rates .row .item.item-sold-out {
	opacity: 0.5;
	pointer-events: none;
}

.date-rates .row .item.item-sold-out .wrap * {
	visibility: hidden;
}

.date-rates .row .item.item-sold-out .sold-out {
	visibility: visible;
}

.date-rates .row .item:empty {
	pointer-events: none;
	background-color: #ddd;
}

.date-rates .row .item.two-col {
	display: block;
	margin-bottom: 0;
	min-height: 0;
	padding: 0;
	height: auto;
}

.date-rates .row .item.two-col .row {
	margin-right: -1.2rem;
}

.date-rates .row .item.two-col .row .frame .item {
	width: 100% !important;
	margin-right: 0 !important;
}

.date-rates .row .item.two-col .row .item,
.date-rates .row .item.two-col .row .frame {
	width: calc(50% - 1.2rem);
	margin-right: 1.2rem;
}

.date-rates .row .item.two-col p,
.date-rates .row .item.two-col .text {
	font-weight: 400;
	font-style: italic;
	margin-bottom: 1rem;
}

.date-rates .row .item.two-col .sold-out {
	font-size: 1.4rem;
	line-height: 1.2;
}

.date-rates .row .slide-content:has(> .btn2) .item {
	height: 19rem;
}

.date-rates .row .slide-content:has(> .btn2) .item.btn2 {
	min-height: 0;
	height: 5rem;
	padding-block: 0;
}

.date-rates .row .slide-content:has(> .btn2) .item.btn2 .btn-reg {
	padding-block: 0.2rem;
}

.date-rates .row .slide-content .frame .item {
	height: 19rem;
}

.date-rates .row .slide-content .frame .item.btn2 {
	min-height: 0;
	height: 5rem;
	padding-block: 0;
}

.date-rates .row .slide-content .frame .item.btn2 .btn-reg {
	padding-block: 0.2rem;
}

.txt-image-list {
	padding-top: 4rem;
}

.txt-image-list .sub-title {
	color: #54595f;
}

.txt-image-list .txt {
	margin-bottom: 4rem;
}

.image-list {
	margin-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.image-list img {
	width: 100%;
	height: auto;
}

.image-list .img {
	width: 50%;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.image-list .img a {
	display: block;
	position: relative;
}

.image-list .img a:before {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.image-list .img a:hover:before {
	opacity: 1;
}

.list {
	color: #0076a8;
	margin-top: 3rem;
	margin-bottom: 0;
}

.list li {
	padding-left: 5.2rem;
}

.list li:before {
	width: 0.9rem;
	height: 0.9rem;
	top: 1.8rem;
	display: block;
}

.list .h3 {
	color: inherit;
	line-height: 1.8;
	font-weight: 700;
}

.txt-image-gallery {
	padding-top: 4rem;
}

.txt-image-gallery .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 52.1rem;
	position: relative;
	padding: 3rem;
	margin: 0 -2rem 4rem;
}

.txt-image-gallery .image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: 0.27;
}

.txt-image-gallery h1,
.txt-image-gallery .h1 {
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 0;
	max-width: 80rem;
	margin: 0 auto;
}

.txt-image-gallery .txt {
	color: #54595f;
}

.txt-image-gallery .txt-hold {
	margin-bottom: 2rem;
}

.txt-image-gallery .img-list .img {
	margin-bottom: 2rem;
}

.cabins {
	padding-top: 5rem;
	margin-bottom: 3rem;
}

.list-hold {
	margin-bottom: 1rem;
}

.list-hold ul {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

.list-hold ul li {
	padding-left: 0;
}

.list-hold ul li:before {
	display: none;
}

.body-color {
	color: inherit !important;
}

.group-banner {
	color: #fff;
	background: #0076a8;
	padding: 3rem 0 1.5rem;
}

.group-banner h2 {
	color: inherit;
}

.group-banner h2:before {
	background: #99d6ea;
}

.faq-meta {
	margin-bottom: 4rem;
	padding: 0 3rem;
}

.faq-meta h3 {
	line-height: 1.4;
	font-weight: 700;
}

.faq-meta .btn {
	width: 100%;
}

.email-form,
.contact-form {
	padding-top: 2rem;
}

.email-form input[type=submit],
.contact-form input[type=submit] {
	width: 100%;
}

.email-form span,
.contact-form span {
	padding-top: 0.3rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: -0.5rem;
}

.email-form .input-wrap,
.contact-form .input-wrap {
	margin-bottom: 1.5rem;
}

label {
	font-size: 1.5rem;
	line-height: 1.2;
	color: inherit;
	display: table;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.textarea {
	height: 10.3rem;
}

.contact-info .image {
	margin-bottom: 1.5rem;
}

.contact-info h3 {
	margin-bottom: 1.2rem;
}

.contact-info .sub-title {
	color: #54595f;
}

.mailing-address {
	padding-top: 2.5rem;
}

.mailing-address a {
	color: inherit;
}

.mailing-address a:hover {
	color: #dfb136;
}

.ancher-nav {
	left: 0;
	top: 50%;
	z-index: 9999;
	padding: 0.5rem;
	position: fixed;
	margin-bottom: 0;
	background: #dfb136;
	border-radius: 0.5rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.ancher-nav li {
	margin-bottom: 1rem;
	padding-left: 0;
}

.ancher-nav li:last-child {
	margin-bottom: 0;
}

.ancher-nav li:before {
	display: none;
}

.ancher-nav li.anchor-active > a {
	background: #54595f;
}

.ancher-nav a {
	width: 1rem;
	height: 1rem;
	display: block;
	border-radius: 50%;
	background: #fff;
}

.ancher-nav a:hover .text {
	margin-left: 3rem;
	opacity: 1;
	visibility: visible;
}

.ancher-nav .text {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, margin 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, margin 0.3s ease-in-out;
	top: 50%;
	left: 100%;
	color: #54595f;
	font-size: 1.4rem;
	line-height: 1.2;
	position: absolute;
	margin-left: 5.5rem;
	font-weight: 800;
	opacity: 0;
	visibility: hidden;
	width: 18.5rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-transform: uppercase;
}

.ancher-nav .text span {
	display: inline-block;
	vertical-align: top;
	background: #99d6ea;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
}

.app-banner {
	background: #47565a;
	color: #fff;
	padding-top: 3rem;
}

.app-banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 82rem;
}

.app-banner .img {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-bottom: 3rem;
}

.app-banner h2 {
	color: inherit;
}

.app-banner ul {
	margin-left: -3rem;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.app-banner ul li {
	margin-left: 3rem;
	padding-left: 0;
	max-width: 15rem;
	width: 50%;
}

.app-banner ul li:before {
	display: none;
}

.map img {
	width: 100%;
	height: auto;
}

.faq-box {
	background: #fff;
	border-radius: 0.5rem;
	padding: 3rem 2.5rem 2rem;
	margin-bottom: 2rem;
}

.accordion-block {
	display: block !important;
	margin-bottom: 3rem !important;
}

.accordion-block .acc-active .opener:before {
	content: "-";
}

.accordion-block .slide {
	background: #fff;
	border-radius: 0.5rem;
	padding: 3rem 2.5rem 2rem;
	margin-bottom: 2rem;
	color: #54595f;
}

.accordion-block .opener {
	padding-left: 20px;
	position: relative;
}

.accordion-block .opener:before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	content: "+";
	top: 50%;
	left: 0;
}

.accordion-block h3 {
	font-size: 20px;
	margin-bottom: 1rem;
}

.faq-detail-sidebar ul {
	margin-left: -2.5rem;
}

.faq-detail-sidebar ul li {
	margin-bottom: 0.5rem;
}

.faq-detail-sidebar ul a {
	color: inherit;
}

.faq-detail-sidebar ul a:hover {
	color: #dfb136;
}

.faq-detail-sidebar .search-form {
	margin-bottom: 2.5rem;
}

.faq-detail-sidebar .search-form #searchInput {
	padding-right: 15px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.large-banner {
	position: relative;
	min-height: 100vh;
	text-align: center;
	color: #fff;
}

.large-banner.height-40 {
	min-height: 40vh !important;
}

.large-banner.height-40 .img.bg-image {
	min-height: 40vh !important;
}

.large-banner .img {
	padding: 6rem 0;
}

.large-banner .img.bg-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}

.large-banner .img.bg-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #000;
	opacity: 0.5;
}

.large-banner img {
	margin-bottom: 3rem;
}

.large-banner .h1,
.large-banner h1 {
	color: inherit;
}

.more-explore {
	padding: 3rem 0;
	color: #fff;
	background: #47565a;
}

.more-explore h2 {
	color: inherit;
}

.more-explore .sub-title {
	color: inherit;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.more-explore .btn {
	width: 100%;
	padding: 1.3rem 2.4rem;
}

.more-explore .js-height-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #7a7a7a;
	font-weight: 400;
	margin: 0 -1rem;
}

.icon-list li {
	width: 100%;
	padding: 0 1rem;
}

.icon-list li:before {
	display: none;
}

.icon-list .icon {
	margin-bottom: 2rem;
}

.icon-list .icon img {
	width: auto;
	height: 5rem;
}

.single-date-rates {
	padding: 4rem 0;
}

.single-date-rates .btn {
	width: 100%;
}

.single-date-rates .date-rates {
	padding-top: 2.5rem;
	padding-bottom: 0;
}

.single-date-rates .date-rates .data-accordion:last-child .col:before {
	display: none;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .item {
	min-height: 140px;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame {
	min-height: 140px;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame .item.btn2 {
	margin-top: -1rem;
	padding-block: 0;
	min-height: 0;
	height: 5rem !important;
}

.single-date-rates .date-rates .data-accordion .col .item.btn2 {
	margin-top: -1rem;
}

.single-date-rates .date-rates .data-accordion .col .frame .item.btn2 {
	min-height: 0;
	height: 5rem;
	padding-block: 0;
}

.single-date-rates .date-rates .data-accordion .col .frame .item.btn2 .btn-reg {
	padding-block: 0.2rem;
}

.sessions-box {
	padding: 2rem 1.5rem 1.5rem;
	border-left: 0.5rem solid #0076a8;
	background: rgba(153, 214, 234, 0.47);
	color: #7a7a7a;
	margin-bottom: 2rem;
}

.sessions-box h3 {
	color: #0076a8;
	margin-bottom: 1rem;
}

.sessions-box p {
	margin-bottom: 0;
}

.news-details {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.news-details .sidebar h2 {
	text-align: center;
	display: block;
}

.news-details .sub-nav {
	margin-bottom: 4rem;
	width: 100%;
}

.news-details .sub-nav li {
	margin-bottom: 1.5rem;
	padding-left: 0;
}

.news-details .sub-nav li:before {
	display: none;
}

.news-details .sub-nav li a {
	display: block;
	-webkit-box-shadow: 0.1rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0.1rem 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.news-details .blogs,
.news-details .covid-news {
	padding-top: 0;
}

.news-details .blogs .img,
.news-details .covid-news .img {
	margin-bottom: 2rem;
}

.news-details .blogs .img img,
.news-details .covid-news .img img {
	margin-top: 0;
}

.news-details .blogs .h4,
.news-details .covid-news .h4 {
	display: block;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.news-details .blogs h2,
.news-details .covid-news h2 {
	margin-bottom: 0.5rem;
}

.news-details .blogs .blog,
.news-details .covid-news .blog {
	margin-bottom: 3rem;
}

.news-details .side-logo {
	max-width: 12rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.news-details .side-logo img {
	width: 100%;
	height: auto;
}

.ads {
	position: relative;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.25;
}

.ads strong {
	position: absolute;
	z-index: 2;
	top: 2.2rem;
	left: 1.5rem;
	right: 1.5rem;
	color: #fff;
	text-align: center;
}

.ads a {
	position: relative;
}

.ads a:hover {
	opacity: 0.85;
}

.ads img {
	width: 100%;
	height: auto;
}

.blog-image-list {
	margin-bottom: 2rem;
}

.blog-image-list h1,
.blog-image-list .h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 1rem;
}

.blog-image-list .sub-heading {
	font-size: 1.7rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.blog-image-list .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	color: #47575b;
	padding: 3rem 1.5rem;
	text-align: center;
	position: relative;
}

.blog-image-list .img:hover {
	opacity: 0.85;
}

.blog-image-list .img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.blog-image-list .item {
	margin-bottom: 2rem;
}

.blog-image-list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	max-width: 54.9rem;
	min-height: 16rem;
	padding: 3rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	border: 0.1rem solid rgba(153, 214, 234, 0.76);
	background-color: rgba(255, 255, 255, 0.76);
}

.newsletter-form-block {
	color: #fff;
	width: 100%;
	padding: 3rem 1.5rem 1rem;
	border-left: 1rem solid #dfb136;
	background-color: #47565a;
	margin-bottom: 3.8rem;
	position: relative;
}

.newsletter-form-block .gfield {
	margin-bottom: 2rem;
	position: relative;
}

.newsletter-form-block .gfield.float label {
	font-size: 1.3rem;
	top: 0.9rem;
}

.newsletter-form-block h2 {
	color: #fff;
}

.newsletter-form-block input[type=submit] {
	width: 15.4rem;
	min-width: 0;
	margin-top: 0;
	height: 5rem;
	text-align: center;
}

.newsletter-form-block .newsletter-form .gform_wrapper .gform_fields {
	width: 100%;
	padding-top: 3px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.newsletter-form-block .newsletter-form .gform_wrapper .gform_fields .gfield {
	padding-top: 0;
	padding: 0 15px;
	width: 50%;
}

.newsletter-form-block .gform_footer {
	margin: 0;
}

.newsletter-form-block .gform_footer:after,
.newsletter-form-block .gform_footer:before {
	display: none;
}

.newsletter-form-block .gform_fields {
	margin-bottom: 0;
}

.newsletter-form-block .gform_fields .gfield {
	position: relative;
	padding: 0;
}

.newsletter-form-block .gform_fields .gfield:before {
	display: none;
}

.newsletter-form-block label {
	-webkit-transition: top 0.3s ease-in-out, color 0.3s ease-in-out, font 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, color 0.3s ease-in-out, font 0.3s ease-in-out;
	position: absolute;
	top: 2rem;
	left: 1.9rem;
	right: 1.5rem;
	color: #7a7a7a;
	z-index: 1;
}

.newsletter-form-block input:not([type=submit]) {
	height: 5.5rem;
	font-weight: 700;
	padding: 2.6rem 1.9rem 1rem;
	background-color: #fff;
}

.search-container {
	z-index: 99;
}

.faq-search-form-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: table;
	max-width: 66rem;
}

.faq-search-form-wrap form {
	margin-bottom: 0;
}

.main .search-form {
	position: relative;
}

.main .search-form .close {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: pointer;
	position: absolute;
	color: transparent;
	right: 1.8rem;
	top: 50%;
	width: 1.8rem;
	height: 1.8rem;
	font-size: 0;
	line-height: 0;
	display: none;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url("images/close.svg") no-repeat 50% 50%/95% auto;
}

.main .search-form .close:hover {
	opacity: 0.8;
}

.main .search-form input[type=search] {
	width: 100%;
	height: 4.7rem;
	padding-right: 4.5rem;
	padding-left: 6rem;
	background: #fff;
	font-size: 2rem;
	line-height: 1.2;
	margin-right: 0;
}

.main .search-form input[type=submit] {
	top: 50%;
	padding: 0;
	left: 1.7rem;
	width: 3.2rem;
	height: 3.2rem;
	font-size: 0;
	line-height: 0;
	position: absolute;
	margin-bottom: 0;
	margin-top: -1.6rem;
	min-width: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent url("images/search.svg") no-repeat 50% 50%/2.5rem auto;
}

.result-list {
	margin-right: -1.5rem;
}

.result-list h2 {
	margin-bottom: 1rem;
}

.result-list .item {
	padding-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.result-list ul {
	font-weight: 700;
	font-size: 1.6rem;
}

.result-list ul a {
	color: inherit;
}

.result-list ul a:hover {
	color: #dfb136;
}

.result-list ul li {
	padding-left: 0;
	margin-bottom: 1rem;
}

.result-list ul li:before {
	display: none;
}

.result-list ul li a:before {
	content: "+";
	margin-right: 0.8rem;
}

.search-result {
	background-color: #efefef;
	position: relative;
	color: #374548;
	padding: 5rem 0 2rem;
}

.faq-search-form-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: table;
	max-width: 53rem;
}

.faq-search-form-wrap form {
	margin-bottom: 0;
}

.faq-search-result {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	margin-top: 0.5rem;
	padding: 1rem 1rem;
	border-radius: 1.2rem;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.25;
	color: #7a7a7a;
	text-align: left;
}

.faq-search-result pre {
	margin: 0;
}

.faq-search-result .title {
	font-weight: 600;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.faq-search-result .author {
	color: rgba(122, 122, 122, 0.7);
	display: block;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.faq-search-result ul {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 30rem;
}

.faq-search-result ul li {
	padding-left: 0;
}

.faq-search-result ul li:before {
	display: none;
}

.faq-search-result ul a {
	color: inherit;
	display: block;
	padding: 1.3rem 1.3rem 0.2rem;
	border-radius: 1.2rem;
}

.faq-search-result ul a:hover {
	background-color: #efefef;
}

form .validation_error {
	display: none !important;
}

form .validation_message {
	color: #f00;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 0.5rem 0 0;
}

.gform_wrapper .gform_body ul.gform_fields {
	padding-top: 2rem;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gform_wrapper .gform_body ul.gform_fields li {
	padding: 0;
	width: 100%;
	margin-bottom: 1.5rem;
}

.gform_wrapper .gform_body ul.gform_fields li:before {
	display: none;
}

.gform_wrapper .gform_body ul.gform_fields li .ginput_complex label {
	padding-top: 0.3rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: -0.5rem;
}

.gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer input[type=button],
.gform_wrapper .gform_footer input[type=reset],
.gform_wrapper .gform_footer input[type=submit] {
	margin-top: 0;
	width: 100%;
}

.camp-lists-block + .info-block {
	padding-top: 1rem;
}

.info-block {
	padding: 2rem 0;
	color: #54595f;
}

.info-block + .health-cards-block .health-cards {
	padding-top: 0;
}

.info-block ul ul {
	padding-left: 0;
}

.info-block .container {
	max-width: 111rem;
}

.info-block .info-box p strong {
	display: block;
	margin-bottom: -2rem;
}

.text-columns-block:last-of-type {
	padding-bottom: 2rem;
}

.error-404,
.terms-block {
	padding: 3.5rem 0;
}

.form-block + .faq-block .space-hold {
	margin-top: 0;
}

.faq-block h3 {
	line-height: 1.5;
	font-weight: 700;
}

.social-link {
	font-size: 1.44rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 3.6rem 0 4.4rem;
	max-width: 60.64rem;
	margin: 0 auto;
}

.social-link .logo-lg {
	width: 16rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.2rem;
}

.social-link .logo-lg img {
	width: 100%;
	height: auto;
}

.social-link .row img {
	width: 3.2rem;
	margin-left: 0.8rem;
}

.social-link .row .item {
	width: 100%;
	margin-bottom: 1.6rem;
}

.social-link .row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	color: #fff;
	min-height: 5.2rem;
	text-align: center;
	border-radius: 1.04rem;
	background-color: #0174a6;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.social-link .row a:hover {
	background: #dfb136;
}

.social-link .row a span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 0.8rem;
	padding-right: 4rem;
}

.social-link .row a span:only-child {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.social-link .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -0.8rem;
	margin-top: 2.4rem;
}

.social-link .social-networks li {
	margin: 0 0.8rem;
}

.social-link .social-networks a {
	width: auto;
}

.social-link .social-networks a:hover {
	opacity: 0.7;
}

.social-link .social-networks img {
	display: block;
	max-width: 2.56rem;
	height: auto;
	width: 100%;
}

.newsletter-form-block .newsletter-form {
	margin: 0;
}

.cards-v2.accordion-block.step-accordion {
	counter-reset: counter;
}

.cards-v2.accordion-block.step-accordion h3 {
	margin-bottom: 0;
}

.cards-v2.accordion-block.step-accordion > div {
	margin-bottom: 1px;
	counter-increment: counter;
}

.cards-v2.accordion-block.step-accordion > div.acc-active .opener:after {
	-webkit-transform: rotate(90deg) translateY(-50%);
	        transform: rotate(90deg) translateY(-50%);
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	margin-top: 1px;
}

.cards-v2.accordion-block.step-accordion .opener {
	display: block;
	color: #fff;
	padding: 1rem 3rem 1rem 3.3rem;
	background: #dfb136;
}

.cards-v2.accordion-block.step-accordion .opener:before {
	display: none;
}

.cards-v2.accordion-block.step-accordion .opener .step:after {
	content: " " counter(counter) ": ";
}

.cards-v2.accordion-block.step-accordion .opener:after {
	position: absolute;
	top: 50%;
	left: 1.5rem;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 7px 0 7px 8px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-color: transparent transparent transparent #fff;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	-webkit-transition-duration: inherit;
	        transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	        animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.footer {
	background: #47565a;
	border-top: 1rem solid #0076a8;
	padding: 3rem 0 1rem;
	color: rgba(255, 255, 255, 0.65);
	margin-top: -0.1rem;
}

.footer a {
	color: inherit;
}

.footer a:hover {
	color: #dfb136;
}

.footer .heading-sm {
	display: block;
	text-transform: capitalize;
}

.footer address {
	font-style: normal;
}

.footer .wrap {
	margin-bottom: 2rem;
}

.footer .heading {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	margin-bottom: 2rem;
}

.footer .full-width {
	width: 100% !important;
}

.footer .f-links {
	font-weight: 500;
}

.footer .f-links ul li {
	padding-left: 0;
	margin-bottom: 0.5rem;
}

.footer .f-links ul li:before {
	display: none;
}

.footer .f-links ul a {
	color: rgba(255, 255, 255, 0.38);
}

.footer .f-links ul a:hover {
	color: #dfb136;
}

.footer .f-address p:empty {
	display: none !important;
}

.footer .f-logo {
	width: 16.8rem;
	margin-bottom: 2rem;
}

.footer .f-logo img {
	width: 100%;
	height: auto;
}

.footer ul.f-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -4rem;
	padding-top: 1.5rem;
}

.footer ul.f-logos li {
	width: 50%;
	padding-left: 4rem;
}

.footer .f-bottom {
	font-weight: 300;
	color: #adadad;
}

.footer .f-bottom .policy {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer .f-bottom .policy li {
	padding-left: 0;
}

.footer .f-bottom .policy li:before {
	display: none;
}

.footer .f-bottom .policy li + li {
	padding-left: 2rem;
	position: relative;
}

.footer .f-bottom .policy li + li:before {
	position: absolute;
	top: 50%;
	left: 0.8rem;
	margin-top: -0.7rem;
	height: 1.4rem;
	width: 0.2rem;
	content: "";
	display: block;
	background: #808f99;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2rem;
	margin-left: -1.5rem;
}

.header .social-networks {
	margin-left: 0;
}

.social-networks li {
	margin-bottom: 1rem;
	margin-left: 1.5rem;
	padding-left: 0;
}

.header .social-networks li {
	margin-left: 0;
}

.social-networks li:before {
	display: none;
}

.social-networks .youtube a {
	width: 1.8rem;
}

.social-networks a {
	display: block;
	width: 1.5rem;
}

.header .social-networks a {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.social-networks a:hover {
	opacity: 0.6;
}

.header .social-networks a:hover {
	opacity: 1;
	background: #fff;
}

.social-networks svg {
	display: block;
	width: 100%;
	height: auto;
	fill: rgba(255, 255, 255, 0.47);
}

.header .social-networks svg {
	width: 1.5rem;
	fill: #99d6ea;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: none;
	float: left;
	height: 100%;
	min-height: 0.1rem;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 0.1rem solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-bottom: 0;
	top: 50%;
	left: 1rem;
	z-index: 2;
	font-size: 0;
	line-height: 0;
	color: transparent;
	min-width: 0;
	border-radius: 0;
	margin-bottom: 2rem;
}

.slick-arrow:hover {
	opacity: 0.75;
}

.slick-arrow.slick-prev {
	background: url("images/chevron-left.svg") no-repeat 50% 50%/50% auto;
}

.slick-arrow.slick-next {
	left: auto;
	right: 1rem;
	background: url("images/chevron-right.svg") no-repeat 50% 50%/50% auto;
}

.slick-arrow img {
	width: 100%;
	height: auto;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 1.5rem;
	margin-bottom: 0;
}

.slick-dots li {
	padding: 0;
	margin: 0 0.6rem;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-dots li:before {
	display: none;
}

.slick-dots button {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	padding: 0;
	min-width: 0;
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
}

.slick-dots button:hover {
	opacity: 1;
}

/* added step style */

body:has(.next-steps) {
	background: #f0f6f8;
}

.wrapper {
	overflow: clip !important;
}

.next-steps {
	font-size: 16px;
	line-height: 1.5;
	color: #47565a;
	margin-bottom: 75px;
}

.next-steps .go-to {
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	right: 20px;
}

.toc-active .next-steps .go-to .open {
	display: none;
}

.next-steps .go-to .close {
	display: none;
}

.toc-active .next-steps .go-to .close {
	display: block;
}

.next-steps .toc-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

.next-steps .steps-toc {
	margin-inline: auto;
	max-width: 1090px;
	padding-inline: 20px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}

.next-steps .toc-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px;
	text-align: center;
	background: #99D6EA;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	gap: 20px;
	color: #fff;
}

.next-steps .toc-list img {
	width: auto;
	height: 25px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.next-steps .toc-list span {
	display: block;
}

.next-steps .toc-list a {
	color: #fff;
	display: block;
}

.next-steps .toc-list li {
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.next-steps .toc-list li.anchor-active a {
	background: rgba(255, 255, 255, 0.25);
}

.next-steps .toc-list li:before {
	display: none;
}

.next-steps .container {
	max-width: 1640px;
}

.next-steps .small .container {
	max-width: 1370px;
}

.next-steps .medium .container {
	max-width: 1440px;
}

.next-steps .steps-banner {
	background: #d76f24;
	color: #fff;
}

.next-steps .steps-banner .sub-heading {
	font-weight: 300;
	letter-spacing: 3px;
	display: block;
	text-transform: uppercase;
}

.next-steps .steps-banner h1 {
	font-size: 56px;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	margin-bottom: 3px;
}

.next-steps .steps-banner h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 40px;
}

.next-steps .steps-banner h2:after {
	position: absolute;
	bottom: -18px;
	left: 0;
	height: 5px;
	content: "";
	width: 32%;
	background: #dfb136;
}

.next-steps .steps-banner h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 13px;
}

.next-steps .steps-banner * {
	color: inherit !important;
}

.next-steps .steps-banner .bg-image {
	height: 160px;
}

.next-steps .steps-banner .txt {
	padding-block: 0 30px;
	padding-inline: 20px;
	max-width: 830px;
}

.next-steps .steps-banner .txt .grid {
	gap: 20px;
	grid-template-columns: 1fr;
}

.next-steps .steps-banner ul {
	margin-bottom: 0;
}

.next-steps h2 {
	display: block;
	font-size: 40px;
	line-height: 1.2;
	color: #0076a8;
	margin-bottom: 30px;
}

.next-steps h2 br {
	display: none;
}

.next-steps .text-center {
	text-align: center;
}

.next-steps .sub-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(71, 86, 90, 0.5019607843);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.next-steps .sub-title strong {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.next-steps .sub-title img {
	width: auto;
	height: auto;
	max-height: 28px;
}

.next-steps strong {
	font-weight: 700;
}

.next-steps p {
	margin-bottom: 14px;
}

.next-steps p + .tip {
	margin-top: 30px;
}

.next-steps ul li:before {
	width: 6px;
	height: 6px;
	content: "";
	left: 25px;
	top: 8px;
	border-radius: 50%;
	position: absolute;
	background: currentColor;
}

.next-steps .btn + .tip {
	margin-top: 30px;
}

.next-steps .tip {
	background-color: #d9edf7;
	color: #31708f;
	border-left: 5px solid #bcdff1;
	padding: 15px;
	position: relative;
	text-align: start;
}

.next-steps .tip > strong {
	display: block;
	font-style: italic;
	text-transform: uppercase;
}

.next-steps .tip p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 0;
}

.next-steps .tip + .btn {
	margin-top: 15px;
}

.next-steps .icon-text {
	margin-block: 70px;
}

.next-steps .icon-text .tip {
	margin-top: 0;
}

.next-steps .icon-text .grid {
	gap: 20px;
}

.next-steps .icon-text .icon {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.next-steps .icon-text .icon img {
	max-width: 45%;
	display: block;
	margin-inline: auto;
}

.next-steps .two-cols-text {
	padding-top: 45px;
	margin-bottom: 70px;
}

.next-steps .grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}

.next-steps .grid .col > strong {
	display: block;
}

.next-steps .text-image-box {
	margin-block: 50px;
}

.next-steps .text-image-box h2 {
	margin-bottom: 20px;
}

.next-steps .text-image-box ul:last-of-type {
	margin-bottom: 0;
}

.next-steps .text-image-box ul li:before {
	top: 9px;
	left: 22px;
}

.next-steps .text-image-box.short-text .txt-wrap {
	margin-inline: auto;
	max-width: 430px;
}

.next-steps .text-image-box p:has(strong:only-child) + p {
	margin-left: 25px;
}

.next-steps .text-image-box .grid {
	gap: 0;
}

.next-steps .text-image-box .grid .col {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.next-steps .text-image-box .grid .col + .col {
	border-radius: 0 0 10px 10px;
	z-index: 2;
}

.next-steps .text-image-box .grid .col.image-map,
.next-steps .text-image-box .grid .col.image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #e9e8df;
	padding: 0;
	position: relative;
}

.next-steps .text-image-box .grid .col.image-map img,
.next-steps .text-image-box .grid .col.image img {
	width: 100%;
	height: auto;
}

.next-steps .text-image-box .grid .col.image-map {
	padding-inline: 15px;
	background: #47565a;
}

.next-steps .text-image-box .grid .col.image-map img {
	margin-block: -5%;
}

@media (min-width: 480px) {

.contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contact-info .image {
	width: 34%;
	margin-bottom: 0;
}

.contact-info .txt-wrap {
	width: 66%;
	padding-left: 2rem;
}

}

@media (min-width: 768px) {

.commentlist-item .commentlist-item {
	padding: 0 0 0 2em;
}

.alignleft {
	float: left;
	width: 260px;
	margin-right: 2rem;
	margin-top: 1rem;
}

.alignright {
	margin-top: 1rem;
	margin-left: 2rem;
	float: right;
	width: 26rem;
}

h2.short-line:before,
h2.md-line:before,
h2.with-line:before,
.h2.short-line:before,
.h2.md-line:before,
.h2.with-line:before {
	width: 11rem;
}

.header .header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header > .container {
	z-index: 99;
}

.logo {
	width: 15rem;
}

.nav-drop {
	width: calc(100% - 15rem);
	padding-right: 3rem;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 1rem;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.nav ul li {
	margin-left: 0.7rem;
	padding-bottom: 0.5rem;
}

.nav ul li:last-child > .dropmenu {
	width: 12rem;
	right: 0;
	left: auto;
}

.nav ul li:last-child > .dropmenu .dropmenu {
	right: 100%;
	left: auto;
}

.nav ul li:hover > a.has-drop-down-a {
	color: #dfb136;
}

.nav ul li:hover > a:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23dfb136' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li:hover .dropmenu {
	opacity: 1;
	visibility: visible;
}

.nav ul li .dropmenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 18.5rem;
	left: 0;
	font-size: 1.6rem;
	background-color: #f9f9f9;
}

.nav ul li .dropmenu li {
	padding-bottom: 0;
}

.nav ul li .dropmenu li:hover > a {
	background: #dfb136;
	color: #fff;
	font-style: normal;
}

.nav ul li .dropmenu li:hover > a:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li .dropmenu li:hover .dropmenu {
	opacity: 1;
	visibility: visible;
}

.nav ul li .dropmenu .dropmenu {
	top: 0;
	margin-top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.nav ul li .dropmenu .dropmenu a {
	padding: 1.3rem 2rem;
}

.nav ul li .dropmenu a {
	padding: 1.3rem 2rem;
}

.nav ul li .dropmenu a:hover {
	font-style: normal;
}

.nav ul li .dropmenu a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23dfb136' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul li .dropmenu a:after {
	position: static;
	margin-top: -0.1rem;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.nav ul li .dropmenu svg {
	position: static;
	margin-top: -0.1rem;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.nav ul svg {
	position: absolute;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.nav ul a {
	padding: 0.5rem;
}

.nav ul a:hover {
	color: #dfb136;
	background-color: transparent;
}

.nav ul a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23dfb136' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'%3E%3C/path%3E%3C/svg%3E");
}

.nav ul a:after {
	position: absolute;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.nav ul a.has-drop-down-a {
	padding-right: 2rem;
}

.nav-opener {
	display: none;
}

.search-hold {
	display: block;
}

.video + p {
	margin-top: 0;
}

.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 50vh;
	min-height: 50rem;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.hero .img {
	width: 50%;
}

.hero .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
	padding: 6rem 2rem 6rem 1rem;
}

.hero .txt .bg-image {
	left: -5rem;
}

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 4rem -0.8rem;
	padding-top: 0;
}

.cards.top-margin {
	margin-top: -4rem;
}

.cards.four-items {
	margin: 4rem -0.6rem;
}

.cards.four-items .card {
	margin: 0 0.6rem 2.5rem;
	width: calc(25% - 1.2rem);
}

.cards .card {
	margin: 0 0.8rem 2.5rem;
	width: calc(33.33% - 1.6rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cards-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.cards-v2.cards-two-cols .card,
.cards-v2.cards-three-cols .card {
	display: block;
	overflow: hidden;
}

.cards-v2.cards-three-cols .card {
	width: calc(33.33% - 2rem);
}

.cards-v2 .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 1rem 2rem;
	width: calc(50% - 2rem);
}

.cards-v2 .card.full,
.cards-v2 .card.full-email {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.cards-v2 .card.full.single-line-form .gfield--width-full,
.cards-v2 .card.full-email.single-line-form .gfield--width-full {
	width: 66.66% !important;
}

.cards-v2 .card.full.single-line-form .gfield_contains_required,
.cards-v2 .card.full-email.single-line-form .gfield_contains_required {
	width: 33.33% !important;
}

.cards-v2 .card.full.single-line-form .ginput_complex .name_last,
.cards-v2 .card.full.single-line-form .ginput_complex .name_first,
.cards-v2 .card.full-email.single-line-form .ginput_complex .name_last,
.cards-v2 .card.full-email.single-line-form .ginput_complex .name_first {
	width: 50%;
	padding-right: 1rem;
}

.cards-v2 .card.full .img,
.cards-v2 .card.full-email .img {
	width: 33.33%;
	padding-top: 0;
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-v2 .card.full .img img,
.cards-v2 .card.full-email .img img {
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-v2 .card.full .txt,
.cards-v2 .card.full-email .txt {
	width: 66.66%;
	padding: 4rem 4.5rem 3rem;
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-v2 .card.full .txt:only-child,
.cards-v2 .card.full-email .txt:only-child {
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}

.cards-v2 .card.full .iframe,
.cards-v2 .card.full .video,
.cards-v2 .card.full-email .iframe,
.cards-v2 .card.full-email .video {
	margin-left: -2rem;
	margin-right: -2rem;
}

.cards-v2 .card.equal-width .txt {
	width: 60%;
}

.cards-v2 .card.equal-width .img {
	width: 40%;
}

.cards-v2 .card.right .img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-v2 .card.right .img img {
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-v2 .card.full-email .img {
	width: 40%;
}

.cards-v2 .card.full-email .img.has-contact-info {
	min-height: 90rem;
}

.cards-v2 .card.full-email .img .contact-info {
	display: block;
}

.cards-v2 .card.full-email .img .contact-info .image {
	width: 100%;
	margin-bottom: 2rem;
}

.cards-v2 .card.full-email .img .contact-info .txt-wrap {
	width: 100%;
}

.cards-v2 .card.full-email .txt {
	width: 60%;
	padding: 3rem 3rem 2rem;
}

.cards-v2 .card.full-email .h1 {
	padding: 5.5rem 2rem;
	max-height: 50rem;
}

.cards-v2 .card.three-col .img {
	width: 28%;
}

.cards-v2 .card.three-col .txt {
	width: 42%;
}

.cards-v2 .img {
	width: 35%;
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-v2 .img img {
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-v2 .txt {
	width: 65%;
	border-radius: 0 0.5rem 0.5rem 0;
	padding: 2rem 1.5rem 2rem 2rem;
}

.glance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.glance .txt-hold {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.info-list {
	width: 30%;
	padding: 2rem 2rem 2rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.info-list.box {
	width: 30rem;
	margin-left: 3rem;
}

.info-list .item {
	margin: 0 0.5rem;
}

.image-30 .img {
	width: 30% !important;
}

.image-30 .txt {
	width: 70% !important;
}

.image-40 .img {
	width: 40% !important;
}

.image-40 .txt {
	width: 60% !important;
}

.image-50 .img {
	width: 50% !important;
}

.image-50 .txt {
	width: 50% !important;
}

.image-60 .img {
	width: 60% !important;
}

.image-60 .txt {
	width: 40% !important;
}

.button {
	text-align: right;
	margin-top: -1rem;
}

.button .btn {
	margin-left: auto;
	width: auto;
}

.latest-news {
	margin-bottom: 4rem;
}

.news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.card-lg {
	width: calc(50% - 1rem);
	margin-right: 1rem;
}

.card-lg .txt {
	padding: 2rem;
}

.card-lg .meta {
	padding: 2rem;
}

.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(50% + 1rem);
	margin-right: -1rem;
}

.card-list.dark-version {
	width: auto;
	margin: 0 -1rem;
}

.card-list.dark-version .card {
	width: calc(50% - 2rem);
}

.card-list.dark-two-col {
	width: auto;
	margin: 0 -1rem;
}

.card-list.dark-two-col .card {
	width: calc(50% - 2rem);
}

.card-list.dark-three-col {
	width: auto;
	margin: 0 -1rem;
}

.card-list.dark-three-col .card {
	width: calc(33.33% - 2rem);
}

.card-list .card {
	width: calc(50% - 2rem);
	margin: 0 1rem 2rem;
	min-height: 30rem;
}

.card-list .card h2 {
	font-size: 2.5rem;
}

.card-list .card .txt {
	padding: 3.5rem 1.5rem;
}

.two-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 5rem 0 3rem;
}

.two-cols.right .txt {
	padding-right: 2rem;
	padding-left: 0;
}

.two-cols.right .buttons {
	margin-right: -2rem;
}

.two-cols .txt {
	width: 50%;
	padding: 0 1rem 0 3rem;
}

.two-cols h2:before {
	width: 10rem;
}

.container .two-cols .img {
	margin: 0;
	border-radius: 0.5rem;
	min-height: 36.5rem;
}

.container .two-cols .img img {
	border-radius: 0.5rem;
}

.two-cols .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
	border-radius: 0;
	overflow: hidden;
	min-height: 40rem;
}

.two-cols .img img {
	border-radius: 0;
}

.slider {
	margin-bottom: 2rem;
}

.img-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.img-content:nth-of-type(odd) .img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-left: 2rem;
	margin-right: 0;
}

.img-content .img {
	width: 26rem;
	margin-right: 2rem;
}

.img-content .txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-item-align: center;
	    align-self: center;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.row.v2 .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: 50%;
}

.row.v2 .sub-title {
	margin-top: 0;
}

.row .col {
	width: 33.33%;
	padding: 0 1rem;
}

.row .sub-title {
	margin-top: 0;
	margin-bottom: 2rem;
}

.row ul {
	width: 50%;
	max-width: 22.5rem;
	padding-right: 1.5rem;
}

.cards-grid .h1 {
	padding: 1.5rem;
	font-size: 3.4rem;
}

.cards-grid .card {
	width: calc(73% - 2rem);
}

.cards-grid .card .img {
	width: 65.5%;
	margin-bottom: 0;
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-grid .card .img img {
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-grid .card .txt {
	width: 34.5%;
	padding: 3.5rem 2.2rem 1.5rem;
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-grid .card.sm {
	width: calc(27% - 2rem);
}

.cards-grid .cards-v2.sm .img {
	width: 34.5%;
}

.cards-grid .cards-v2.sm .txt {
	width: 65.5%;
}

.cards-grid .cards-v2.left .sm,
.cards-grid .cards-v2.left .txt {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.cards-grid .cards-v2.left .img {
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-grid .cards-v2.left .img img {
	border-radius: 0 0.5rem 0.5rem 0;
}

.cards-grid .cards-v2.left .txt {
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-grid .cards-v2.left:not(.sm) .sm,
.cards-grid .cards-v2.left:not(.sm) .txt {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.cards-grid .cards-v2.left:not(.sm) .sm {
	border-radius: 0.5rem 0 0 0.5rem;
}

.cards-grid .cards-v2.left:not(.sm) .img {
	border-radius: 0.5rem;
}

.cards-grid .cards-v2.left:not(.sm) .img img {
	border-radius: 0.5rem;
}

.cards-grid .cards-v2.left:not(.sm) .txt {
	position: relative;
	left: -2rem;
	border-radius: 0 0.5rem 0.5rem 0;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tab-content {
	border: 0.1rem solid #d4d4d4;
	border-top-width: 0;
	padding: 2rem;
}

.tab-content .slide {
	border: none;
	padding: 0;
}

.tab-content.accordion .opener {
	display: none;
}

.js-tab-hidden {
	display: block !important;
	left: -999.9rem !important;
	position: absolute !important;
	top: -999.9rem !important;
	width: 100%;
}

.accordion .js-acc-hidden {
	position: static !important;
}

.video-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.video-logo .video {
	width: 50%;
	padding: 5rem 2.5rem;
}

.video-logo .thrive-logo {
	width: 50%;
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.buttons li {
	width: 50%;
}

.thrive-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.thrive-content ol {
	width: 26rem;
	margin-bottom: 0;
}

.thrive-content .col {
	width: 26rem;
}

.thrive-content .txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-top: 2rem;
	padding-left: 4rem;
	margin-left: auto;
}

.banner .bg-image {
	display: block;
}

.banner .txt {
	width: 50%;
	padding: 8rem 3rem 8rem 0;
}

.banner .txt img {
	max-width: 60%;
}

.bar-image {
	margin-top: -6rem;
	margin-bottom: 6rem;
}

.activities-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 6rem 0;
	padding: 3rem 3rem 2rem;
}

.activities-box .txt {
	padding-right: 1.5rem;
	width: 50%;
}

.activities-box .video-info {
	width: 50%;
	padding-left: 1.5rem;
}

.activities-box .buttons {
	padding: 0;
}

.activities-box .info {
	margin: 0 -0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2rem 0 0;
}

.activities-box .info .col {
	width: 50%;
	padding: 0 0.5rem;
}

.hidden-desktop {
	display: none !important;
}

.two-cols-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.two-cols-txt .txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 2rem;
}

.two-cols-txt .sidebar {
	width: 24rem;
}

.two-cols-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.two-cols-box .col {
	width: 50%;
}

.two-cols-box .col:only-child {
	width: 100%;
}

.ul-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1.5rem;
}

.ul-wrap .col {
	width: 100%;
}

.blogs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.blogs .blog {
	width: 33.33%;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}

.camps-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.camps-nav li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.camps-nav .h2 {
	font-size: 2.5rem;
}

.date-rates {
	margin-top: 6rem;
}

.txt-image-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 6rem;
}

.txt-image-list .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.txt-image-list .txt {
	width: 50%;
	-ms-flex-item-align: center;
	    align-self: center;
	padding-right: 1.5rem;
}

.image-list {
	padding-left: 1.5rem;
	width: 50%;
}

.list {
	width: 50%;
}

.list:only-child {
	width: 100%;
}

.txt-image-gallery .image {
	margin: 0 0 4rem;
}

.txt-image-gallery .txt-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.txt-image-gallery .txt {
	width: 40%;
}

.txt-image-gallery .img-list {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 1rem;
}

.txt-image-gallery .img-list .img {
	width: 50%;
	padding-left: 2rem;
}

.cabins .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.cabins .row .cards-v2 {
	width: 50%;
	margin: 0;
}

.list-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.group-banner {
	padding: 5rem 0 3rem;
}

.group-banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.group-banner .txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 1.5rem;
}

.faq-meta {
	max-width: 100rem;
	margin: 0 auto 4rem;
}

.email-form .row,
.contact-form .row {
	margin: 0 -1rem;
}

.email-form .row .input-wrap,
.contact-form .row .input-wrap {
	width: 50%;
	padding: 0 1rem;
}

.ancher-nav {
	left: 1rem;
}

.app-banner .img {
	width: 35%;
	margin-bottom: 0;
}

.app-banner .txt {
	width: 65%;
	padding-left: 2rem;
}

.faq-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 2rem;
}

.faq-box .covid-news {
	padding-bottom: 1.5rem;
	padding-right: 1.6rem !important;
}

.faq-detail-sidebar {
	padding-left: 1.6rem;
	width: 33.33%;
}

.more-explore .sub-title {
	margin-bottom: 2rem;
}

.icon-list {
	margin: 0 -0.5rem;
}

.icon-list li {
	width: 33.33%;
	padding: 0 0.5rem;
}

.icon-list .icon img {
	height: 4rem;
}

.news-details .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-details .sidebar {
	width: 33.33%;
}

.news-details .sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem 0.5rem;
	width: calc(100% + 2rem);
}

.news-details .sub-nav li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 1rem;
}

.news-details .blogs,
.news-details .covid-news {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 3.2%;
}

.news-details .blogs .blog,
.news-details .covid-news .blog {
	width: 50%;
	margin-bottom: 4rem;
}

.ads {
	font-size: 2.1rem;
}

.blog-image-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% + 2rem);
	margin: 0 -1rem;
}

.blog-image-list .img {
	padding: 3rem;
}

.blog-image-list .item {
	width: 50%;
	padding: 0 1rem;
	margin-bottom: 3rem;
}

.newsletter-form-block {
	padding: 4rem 1.5rem 2rem;
	margin-bottom: 5rem;
}

.newsletter-form-block input[type=submit] {
	height: 5.8rem;
	margin-bottom: 2rem;
}

.newsletter-form-block .newsletter-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.newsletter-form-block .newsletter-form .gform_wrapper .gform_body {
	width: calc(100% - 18.4rem);
}

.newsletter-form-block .gform_footer {
	width: 18.4rem;
	padding-left: 0.8rem;
}

.newsletter-form-block .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.newsletter-form-block .gform_fields .gfield {
	padding: 0 0.8rem;
	width: 50%;
}

.newsletter-form-block label {
	left: 2.7rem;
}

.faq-search-form-wrap {
	margin-top: 10vh;
}

.result-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.result-list .item {
	width: 50%;
}

.faq-search-form-wrap {
	margin-top: 10vh;
}

.faq-search-result ul {
	max-height: 40rem;
}

.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	width: 50%;
	padding-right: 1rem;
}

.gform_wrapper .gform_body ul.gform_fields li.gf_right_half {
	width: 50%;
	padding-left: 1rem;
}

.gform_wrapper .gform_body ul.gform_fields li .ginput_complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gform_wrapper .gform_body ul.gform_fields li .ginput_complex .gf_left_half {
	width: 50%;
	padding-right: 1rem;
}

.gform_wrapper .gform_body ul.gform_fields li .ginput_complex .gf_right_half {
	width: 50%;
	padding-left: 1rem;
}

.social-link {
	font-size: 1.92rem;
	padding-top: 6rem;
}

.social-link .logo-lg {
	width: 28rem;
	margin-bottom: 4rem;
}

.social-link .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1.2rem;
}

.social-link .row img {
	width: 4.8rem;
}

.social-link .row .item {
	padding: 0 1.2rem;
	margin-bottom: 2.24rem;
}

.social-link .row .item.sm {
	width: 50%;
}

.social-link .row a {
	padding-top: 1.44rem;
	min-height: 7.04rem;
	padding-bottom: 1.44rem;
}

.social-link .social-networks {
	margin: 2.4rem -1.44rem;
}

.social-link .social-networks li {
	margin: 0 1.44rem;
}

.social-link .social-networks img {
	max-width: 3.04rem;
	height: auto;
}

.footer .f-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer .f-links {
	width: 30%;
	padding-right: 2rem;
}

.footer .f-links:last-of-type {
	padding-right: 0;
}

.footer .f-address {
	width: 40%;
	padding-right: 2rem;
}

.footer .f-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.footer .f-bottom .copyright {
	width: 50%;
	padding: 0 1rem;
}

.footer .f-bottom .policy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 50%;
	padding: 0 1rem;
}

.next-steps .steps-banner .sub-heading {
	letter-spacing: 4px;
}

.next-steps .steps-banner h1 {
	font-size: 62px;
}

.next-steps .steps-banner h2 {
	font-size: 26px;
	line-height: 1;
}

.next-steps .steps-banner .grid {
	grid-template-columns: 33.318% 1fr;
}

.next-steps .steps-banner .bg-image {
	height: auto;
}

.next-steps .steps-banner .txt {
	padding-block: 40px 30px;
	padding-inline: 0 20px;
}

.next-steps .sub-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.next-steps h2 {
	font-size: 36px;
	line-height: 1.2;
}

.next-steps .icon-text .grid {
	gap: 30px;
}

.next-steps .icon-text.icon-center .icon img {
	margin-inline: auto;
}

.next-steps .icon-text .icon img {
	margin-right: 0;
}

.next-steps .two-cols-text {
	margin-bottom: 90px;
	padding-top: 55px;
}

.next-steps .col-30-70 .grid {
	grid-template-columns: 3fr 7fr;
}

.next-steps .col-70-30 .grid {
	grid-template-columns: 7fr 3fr;
}

.next-steps .col-60-40 .grid {
	grid-template-columns: 6fr 4fr;
}

.next-steps .col-40-60 .grid {
	grid-template-columns: 4fr 6fr;
}

.next-steps .grid {
	grid-template-columns: 1fr 1fr;
}

.next-steps .text-image-box.reverse .grid .col {
	border-radius: 0 10px 10px 0;
	z-index: 2;
}

.next-steps .text-image-box.reverse .grid .col + .col {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	border-radius: 10px 0 0 10px;
	z-index: 1;
}

.next-steps .text-image-box .grid .col {
	border-radius: 10px 0 0 10px;
}

.next-steps .text-image-box .grid .col + .col {
	border-radius: 0 10px 10px 0;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

.list .h3 {
	font-size: 2rem;
}

}

@media (min-width: 782px) {

.admin-bar .header {
	top: 32px;
}

}

@media (min-width: 1024px) {

.alignleft {
	margin-bottom: 3rem;
}

.alignright {
	margin-bottom: 3rem;
}

h2.short-line:before,
h2.md-line:before,
h2.with-line:before,
.h2.short-line:before,
.h2.md-line:before,
.h2.with-line:before {
	width: 22.4rem;
}

h2.md-line:before,
.h2.md-line:before {
	width: 15rem;
}

.logo {
	width: 17rem;
}

.nav-drop {
	width: calc(100% - 17rem);
	padding-right: 4rem;
}

.nav ul li {
	margin-left: 1.5rem;
}

.cards {
	margin: 4rem -1rem;
}

.cards.four-items {
	margin: 4rem -0.7rem;
}

.cards.four-items .card {
	margin: 0 0.7rem 4rem;
	width: calc(25% - 1.4rem);
}

.cards .card {
	margin: 0 1rem 4rem;
	width: calc(33.33% - 2rem);
}

.cards-v2 .card.equal-width .txt {
	width: 50%;
}

.cards-v2 .card.equal-width .img {
	width: 50%;
}

.cards-v2 .card.full-email .img.has-contact-info {
	min-height: 63rem;
}

.cards-v2 .card.full-email .img .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cards-v2 .card.full-email .img .contact-info .image {
	width: 34%;
}

.cards-v2 .card.full-email .img .contact-info .txt-wrap {
	width: 66%;
}

.cards-v2 .card.full-email .h1 {
	padding: 5.5rem;
	max-height: 40rem;
}

.cards-v2 .card.three-col .txt {
	padding-top: 4rem;
	padding-bottom: 2rem;
	width: 45%;
}

.cards-v2 .txt {
	padding: 3rem 1.5rem 2rem 3rem;
	max-width: 120rem;
}

.glance {
	padding: 6rem 0;
}

.info-list {
	width: 27%;
	padding: 2rem 2rem 2rem 1rem;
}

.info-list.box {
	width: 35rem;
	margin-left: 5rem;
}

.info-list.box .hold {
	padding-bottom: 3rem;
}

.info-list .item {
	margin: 0 1.5rem;
}

.info-list strong,
.info-list time {
	padding-left: 1.5rem;
}

.info-list .text {
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}

.email-box {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.upcoming-events .frame {
	padding: 8rem 0;
}

.latest-news {
	margin-bottom: 6rem;
}

.card-lg .txt {
	padding: 3rem;
}

.card-lg .meta {
	padding: 2rem 3rem;
}

.card-list.dark-version .card {
	width: calc(25% - 2rem);
}

.card-list.dark-two-col {
	margin-bottom: 6rem;
}

.card-list.dark-three-col {
	margin-bottom: 6rem;
}

.card-list h3 {
	margin-bottom: 3rem;
}

.card-list .card {
	min-height: 35.5rem;
}

.card-list .card h2 {
	font-size: 3rem;
}

.card-list .card .txt {
	padding: 3.5rem 2.7rem;
}

.two-cols.right .txt {
	padding-left: 4rem;
	padding-left: 0;
}

.two-cols .txt {
	padding: 0 2rem 0 4rem;
}

.two-cols h1,
.two-cols .h1 {
	max-width: 60rem;
}

.two-cols .img {
	padding: 10rem 5.5rem;
}

.content-wrap h2 {
	margin-bottom: 4.5rem;
}

.covid-news.no-sidebar {
	padding: 5rem 5rem 1.5rem;
}

.cards-grid .h1 {
	padding: 2.5rem;
	font-size: 4.5rem;
}

.health-cards {
	padding-top: 7rem;
}

.info-box {
	padding: 5rem 5rem 1.5rem;
}

.tabset li a {
	padding: 2rem 2.6rem;
}

.tab-content {
	margin-bottom: 6rem;
}

.video-logo {
	padding: 4rem 0;
}

.buttons {
	margin-right: -4rem;
}

.thrive-content .col {
	width: 32rem;
}

.banner .txt {
	padding: 16rem 3rem 16rem 0;
}

.ul-wrap .col {
	width: 50%;
}

.camps-nav .h2 {
	font-size: 3rem;
}

.date-rates .title {
	font-size: 2.2rem;
}

.date-rates .date,
.date-rates .heading {
	font-size: 2.6rem;
	line-height: 1.5;
}

.date-rates .row .hold.full-width {
	margin-top: -1rem;
}

.date-rates .row .hold.full-width:before {
	position: absolute;
	top: -3rem;
	left: 0;
	height: 1.6rem;
	right: 0;
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 126 26' fill='rgba(122, 122, 122, 0.63)' stroke='none'%3E%3Cpath d='M3,10.2c2.6,0,2.6,2,2.6,3.2S4.4,16.5,3,16.5s-3-1.4-3-3.2S0.4,10.2,3,10.2z M18.8,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.2-1.4-3.2-3.2S17,10.2,18.8,10.2z M34.6,10.2c1.5,0,2.6,1.4,2.6,3.2s-0.5,3.2-1.9,3.2c-1.5,0-3.4-1.4-3.4-3.2S33.1,10.2,34.6,10.2z M50.5,10.2c1.7,0,3.2,1.4,3.2,3.2s-1.4,3.2-3.2,3.2c-1.7,0-3.3-0.9-3.3-2.6S48.7,10.2,50.5,10.2z M66.2,10.2c1.5,0,3.4,1.4,3.4,3.2s-1.9,3.2-3.4,3.2c-1.5,0-2.6-0.4-2.6-2.1S64.8,10.2,66.2,10.2z M82.2,10.2c1.7,0.8,2.6,1.4,2.6,3.2s-0.1,3.2-1.6,3.2c-1.5,0-3.7-1.4-3.7-3.2S80.5,9.4,82.2,10.2zM98.6,10.2c1.5,0,2.6,0.4,2.6,2.1s-1.2,4.2-2.6,4.2c-1.5,0-3.7-0.4-3.7-2.1S97.1,10.2,98.6,10.2z M113.4,10.2c1.2,0,2.2,0.9,2.2,3.2s-0.1,3.2-1.3,3.2s-3.1-1.4-3.1-3.2S112.2,10.2,113.4,10.2z'/%3E%3C/svg%3E") repeat-x;
}

.date-rates .open,
.date-rates .opener {
	pointer-events: none;
}

.date-rates .open:before,
.date-rates .opener:before {
	display: none;
}

.date-rates .row {
	margin: 0 -0.5rem;
}

.date-rates .row .col {
	padding: 0 0.5rem;
	width: 20%;
}

.date-rates .row .col:only-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
}

.date-rates .row .col:only-child:before {
	bottom: 0.6rem;
}

.date-rates .row .col:only-child > .item,
.date-rates .row .col:only-child > .slide {
	height: auto !important;
}

.date-rates .row .col:only-child .heading,
.date-rates .row .col:only-child .date {
	line-height: 1.8;
}

.date-rates .row .col:only-child .sm-title,
.date-rates .row .col:only-child .title {
	line-height: 1.8;
	font-size: 2.5rem;
}

.date-rates .row .col:only-child > .item {
	width: 30%;
	z-index: 1;
}

.date-rates .row .col:only-child .item {
	height: auto !important;
	margin-bottom: 3rem;
}

.date-rates .row .col:only-child > .slide {
	width: 70%;
	padding-left: 1rem;
}

.date-rates .row .col:only-child > .slide.two-col {
	padding-left: 1.5rem;
}

.date-rates .row .col:before {
	display: none;
}

.date-rates .row .col > .item:first-child {
	height: 17.2rem;
	min-height: 0;
}

.date-rates .row .slide {
	padding-left: 0;
}

.date-rates .row .item {
	height: 25rem;
	min-height: 0;
	padding: 1rem 0.8rem 1.1rem;
	margin-bottom: 4.5rem;
}

.date-rates .row .item.open {
	display: none;
}

.date-rates .row .item.two-col .row {
	margin-right: -0.8rem;
}

.date-rates .row .item.two-col .row .item,
.date-rates .row .item.two-col .row .frame {
	width: calc(50% - 0.8rem);
	margin-right: 0.8rem;
}

.date-rates .row .item.two-col .row .item .btn-reg,
.date-rates .row .item.two-col .row .frame .btn-reg {
	font-size: 1.1rem;
}

.date-rates .row .item.two-col .sold-out {
	font-size: 1.35rem;
}

.date-rates .row .slide-content:has(> .btn2) .item.btn2 {
	margin-top: -3.5rem;
}

.date-rates .row .slide-content .frame .item.btn2 {
	margin-top: -3.5rem;
}

.txt-image-list {
	padding-top: 8rem;
}

.list {
	padding-right: 1.5rem;
}

.txt-image-gallery {
	padding-top: 5rem;
}

.txt-image-gallery .txt {
	width: 30%;
}

.txt-image-gallery .img-list {
	width: 70%;
}

.txt-image-gallery .img-list .img {
	width: 25%;
}

.ancher-nav {
	left: 2rem;
}

.app-banner {
	padding-top: 4rem;
}

.app-banner h2:before {
	width: 10rem;
	background: #dfb136;
}

.faq-box {
	padding: 5rem 5rem 3.5rem;
}

.accordion-block .slide {
	padding: 4rem 3rem 2.5rem;
}

.large-banner img {
	margin-bottom: 6rem;
}

.large-banner .h1,
.large-banner h1 {
	margin-bottom: 3rem;
}

.more-explore h2:before {
	background: #dfb136;
}

.icon-list {
	margin: 0 -1rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

.icon-list li {
	padding: 0 1rem;
}

.icon-list .icon img {
	height: 5rem;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item {
	height: unset !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .item {
	min-height: 173px;
	height: calc(100% - 3rem) !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .item:has(+ .frame) {
	height: unset !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame {
	min-height: 173px;
	height: calc(100% - 3rem) !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame + .item {
	height: unset !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame .item {
	min-height: 0;
	height: calc(100% - 5rem) !important;
}

.single-date-rates .date-rates .data-accordion .col:only-child .item .frame .item.btn2 {
	margin-top: -2rem;
}

.single-date-rates .date-rates .data-accordion .col .item.btn2 {
	margin-top: -2rem;
}

.single-date-rates .date-rates .data-accordion .col .frame .item.btn2 {
	margin-top: -3.5rem;
}

.news-details {
	padding-top: 5rem;
	padding-bottom: 3rem;
}

.news-details .sidebar {
	width: 25%;
}

.news-details .blogs,
.news-details .covid-news {
	padding-right: 2.2%;
}

.news-details .blogs .blog,
.news-details .covid-news .blog {
	width: 33.33%;
}

.ads {
	font-size: 2.5rem;
}

.ads strong {
	top: 3.2rem;
}

.blog-image-list h1,
.blog-image-list .h1 {
	font-size: 5.5rem;
}

.blog-image-list .sub-heading {
	font-size: 1.8rem;
}

.blog-image-list .img {
	padding: 5rem;
}

.blog-image-list .box {
	min-height: 22rem;
}

.newsletter-form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 4rem 1rem 2rem 1.5rem;
}

.newsletter-form-block .title {
	padding-right: 1rem;
	width: 27%;
}

.newsletter-form-block h2 {
	margin-bottom: 1.5rem;
}

.newsletter-form-block input[type=submit] {
	width: 17.4rem;
}

.newsletter-form-block .newsletter-form {
	width: 73%;
}

.newsletter-form-block .newsletter-form .gform_wrapper .gform_body {
	width: calc(100% - 20rem);
}

.newsletter-form-block label {
	top: 2rem;
}

.newsletter-form-block input:not([type=submit]) {
	padding: 3rem 1.9rem 1rem;
}

.result-list .item {
	width: 33.33%;
}

.camp-lists-block + .info-block {
	padding-top: 2rem;
}

.info-block {
	padding: 5rem 0 3.5rem;
}

.error-404,
.terms-block {
	padding: 5rem 0;
}

.social-link {
	font-size: 2.64rem;
	padding-top: 7.2rem;
}

.social-link .logo-lg {
	width: 40rem;
}

.social-link .row {
	margin: 0 -1.6rem;
}

.social-link .row img {
	width: 6.4rem;
}

.social-link .row .item {
	margin-bottom: 2.8rem;
	padding: 0 1.6rem;
}

.social-link .row a {
	border-radius: 1.28rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	min-height: 9.6rem;
}

.social-link .social-networks {
	margin: 4.8rem -2rem;
}

.social-link .social-networks li {
	margin: 0 2rem;
}

.social-link .social-networks img {
	max-width: 4.8rem;
	height: auto;
}

.next-steps {
	margin-bottom: 100px;
}

.next-steps .go-to {
	display: none;
}

.next-steps .toc-title {
	display: none;
}

.next-steps .toc-list li.anchor-active a {
	background: transparent;
}

.next-steps .steps-banner .sub-heading {
	letter-spacing: 5px;
}

.next-steps .steps-banner h1 {
	font-size: 72px;
	line-height: 1;
}

.next-steps .steps-banner h2 {
	font-size: 30px;
	line-height: 1;
}

.next-steps .steps-banner h3 {
	margin-bottom: 20px;
}

.next-steps .steps-banner .txt .grid {
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.next-steps .sub-grid {
	grid: 40px;
}

.next-steps h2 {
	margin-bottom: 40px;
	font-size: 43px;
	line-height: 1.2;
}

.next-steps h2 br {
	display: block;
}

.next-steps .icon-text {
	margin-block: 90px;
	padding-inline: 3%;
}

.next-steps .two-cols-text {
	padding-inline: 3%;
}

.next-steps .text-image-box p:has(strong:only-child) + p {
	margin-left: 40px;
}

.next-steps .text-image-box .grid .col {
	padding: 40px;
}

.next-steps .text-image-box .grid .col.image-map img {
	margin-block: -20%;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

}

@media screen and (min-width: 1024px) {

.footer .half {
	width: 50% !important;
}

.footer .half:last-child {
	padding-right: 0;
}

.footer .quater {
	width: 25% !important;
}

.footer .width-33 {
	width: 33.33% !important;
}

.footer .width-66 {
	width: 66.66% !important;
}

}

@media (min-width: 1140px) {

.nav ul li {
	margin-left: 2.7rem;
}

.hero .txt {
	padding: 6rem 3rem 6rem 3.5rem;
}

.cards {
	margin: 4rem -2rem;
}

.cards.four-items {
	margin: 4rem -1.4rem;
}

.cards.four-items .card {
	margin: 0 1.4rem 4rem;
	width: calc(25% - 2.8rem);
}

.cards .card {
	margin: 0 2rem 4rem;
	width: calc(33.33% - 4rem);
}

.cards-v2 .card.three-col .txt {
	width: 47%;
}

.info-list {
	width: 25%;
}

.upcoming-events .frame {
	padding: 9rem 0;
}

.two-cols.right .txt {
	padding-right: 4.5rem;
}

.two-cols .txt {
	padding: 0 4rem;
}

.cards-grid .h1 {
	font-size: 5rem;
	padding: 3rem;
}

.cards-grid .card .txt {
	padding: 3.5rem 4.2rem 1.5rem;
}

.health-cards .heading-wrap {
	padding-left: 0;
	padding-right: 0;
}

.heading-wrap {
	padding-left: 4rem;
	padding-right: 4rem;
}

.tabset {
	font-size: 2.5rem;
	line-height: 1.8;
}

.buttons {
	margin-right: -6rem;
}

.date-rates .title {
	font-size: 3rem;
	line-height: 1.3;
}

.date-rates p,
.date-rates .text,
.date-rates .discount {
	font-size: 1.4rem;
}

.date-rates .row .hold.full-width .title {
	font-size: 3rem;
}

.date-rates .h3 {
	font-size: 2.5rem;
}

.date-rates .sm-title {
	font-size: 2rem;
}

.date-rates .group {
	font-size: 2rem;
}

.date-rates .row .item {
	padding: 1.5rem 1rem 1.6rem;
}

.date-rates .row .item.two-col .row {
	margin-right: -1.2rem;
}

.date-rates .row .item.two-col .row .item,
.date-rates .row .item.two-col .row .frame {
	width: calc(50% - 1.2rem);
	margin-right: 1.2rem;
}

.date-rates .row .item.two-col .sold-out {
	font-size: 1.4rem;
}

.txt-image-list .txt {
	padding-right: 4rem;
}

.list {
	margin-top: 5rem;
}

.txt-image-gallery .txt-hold {
	padding: 0 1.5rem;
}

.txt-image-gallery .txt {
	padding-right: 1.5rem;
}

.faq-box .covid-news {
	padding-right: 2rem !important;
}

.faq-detail-sidebar {
	padding-left: 2rem;
}

.news-details .side-logo {
	margin-bottom: 3rem;
}

.blog-image-list {
	margin: 0 -3.9rem;
	width: calc(100% + 7.8rem);
}

.blog-image-list h1,
.blog-image-list .h1 {
	font-size: 6rem;
}

.blog-image-list .sub-heading {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.blog-image-list .item {
	padding: 0 3.9rem;
	margin-bottom: 4.5rem;
}

.blog-image-list .box {
	min-height: 26.8rem;
}

.newsletter-form-block {
	padding: 4rem 2.5rem 2rem;
}

.newsletter-form-block .title {
	width: 33%;
}

.newsletter-form-block .newsletter-form {
	width: 67%;
}

.newsletter-form-block .gform_footer {
	width: 20rem;
	padding-left: 1.7rem;
}

.newsletter-form-block .gform_fields .gfield {
	padding: 0 1.7rem;
}

.newsletter-form-block label {
	left: 3.6rem;
}

.newsletter-form-block input:not([type=submit]) {
	padding: 3rem 1.9rem 1rem;
}

.faq-search-form-wrap {
	margin-top: 12vh;
}

.faq-search-form-wrap {
	margin-top: 12vh;
}

.info-block {
	padding-top: 7.5rem;
}

.social-link .logo-lg {
	width: 45.92rem;
	margin-bottom: 9.6rem;
}

.next-steps .steps-banner .txt {
	padding-inline: 28px;
}

.next-steps h2 {
	font-size: 50px;
	line-height: 1.2;
}

.next-steps .icon-text .grid {
	gap: 80px;
}

.next-steps .two-cols-text {
	margin-bottom: 120px;
}

.next-steps .text-image-box .grid .col {
	padding: 64px;
}

}

@media (min-width: 1250px) {

.social-link {
	margin-top: -9.6rem;
}

}

@media (min-width: 1600px) {

.nav ul li:last-child > .dropmenu {
	left: 0;
	right: auto;
}

.nav ul li:last-child > .dropmenu .dropmenu {
	right: auto;
	left: 100%;
}

.banner .txt {
	padding-right: 0;
}

}

@media (max-width: 1023px) {

body.nav-active {
	overflow: hidden;
}

iframe {
	width: 100%;
}

.banner-sm .blue-logo {
	width: 20vw;
	top: 1.3rem;
	right: 1.3rem;
}

.upcoming-events .blue-logo {
	width: 20vw;
	top: 1.3rem;
	right: 1.3rem;
}

.date-rates .soldout {
	display: none !important;
}

.date-rates .row .no-camp {
	display: none !important;
}

.date-rates .row .col:first-child {
	display: none;
}

.date-rates .row .item.opener {
	padding-left: 3.7rem;
	padding-right: 3.7rem;
}

.single-date-rates .date-rates .row .col.onlyOneItem.soldout:only-child {
	display: none !important;
}

.next-steps .steps-toc {
	position: fixed;
	inset: 0 0 auto;
	background: #fff;
	z-index: 9999;
	padding-block: 25px 20px;
}

.next-steps .toc-list {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: absolute;
	inset: 100% 0 auto;
	z-index: 9999;
	display: block;
	text-align: left;
	border-radius: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	max-height: calc(100vh - 59px);
}

.toc-active .next-steps .toc-list {
	opacity: 1;
	visibility: visible;
}

.next-steps .toc-list img {
	margin-bottom: 0;
}

.next-steps .toc-list span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.next-steps .toc-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	padding: 7px 20px;
}

.next-steps .toc-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.next-steps .toc-list li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

}

@media (max-width: 767px) {

.navigation .page-numbers,
.navigation-comments .page-numbers {
	padding: 0 0.3rem;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	padding: 0.2em;
}

.navigation-single .next a,
.navigation-single .prev a {
	padding: 0.2em;
}

.nav-drop {
	padding: 0 0 1rem;
	position: fixed;
	top: 6.6rem;
	left: 0;
	right: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: top;
	        transform-origin: top;
	max-height: calc(100vh - 6.6rem);
	border-top: 1px solid #99d6ea;
}

.nav-active .nav-drop {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.top-bar .t-links li:not(:last-child) {
	display: none;
}

.cards-v2 .card.full.single-line-form .ginput_complex .name_first,
.cards-v2 .card.full-email.single-line-form .ginput_complex .name_first {
	display: block;
}

.js-height {
	min-height: 0 !important;
}

.js-height-v2 {
	min-height: 0 !important;
}

.two-cols.right .img.video {
	margin: 0 -1rem;
	width: calc(100% + 2rem);
}

.two-cols.right .txt {
	width: 100%;
}

.container .two-cols .txt {
	padding-left: 0;
	padding-right: 0;
}

.hidden-mobile {
	display: none !important;
}

.footer {
	font-size: 1.3rem;
}

.next-steps .text-image-box .bg-image {
	aspect-ratio: 3/2;
}

}

@media all and (max-width: 576px) {

.fancybox-thumbs {
	width: 110px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 110px;
}

.fancybox-thumbs__list a {
	max-width: calc(100% - 10px);
}

}

@media all and (max-height: 576px) {

.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
}

.fancybox-slide--image {
	padding: 6px 0;
}

.fancybox-close-small {
	right: -6px;
}

.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px;
}

.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px;
}

}

@-webkit-keyframes anim {

0% {
	stroke-dasharray: 0 1500;
	opacity: 1;
}

10% {
	stroke-dasharray: 1500 1500;
	opacity: 1;
}

87% {
	opacity: 1;
}

90%,100% {
	stroke-dasharray: 1500 1500;
	opacity: 0;
}

}

@keyframes anim {

0% {
	stroke-dasharray: 0 1500;
	opacity: 1;
}

10% {
	stroke-dasharray: 1500 1500;
	opacity: 1;
}

87% {
	opacity: 1;
}

90%,100% {
	stroke-dasharray: 1500 1500;
	opacity: 0;
}

}

@-webkit-keyframes fancybox-rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes fancybox-rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

